@charset "UTF-8";
/*******************************************************************************
file name  :  top.css
style info :  
********************************************************************************/

/*===================================================================
	ハック
===================================================================*/

/* clearfix 
xxxxxx:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}*/

/*--------------------------------------------------------
　#top container {} のように頭には固有のページIDを置く
--------------------------------------------------------*/

/*---------------------------------------------------------
   #contents
---------------------------------------------------------*/
#container #contents p.subHead{
	margin:10px 0 10px 20px;
	line-height:100%;
}
#container #contents .section-Lv1{
	border:#DCBE00 solid 1px;
	background:url(../img/global/bg_section_01.jpg) repeat-y top center;
	padding:0 0 34px 39px;
	margin-top:8px;
	color:#FFFFFF;
}
#container #contents .section-Lv1 p.first-child{
	margin:25px 0 50px 0;
}
#container #contents .section-Lv1 p.first-child span,
#container #contents .section-Lv2 table tr th.second-column span{
	color:#DCBE00;
}
#container #contents .section-Lv2{
	width:800px;
	padding:4px 0 4px 0;
	border-bottom:1px solid #FFFFFF;
}
#container #contents .section-Lv2 p span,
#container #contents .section-Lv2 table tr th.first-column{
	color:#FF0000;
}
#container #contents .section-Lv2 table{
	line-height:200%;
}
#container #contents .section-Lv2 table tr th{
	font-weight:normal;
}
#container #contents .section-Lv2 table tr th.first-column{
	width:15px;
	text-align:right;
}
#container #contents .section-Lv2 table tr th.second-column{
	border-right:1px solid #FFFFFF;
	width:193px;
}
#container #contents .section-Lv2 table tr td{
	padding-left:30px;
	vertical-align:middle;
}
#container #contents #name table tr td,
#container #contents #address table tr td{
	padding-left:4px;
}
#container #contents #name table tr td table.section-Lv3 tr td.first-column,
#container #contents #address table tr td table.section-Lv3 tr td.first-column{
	padding:5px 0 5px 26px;;
}
#container #contents #address table tr td table.section-Lv3 tr td.first-column #select{
	margin-left:5px;
}
#container #contents .section-Lv2 table tr td input{
	margin-right:3px;
}
#container #contents .section-Lv2 table tr td input.textbox{
	width:420px;
	margin:5px 0 5px 0;
}
#container #contents .section-Lv2 table tr td dl dd{
	display:inline;
	padding-right:35px;
}
#container #contents #area table tr td dl dd{
	padding-right:25px;
}
#container #contents #ward table tr td dl dd{
	padding-right:30px;
}
#container #contents .section-Lv2 table tr td table.section-Lv3 tr td.bd{
	width:587px;
	border-bottom:1px solid #FFFFFF;
}
#container #contents .section-Lv2 table tr td table.section-Lv3 tr td{
/*	vertical-align:middle;*/
}
#container #contents #contact table tr td{
	vertical-align:top;
}
#container #contents #button{
	margin-top:22px;
	margin-bottom:95px;
	text-align:center;
}
#container #contents #button input{
	width:100px;
	margin:0 14px 0 14px;
}