/*---------------------------------*/
/*PAGE DESIGN*/
/*---------------------------------*/

html{
	height:100%;
}

body{
	background-image: url(img/kikin_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 12px;
	background-color:#007bbb;
}

#header{
	width:700px;
	background-image:url(img/kikin_001.jpg);
	height:300px;
}

#body{
	width:700px;
	text-align:left;
	padding-right: 10px;
	padding-left: 10px;
}

#text {
	width: 600px;
	text-align: left;
}

#text2 {
	width: 520px;
	text-align: left;
}

/*---------------------------------*/
/*テーブル*/
/*---------------------------------*/
#kikin_table1 {
	background-image: url(img/kikin_003.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 650px;
	padding-right: 20px;
	padding-left: 20px;
}
#kikin_table2 {
	background-image: url(img/kikin_005.gif);
	background-repeat: repeat-y;
	width: 650px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
#kikin_table3 {
	background-image: url(img/kikin_004.gif);
	height: 34px;
	width: 650px;
	padding-right: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
}

/*---------------------------------*/
/*H1〜H5*/
/*---------------------------------*/
h1{
}

h2{
}

h3{
}

h4{
}

h5{
}

/*---------------------------------*/
/*テーブル*/
/*---------------------------------*/

#inquiry {
	width: 550px; /* ボックスの幅を指定 */
}
#inquiry table {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
	font-size: 100%;
	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: 1px solid #cccccc;
	background-color: #007bbb;
	font-weight: normal;
	padding: 10px;	
	width: 100px;
}

#inquiry th em {
	font-style: normal;
	color: #FF0000;
	padding-left: 5px;
}
.text1,.text2,.text3,.text4 {
	border: 1px solid #CCCCCC;
	background-color: #007bbb;
	padding: 2px;
}
.text1 {
	width: 200px;
}
.text2 {
	width: 200px;
}
.text3 {
	width: 98%;
}
.text4 {
	width: 98%;
}
#inquiry select {
	border: 1px solid #CCCCCC;
	background-color: #007bbb;
}
#inquiry .submit {
	text-align: center;
	margin-top: 30px;
}

/*---------------------------------*/
/*見出し*/
/*---------------------------------*/
.midasi {
margin-bottom:8px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #007bbb;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	height: 18px;
}
/*サブナビ*/
#subnavi{margin: 0px}
#subnavi ul{list-style: none; width: 190px; padding: 0px; margin: 0px }
#subnavi li{border: 1px solid #ffffff; border-top: none; height: 30px; margin: 0px }
#subnavi li a{display: block; background-color:#F1F1F1; padding: 8px 7px 10px 20px; color: #999999; text-decoration: none;
width: 190px;
voice-family: "\"}\"";
voice-family: inherit;
width: 190px
}
#subnavi li a:hover,#subnavi li a.cr{ background-color:#F1F1F1;font-weight: bold; color: #0075AB;}
/*イメージ振り分け*/
.lt{float:left; margin:0px 10px 0px 0px;}
.rt{float:right; margin:0px 0px 0px 10px;}
