/* CSS Document */
/*-----------------------------------------
base
*/
body {
	margin-top: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

.wrapper {
	margin: auto;
	width: 818px;
}

.wrapper_border {
	background-image: url(../images/border_mid.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.cleaning {
	clear: both;
}

/*-----------------------------------------
header
*/
.header {
	background-image: url(../images/border_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 9px;
	margin-bottom: 20px;
	text-align: center;
	color:#999999;
	line-height: 140%;
	font-size: 12px;
	min-height: 10px;
}
.header_img {
	margin-right: 10px;
	margin-left: 10px;
}
.header_title {
	text-align: center;
	margin: 20px;
}
.menubox {
	margin-right: 29px;
	margin-left: 29px;
	margin-top: 25px;
	margin-bottom: 15px;
}

/*-----------------------------------
contents
*/
.contents {
	margin-right: 28px;
	margin-left: 28px;
	margin-top: 10px;
	margin-bottom: 10px;

}
.contents_body_right {
	clear: both;
	float: right;
	width: 525px;
}
.contents_body_right_index {
	width: 200px;
	padding-left: 600px;
}
.contents_title {
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 5px;
}
.contents_text {
	font-size: 12px;
	color: #333333;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 140%;
}
.contents_text_right {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.contents_img_left {
	clear: both;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.table_name_company {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align: right;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.table_value_company {
	font-size: 12px;
	color: #333333;
	padding: 5px;
}

/*-----------------------------------------
footer
*/
.footer {
	background-image: url(../images/border_bot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	margin-top: 20px;
	clear: both;
}
.footer_text {
	font-size: 10px;
	color: #999999;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.footer_text a:link, .footer_text a:visited {
	text-decoration: none;
	color: #666666;
}
.footer_text a:hover, .footer_text a:active {
	text-decoration: underline;
	color: #666666;
}

.contents_subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 5px;
}
.contents_text_subtitle {
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 3px;
}
/*-------------------------------------------------
  cms left and right
-------------------------------------------------*/

.imgleft {
	padding:5px;
	float:left;
	margin-right:10px;
	clear:both;
} 
.imgright {
	padding:5px;
	float:right;
	margin-left:10px;
	clear:both;
} 
.floatclear {
	clear:both;
} 
