/* CSS Document */
/*-----------------------------------------
base
*/
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
}
.wrapper {
	margin: auto;
	width: 900px;
	border: 5px dotted #FF9999;
	background-color: #FFFFFF;
}
.cleaning {
	clear: both;
}
/*-----------------------------------------
header
*/
.header {
	margin-bottom: 10px;
	text-align: center;


}



/*-----------------------------------------
contents
*/
.contents {
	margin: 20px auto;
	background-image: url(../images/contents_box_mid.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.contents_index {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	background-color: #FFeeFF;
}
.contents_menu_img {
	padding-top: 10px;
	padding-bottom: 5px;
}

.index_text_title {
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 140px;
	padding-bottom: 10px;
	background-image: url(../images/contents_title.gif);
	background-repeat: no-repeat;
	background-position: 100px;
	height: 10px;
	margin-bottom: 5px;
}
.index_text {
	font-size: 12px;
	line-height: 140%;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.index_leftbox {
	clear: both;
	float: left;
	margin-right: 10px;
	margin-left: 70px;
	padding-top: 18px;
	height: 150px;
}
.index_border_top {
	background-image: url(../images/inx_cont_border_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.index_border_mid {
	background-image: url(../images/inx_cont_border_mid.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.index_border_bot {
	background-image: url(../images/inx_cont_border_bot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.index_des_top {
	background-image: url(../images/index_des_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.index_des_mid {
	background-image: url(../images/index_des_mid.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.index_des_bot {
	background-image: url(../images/index_des_bot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}


.contents_menu {
	background-image: url(../images/contents_menubg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 90px;
}

.contents_leftbox {
	clear: both;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
}
.contents_leftbox img {
	border: 4px ridge #FF9999;
}
.contents_rightbox {
	clear: both;
	float: right;
	margin-left: 10px;
}
.contents_rightbox02 {
	clear: both;
	float: right;
	margin-left: 10px;
}
.contents_rightbox img {
	border: 4px ridge #FF9999;
}
.contents_img {
	border: 4px ridge #9999FF;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.contents_caption {
	font-size: 12px;
	text-align: center;
	padding-bottom: 5px;
}

.contents_box_top {
	background-image: url(../images/contents_box_top.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 54px;
}
.contents_box_mid {

}
.contents_box_bot {
	background-image: url(../images/contents_box_bot.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 58px;
	clear: both;
}
.contents_text_title {
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
	background-image: url(../images/contents_title.gif);
	background-position: 130px;
	height: 20px;
	background-repeat: no-repeat;
	padding-left: 160px;
}
.contents_text_subtitle {
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;

}
.contents_text {
	font-size: 12px;
	padding-top: 10px;
	padding-left: 140px;
	padding-right: 120px;
	line-height: 140%;
	margin-left: 20px;
}

/*-----------------------------------------
footer
*/
.footer {
}
.footer_bg {
	font-size: 12px;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-y;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
	background-position: center center;
}
.footer_bg a:link, .footer_bg a:visited {
	text-decoration: none;
	color: #666666;
}
.footer_bg a:hover, .footer_bg a:active {
	text-decoration: underline;
	color: #333333;
}
.footer_text {
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
