/* CSS Document */
/*-----------------------------------------
base
*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/body_bg.gif);
}
.wrapper {
	margin: auto;
	width: 800px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.contents_wrapper {
	min-height: 650px;
}
.cleaning {
	clear: both;
}
/*-----------------------------------------
header
*/
.header {
	height: 180px;
}
.header_menu {
	margin: 3px 5px;
}
.header_menu a:link, .header_menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px;
}
.header_menu a:hover, .header_menu a:active {
	text-decoration: none;
	color: #1A1D84;
	background-color: #FFFFFF;
}
.header_text {
	text-align: right;
	color: #FFFF8C;
	padding-right: 10px;
}
/*-----------------------------------------
contents
*/
.contents {
}
/*-----------------------------------------
footer
*/
.footer {
}
/*-----------------------------------------
contact us
*/
.contact_form {
	font-size: 12px;
}
.contact_form_name {
	text-align: right;
	padding:3px 10px; 
}
.contact_form_value {
	padding:3px 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.contact_form_value span {
	padding:0 10px;
	font-size: 11px;
}
.contact_form_bt {
	padding:3px 10px;
}

