@charset "utf-8";

/* CSS Document */

/*==========================================================================================

	// contact

==========================================================================================*/

div#main {
}



div.box {
	width:666px;
	border:1px solid #D0D2D3;
	padding:2px;
	margin-bottom:10px;
	line-height:1.6;
}

.inputError {
	color: #ff0000;
	margin-left: 30px;
}
input#interesttxt {
	width:380px;
	margin-left:-25px;
}

#ken {
	margin-left:-20px;
}

.errorPoint {
	background-color:#FFEAEA;
}


/*==========================================================================================

	// contactForm

==========================================================================================*/

div#contactForm {
}


div#contactForm h1 {
	margin-bottom:30px;
}

div#contactForm h2 {
	margin-bottom:20px;
}

div#contactForm table,
div#contactForm p,
div#contactForm ul {
	margin: 0 0 5px 20px;
}

div#contactForm table tr th {
	width:140px;
	vertical-align:top;
	background:url(../images/contact-arrow.gif) no-repeat left 6px;
	padding-left:12px;
}

div#contactForm span.star {	color:#CC0033;}
div#contactForm span.smallTxt { font-size:85%; line-height:1;}

div#contactForm table tr td {
	padding-bottom:20px;
}

div#contactForm table#confirm tr td {
	padding-bottom:5px;
}

div#contactForm table tr td input {
	vertical-align:middle;
	margin-right:5px;
}

div#contactForm table tr td label {
	margin-right:30px;
}

div#submitBtn {
	text-align:center;
	margin-bottom:10px;
}

div#contactForm ul li {
	text-indent:-1em;
	margin-left:1em;
}


input#othertxt {
	width:300px;
	margin-left:-25px;
}

input#address1 {
	width:100px;
	margin-left:-20px;
}

input#address2,
input#address3,
input#address4 {
	width:388px;
	margin-left:-20px;
}

input#comname,
input#name,
input#mail,
input#telNum,
input#address,
input#url,
textarea#questionTxt {
	width:450px;
}

div#submitBtn input {
	width:70px;
	height:20px;
	border:none;
	margin:0 9px;
	line-height:20px;
	font-family: 'CI', Meiryo;
	font-weight:bold;
	font-size:93%;
	background: #ff0000 url(../images/contact-btn1.gif) no-repeat left top;
	padding-left:10px;
}

p#contactThanks {
	text-align:center;
	font-size:200%;
	padding:100px 0 200px;
}


