@charset "EUC-JP";

*{
	margin: 0;
	padding: 0;
}
/* jsエラー表示用 
------------------------------------------*/
.hidden {
	display: none;}
.visible {
	display: block;
	color: #003264;
	font-weight: bold;
	padding: 5px 0 5px 50px;
	background: url(img/ico_error.gif) left center no-repeat;}
	
/* 全体
------------------------------------------*/
body {
	background: #FFFFFF url(img/header_bg.gif) repeat-x!important;
	text-align: center;
	font-size: 62.5%;
}
#header {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#CAPCOM {
	height:72px;
	width: 200px;
}
.Line-bott {
	background: #FFFFFF url(img/footer_bg.gif) repeat-x left bottom;
	height: 25px;	
	clear: both;
}

#footer {
	margin-top:10px;
}
#c-footer li {
	display: inline;
	padding-bottom: 5px;}

#privacy{
	padding: 3px;
	margin: 20px 0px;
	border: 2px solid #666666;
	background: #EEEEEE;
	text-align: center;
}

/*
文字サイズ修正
------------------------------------------*/

#utility-navi li{
	font-size: 110%!important;
}


/* お問い合わせフォームメイン 
------------------------------------------*/
#main {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.2em;
}
#formContents {
	/*margin:0px 30px;*/
	width: 1000px;
}

#main h2 {
	margin-bottom: 15px;
	color: #fff;
	line-height: 40px;
	padding: 0 20px;
	background: url(img/ttl_header.gif) no-repeat left center;
	}
#main h3 {
	margin: 40px 0 10px;
	background: url(img/titile_bg.gif) repeat-x left bottom;
	padding-bottom: 20px;}

p.atFirst {
	line-height: 140%;
	margin-bottom: 15px;}

ul.atFirst li {
	line-height: 140%;
	list-style: square;
	margin: 0 0 5px 20px;}
ul.atFirst li strong {
	font-weight: normal;
	color: #e00;
	padding: 0 3px;}

dl.attention {
	padding: 2px;
	margin-top: 15px;
	border: 1px solid #ccc;
	background-color: #F0F4F8;}
dl.attention dt {
	font-weight: bold;
	padding: 5px;
	color: #001B36;
	background-color: #d6e1ec;}
dl.attention dd {
	padding: 10px 10px;}
dl.attention li {
	margin: 0 0 5px 20px;}
	
p.aboutForm {
	margin-bottom: 10px;}
p.aboutForm strong {
	font-weight: normal;
	color: #e00;}
caption {
	caption-side:top;
	font-weight:bold;
	text-align:left;
	background-color: #8ca3bc;
	padding: 5px 15px;
	border-bottom: 1px solid #ccc;
	color: #001b36;
	border-left: 5px solid #003264;
}
input, 
select, 
textarea {
	margin: 4px 0px;
	vertical-align:middle;
}
td.inputMRG input {
	margin: 4px 10px 4px 10px;
}
td.inputMRGL input {
	margin: 4px 0px 4px 10px;
}
td.inputMRGR input, 
td.inputMRGR select {
	margin: 4px 10px 4px 0px;
}
td.inputFULL input, 
td.inputFULL textarea {
	width: 98%;
}
span.inputMRGR {
	margin: 0px 10px 0px 0px;
}
.formStyleDefault {
	background-color:#FFFFFF;
}
.formStyleActive {
	background-color:#f6e9b8;
}
.formStyleCheck {
	background-color:#fadd6b;
}

.formTable{
	width:1000px;
	margin-bottom: 15px;
	border-top: 2px solid #999999;
	line-height: 150%;
    empty-cells: show;
}
.formTable th {
	width: 160px;
	padding: 12px 5px 6px;
	text-align: left;
	border-left:2px solid #999999;
	border-right:1px solid #999999;
	border-bottom: 2px solid #999999;
	color: #333;
	vertical-align: top;
	background: #FFFFFF url(img/bg.gif) repeat-x 0%  50%;
}
.formTable.check th {
	padding: 6px 5px 6px;}
.formTable td {
	background-color: #f0f4f8;
	padding:6px 15px;
	text-align:left;
	border-left: 1px solid #999999;
  border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
}
.formTable small {
	text-align: left;
	color: #666;
	display: block;
	line-height: 140%;
	margin: 10px 0 0;
	font-size: 100%;}
.formTable td.tdColorGr {
	border-left: 2px solid #999999;
	text-align:center;
}
.formTable dt {
	margin: 0;
	float: left;
	line-height: 30px;}
	
.formTable dl.name dt {
	width: 30px;}
.formTable dl.phone dt {
	width: 60px;}
.formTable dl.span dt {
	width: 80px;}
.formTable dd {
	margin: 0;
	float: left;
	line-height: 30px;}
.formTable dd input {
	margin: 0 10px 0 2px;}	
.formTable label {
	padding-right: 10px;
	line-height: 28px;}
.formTable .labelBox label {
	display: block;}
.formTable .labelFloat label {
	display: block;
	float: left;
	width: 160px;}
	
.formTable dl.message dt {
	float: none;
	font-weight: bold;
	margin-bottom: 5px;}
.formTable li {
	margin-left: 15px;
	line-height: 150%;}
.formTable dl.message dd {
	float: none;
	line-height: 140%}
	
.formTable label input {
	margin-right: 5px;}

.formTable td textarea {
	width: 99%;}
	
	
/* 入れ子テーブル */
td.subTable {
	background-color: #ccc;
	padding: 2px;
	border-left: 2px solid #999;
	}
td.subTable table {
	width: 100%;}
td.subTable table th {
	width: 158px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;}
td.subTable table td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 0;}

td.subTable caption {
	margin: 0;
	background-color: #ccc;
	border-left: 0;
	}
td.subTable caption .visible {
	display: inline;}

.attn {
	color:#FF3333;
}
table small {
	font-weight: normal;}
#form-btn {
	width:1000px;
	text-align:center;
	height:40px;
    margin-bottom:20px;
}
#form-btn input {
	margin: 20px 10px 0px 10px;
}
#form-btn-left{
	width: 250px;
	text-align: right;
	float:left;
}
#form-btn-right{
	width: 250px;
	text-align: left;
	float:right;
}
#Thanks caption {
	padding: 20px;
	text-align: center;
	border-left: 0;}
#Thanks caption strong {
	font-size: 1.2em;
	display: block;
	padding: 5px;
	}
div.thanks {
	width: 350px;
	text-align: left;
	margin: 0 auto;}

.Fclear {
	clear: both;}
.ml0 {
	margin-left: 0!important;}	
.mb15 {
	margin-bottom: 15px!important;}	

/* ヘッダーフッターポジション
------------------------------------------*/
html,body{
     height:100%;
}
#wrap{
     width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}
#contents{
     padding-bottom:67px;
}
#footer {
    position:absolute;
    bottom:0;
	width: 100%;
}