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

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

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

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

h2 {
	top: 229px;
	left: 269px;
	position : absolute;
	z-index: 10;
}

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

#sub_text {
	top: 598px;
	left: 552px;
	font-size: 10px;
	line-height: 1.7em;
	color: #ffb0b0;
	position : absolute;
	z-index: 10;
}

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




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

#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;
}
