@charset "utf-8";

/* for NOSCRIPT  -------------------------------------------------------------------------------------------------------------------------------- */
body, table, th, td, h1, h2, h3, h4, h5, h6 {
	font-size: small;
	line-height: 130%;
}

/* font CSS  -------------------------------------------------------------------------------------------------------------------------------- */
.fontL {
	font-size: larger;
	line-height: 130%;
} 
.fontS {
	font-size: smaller;
	line-height: 130%;
	letter-spacing: 0.06em;
}




/* common -------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	background: #EEE8D8;
	color: #333333;
	text-align: center;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
form {
	margin: 0px;
	padding: 0px;
}

a {
	color: #9C2020;
}
a:link, a:visited {
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: underline;
}

.alnCenter {
	text-align: center !important;
}
.alnRight {
	text-align: right !important;
}
.alnLeft {
	text-align: left !important;
}
.valnMid {
	vertical-align: middle !important;
}
.valnTop {
	vertical-align: top !important;
}

.ov {

}

.txBold {
	font-weight: bold;
}
.txNrml {
	font-weight: normal;
}
.txRed {
	color: #FD0606;
}
.txBrown {
	color: #56412F;
}
.txError {
	color: #FD0606;
	font-weight: bold;
	display: block;
	margin-bottom: 0.3em;
}

.txNote {
	font-size: 84%;
}

#pagetop {
	position: absolute;
	left: 0px;
	top: 0px;
}

.ulNormal {
	margin: 0px 0px 0px 1.2em;
	padding: 0px;
}
.ulNormal li {
	margin: 0px;
	padding: 0px;
}

.fltOuter:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .fltOuter { display: inline-block; }
/* no ie mac \*/
* html .fltOuter { height: 0.1%; }
.fltOuter { display: block; }
/* */
/* for IE7 \*/
*+html .fltOuter { display: inline-block; }
/* */

.fltLeft {
	float: left;
}
.fltRight {
	float: right;
}
.fltClear {
	clear: both;
}




/* header -------------------------------------------------- */
#header {
	background: url(img/h_bg01.jpg) no-repeat center top;
	text-align: left;
}
#header div {
	background: url(img/h_bg02.jpg) no-repeat;
	width: 722px;
	margin: 0 auto;
}

#header h1 {
	padding: 20px 0px 16px 37px;
}

#header h2 {
	padding: 0px 15px 0px 15px;
}






/* container -------------------------------------------------- */
#container {
	width: 692px;
	margin: 0 auto;
	padding-bottom: 16px;
	text-align: left;
}

.leadTxt {
	padding: 12px 0px;
	font-size: 84%;
}

.thanksTxt {
	padding: 12px 0px 50px 0px;
}

.errorMsg {
	color: #FD0606;
	font-weight: bold;
	display: block;
	padding: 12px 0px;
}

.formOuter {
	border: 2px solid #7F8180;
	background: #FFFFFF;
	padding: 18px 14px;
}

.formTable {
	width: 100%;
	border-left: 2px solid #808080;
	border-top: 2px solid #808080;
}
.formTable th, .formTable td {
	padding: 5px 8px;
	text-align: left;
	font-weight: normal;
	border-right: 2px solid #808080;
	border-bottom: 2px solid #808080;
}
.formTable th {
	width: 31%;
}
.formTable td td {
	padding: 0px 2em 0px 0px;
	border: none;
}
.formTable td input {
	vertical-align:  middle;
	margin: 0 2px;
}

.formTable .odd {
	background: #FFFFFF;
}
.formTable .even {
	background: #F5F5F5;
}


.inputWid01 {
	width: 40px;
}
.inputWid02 {
	width: 120px;
}
.inputWid03 {
	width: 170px;
}
.inputWid04 {
	width: 300px;
}


.sealBox {
	width: 382px;
	padding: 3px;
	margin-top: 14px;
	border: 1px solid #333333;
	background: #FFFFFF;
	font-size: 84%;
	line-height: 120%;
}
.sealBox div {
	width: 120px;
	float: left;
}
.sealBox p {
	padding-top: 2px;
}

.sealBox:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .sealBox { display: inline-block; }
/* no ie mac \*/
* html .sealBox { height: 0.1%; }
.sealBox { display: block; }
/* */
/* for IE7 \*/
*+html .sealBox { display: inline-block; }
/* */


























