@charset "utf-8";
*{
	margin:0 ;
	padding:0;
	border:none;
}

body {
	color:#666;
	font-family:Arial,'ＭＳ Ｐゴシック',sans-serif ;
	font-size:80%;
	line-height:1.5;
	text-align:center;
	background-color: #5a6066;
}

#wrapper {
	background:url(images/bg.gif) repeat-y;
	width:768px;
	text-align:center;
	margin:0 auto;
}

#header {
	height: 108px;
	width: 768px;
	text-align:left;
	background: url(images/header.gif) no-repeat;
}

#header h2 {
	display: inline;
	float: left;
	font-size: 10px;
	margin:32px 0 0 45px;
}

#header #TOP{
	float:right;
	height:108px;
	width:590px;
	text-align:right;
}

#header #TOP h1{
	margin:30px 40px 0 0;
	font-size:75%;
	color:#9baede;
	font-weight:100;
}	

#header #TOP ul{
	list-style:none;
	margin:35px 40px 0 0;
	font-size:90%;
}



#header #TOP li{
float:right;
display:block;
}


#menu{
	width:700px;
	height:32px;
	margin:0px auto 0px;
}


#menu ul{
	list-style:none;
}

#menu li{
	display:block;
	float:left;
	height:32px;
	width:140px;
}

#menu a{
	text-decoration:none;
	color:#fff;
	width:140px;
	height:32px;
	display:block;
	font-size:12px;
	line-height:30px;
}

#menu a:hover{
	background-position:0px -32px;
}

#menu span{
	display:block;
	overflow:hidden;
	text-indent:-5000px;
}

#menu .IN1{background:url(images/btn_01.jpg) no-repeat left -32px;}
#menu .IN2{background:url(images/btn_02.jpg) no-repeat left -32px;}
#menu .IN3{background:url(images/btn_03.jpg) no-repeat left -32px;}
#menu .IN4{background:url(images/btn_04.jpg) no-repeat left -32px;}
#menu .IN5{background:url(images/btn_05.jpg) no-repeat left -32px;}

.btn1{background:url(images/btn_01.jpg) no-repeat;}
.btn2{background:url(images/btn_02.jpg) no-repeat;}
.btn3{background:url(images/btn_03.jpg) no-repeat;}
.btn4{background:url(images/btn_04.jpg) no-repeat;}
.btn5{background:url(images/btn_05.jpg) no-repeat;}

#footer{
	width:768px;
	background: url(images/footer.gif) no-repeat #5a6066;
	text-align: center;
	clear: both;
}

#footer p{
	padding:50px;
}

#contentsB #link{
	margin-bottom:30px;
}


#contentsB #W3C p{
	color:#999999;
	font-size:70%;
	padding-bottom:5px;
}

#W3C .W3C{
	text-align:center;
}
