/* お問合せフォーム CSS */


div#contents{
	background: url(../img/permanent_mid.gif) left top repeat-y;
	overflow: auto;
	color: #000000;
}

h1{
	text-indent: -1000.0em;
	width: 300px;
	height: 40px;
	background: #ffffff;
	color: #000000;
	margin: 0 15px 10px 15px;
}

div#inquiry_main{
	width:800px;
	margin-right:auto;
	margin-left:auto;
	background:#ffffff;
	border-color:#3366ff;
	border-style:solid;
	border-width:1px;
	}

div#tel{
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	width:750px;
	background:#ffffcc;
	border-style:double;
	border-color:#3366ff;
	padding-top:20px;
	padding-bottom:20px;
	}
	
#tel strong{
	font-size:large;
	line-height:2;
	}
	
div#fax{
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	margin-bottom:20px;
	width:750px;
	background:#ffffcc;
	border-style:double;
	border-color:#3366ff;
	padding-top:20px;
	padding-bottom:20px;
	}	
	
#fax strong{
	font-size:large;
	line-height:2;
	}
	
div#inquiry_title{
	margin-top:20px;
	margin-bottom:20px;
	}


#contents p{
	text-align: center;
	margin: 0 15px 0px 15px;
}

#contents h2{
	color: #f00033;
	margin-bottom: 10px;
}

#contents img{
	margin-top: 10px;
}


#contents table{
	margin: 10px auto;
	width: 800px;
	background: #ffffff url(../img/mail_bg.gif) right bottom no-repeat;
	border-top: 1px solid #0b4dc6;
	border-right: 1px solid #0b4dc6;
	border-left: 1px solid #0b4dc6;
	border-collapse: collapse;
}

#contents table th{
	background: #0b4dc6 url(../img/mailheader_bg.gif) left top repeat-x;
	padding: 5px;
	color: #ffffff;
	border-bottom: 1px solid #0b4dc6;
}

#contents table td{
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #7da5ee;
}
