#header {
	background: url(../../images/v1/common/header_bg.jpg) 100% 0 repeat-x;
}

#header .logo,
#header .logo a {
	width: 161px;
	height: 90px;
	/*width: 184px;
	height: 103px;*/
}
#header .logo {
	margin: 10px 0 7px 25px;
	float: left;
	display: inline;
}
#header .logo a {
	background: url(../../images/v1/common/header_logo.png) 0 0 no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
#header .ad {
	margin: 9px 10px 0 0;
	float: right;
	display: inline;
}

/* グローバルナビ */
#sitenav {
	margin-top:10px;
	position: relative;
}
#sitenav ul {
	font-size: 0;
	list-style-type: none;
	overflow: hidden;
	_zoom:1;
}
#sitenav ul li {
	font-size: 14px;
	float: left;
}
#nav_global {
	margin-left: -10px;
}
#sitenav #nav_global li {
	font-size: 12px;
	margin-left: 12px;
	/*margin-left: 15px;*/
}
#nav_global li a {
	/*background: url(../../images/v1/common/bulet_l_wh.png) 0 50% no-repeat;
	_background-image: url(../../images/v1/common/bulet_l_wh@ie.png);*/
	background: url(../../images/v1/common/bulet_bk.png) 0 50% no-repeat;
	_background-image: url(../../images/v1/common/bulet_bk.png);
	padding-top: 2px;
	padding-left: 16px;
	/*padding-left: 22px;*/
	display: inline-block;
	*zoom:1;
}

#nav_global li a .login{
	background: url(none);
	background-color: #BDBEC2;
	border-radius: 2px;
	color: #FFFFFF;
	display: inline-block;
	*zoom:1;
	padding-left: 2px;
	background-image:none;
}



/* ジャンル */
#nav_genre {
	margin-top:10px;
	width: 100%;
	display: table;
	*display: inline;
	*zoom:1;
}
#nav_genre li {
	display: table-cell;
	*display: inline;
	*zoom:1;
	float: none !important;
}
#nav_genre li a {
	text-decoration: none;
	margin-top: 1px;
	margin-left: 2px;
	padding-bottom: 5px;
	display: block;
}
#nav_genre .genre_none a {
	background-color: #1f1f21;
}
#nav_genre li a span {
	text-align: center;
	border-bottom: 1px solid #fff;
	background: #efefef;
	background: -moz-linear-gradient(top, #ebebeb 0%, #fefefe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#fefefe));
	background: -webkit-linear-gradient(top, #ebebeb 0%,#fefefe 100%);
	background: -o-linear-gradient(top, #ebebeb 0%,#fefefe 100%);
	background: -ms-linear-gradient(top, #ebebeb 0%,#fefefe 100%);
	background: linear-gradient(to bottom, #ebebeb 0%,#fefefe 100%);
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#fefefe',GradientType=0 ); */
	margin-bottom: 1px;
	padding: 5px 0 1px;
	*padding-left: 5px;
	*padding-right: 5px;
	display: block;
}
#nav_genre li a span.sps {
	padding-left: 2px;
	padding-right: 2px;
}
#nav_genre li.top a {
	margin-left: 0;
}
#nav_genre li.top span {
	padding-left: 5px;
	padding-right: 5px;
}
#nav_genre li.current span {
	color: #fff;
}
#nav_genre li.current a,
#nav_genre li.current a:hover {
	/* cursor: default; */
	text-decoration: none;
}
#nav_genre li a:hover span,
#nav_genre li.current span,
#nav_genre .genre_none a span {
	color: #fff;
	background: transparent;
	background: -moz-linear-gradient(top, transparent 0%, rgba(255,255,255,0.4) 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(rgba(255,255,255,0.4)));
	background: -webkit-linear-gradient(transparent 0%, rgba(255,255,255,0.4) 100%);
	background: -o-linear-gradient(transparent 0%, rgba(255,255,255,0.4) 100%);
	background: -ms-linear-gradient(transparent 0%, rgba(255,255,255,0.4) 100%);
	background: linear-gradient(transparent 0%, rgba(255,255,255,0.4) 100%);
/*
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f21', endColorstr='#5d5d5d',GradientType=0 );
*/
}



/* SNS */
#nav_sns {
	position: absolute;
	right: 0;
	top:0;
}
#nav_sns li,
#nav_sns li a {
	width: 20px;
	height: 20px;
}
#nav_sns li {
	margin-left: 7px;
}
#nav_sns li a {
	background: url(../../images/v1/common/btn_sns.png) 0 0 no-repeat;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#nav_sns li.tw a {
	background-position: -25px 0;
}
#nav_sns li.rss a {
	background-position: -51px 0;
}

/* footer */
#footer {
	background-color:#E6E6E6;
	border-top: 5px solid #262626;
	position: relative;
}
#footer .pagetop {
	text-align: center;
	margin-left: 391px;
	width: 109px;
	height: 24px;
	position: absolute;
	left: 50%;
	top: -29px;
}
#footer .pagetop a {
	background: url(../../images/v1/common/btn_pagetop.png) 0 0 no-repeat;
	width: 109px;
	height: 24px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#footer .inner {
	margin: 30px auto 0;
	width: 1000px;
	overflow: hidden;
	_zoom:1;
}
#footer .inner .left a {
	background: url(../../images/v1/common/footer_logo.png) 0 0 no-repeat;
	width: 184px;
	height: 103px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#footer .inner .nav {
	line-height: 1.1;
	background: url(../../images/v1/common/bulet_bk.png) 0 0 no-repeat;
	_background-image: url(../../images/v1/common/bulet_bk@ie.png);
	width: 730px;
	float: right;
	margin-bottom: 10px;
	padding-left: 20px;
	overflow: hidden;
	_zoom:1;
}
#footer .inner .nav_global {
	*background-position: 0 4px;
}
#footer .inner .nav h4 {
	margin-bottom: 14px;
	text-align: left;
/*
	height: 14px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
*/
}
/*
#footer .inner .nav_genre h4 {
	background-image: url(../../images/v1/common/footer_h_genres.png);
	width: 83px;
}
#footer .inner .nav_categories h4 {
	background-image: url(../../images/v1/common/footer_h_categories.png);
	width: 56px;
}
*/
#footer .inner .nav li {
	list-style-type: none;
	margin: 0 20px 12px 0;
	display: block;
	float: left;
}
#footer .inner .nav li.clr {
	clear: left;
}
#footer .inner .nav li a {
	word-break: keep-all;
	display: block;
}
#copyright {
	border-top: 1px solid #A0A0A0;
	background-color:#292929;
}
#copyright span {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	margin: 0 auto;
	padding: 5px 0 3px;
	width: 1000px;
	display: block;
	color:#fff;
}