@charset "utf-8";

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}
body {
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 16px;
	font-size: 68.75%;
	background: #fff;
	color: #333;
  /* background-image: url("images/cork02-400x250.jpg") */
  /* background-image: url("images/b019.jpg"); */
  background-image: url("images/back01-1.jpg");
}
@-ms-viewport
{
    width: auto;
    initial-scale: 1;
}
@viewport
{
    width: device-width;
    initial-scale: 1;
}
div#header {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,"ＭＳ Ｐゴシック",sans-serif;
	text-indent: 1em;
	background-color: #f2f7f7;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 100%;
	z-index: 100;
}
div#ess-top {
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 30px;
	position: fixed;
	top: 20px;
	left: 70px;
	height: 50px;
	width: 400px;
	z-index: 100;
}
div#ess-bod {
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 15px;
	text-indent: 1em;
	box-sizing: border-box;
	position: fixed;
	top: 70px;
	left: 100px;
	right: 10px;
	bottom: 10px;
	z-index: 100;
	overflow-y: auto;
	overflow-x: hidden;
}
div#ess-list {
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
div#msg-top {
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 30px;
	position: fixed;
	top: 80px;
	left: 170px;
	height: 50px;
	width: 1400px;
	z-index: 100;
}
div#msg-main {
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 15px;
	position: fixed;
	top: 140px;
	left: 170px;
	height: 200px;
	width: 700px;
	z-index: 100;
}
div#msg-msg {
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	position: fixed;
	top: 500px;
	left: 180px;
	height: 100px;
	width: 300px;
	z-index: 100;
}
div#footer {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,"ＭＳ Ｐゴシック",sans-serif;
  text-align: right;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #f2f7f7;
	padding-right: 30px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1000;
}

ul#navigation {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 20px;
    left: 0px;
    list-style: none;
    z-index:19999;
}
ul#navigation li {
    width: 10px;
}
ul#navigation li a {
    display: block;
    margin-left: -2px;
    width: 100px;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color:#CFCFCF;
    background-repeat:no-repeat;
    background-position:center center;
    border:1px solid #AFAFAF;
    -moz-border-radius:0px 10px 10px 0px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    /*-moz-box-shadow: 0px 4px 3px #000;
    -webkit-box-shadow: 0px 4px 3px #000;
    */
    opacity: 0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
ul#navigation .home a{
    background-image: url(../images/32/home.png);
}
ul#navigation .about a      {
    background-image: url(../images/32/hito.png);
}
ul#navigation .search a      {
    background-image: url(../images/search.png);
}
ul#navigation .podcasts a      {
    background-image: url(../images/ipod.png);
}
ul#navigation .rssfeed a   {
    background-image: url(../images/rss.png);
}
ul#navigation .photos a     {
    background-image: url(../images/camera.png);
}
ul#navigation .contact a    {
    background-image: url(../images/32/mail.png);
}
ul#navigation .itcont a    {
    background-image: url(../images/32/books.png);
}
ul#navigation .blog a    {
    background-image: url(../images/32/techo.png);
}
