html{ 
    height:100%;
}
body {
	height:100%; 
	/*background:#FFF url(images/ribon.gif) no-repeat bottom left fixed;*/
	color: #333;
	padding:0px;
	margin:0px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}	

#container {
	height:100%;
	width:800px;
	margin:auto;
}
#header {
	height:250px;
	text-align:center;
	/*background:url(images/title.png) no-repeat;*/
}
#header h1{
	display:none;
	margin:0;
}
.textarea {
	margin:0px 80px 20px 80px;
	padding:0px 10px 0px 10px;
	font-size:80%;
	line-height:130%;
}
#enquet {
	background:url(images/middle.gif) repeat-y;
	margin:0px 80px 30px 80px;
}

#top {
height:26px;
}

#middle {
padding:0px 40px 0px 40px;
font-size:12px;
}

#bottom {
height:26px;
}

.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
/*input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}*/

select.validate-selection{
	border: 1px solid #a8a8a8;
	width:320px;
}


.required{
	border: 1px solid #a8a8a8;
	width:320px;
}
.normalform{
	border: 1px solid #a8a8a8;
	width:320px;
}

.validation-failed {
	/*border: 1px solid #FF3300;*/
	color : #FF3300;
	/*width:320px;*/
}
.validation-passed{
	/*border: 1px solid #000000;*/
	color : #000;
	/*width:320px;*/
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #f494b3;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

.ieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

.label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}
/*.style02 {
	border: 1px solid #a8a8a8;
	width:320px;
}*/

p {
}

h3 {
	margin:0;
	line-height:130%;
}
.submitbt {
	font-family:Arial, Helvetica, sans-serif;
	background:#601f16;
	border:#999999 solid 1px;
	color:#FFFFFF;
	width:77px;
	height:28px;
}

.small {
	font-size:11px;
}

.red {
	color:#FF0000;
}

#footer {
width:100%;
height:70px;
position:fixed;
bottom:0;
left:0;
height:25px;
background-color: #333333;
text-align:center;
font-size:11px;
color:#FFFFFF;
}

 
#ie6 #footer
{
height:25px;
background-color: #333333;
text-align:center;
font-size:11px;
color:#FFFFFF;
 width: 100%;
 position: absolute;
 top: expression(document.documentElement.scrollTop + document.documentElement.clientHeight - offsetHeight);
 left: expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);
}