@charset "UTF-8";
/* CSS Document */


	
html{
	height:100%;
}

body{
	min-height:100%;
	font-size:18px;
}

.top #container{
	background-position:-250px 150px !important;
}
	
#nav{
	width:800px;
	height:150px;
	background-image:url(../images/common/nav-bg-m.png);
	background-repeat:repeat;
	border:1px #ddd solid;
	border-width:0 0 1px 0;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
}

#nav #logo{
	width:117px;
	margin-top:5px;
	margin-left:20px;
	float:left;
}

#nav #menu{
	width:600px;
	margin-top:40px;
	margin-left:15px;
	padding:0;
	float:left;
}

#nav #menu li{
	width:150px;
}


#nav #menu a,
#nav #menu span{
	display:block;
	width:140px;
	background-position:-25px 0;
}

#nav #menu a:hover{
	background-position:-25px; -33px;
}

#nav #menu #li-top{ display:none; }

#nav #menu span{
	background-position:-25px -66px;
}

#nav #menu a .mark{
	display:none;
}


#snsapi{
	display:none;
}

		
#container{
	width:800px;
	padding-top:150px;
	padding-left:0px;
	background-position:right 150px;
	left:0;
	position:static;
}

#content{
	margin-left:25px;
}

#sitename{
	display:none;
}
#footer{
	width:800px;
	min-width:800px;
	height:136px;
	background-color:#000;
	padding-top:30px;
	position:static;
}

#footer img{
	float:none !important;
	display:block !important;
	margin:0 auto !important;
}

#bgm{
	display:none;
}

