@charset "utf-8";

/*	背景画像を画面ぎりぎりまで表示させるための記述	*/
* {
	margin:0;
	padding:0;
}

/*	ページ全体	*/
#wrapper{
	width: 760px;
	background-image: url(images/hk.gif);
	background-repeat: repeat-y;
	background-position : right;
}

#header{
	position: absolute;
	height: 150px;
	top: 1px;
	left: 0px
}

#headbar{
	width: 750px;
	height: 14px;
	position: absolute;
	left: 0px;
	top: 63px;
}

/*メニューと画像を含むボックス	*/
#main{
	float: left;
	width: 735px;
	background-image: url(images/body_hk.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 80px 0 0 5px;
	border: 1px solid #F26522;
}

/*	main内カラム1（メニュー）	*/
#menu{
	float: left;	/*	左にフロート	*/
	width: 220px;
	display: block;
	padding: 5px;
}

/*	main内カラム2（画像）	*/
#img{
	float: right;	/*	右にフロート	*/
/*	margin-top: 50px;*/
	margin-right: 10px;
}

/*	cont1とcont2を含むボックス	*/
#container{
	float: left;
	background-color: #FAF3EF;
	width: 750px;
	margin-top: 5px;
}

/*	container内カラム1	*/
#cont1{
	float: left;	/*	左にフロート	*/
	background-color: #FAF3EF;
	width: 220px;
	display: block;
	padding: 5px;
}

/*	container内カラム2	*/
#cont2{
	float: right;	/*	右にフロート	*/
	background: #FFFFFF;
	width: 510px;
	padding: 5px 0 0 8px;
}

#footer{
	clear: both;
	padding-top: 10px;
}

.li{
	text-align: center;
	list-style-type: none;
}

.li li:not(\*|*){	/*	Opera9.6のみに適用のブラウザ調整記述	*/
	padding: 2px 0;
	}

A:visited{
	color: #A07A64;
	text-decoration: underline;
}

A:link{
	color: #008000;
	text-decoration: underline;
}

A:hover{
	color: #c30
}

hr{
	color: gray
}

/*	informationインラインフレーム下部	*/
#inform{
	color: #000000;
	width: 500px;
	height: 360px;
	background: url(images/info_waku.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/*	informationインラインフレーム上部	*/
#inform_top{
	background: url(images/info_1.gif);
	background-repeat: no-repeat;
	margin-left: 3px;
	padding: 15px 0;
}

/*	informationインラインフレーム中身	*/
#inform_inframe{
	margin-top: 20px;
	margin-left: -5px;
}

#access{
	width: 500px;
}

#access_map{
	float: left;
	margin-top: 30px;
	border: 1px solid #000000;
}

#access_print{
	color: #000000;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	line-height: 20px;
	padding-left: 40px;
}

#access_text{
	float: right;
	color: #000000;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	line-height: 20px;
	padding-left: 16px;
}


* html iframe{
	overflow-x: hidden;
}


/*	100727 平田追加	*/
#wrapper_right {
	float: right;
/*	width: 400px;*/
	margin-right: 15px;
	font-family:  "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12px;
	margin-top: 40px;
}
