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

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

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

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

h2 {
	top: 50px;
	left: 330px;
	position : absolute;
	z-index: 10;
}

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

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


#sub_text1 {
	top: 482px;
	left: 500px;
	font-size: 10px;
	line-height: 1.7em;
	color: #9d8f7e;
	position : absolute;
	z-index: 10;
}

#sub_text2 {
	top: 743px;
	left: 500px;
	font-size: 10px;
	line-height: 1.7em;
	color: #9d8f7e;
	position : absolute;
	z-index: 10;
}

#bana {
	top: 565px;
	left: 492px;
	position : absolute;
	z-index: 10;
}

#hana_line {
	top: 351px;
	left: 482px;
	position : absolute;
	z-index: 10;
}


#syasin {
	top: 573px;
	left: -66px;
	position : absolute;
	z-index: 5;
}

#up {
	top: 1074px;
	left: 709px;
	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;
}
