﻿@charset "utf-8";

/* ===================================================================
	Author: aki
=================================================================== */


#header2{
	background:url(../img/inq/hbak.jpg) left top repeat-x;
	height:179px;
}

#header2 #header-inner{
	width:980px;
	margin:0 auto;
}

#header2 .conLeft{
	float:left;
	width:148px;
	padding:4px 0 0 0;
}

#header2 .conRight{
	float:right;
	width:824px;
	padding:42px 0 0 0;
}

#header2 .conRight dl{
	padding:25px 0 0 0;
}

#header2 .conRight dl dt{
	float:left;
}

#header2 .conRight dl dd{
	float:right;
	padding:4px 0 0 0;
}


#contents{
	width:980px;
	margin:0 auto;
	padding:10px 0 50px 0;
}










#form{
	padding:28px 0 0 0;
}


#form table{
	table-layout:fixed;
	width:100%;
	border-collapse:collapse;
}

#form table th{
	border:1px solid #000;
	border-width:1px 0;
	background:#e1f0da;
	font-weight:bold;
	padding:20px 20px;
	vertical-align:top;
}

#form table th .his{
	display:block;
	float:right;
	background:#d00c1c;
	font-weight:bold;
	color:white;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	padding:3px 10px;
}

#form table td{
	border:1px solid #000;
	border-width:1px 0;
	padding:15px 0 15px 30px;
}

#form table td .w1{
	border:1px solid #333;
	width:90%;
	padding:10px;
}

#form table td textarea{
	border:1px solid #333;
	width:90%;
	padding:10px;
}

#form .sbtn{
	text-align:center;
	padding:35px 0 0 0;
}


.err{
	font-weight:bold;
	color:red;
}










#footer1{
	background:url(../img/cbak2.jpg) left top repeat;
	padding:20px 0;
	text-align:center;
	font-size:110%;
	line-height:1.5;
}




#footer2{
	background:url(../img/cbak8.jpg) left top repeat;
	padding:20px 0 20px 0;
}

#footer2-inner{
	width:980px;
	margin:0 auto;
}