  @charset "UTF-8";


/* ***
 *	layout
 *	top image
 *	main
 * ***/


/* ***
 *	layout
 * ***/
div#pageWrap{
	position:relative;
	border-top:none
}

div#container{
	width:100%;
	margin:0 auto;
	padding:0 0 75px;
}

/* ***
 *	top image
 * ***/
div.topimage{
	position:relative;
	width:100%;
	height:900px;
	line-height:0;
	background:url(/~himi/training/images/top_image.jpg) center center no-repeat;
	background-size:cover;
}

div.topimage > span{
	position:absolute;
	top:60px;
	right:55px;
	width:256px;
	line-height:0;
}

div.topimage > span a{
	display:block;
	width:256px;
	height:75px;
}

div.topimage > div.topguide{
	position:absolute;
	bottom:90px;
	left:50%;
	width:1015px;
	margin-left:-508px;
}

	div.topimage > div.topguide:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
		}

	/* IE6 */
	* html div.topimage > div.topguide{
		zoom: 1;
	}
	/* IE7 */
	*:first-child+html div.topimage > div.topguide{
		zoom: 1;
	}


div.topimage > div.topguide > p.catch{
	float:left;
	width:445px;
	height:125px;
	line-height:0;
}

div.topimage > div.topguide > p.button{
	float:right;
	width:150px;
	height:150px;
	line-height:0;
}

/* ***
 *	main
 * ***/
div.topMain{
	position:relative;
	width:100%;
	height:1000px;
	background-image:url(/~himi/training/images/top_main01.jpg), url(/~himi/training/images/top_main02.jpg);
	background-position:center top, center 565px;
	background-repeat: no-repeat;
}

div.topMain > h1{
	position:absolute;
	bottom:145px;
	left:50%;
	margin-left:-520px;
	width:640px;
	height:209px;
	background:url(/~himi/training/images/logo_center.png) left top no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

div.navi{
	position:absolute;
	top:910px;
	left:0;
	background: rgba(153, 204, 102, 0.75); 
}

div.outline{
	width:100%;
	margin:0 auto;
	padding-bottom:320px;
	background:url(/~himi/training/images/outline_image.jpg) center bottom no-repeat;
}

div.outline h2{
	width:1030px;
	height:155px;
	margin:0 auto;
	background:url(/~himi/training/images/outline_txt.png) left top no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

