@charset "utf-8";

/* 印刷ボタン
---------------------------------------------*/
#print {
	position: absolute;
	right: 17px;
	top: 37px;
	vertical-align: top;
	}

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}
body {
	font-size: 75%;
	line-height: 1.5;
	color: #333333;
	background-color: #E7E7E7;
}
img {
	border: none;
}
#praiv {
	position: absolute;
	right: 17px;
	top: 5px;
	vertical-align: top;
	}
#praiv a {
	color: #FFFFFF;}
/* ロゴ
---------------------------------------------*/
#header {
	position: relative;
	z-index: 100; /*ボックス一番上*/
	width: 800px;
	height: 30px;
	background-color: #2D78BF;
	padding-top: 60px;
}
#logo {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 267px;
	height: 33px;
	background: url(../images/rogo.gif) left top no-repeat;
}
#logo img {
	position: absolute;
	left: -9999px;
}
#header p {
	position: relative;
	left= 13px;
	color: #FFFFFF;
}

	
/* ナビゲーション
---------------------------------------------*/
#globalNav {
	position: absolute;
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #E8E8E8 url(../images/global_nav_bg.gif) left top repeat-x;
	border-bottom: 3px solid #CCCCCC;
}
#globalNav li {
	float: left;
	width: 8em;
	border-right: 1px solid #CCCCCC;
}
#globalNav li a {
	display: block;
	width: 100%;
	line-height: 2.5em;
	color: #333333;
	text-decoration: none;
	text-align: center;
	background: #E8E8E8 url(../images/global_nav_a_bg2.gif) 0 0px repeat-x;
}
#globalNav li a:hover {
	color: #333333;
	background: #50B622 url(../images/global_nav_a_bg2.gif) 0 -150px repeat-x;
}


/* 幅可変の2段組レイアウト
---------------------------------------------*/
#content {
	position: relative;
	width: 800px;
	margin-top: 20px;
}
#primary {
	position: absolute;
	width: 600px;
	left: 200px;
	top: 0;
	background-color: #FFFFFF;
}
#secondary {
	position: absolite;
	width: 200px;
	left: 0px;
	top: 0;
	background-color: #FFFFFF;
	background: #FFFFFF url(../images/leftside_bg.gif) left top repeat-y;
}
#footer {
	clear: both;
	position: absolute;
	padding: 10px 0;
	border-top: 3px solid #CCCCCC;
	text-align: center;
}
/* リスト
---------------------------------------------*/

	/* 共通
	---------------------------------------------*/
	#primary .list,#secondary .list {
		margin-bottom: 20px;
	}
	#primary .list li,#secondary .list li {
		margin: 5px 0 0 15px;
		padding-left: 15px;
		background: url(../images/arrow.gif) left center no-repeat;
		border-bottom: 1px solid #CCCCCC;
	}
	
	/* 見出し
	---------------------------------------------*/
	#secondary .list li {
		margin: 5px 0 0 15px;
		padding-left: 15px;
		background: url(../images/arrow.gif) left center no-repeat;
		border-bottom: 1px solid #CCCCCC;
	}
	#secondary .list li a {
		display: block;
		width: 100%;
		text-decoration: none;
		}
	#secondary .list h2 {
		padding: 3px 15px;
		color: #FFFFFF;
		background-color: #2D78BF;
	}
	#secondary .list h3 {
		padding: 3px 15px;
		color: #003300;
		background-color: #ffffcc;
	}
/* テーブルスタイル
---------------------------------------------*/
#inquiry {position: absolite;
	width: 600px; /* ボックスの幅を指定 */
}
#inquiry table {
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 120%;
	width: 100%;
}
#inquiry td {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	padding: 10px;
}
#inquiry th {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 6px solid #FFFFFF;
	border-right: none;
	background-color: #F3F3F3;
	font-weight: normal;
	padding: 10px;	
	width: 200px;
}
#inquiry th.must {
	border-left-color: #D90000;
}
#inquiry th em {
	font-style: normal;
	color: #FF0000;
	padding-left: 5px;
}
.text1,.text2,.text3,.text4 {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	padding: 2px;
}
.text1 {
	width: 100px;
}
.text2 {
	width: 4em;
}
.text3 {
	width: 98%;
}
.text4 {
	width: 98%;
}
#inquiry select {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}
#inquiry .submit {
	text-align: center;
	margin-top: 30px;
}

