@charset "utf-8";
/* css for 07 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/07/h2.gif") left bottom no-repeat;
}


/*----------------------------------------------------- h3_wrapper */

div#h3_wrapper {
	margin: 20px auto;
	width: 812px;
	overflow: hidden;
}

div#h3_wrapper h3 {
	text-indent: -9999px;
	width: 812px;
	height: 144px;
	background: url("../images/07/h3.gif") left bottom no-repeat;
}

div#h3_wrapper div {
	min-height: 156px;  
	height: auto !important;	/* ie6 */
	height: 156px;				/* ie6 */
	background: url("../images/07/main_back.gif") left top no-repeat;
}

div#h3_wrapper div p {
	width: 500px;
	font-size: 80%;
	line-height: 200%;
	padding: 30px 0 30px 60px;
}

/*----------------------------------------------------- datail */

div#datail {
	width: 600px;
	margin: 40px auto;
}

div#datail h4 {
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	font-size: 110%;
	color: #FFF;
	font-weight: bold;;
	background:  #8BE8FF url("../images/07/h4.gif") left bottom repeat-x;
}

div#datail table {
	width: 600px;
	font-size: 80%;
	border-top: #E6E6E6 1px solid;
	border-left: #E6E6E6 1px dotted;
	line-height: 1.8em;
}

div#datail th {
	padding: 15px;
	border-bottom: #E6E6E6 1px solid;
	border-right: #E6E6E6 1px dotted;
	text-align: center;
	background: url("../images/07/th_back.gif") left bottom repeat-x;
}

div#datail td {
	padding: 15px;
	border-bottom: #E6E6E6 1px solid;
	border-right: #E6E6E6 1px dotted;
	background: url("../images/07/td_back.gif") left bottom repeat-x;
}

/*----------------------------------------------------- form */
div#form {
	width: 650px;
	background-color: #EBFCFE;
	margin: 0 auto;
	border: #CEFAFF 4px double;
}

div#form p{
	width: 540px;
	padding-top: 30px;
	margin: 0 auto;
	font-size: 80%;
	overflow: hidden;
}

div#form form {
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;
}

div#form form label {
	margin-top: 10px;;
	width: 130px;
	float: left;
	clear: both;
	font-size: 80%;
	text-align: right;
}

div#form form input ,
div#form form textarea {
	margin-top: 10px;;
	width: 430px;
	float: left;
	margin-left: 30px;
	overflow: hidden;
}

div#form form input {
	min-height: 20px;  
	height: auto !important;	/* ie6 */
	height: 20px;				/* ie6 */
}

div#form form input#submit {
	height: auto !important;	/* ie6 */
	overflow: hidden;
	width: 100px;
	padding: 3px;
	float: right;
	margin-right: 60px;
}

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

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

/*----------------------------------------------------- sent_wrapper */

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


div#sent_wrapper h3 {
	margin: 0 auto;
	text-indent: -9999px;
	width: 276px;
	height: 35px;
	background: url("../images/07/h3_sent.gif") left bottom no-repeat;
}

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

/*----------------------------------------------------- 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 */
}


