/* CSS Document */

*{
	margin:0 auto;
	padding:0;
}

ul{
	list-style:none;
}

body{
	background-color:#3CB371;
}

#contents{
	width:1000px;
	background-color:#ffffff;
}


#top{
	margin-bottom:50px;
}



#menu1{
	width:160px;
	height:auto;
	float:left;
	margin-left:50px;
}

#menu1 li{

}

#menu1 ul{
	border-left:1px solid #40E0D0;
	border-right:1px solid #40E0D0;
	border-top:1px solid #40E0D0;
	background-color:#ffffff;
	font-size:10px;
}

#menu1 a, #menu1 a:link #menu1 a:visited{
	text-decoration:none;
	color:#40E0D0;
	width:auto;
	height:auto;
	display:block;
	padding:9px 10px;
	border:1px solid #40E0D0;
}

#menu1 a:hover{
	color:#ffffff;
	background-color:#40E0D0;
	padding-left:2em;
}

.listbo{
	border-bottom:1px solid #40e0d0;
}

#main{
	font-size:14px;
	float:right;
	width:690px;
	margin-right:50px;
}

.clr{
	clear:both;
}

p{
	text-align:justify;
	text-justify:inter-ideograph;
	font-size:13px;
	line-height:17px;
	margin:10px 0;
}

h2{
	margin-bottom:10px;
	font-size:18px;
}

h3{
	margin:30px 0px 10px 0px;
	font-size:15px;
	color:#40e0d0;

}




.fm008{font-size:12px; display:inline}
.fm008 a:hover{font-weight:bolder;}

.fm008c a:hover{color:#40e0d0}