@charset "utf-8";
/* css for 06 page */

@import "subpages.css";


/*----------------------------------------------------- layout */

div#main {
	width: 840px;
	margin: 20px auto;
}

h2 {
	margin-top: 100px;
	clear: both;
	text-indent: -9999px;
	width: 839px;
	height: 60px;
	background: url("../images/06/h2.gif") left bottom no-repeat;
}


/*----------------------------------------------------- about */

div#about {
	margin: 30px auto;
	overflow: hidden;
}


div#about h3 {
	margin: 0 auto;
	text-indent: -9999px;
	width: 573px;
	height: 36px;
	background: url("../images/06/h3.gif") left bottom no-repeat;
}

div#about h3.sent {
	width: 429px;
	background: url("../images/06/h3_sent.gif") left bottom no-repeat;
}

div#about p {
	margin: 0 auto;
	padding: 30px 0 0 0;
	font-size: 80%;
	width: 50%;
	line-height: 1.5em;
}

/*----------------------------------------------------- form */

div#form {
	width: 810px;
	margin: 0 auto;
	padding: 30px 0;
}

div#form div#top {
	background: url("../images/06/form_hd.gif") left top no-repeat;
}

div#form div#top form {
	width: 700px;
	margin: 0 auto;
	padding: 80px 0 0 0;
	overflow: hidden;
}

div#form div#top form label {
	width: 130px;
	float: left;
	clear: both;
	text-indent: -9999px;
	min-height: 20px;  
	height: auto !important;	/* ie6 */
	height: 20px;				/* ie6 */
	overflow: hidden;
	padding-top: 20px;
}

div#form div#top form label#name {
	background: url("../images/06/lbl_name.gif") right 50% no-repeat;
}

div#form div#top form label#mail {
	background: url("../images/06/lbl_mail.gif") right 50% no-repeat;
}

div#form div#top form label#comment {
	background: url("../images/06/lbl_comment.gif") right 50% no-repeat;
}

div#form div#top form input ,
div#form div#top form textarea {
	width: 430px;
	float: left;
	margin-left: 30px;
	margin-bottom: 20px;
	border: none;
	border-bottom: #ccc 1px solid;
	background: none;
	overflow: hidden;
	padding-top: 20px;
}

div#form div#top form input#submit {
	float: none;
	width: 135px;
	height: 56px;
	margin: 0 auto;
	border: none;
	background: none;
	text-align: center;
	display: block;
	clear:both;
}


div#form div#bottom{
	background: url("../images/06/form_ft.gif") left bottom no-repeat;
	height: 50px;  
}

/*----------------------------------------------------- error */

div.error {
	width: 600px;
	overflow: hidden;
	margin: 0 auto 20px auto;
	padding: 20px 20px 0 20px;
	font-weight: bold;
	font-size: 80%;
	color: #FF0000;
	background-color: #FDEDF4;
}


/*----------------------------------------------------- tel */

div#tel {
	overflow: hidden;
	width: 500px;
	margin: 20px auto;
	border: #CEFAFF 4px double;
	padding: 20px;
}

div#tel h4 {
	padding: 0 0 0 30px;
	border-left: #00A2FF 5px solid;
	font-weight: bold;
	color: #00A2FF;
	margin-left: 10px;
}

div#tel dl {
	width: 450px;
	margin: 20px auto;
	font-size: 80%;
}

div#tel dd {
	clear: both;
	width: 180px;
	float: left;
	border-bottom: #ccc 1px dotted;
	padding: 15px 0 10px 20px;
	min-height: 25px;  
	height: auto !important;	/* ie6 */
	height: 25px;				/* ie6 */

}

div#tel dt {
	width: 240px;
	float: left;
	border-bottom: #ccc 1px dotted;
	padding: 15px 0 10px 0;
	min-height: 25px;  
	height: auto !important;	/* ie6 */
	height: 25px;				/* ie6 */
}


