@charset "Shift_JIS";

body {
	min-width: 1100px;
}

#gNaviMask {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 1100px;
	background: transparent url(/resource/images/renew_header/g_navi_mask.png) repeat scroll center center;
	z-index: 9;
}

#gHeader {
	position: relative;
	width: 100%;
	min-width: 1100px;
	background-color: #FFFFFF;
	z-index: 10;
}

#headerContainer {
	position: relative;
	z-index: 2;
}
#headerMenu {
	padding: 5px 0;
	background-color: #680717;
}
#headerMenu a {
	font-size: 12px;
	color: #e0bd6c;
}
#headerMenu table {
	width: 100%;
}
#headerMenu td {
	padding: 0;
	font-size: 0;
	line-height: 0;
}
#headerMenu .mainMenu {
	text-align: left;
}
#headerMenu .mainMenu a {
	margin-right: 24px;
}
#headerMenu .mainMenu span.border {
	margin-left: -12px;
	margin-right: 12px;
	font-size: 12px;
	color: #e0bd6c;
}
#headerMenu .subMenu {
	text-align: right;
}
#headerMenu .subMenu a {
	margin-left: 24px;
}

#headerContent {
	position: relative;
	z-index: 2;
}
#headerContent table.rayout {
	width: 100%;
	height: 78px;
	font-size: 0;
}
#headerContent table #searchFormContainer {
	width: 560px;
	text-align: right;
}
#headerContent #searchForm {
	position: relative;
	padding: 0 15px;
}
#headerContent #searchForm fieldset#formRadio {
	display: inline;
	border: none;
	font-size: 12px;
	line-height: 1;
	vertical-align: middle;
}
#headerContent #searchForm fieldset#formRadio label {
	margin-right: 10px;
}
#headerContent #searchForm input {
	*vertical-align: middle;
}
#headerContent #searchForm .hd2_search1_input {
	border-color: #dcdcdc;
	border-radius: 2px;
	background-color: #f5f5f5;
	font-size: 14px;
	line-height: 28px;
	vertical-align: middle;
	zoom: 1;
}
#headerContent #searchForm .hd2_search1_submit {
	width: 71px;
	margin-left: -2px;
	padding: 8px 0;
	border: none;
	border-radius: 2px;
	background-color: #333333;
	font-size: 14px;
	line-height: 1;
	color: #FFFFFF;
	vertical-align: middle;
	cursor: pointer;
}
#headerContent #popterm {
	top: 30px;
	left: auto;
	right: 84px;
	margin-top: 0 !important;
	margin-left: 0 !important;
	z-index: 2;
}
#headerContent a span {
	display: inline-block;
	width: 120px;
	margin-left: 5px;
	padding: 8px 0;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	zoom: 1;
}
#headerContent a:hover span {
	text-decoration: none;
}
#headerContent .btnOpen {
	*padding: 9px 0 7px 0;
	border: none;
	border-radius: 2px;
	background-color: #c6911f;
	color: #FFFFFF;
}
#headerContent a:hover .btnOpen {
	background-color: #dca123;
}
#headerContent .btnLogin {
	*padding: 9px 0 7px 0;
	border: none;
	border-radius: 2px;
	background-color: #c22112;
	color: #FFFFFF;
}
#headerContent a:hover .btnLogin {
	background-color: #dd2717;
}

#gNavi {
	position: relative;
	background: transparent url(/resource/images/renew_header/g_navi_bg.png) repeat-x scroll center top;
	z-index: 1;
}
#gNavi table {
	position: relative;
	width: 100%;
	height: 50px;
}
#gNavi table td {
	position: relative;
	padding: 0;
}
#gNavi table a:hover,
#gNavi table a.current,
#gNavi table a.this {
	background-color: #680717;
	color: #FFFFFF;
}
#gNavi table a#js-gNavi_beginner img.rec_beginner{
	float:left;
	margin:-3px 0 0 8px;
}
#gNavi table a:hover + .gNaviSub,
#gNavi table a.current + .gNaviSub {
	display: block; 
}
#gNavi table div {
	position: relative;
	width: 100%;
}
#gNavi table a {
	display: block;
	padding: 18px 10px;
	font-size: 13px;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
#gNavi table .gNaviSub {
	display: none;
	position: absolute;
	top: 50px;
	padding: 10px 0 20px;
	background-color: #680717;
}
#gNavi table .gNaviSub.left {
	top: 50px;
	left: 0;
	padding-right: 25px;
}
#gNavi table .gNaviSub.right {
	top: 50px;
	right: 0;
	padding-left: 25px;
}
#gNavi table .gNaviSub a {
	display: block;
	padding: 8px 10px;
	color: #FFFFFF;
	white-space: nowrap;
	zoom: 1;
}
#gNavi table a:hover {
	text-decoration: underline;
}
#gNavi table .gNaviSub a {
	text-align: left;
}

#gNavi table .gNaviSub.double {
	width: 15em;
}
#gNavi table .gNaviSub.double li {
	display: inline-block;
	width: 7em;
}
#gNavi table .gNaviSub.double li a {
}
#gNavi table .gNaviSub.doubleW {
	width: 21em;
}
#gNavi table .gNaviSub.doubleW li {
	display: inline-block;
	width: 10em;
}



#gHeader.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1100px;
}
#gHeader.fixed #headerMenu {
	display: none;
}




#naviGoTop {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 1100px;
}
#naviGoTop a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}



