@charset "utf-8";

/*-------------------------------------------------------------------------------------
base writer  : nuts (IDEA-PRO)
last_editday : 2008/07/02
last_editor  : nuts (IDEA-PRO)
-------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------
共通部分
----------------------------------------------------------------*/
.information div#main { 
	background: url(image_cmn/bg_line.jpg) no-repeat top;
 }


div#main h1 {
	margin: 0 0 15px;
	}




/*----------------------------------------------------------------
トップページ
----------------------------------------------------------------*/
.float_clear {
	clear:both;
	}



/*-------お問い合わせ一覧-------*/

#main .box_reference p {
	margin-left:2em;
	margin-bottom:0.2em;
	line-height:1.5em;
	}
#main .box_reference table {
	margin: 0 20px;
	border:solid #999999 1px;
	margin-top:1em;
	margin-bottom:1em;
	width:560px;
	}
#main .box_reference th {
	background-color:#EEEEEE;
	padding:5px;
	text-align:left;
	line-height: 1.4;
	border:solid #999999 1px;
	}
#main .box_reference .th01 {
	width:28%;
	}
#main .box_reference .th02 {
	width:30%;
	}
#main .box_reference .th03 {
	width:20%;
	}
#main .box_reference .th04 {
	width:22%;
	}
#main .box_reference td {
	background-color:#FFFFFF;
	padding:5px;
	line-height: 1.4;
	text-align:left;
	border:solid #999999 1px;
	}
#main .box_reference td span {
	line-height: 1.4;
	font-size: 0.9em; }

