@charset "utf-8";

div#CONTENTS_HEAD h2{
	    margin: 30px 0px 0px 30px;
}

div#CONTENTS_BODY {
	margin: 30px 0 0 30px;
}

h3#inquiryArea {
	font-size : medium;
	margin : 20px 0 5px;
	padding : 0 0 3px 15px;
}

*.required {
	color : #990000;
}

form#INQUIRY_FORM {
	margin : 5px 0 0;
}

table#INQUIRY_TABLE {
	border-width : 0 1px 1px 0;
	border-style : solid;
	border-color : #898989;
	vertical-align : top;
	font-size: 10pt;
	clear : both;
}

table#INQUIRY_TABLE tr th {
	width : 280px;
	padding : 3px;
	text-align : left;
	vertical-align : top;
	font-weight : normal;
	color: #253c4d;
	border-width : 1px 0 0 1px;
	border-style : solid;
	border-color : #898989;
	background-color : #e7f0f4;
}

table#INQUIRY_TABLE tr td {
	width : 400px;
	vertical-align : top;
	padding : 3px;
	border-width : 1px 0 0 1px;
	border-style : solid;
	border-color : #898989;
	background-color: #fff;
}

label.inquiryCheckBox {
	display : block;
	width : 170px;
	float : left;
}

div.submitButton {
	margin : 20px auto;
	line-height : 1.5em;
}

textarea#FREETEXT {
	font-size : small;
	line-height : 1.5em;
	font-size: 10pt;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}

input#SEND {
	line-height : 1.1em;
}

div.errorMsg {
	margin: 5px 0;
	padding-left: 18px;
	color: #990000;
	font-size: 110%;
	font-weight: bold;
	background: url(../images/caution.gif) left center no-repeat;
}

p.thanksMessage {
	height: 100px;
	font-size : 12pt;
}
