@charset "utf-8";
/* CSS Document */

/* reset css styles*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a,a:hover, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, sub, sup, tt, var,
center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:100%;
	font: inherit;
	text-decoration:none;
	color: #666666;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end */

body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.813em;
	color: #666666;
	text-decoration: none;
	line-height:20px; 
	height:100%;
	text-align:justify;
	text-justify:inter-ideograph;
}
a:hover{
	text-decoration:underline;	
}
.floatLeft{
	float:left;	
}
.floatRight{
	float:right;	
}
.clear{
	clear:both;	
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/**/

/**/
#pagewrap{
	width: 960px;
	margin: 0 auto;
	padding:0 8px;
	position: relative;
}
/**/

/* footer */
#footer{
	margin:40px 0 0 0;
	min-height:175px;
	background:url(images/footer_bg.gif) repeat-x center top;
}
#footer_content{
	width:940px;
	padding:40px 10px;
	margin:0 auto;
}
#footer_form{
	float:right;
	text-align:center;
}
#footer_formTxt{
	margin:10px 0 0 0;	
}
/**/

/* front */
#front_header{
	position:relative;
	width:960px;
	height:250px;
	background:url(images/front/header.jpg) no-repeat;
	margin:0 0 20px 0;
}
#front_header_formBtn{
	position:absolute;
	top:173px;
	left:-5px;
}
#front_header_formTxt{
	position:absolute;
	top:208px;
	left:215px;
}

.titleImg{
	margin:0 0 10px 0;	
}

#front_content{
	padding:0 10px;
}
.front_left{
	float:left;
	width:460px;
	margin:0 20px 0 0;	
}
.front_txtBox{
	padding:0 0 1px 0;
	background:url(images/bottom_line.gif) no-repeat center bottom;	
}
#front_txt1{
	margin:0 0 38px 0;
}
#front_txt2{
	padding:0 0 115px 0;
	background:url(images/front/photo1.jpg) no-repeat right bottom;
}
#front_txt3{
	padding:0 0 150px 0;
	background:url(images/front/photo2.jpg) no-repeat right bottom;
}
#front_txt4{
	width:460px;
	padding:0 0 130px 0;
	background:url(images/front/photo3.jpg) no-repeat right bottom;
}
#front_txtArea1{
	margin:0 0 40px 0;	
}
/**/

/* form */
#content{
	width:940px;
	padding:0 10px;
	margin:0 auto;
	position:relative;
}
#form_header{
	margin:0 0 35px 0;
}
#form_title{
	margin:0 0 15px 0;	
}
#formBox{
	padding:20px 80px 20px 80px;
	background:#f2e1de url(images/form/formBg.gif) no-repeat center bottom;	
}
#formBox dl dt{
	float:left;
	width:120px;
	height:20px;
	margin:0 0 13px 0;
}
#formBox dl dd{
	padding:0 0 0 120px;
	margin:0 0 13px 0;
	width:190px;
	min-height:20px;
}

.required{
	color:#0397d6;	
}

.formField1{
	width:100%;
	border:1px solid #c8bcba;
	height:16px;	
}
.formField2{
	width:25px;
	border:1px solid #c8bcba;
	height:16px;	
}
.formField3{
	width:55px;
	border:1px solid #c8bcba;
	height:16px;	
}
.formField4{
	width:70px;
	border:1px solid #c8bcba;
	height:16px;	
}
.formSelect1{
	width:100%;
	border:1px solid #c8bcba;
	height:20px;	
}
.formSelect2{
	border:1px solid #c8bcba;
	width:55px;
	height:20px;
}
.formSelect3{
	border:1px solid #c8bcba;
	width:40px;
	height:20px;	
}

#addressField ul li{
	margin:0 0 15px 0;
}
.addressField_area{
	float:left;
	margin:0 5px 0 0;	
}
.formField_last{
	float:right;
	margin:0;
}
.birthField_area{
	float:left;
	margin:0 8px 0 0;	
}

#formInfo{
	border-bottom:1px solid #d6c8c6;
	margin:0 0 20px 0;	
}
#form_agree{
	margin:5px 0;
}
#form_submitBtn{
	text-align:right;	
}
.warningTxt{
	margin:5px 0 0 0;
	color:#F00;
}
/**/



















