@charset "UTF-8";

/* Import */
@import "/common/css/layout.css";
@import "/common/css/base.css";
@import "/common/css/navi.css";
@import "/common/css/cms.css";

/* [menuBox] */

#menuBox{
	width:656px;
	margin:15px 0 20px 6px;
	padding:4px;
	background:#F3F3F3;
}
.menuBtnL{
	width:328px;
	float:left;
	clear:both;
}
.menuBtnR{
	width:328px;
	float:right;
}
.b328_repeat{
	background:url(/img/box/b328_repeat.gif) repeat-y top;
	padding:0px 5px;
}
.b328_bg1{
	background:url(/img/box/menu_b1.jpg) no-repeat bottom;
	padding-bottom:10px;
}

.b328_bg2{
	background:url(/img/box/menu_b2.jpg) no-repeat bottom;
	padding-bottom:10px;
}

.b328_bg3{
	background:url(/img/box/menu_b3.jpg) no-repeat bottom;
	padding-bottom:10px;
}

.b328_bg4{
	background:url(/img/box/menu_b4.jpg) no-repeat bottom;
	padding-bottom:10px;
}

.b328_bg5{
	background:url(/img/box/menu_b5.jpg) no-repeat bottom;
	padding-bottom:10px;
}

.b328_bg6{
	background:url(/img/box/menu_b6.jpg) no-repeat bottom;
	padding-bottom:10px;
}

.blog {
	 width:320px;
	 margin: 15px 0;
}

.blog dl {
	 margin-bottom: 8px;
}

.blog dt {
	float: left;
	width: 70px;
}

.blog dd {
	width: 250px;
}

.blog a {
	font-weight: bold;
	color: #669900;
}

.access {
	font-weight: bold;
	margin: 5px 0;
	color: #666666;
}

/* [WhatsNew] */
div#notice {
	width: 657px;
	padding-left: 18px;
	margin-top: 15px;
}
div#notice dl {
	margin: 5px 0 5px 50px;
}
div#notice dl dt{
	margin-bottom: 5px;
	font-size: 1.1em;
	font-weight: bold;
	color: #98BC00;
}

