@charset "utf-8";

@import url(/commons/css/import.css);


/**共通項目**/
.float_left{
	float:left;
}

#telephone h2{
	background:url(images/tel_hr.gif) no-repeat bottom;
	padding-bottom:8px;
}

#telephone h2 img{
	padding-left:2px;
}

#form_box img{
	padding-left:2px;
}
	
#form_box h2{
	background:url(images/tel_hr.gif) no-repeat bottom;
	padding-bottom:8px;
	}


/**共通項目終**/

#contents{
	margin-bottom:10px;
}
#div_top{
	float:left;
}
/**電話**/
#telephone{
	float:left;
	width:844px;
	padding-bottom:38px;
}
#telephone .telbox{
	float:left;
	padding-bottom:14px;
}
#telephone .telloffice {
	float:left;
	padding:10px 0 0 180px; 
}
#div_middle{
	float:left;
	background: url(images/div-middle_bg.gif) repeat-y;
	padding-right: 25px;
	padding-left: 25px;
	padding-top:14px;
	width:900px;
}
#telephone{
	padding:5px;
	width:880px;
}
#div_bottom{
	float:left;
	width:950px;
	background: url(images/div-bottom_bg.gif) no-repeat top;
	height: 7px;
}
/**お問合せフォーム**/
#form_box{
	float:left;
	padding:5px;
	width:100%;
}

.form-p01 {
	width:auto;
}
	
form#mailform {
	padding: 5px;
}
.txt_top {
	text-align: left;
	vertical-align: top;
}
table.mailform {
	width: 100%;
}

table.mailform tr th,
table.mailform tr td {
	color:#666;
	text-align: left;
	font-size:108%;/* 12px → 13px相当 */
	/*font-size:81.25%;*/
	padding:10px 15px;
}

table.mailform tr th {
	width: 150px;
}

table.mailform tr th p {
	font-size:75%;
	color:#999;
}

table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}
#mailform_tbl .border_dot {
	border-bottom: 1px dotted #999;
	_border-top: 1px dotted #D7D7D7;
	_border-bottom: 1px dotted #D7D7D7;
}
.bg{
	background: #f0f1eb;
	border-bottom: 1px dotted #999;
	_border-top: 1px dotted #D7D7D7;
	_border-bottom: 1px dotted #D7D7D7;
}

div#caution{
	width:500px;
	margin:15px auto;
	border:1px solid #cb0000;
	padding:8px;
	color:#cb0000;
	font-size:13px;
}

div#caution strong{
	font-weight:bold;
}
