@charset "utf-8";
html, body {height:100%;}
body {margin:0; background: #0f0f10;}

header {
	position:relative;
	z-index:100;
	width:100%;height:68px;
	background:url("/static/images/common/bg_header.png") repeat-x center top;
	min-width:998px;
	text-align:center;
	box-shadow: 0px 0px 2px #000000;
	-webkit-box-shadow: 0px 0px 2px #000000;
	-moz-box-shadow: 0px 0px 2px #000000;
	behavior:url("../css/PIE.htc");
}
header .h_container {width:998px;height:68px;margin-left:auto;margin-right:auto;text-align:left;position:relative;}
header .logo {position:absolute;left:0;top:0;}
nav {margin-left:235px;padding-top:25px;}
nav li {float:left;height:22px;overflow:hidden;}
nav li a {display:block;padding-left:30px;padding-right:30px;}
header .bar {position:absolute;top:68px;left:0;height:6px;}

header .sns {position:absolute;right:21px;top:21px;}
header .sns li {float:left;margin-left:11px;}

#container {
	position:relative;z-index:50;width:998px;overflow:hidden;margin-left:auto;margin-right:auto;overflow:hidden;background:#ffffff;text-align:left;
	box-shadow: 0px 0px 15px #d9d9d9;
	-webkit-box-shadow: 0px 0px 15px #d9d9d9;
	-moz-box-shadow: 0px 0px 15px #d9d9d9;
	behavior:url("../css/PIE.htc");
}

#container .contents {position:relative;z-index:40;min-height:500px;padding-left:223px;background:#FFFFFF;}
#container .contents_one {position:relative;z-index:40;min-height:500px;background:#FFFFFF;padding:40px 55px;}
#container .leftMenu {
	width:223px;position:absolute;z-index:45;left:0;top:0;min-height:800px;background:#f7f5f5;
	box-shadow: -4px 2px 30px #000000;
	-webkit-box-shadow: -4px 2px 30px #000000;
	-moz-box-shadow: -4px 2px 30px #000000;
	behavior:url("../css/PIE.htc");
}

footer {
	position: relative;
	z-index: 300;
	width: 100%;
	padding: 15px 0;
	background: url("/static/images/common/bg_footer.gif") repeat-x #0f0f10;
	box-shadow: 15px 0 0 #d9d9d9;
	-webkit-box-shadow: 15px 0 0 #d9d9d9;
	-moz-box-shadow: 15px 0 0 #d9d9d9;
	behavior:url("../css/PIE.htc");
}
footer .footer-container {
	margin: 0 auto;
	width: 998px;
}
footer .footer-container>.info {
	float: left;
	display: block;
	width: 470px;
	text-align: left;
}
footer .footer-container>ul.link {
	float: right;
	display: block;
	width: 510px;
	text-align: left;
}
footer .footer-container>ul.link>li {
	float: left;
	display: inline-block;
	padding: 0 5px;
	border-left: 1px solid #575757;
}
footer .footer-container>ul.link>li:first-child {border: none;}
footer .footer-container>ul.link>li>a {
	display: block;
	color: #777777;
}
footer .footer-container>ul.link>li>a:hover {
	color: #ffffff;
}
footer .copyright {
	color:#e1e1e1;
}
