@charset "Shift_JIS";

@import url("common.css");

/* お問い合わせ style */

/* ヘッダー背景 */
div#rogo{
		background : url(../img/headerimg/7.jpg) no-repeat;
		}

div.contents {
	background:url(../contact/img/contents_bg.gif) no-repeat;
}
div#contents h2 {
	clear:both;
	width:588px;
	height:20px;
	text-indent:-9999px;
	padding-bottom:20px;
}
h2.input {
	background:url(../contact/img/contact.gif) no-repeat 70px 0;
}
h2.check {
	background:url(../contact/img/contact_check.gif) no-repeat 70px 0;
}
h2.send {
	background:url(../contact/img/contact_send.gif) no-repeat 70px 0;
}
div.contents {
	font-size:12px;
	line-height:150%;
	padding-left:70px;
	margin-bottom:15px;
}
span.red {
	color:#FF0000;
}

/* form ---------------------------- */
.formTable01 {
	width:100%;
	border-left:1px dotted #7A9D00;
	border-top:1px dotted #7A9D00;
	margin-bottom:20px;
}
.formTable01 th, .formTable01 td {
	border-right:1px dotted #7A9D00;
	border-bottom:1px dotted #7A9D00;
	vertical-align:top;
}
.formTable01 th {
	border-right:none;
	background:#F1F4E4;
	color:#495E00;
	font-weight:normal;
	text-align:left;
	padding: 8px 8px 8px 21px;
	width:25%;
}
.formTable01 th.idsp {
	color: #FF0000;
}
.formTable01 td {
	background: #FFFFFF;
	color: #495E00;
	padding: 8px 16px 8px 16px;
}
.formTable01 td ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.formTable01 td ul li {
	margin: 0px;
	padding: 0px;
}
.inputBorder {
	border: 1px solid #7A9D00;
}
.inputBox01 {
	width: 280px;
}
.inputBox02 {
	width: 320px;
}
.inputBox03 {
	width: 86px;
}
.inputBox04 {
	width: 150px;
}
.ja {
	ime-mode:active;
}
.en {
	ime-mode:disabled;
}
p.submit {
	text-align:center;
	margin:10px auto;
}
