.wrapper{
	width: 980px;
	padding: 0 20px;
	margin: 0 auto;
	text-align: left;
}

#header{
	line-height: 1.4;
	font-size: 12px;
	font-size: 1.2rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	text-align: center;

}

#header .logo-area{
	width: 980px;
	padding: 5px 20px;
	position: relative;
	overflow: hidden;
	zoom: 1;
}

#header #logo{
	float: left;
	margin-top: 10px;
}

#header .ads{
	float: right;
	margin-left: 10px;
}

#header .login-menu{
	float: right;
}

#header .menu-button{
	position: absolute;
/*	display: none; */
	right: 0;
	top: 0;
	width: 62px;
	background: #fff;
	border-left: 1px solid #ddd;
	color: #000;
	line-height: 4.9;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

#header .menu-button.open{
	background: #000;
	color: #fff;
}

#header .description{
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1020px;
	padding: 5px 0;
	background: #000;
	color: #fff;
	font-size: 12px;
	text-align:left;
}

#navigation{
	display: block;
	width: 100%;
/*	min-width: 1020px; 
	margin-top: 8px;*/
	margin: 0 auto;
	background: #fff;
	border-bottom: 1px solid #eee;
}

#navigation ul{
	overflow: hidden;
	zoom: 1;	
}

#navigation ul li{
	float: left;
}

#navigation ul li a:hover,
#navigation ul li a.current{
	border-bottom: 3px solid #dd0000;
}

#navigation ul li a span{
	display: block;
	color: #999;
	font-weight: normal;
	font-size: 12px;
}

#navigation ul {
	overflow: hidden;
	zoom: 1;
	background: url(../imgs/share/bgd-nav.jpg);
	padding: 0 0 0 1px;
}

#navigation ul li a {
	background: #fff;
	display: block;
	width: 162px;
	padding: 10px 0 7px;
	margin: 0 1px 0 0;
	border: none;
	border-bottom: 3px solid #000;
	color: #000;
	line-height: 1.5;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#navigation ul li:last-child a {
	width: 163px;
}

#navigation ul li a:hover {
	border-bottom: 3px solid #000;
	background: #fafafa;
}

#navigation ul li a.current {
	border-bottom: 3px solid #dd0000;
	background: #fff;
}

/* #footer
-------------------------------------------------- */
#footer{
	min-width: 1020px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;

	padding-bottom: 5px;
	background: #f9f9f9;
	border-top: 1px solid #eee;
	font-size: 12px;
	line-height: 1.6;
	text-align: center;
}

#footer .regist{
	margin-top: 15px;
}
.footer-nav{
	overflow: hidden;
	zoom: 1;
	margin: 10px 0;
}

.footer-nav li{
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #ddd;
}

#footer small{
	display: block;
	margin: 10px 0;
}


