@charset "utf-8";
/* CSS Document */

/* MainImage
----------------------------------- */
#main-img{
	background:url(../images/mainimg_bg.gif) repeat-x 0 bottom #fff;
	width:100%;
	height:400px;
	border-top:3px solid #3d7b00;
	border-bottom:1px solid #97b14e;
}
#main-img .mainimg_fla {
	width:1100px;
	height:400px;
	margin:0 auto;
}
/* TopBG
----------------------------------- */
.top_bg {
	background:url(../../shared/images/bg_sora.jpg) repeat-x center 0;
	margin:0 auto;
}

/* Body
----------------------------------- */
#body .body_box {
	width:770px;
	margin:0 auto;
	padding:0px 14px 20px;	
}
.body_l {
	float:left;
	width:545px;
	height:100%;
}
.body_r {
	float:right;
	width:210px;
	height:100%;
}
/* Body_L
----------------------------------- */
.news {
	width:527px;
	border-left:1px solid #c1e8ff;
	border-right:1px solid #c1e8ff;
	border-bottom:1px solid #c1e8ff;
	padding:8px;
}
.news_entry {
	padding-bottom:7px;
	border-bottom:1px dotted #c1e8ff;
	margin-bottom:7px;
}
.news_l {
	float:left;
	width:73px;
}
.news_l img {
	padding:3px;
	border:1px solid #ccc;
}
.news_r {
	float:right;
	width:440px;
}
.news_r h4 a{
	color:#558fe5;
}
.top_map {
	margin:10px 0;
}
/* Body_R
----------------------------------- */
.body_r p {
	margin-bottom:7px;
	font-size:90%;
}
.body_r p a img{
	padding-bottom:3px;
}









































































