@charset "utf-8";
/**/

@import "base.css";
@import "common.css";
@import "menu.css";


/**/


#mainvBox {
	width:720px;
	background:url(../image/menubg.jpg) no-repeat left bottom;
	padding:0 0 16px 0;
	margin-bottom:6px;
}

#mainPhoto {
	float:left;
	width:540px;
	height:265px;
	/*background:url(../image/mainv.jpg) no-repeat;*/
}

#mainPhoto p {
	text-indent:-9999px;
}

/*　バナー部分　*/

#mainBan {
	float:right;
	width:175px;
}

#mainBan a {
	width:175px;
	display:block;
	text-indent:-9999px;
}

#banPresent {
	width:175px;
	height:123px;
	margin:0 0 6px 0;
}

#banPresent a {
	height:123px;	
	background:url(../image/ban_present.jpg) no-repeat;
}

#banPresent a:hover {
	background:url(../image/ban_present.jpg) no-repeat left -123px;
}

#banRinen {
	width:175px;
	height:65px;
	margin:0 0 6px 0;
}

#banRinen a {
	height:65px;
	background:url(../image/ban_rinen.jpg) no-repeat;
}

#banRinen a:hover {
	background:url(../image/ban_rinen.jpg) no-repeat left -65px;
}

#banSosiki {
	width:175px;
	height:65px;
}

#banSosiki a {
	height:65px;
	background:url(../image/ban_sosiki.jpg) no-repeat;
}

#banSosiki a:hover {
	background:url(../image/ban_sosiki.jpg) no-repeat left -65px;
}

/*最新情報、報告*/

#mtBox {
	width:720px;
	margin-bottom:25px;
	font-size:75%;
}

#newsBox {
	float:left;
	width:345px;
}

#katudoBox {
	float:right;
	width:345px;
}


h2#news {
	width:345px;
	height:23px;
	background:url(../image/ttl_news.gif) no-repeat;
	text-indent:-9999px;
	margin-bottom:5px;
}

h2#katudo {
	width:345px;
	height:23px;
	background:url(../image/ttl_katudo.gif) no-repeat;
	text-indent:-9999px;
	margin-bottom:5px;
}

#newsBox ul, #katudoBox ul {
	margin:0;
	padding:0;
	list-style:none;
}

#newsBox ul li, #katudoBox ul li {
	width:345px;
	margin:0;
	padding:5px 0 6px 0;
	background:url(../image/mt_dot.gif) repeat-x left bottom;
	line-height:1.3;
}

.date {
	float:left;
	width:60px;
	padding:0 4px;
	font-family:"ＭＳ Ｐゴシック", sans-serif;
}

.str {
	float:right;
	width:269px;
	padding:0 4px;
}
