@charset "shift_jis";
/* =======================================================================
	CSS information

	file name  :top.css
	version:1.0
	style info :トップページ用。
======================================================================= */
/* import　各ディレクトリのスタイルシートは以下を必ず読み込む
----------------------------------------------------------------------------- */
@import "default.css"; /*リセット、font.css、再定義*/
@import "base.css"; /*サイトの初期設定*/
@import "layout.css"; /*サイトの基本レイアウト*/


/* table_form
----------------------------------------------------------------------------- */
#globalnavi .navi06 a {
//background-image:url(../img/navi06_on.gif);
}


#contents .fix {
margin-top:30px;
}

#contents .fix p {
margin-left:30px;
margin-bottom:30px;
}

#contents .inquiry dt{
	font-size: 114%;
	margin-bottom: 0.5em;
	font-weight: bold;
	margin-left:30px;
	}

#contents .inquiry dd{
	margin-left: 50px;
	margin-bottom: 1.5em;
}


#contents .inquiry dd span{
font-size:150%;
color:#FF0000;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}

#contents .inquiry dd.repeat{
	margin-bottom: 0.5em;
}

#contents .table_form{
	width:630px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 20px auto 0px;
}

#contents .table_form th,
#contents .table_form td{
	padding:10px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	line-height:150%;
}

#contents .table_form th{
	font-weight:bold;
	text-align: center;
	vertical-align: middle;
	background-color:#EAEAEA;
	width: 10em;
}


#contents .btn_form{
	background-color: #EEEEEE;
	margin: 20px auto;
	padding: 10px;
	width: 660px;
	text-align: center;
}

#contents .btn_form input{
	margin: 10px;
	font-size: 113%;
}