/* ----- background ----- */
* {
	margin:0;
	padding:0;
}
body {
    background-image:url(../img/haikei_.gif);
	background-repeat: repeat-y;
	background-position:center 0%;
	margin: 0pt auto;
	padding: 0pt;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
a:link {
	color: #CC9B5A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC9B5A;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
/* ----- main ----- */
div#container {
    background-color:#FFFFFF;
	margin: 0pt auto;
	padding: 0pt;
	text-align: left;
	width: 800px;
}
#container p {
	font-size:0.8em;
	line-height:150%;
	color: #666666;
}
#header {
    height:38px;
}
#header img {
    border:none;
	float:right;
	margin:10px 10px 5px auto;
}
h1 {
    text-indent:-9999px;
	width:800px;
	height:205px;
    background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}
h2 {
    font-size:0.9em;
	font-weight:bold;
	color:#666666;
	background-image: url(../img/point.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:25px;
	margin-bottom:15px;
}
#c_main {
    width:700px;
	margin:20px 50px;
}
#c_main p {
    margin-bottom:20px;
}
#c_main table {
    border:none;
	margin:20px;
}
.tel {
    margin-bottom:20px;
}
.sikaku {
    color:#99CC00;
	font-size:0.5em;
	vertical-align:middle;
}
/* form */
#container div#c_content div#c_main .form_table {
 margin: 10px 0 20px 20px;
 padding: 0;
 border-top: solid 1px #cccccc; 
 border-left: solid 1px #cccccc;
 color:#666666;
}
#container div#c_content div#c_main .form_table td {
 margin: 0;
 padding: 5px 10px;
 font-size: 12px;
 line-height: 160%;
 text-align: left;
 border-bottom: solid 1px #cccccc; 
 border-right: solid 1px #cccccc;
}
.td_title {
 width: 130px;
 text-align: left;
 vertical-align: middle;
 color:#023893;
 padding-left:15px;
 font-size:13px;
}
.td_field {
 padding: 9px 3px 8px 10px;
 line-height: 140%;
 width:450px;
}
.td_field2 {
 padding: 9px 3px 3px 10px;
 line-height: 140%;
 font-size:0.9em;
 color:#666666;
}
.caution_col {
 color: #ee7700;
}
.caution_col a {
 color: #ee7700;
 text-decoration: none;
}
.submit_btn {
margin: 0 0 0 250px;
}
.reset_btn{
margin: 0 0 0 20px;
}
.tx10 {
 font-size: 10px;
 line-height: 140%;
 vertical-align: middle;
 color:#666666;
}
.field1 {
 width: 240px;
}
.field2 {
 width: 160px;
}
.field3 {
 width: 374px;
}
#commentarea {
 width: 374px;
}
/* footer */   
#footer {
    background-color:#003399;
	height:43px;
	margin-top:20px;
}
#footer p {
    color:#FFFFFF;
	font-size:0.7em;
	line-height:150%;
	text-align:right;
	margin:5px 10px;
}
#footer img {
    margin:10px 15px;
	float:left;
	border:none;
}
