@charset 'utf-8';
/* contact */
#mainContents {
	height:auto;
	min-height: 400px;
	overflow: visible;
}

p.alert {
	color: #bd0b15;
	font-size: 75%;
	font-weight: bold;
}
span.form-description {
	display: block;
	float: right;
	width: 170px;
	font-size: 70%;
	color: #666666;
}
div#contactSubInfo {
	clear:left;
	border:1px solid silver;
	padding:0px 10px 10px;
	width:95%;
	margin:10px 0px 0px;
	border-bottom:none;
	background: url(../img_main/contact_bg_02.jpg) no-repeat right bottom;
}
div#contactBox {
	width: 650px;
	margin-left: 20px;
	padding: 10px 0px 10px 0px;
	line-height: 1.5em;
	
}
#contactBox fieldset {
	padding: 5px;
	margin: 5px;
}
#contactBox fieldset.customerInfo {
	text-align: right;
}
#contactBox legend {
	font-size: 90%;
	padding: 2px 10px;
}
#contactBox label {
	font-size: 70%;
	padding: 4px 4px;
	vertical-align: top;
	font-weight: bold;
}
#contactBox .closeBtn {
	text-align:right;
	margin-top:5px;
	margin-right:10px;
	font-size:80%;
}
#contactBox input {
	width: 250px;
}
#contactBox input[type=text] {
	background: #fefdb6;	
}
#contactBox input.short {
	width: 80px;
}
#contactBox input.submitBtn {
	width: 80px;
}
#contactBox input.checkBox {
	width: 20px;
}
#contactBox textarea {
	background: #fefdb6;
	width: 455px;
	height: 100px;
}

