@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
----------------------------------------------------------------------------- */
#contents .fix {
    padding: 0px 20px 0px 36px;
    clear: both;
    overflow: hidden;
    min-height: 305px;
}

#contents h2 {
	background-image: url(../img/title_inquiry.png);
	background-repeat: no-repeat;
	height: 45px;
	text-indent: -9999px;
	border-bottom: 2px solid #CCCCCC;
	margin-top:10px;
	padding-bottom:10px;
}

#contents .wrap {
margin-left:30px;
}

#contents .wrap p {
margin-left:0px;
}

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

#contents .inquiry dd{
	margin-left: 1em;
	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: 680px;
	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:#FCE2E0;
	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%;
}
