/*--------------------------------------
　トップページCSS
---------------------------------------*/
#bg_main_image{
	width : 710px;
	height : 545px;
	background:url(../img/top/bg_main_image.gif) no-repeat;
	position: relative;
	margin: 0 0 20px 0;
}
#main_image{
	width : 705px;
	height : 550px;
	padding: 5px;
	background: url(../img/top/main_image.jpg) no-repeat;
	position: absolute;
	top: 5px;
	left: 5px;
}
#main_image p{
	line-height: 160%;
}
#top div#info{
	background : white url(../img/top/bg_info_main.gif) repeat-y scroll 0% 0%;
	
}
#top div#info h2{
	margin:0;
	text-indent:0;
	background : white none repeat scroll 0% 0%;
	
}
#top div#info div#info_inner{
	margin:0 1px 0 1px;
	overflow:auto;
	height:200px;
	
}
#top div#info div#info_inner h3{
	border-width:0;
	margin:5px 5px 0 5px;
	text-indent:0;
	background : white none repeat scroll 0% 0%;
	font-size:100%;
	color : rgb(0, 153, 204);
	font-weight:normal;
	height:auto;
	line-height:1.0em;
}
#top div#info div#info_inner p{
	line-height:150%;
	margin:0 5px 12px 5px;
}