@charset "UTF-8";

body{
	color:#333333;
	background-color:#000000;
}



div#container{
	width:955px;
	background:#000000 url(../img/bg_body.gif) repeat-y 0 0;
}



div#header-bg{
	width:955px;
	height:350px;
}

div#header{
	position:relative;
	margin-bottom:6px;
}


/*言語*/
ul#navlang{
	position:absolute;
	top:23px;
	left:507px;
}


ul#navlang li{
	float:left;
	margin-right:5px;
	line-height:0.6;
}




div#wrap{
	width:758px;
	margin-left:98px;
}

/*navi*/
div#nav{
	clear:both;
	height:60px;
	background:url(../img/bg_nav.gif) no-repeat left top;
}

ul#navlist{/*border:1px solid red;*/
	margin:0 0 0 20px;
	padding:17px 0 0 0;
}

ul#navlist li{
	float:left;
	line-height:1px;
}

div#contents{
	clear:left;
	width:746px;
	margin:0 6px 6px 6px;
	background-color:#FFFFFF;
}

div#contents-pad{padding:0 0 0 0;}


p#logo{margin-bottom:15px;}

div#footer{
	border-top:1px solid #404040;
	background-color:#000000;
}

div#footer p{
	font-size:84%;
	padding:20px 10px 20px 20px;
	color:#ffffff;
	background-color:#000000;
}



.pagetop{margin-left:627px;}



.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{display:inline-block;}


/*hide from Mac IE \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/*end hide from Mac IE*/