@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: 0 none;
	-webkit-text-size-adjust: 100%;/* iPhone */
}

html, body {
	width: 100%;
	min-height: 100%;
	/*background-color: #4595d1;*/
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",
		Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; /* font-size:8pt == 11px(old Q-Games) */
}

h2 {
	display: none;
}

#wrap {
	width: 757px;
	margin: 10px auto;
}
	#header {
		width: 751px;
		height: 66px;
		padding-top: 10px;
		background: #ffffff scroll no-repeat 0 0;
	}
		#header h1 {}
		#header p {
			width: 59px;
			height: 23px;
			margin: 30px 0 0 635px;
		}
		*:first-child+html #header p { /* IE7 */
			padding-top: 10px;
		}
			#header p a {
				overflow: hidden;
				cursor: pointer; /* IE7 */
			}
				#header p a span.sprite {
					width: 59px;
					height: 23px;
					position: relative;
					display: inline-block;
					overflow: hidden;
				}
				#header p a span.sprite img.en {
					position: absolute;
					left: -59px;
					top: -164px;
				}
				#header p a span.sprite img.jp {
					position: absolute;
					left: 0px;
					top: -164px;
				}
	#contents_left_shadow {
		width: 23px;
		min-height: 487px;
		float: left;
		background: scroll repeat-y -756px 0;
	}
	#contents_left {
		width: 700px;
		min-height: 387px;
		background-color: #ffffff;
		float: left;
		background: #ffffff scroll no-repeat 0 0;
	}
		#contents_left div.logo {
			width: 700px;
			height: 63px;
			margin-bottom: 32px;
			background: scroll no-repeat 0 -79px;
		}
			#contents_left div.logo h1 {
				width: 220px;
				height: 63px;
				margin-left: 21px;
				background: scroll no-repeat -21px -79px;
			}
				#contents_left div.logo h1 a {
					width: 100%;
					height: 100%;
					display: block;
					text-indent: -9999px;
					overflow: hidden;
					outline: none;
					position: relative;
				}
					#contents_left div.logo h1 a img {
						position: absolute;
						left: -21px;
						top: -79px;
					}
		#contents_left .content {
			width: 658px;
			min-height: 311px;
			margin: 0 21px 20px;
		}
			#contents_left .content .window_top, #contents_left .content .window_info_top {
				height: 28px;
				padding-top: 3px;
				color: white;
				font-weight: bold;
				font-size: 9pt;
			}
				#contents_left .content .window_top span, #contents_left .content .window_info_top span {
					margin-left: 10px;
				}
			#contents_left .content .window_body, #contents_left .content .window_info_body {
				background-repeat: repeat-y;
			}
				#contents_left .content .window_body ul {
					margin-left: 1.2em;
				}
					#contents_left .content .window_body ul li {
						list-style-position: outside;
					}
				#contents_left .content .window_body .big, #contents_left .content .window_info_body .big {
					color: #333333;
					font-size: 8pt;
				}
				#contents_left .content .window_body .bigred, #contents_left .content .window_info_body .bigred {
					color: #0E81D1;
					font-weight: bold;
					font-size: 8pt;
				}
				#contents_left .content .window_body span.bold, #contents_left .content .window_info_body span.bold {
					color: #0E81D1;
					font-weight: bold;
				}
				#contents_left .content .window_body span.bold:before, #contents_left .content .window_info_body span.bold:before {
					content: "";
					color: #0E81D1;
					font-weight: bold;
				}
				#contents_left .content .window_body div.body {
					margin-bottom: 10px;
				}
				#contents_left .content .window_body img {
					margin: 15px auto;
					display: block;
				}
			#contents_left .content .window_bottom, #contents_left .content .window_info_bottom {
				height: 14px;
			}
		#contents_left .copyright {
			width: 700px;
			height: 20px;
			background: #ffffff scroll no-repeat 0 -143px;
			text-indent: -9999px;
		}
		#contents_left .brand_wrap {
			width: 700px;
			height: 21px;
			padding: 10px 0;
			font-size: 8px;
			font-weight: bold;
			color: #a3a3a3;
		}
			#contents_left .brand_wrap .brand {
				width: 692px;
				height: 10px;
				margin-left: 20px;
				font-weight: bold;
			}
				#contents_left .brand_wrap .brand .brand_right {
					
				}
			#contents_left .brand_wrap p {
				width: 59px;
				height: 23px;
				margin-right: 10px;
				float: right;
			}
				#contents_left .brand_wrap p span {
					width: 59px;
					height: 23px;
					position: relative;
					display: inline-block;
					overflow: hidden;
				}
					#contents_left .brand_wrap p span img {
						position: absolute;
						left: -118px;
						top: -164px;
						cursor: pointer;
					}
	#contents_right {
		width: 34px;
		min-height: 487px;
		background: scroll repeat-y -779px 0;
		float: left;
		zoom: 1;
	}
	#contents_right:after {
/*		visibility: hidden;
		display: block;
		font-size: 0;
		content: ".";
		clear: both;
		height: 0;
*/
	}
		#contents_right .menu {
			width: 100%;
			height: 100%;
			margin-top: -2px;
		}
		*:first-child+html #contents_right .menu { /* IE7 */
			margin-top: -1px;
		}
			#contents_right .menu li {
				width: 100%;
				height: 50px;
				list-style-type: none;
			}
				#contents_right .menu li a {
					width: 100%;
					height: 100%;
					display: block;
					text-indent: -9999px;
					overflow: hidden;
					outline: none;
					background-repeat: no-repeat;
					background-attachment: scroll;
					background-image: url(../reqimages/tabs_all.gif);
				}
/*
				#contents_right .menu li span { display: block; line-height: normal; }
				#contents_right .menu .tab_index { background-position: 0 -18px; }
				#contents_right .menu .tab_index.current { background-position: -34px -18px; }
				#contents_right .menu .tab_news { background-position: 0 -85px; }
				#contents_right .menu .tab_news.current { background-position: -34px -102px; }
				#contents_right .menu .tab_history { background-position: 0 -152px; }
				#contents_right .menu .tab_history.current { background-position: -34px -186px; }
				#contents_right .menu .tab_recruit { background-position: 0 -219px; }
				#contents_right .menu .tab_recruit.current { background-position: -34px -270px; }
				#contents_right .menu .tab_profile { background-position: 0 -286px; }
				#contents_right .menu .tab_profile.current { background-position: -34px -354px; }
				#contents_right .menu .tab_contact { background-position: 0 -353px; }
				#contents_right .menu .tab_contact.current { background-position: -34px -438px; }
				#contents_right .menu .tab_blog { background-position: 0 -420px; }
*/
				#contents_right .menu li span { display: block; line-height: normal; }
				#contents_right .menu .tab_index { background-position: 0 -18px; }
				#contents_right .menu .tab_index.current { background-position: 0 -18px; }
				#contents_right .menu .tab_news { background-position: 0 -85px; }
				#contents_right .menu .tab_news.current { background-position: 0 -85px; }
				#contents_right .menu .tab_history { background-position: 0 -152px; }
				#contents_right .menu .tab_history.current { background-position: 0 -152px; }
				#contents_right .menu .tab_recruit { background-position: 0 -219px; }
				#contents_right .menu .tab_recruit.current { background-position: 0 -219px; }
				#contents_right .menu .tab_profile { background-position: 0 -286px; }
				#contents_right .menu .tab_profile.current { background-position: 0 -286px; }
				#contents_right .menu .tab_contact { background-position: 0 -353px; }
				#contents_right .menu .tab_contact.current { background-position: 0 -353px; }
				#contents_right .menu .tab_blog { background-position: 0 -420px; }
			#contents_right .menu li.spacer {
				width: 34px;
				height: 17px;
				background-attachment: scroll;
				background-repeat: no-repeat;
				background-image: url(../reqimages/tabs_all.gif);
			}
			#contents_right .menu li.spacer.no1 { background-position: 0 0; height: 18px; }
			#contents_right .menu li.spacer.no2 { background-position: 0 -68px; }
			#contents_right .menu li.spacer.no3 { background-position: 0 -135px; }
			#contents_right .menu li.spacer.no4 { background-position: 0 -202px; }
			#contents_right .menu li.spacer.no5 { background-position: 0 -269px; }
			#contents_right .menu li.spacer.no6 { background-position: 0 -336px; }
			#contents_right .menu li.spacer.no7 { background-position: 0 -403px; }
			#contents_right .menu li.spacer.no8 { background-position: 0 -470px; height: 22px; }
			
			#contents_right .menu li.spacer.no1.current { background-position: 0 0; }
			
			#contents_right .menu li.spacer.no2.current-up { background-position: 0 -68px; }
			#contents_right .menu li.spacer.no3.current-up { background-position: 0 -135px; }
			#contents_right .menu li.spacer.no4.current-up { background-position: 0 -202px; }
			#contents_right .menu li.spacer.no5.current-up { background-position: 0 -269px; }
			#contents_right .menu li.spacer.no6.current-up { background-position: 0 -336px; }
			#contents_right .menu li.spacer.no7.current-up { background-position: 0 -403px; }
			
			#contents_right .menu li.spacer.no2.current-down { background-position: 0 -68px; }
			#contents_right .menu li.spacer.no3.current-down { background-position: 0 -135px; }
			#contents_right .menu li.spacer.no4.current-down { background-position: 0 -202px; }
			#contents_right .menu li.spacer.no5.current-down { background-position: 0 -269px; }
			#contents_right .menu li.spacer.no6.current-down { background-position: 0 -336px; }
/*
			#contents_right .menu li.spacer.no1.current { background-position: -34px 0; }

			#contents_right .menu li.spacer.no2.current-up { background-position: -34px -68px; }
			#contents_right .menu li.spacer.no3.current-up { background-position: -34px -152px; }
			#contents_right .menu li.spacer.no4.current-up { background-position: -34px -236px; }
			#contents_right .menu li.spacer.no5.current-up { background-position: -34px -320px; }
			#contents_right .menu li.spacer.no6.current-up { background-position: -34px -404px; }
			#contents_right .menu li.spacer.no7.current-up { background-position: -34px -488px; }
			
			#contents_right .menu li.spacer.no2.current-down { background-position: -34px -85px; }
			#contents_right .menu li.spacer.no3.current-down { background-position: -34px -169px; }
			#contents_right .menu li.spacer.no4.current-down { background-position: -34px -253px; }
			#contents_right .menu li.spacer.no5.current-down { background-position: -34px -337px; }
			#contents_right .menu li.spacer.no6.current-down { background-position: -34px -421px; }
*/
		*:first-child+html #contents_right .menu li.spacer {/* IE7 */
			margin-top:-2px;
		}
		
	#footer {
		width: 751px;
		height: 58px;
		
		/*background: #ffffff url(../reqimages/footer.gif) scroll no-repeat 0 0;*/
		background: #ffffff scroll no-repeat 0 -188px;
		clear: both;
	}
	
	#footer div a {
		width: 59px;
		height: 23px;
		
		background: #ffffff scroll no-repeat -118px -159px;
	}
.tikiman {
	width: 32px;
	height: 32px;
	position: absolute;
	display: none;
	background: url(../reqimages/p.png) scroll no-repeat 0 0;
}