@charset "ISO-8859-1";

/*
===============================================================================
			COMMON
===============================================================================
*/

*{
	margin: 0;
	padding: 0;
}
div.clear{
	font-size: 1px;
	clear: both;
	line-height: 1px;
	height: 0px;
}
body{
	background-color : #ffffff;
	background-position: 50% 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 150%;
	padding-bottom: 30px;
	font-family: Geneva, Arial, Helvetica, san-serif;
}
div.wrapper{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 700px;
}
img{
	border:none;
}
/*----------------------------------------------------------------------
/			link 
/----------------------------------------------------------------------*/
a:link{
	color: #008C7F;
}
a:visited{
	color: #007380;
}
a:hover{
	color: #008C7F;
}

/*----------------------------------------------------------------------
/			header 
/----------------------------------------------------------------------*/

table.header{
	text-align: left;
	margin: 10 0 0 0;
}
img.logo{
	margin-right: 5px;
}
/*----------------------------------------------------------------------
/			breadcrumbs 
/----------------------------------------------------------------------*/
div.breadMenu{
	text-align: left;
	background-color: #ffffff;
	font-size: 75%;
	padding: 5 0 8 0;
}
/*----------------------------------------------------------------------
/			body 
/----------------------------------------------------------------------*/
table.sp_index{
	text-align: left;
	margin: 30 0 0 0;
}
table.sp_index td.left1{
	text-align: center;
}
table.sp_index td.left2{
	text-align: center;
	padding: 30 0 0 0;
}
table.sp_index td.right1{
	padding: 0 20 0 30;
}
table.sp_index td.right2{
	padding: 15 20 0 30;
}
table.sp_index td.right_form{
	padding: 0 20 0 30;
	text-align: right;
}
table.sp_index td.right_form select{
	font-size: 80%;
	font-family: Geneva, Arial, Helvetica, san-serif;
	margin-right: 5
}
h1{
	font-size: 17px;
	padding: 0 0 10 20;
	font-weight: bold;
	background-image:url(../images/title-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}
h2{
	font-size: 17px;
	padding: 0 0 10 20;
	font-weight: normal;
	background-image:url(../images/title-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}
h3{
	font-size: 17px;
	padding: 0 0 10 20;
	font-weight: bold;
	background-image:url(../images/title-bg2.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}
h3 .h3-2{
	font-size:12px;
	font-weight: bold;
}
div.body_texts{
	font-size: 80%;
	line-height: 150%;
	margin-bottom: 20px;
}
div.body_texts p{
	margin-top: 10px;
}
div.main_texts{
	margin: 20 0 20 0;
	text-align: center;
}
div.main_texts p{
	margin-top: 10px;
}
div.main_texts .t08{
	font-size: 70%;
}
div.main_texts .t12{
	font-size: 80%;
	line-height: 150%;
}
div.main_texts .t20{
	font-size: 75%;
	line-height: 140%;
	padding: 0 5 10 5;
}
div.main_texts .t12b{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 140%;
}
div.map_copyright{
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
}
/*----------------------------------------------------------------------
/			footer 
/----------------------------------------------------------------------*/
div.footerline{
	margin-top: 20px;
}
div.footer{
	margin-top: 30px;
}
div.footer img.center_bar{
	margin: 0 5 0 5;
}
div.footer div.copyright{
	width: 700px;
	font-size: 75%;
	margin-top: 5px;
}
