﻿@charset "utf-8";
/* CSS Document */

/*ヘッダー設定
----------------------------------------------*/
#header_waku {
	width: 100%;
	background-image: url(../kh_img/pro_bc.gif);
	background-repeat: repeat-x;
}

header {
	width: 1000px;
	height:887px;
	margin: 0 auto;
	text-align: left;
	line-height: 0em;
	position:relative;
}

#nav {
	top: 30px;
	left: 20px;
	position : absolute;
	z-index: 10;
}

#chara_ira {
	top: -78px;
	left: 581px;
	position : absolute;
	z-index: 10;
}

#chara_pro {
	top: 90px;
	left: 272px;
	position : absolute;
	z-index: 5;
}

#jake {
	top: 520px;
	left: 140px;
	position : absolute;
	z-index: 10;
}


#main_text {
	top: 578px;
	left: 471px;
	font-size: 13px;
	line-height: 1.7em;
	color: #9d8f7e;
	position : absolute;
	z-index: 10;
}

#kin_18 {
	top: 840px;
	left: 150px;
	font-size: 10px;
	line-height: 1.7em;
	color: #ff8a8a;
	position : absolute;
	z-index: 10;
}

#syasin {
	top: -150px;
	left: 562px;
	position : absolute;
	z-index: 5;
}

#tlist {
	top: 647px;
	left: 728px;
	position : absolute;
	z-index: 15;
}

#sv {
	top: 726px;
	left: 844px;
	position : absolute;
	z-index: 14;
}

#tokuten {
	top: 468px;
	left: 56px;
	position : absolute;
	z-index: 15;
}





/*--メニュープルダウン----------------------------------------------------------*/


#nav  {
	width: 210px;
	height: 40px;
	float: left;
}

#nav ul li  {
	width: 210px;
	height: 40px;
	text-align: center;
}

#nav ul li a {
	display: block;
	width: 210px;
	height: 40px;
}

#nav ul li a:hover {
}

#nav ul li ul {
	width: 210px;
	display: none;
	position: relative;
	top: -40px;
	left: 210px;
}
