@charset "UTF-8";



/* ---------------------------------------------------------------- *
	お知らせ枠の設定です
 * ---------------------------------------------------------------- */

.box2 {
	margin-bottom: 30px;
	padding: 0 30px 20px;
	border-top: none;
	border-bottom: solid 1px #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;
	box-shadow: 0px 1px 7px rgba(0,0,0,0.15) inset;
	background-color: #FFFFFF;
}

	
/* ---------------------------------------------------------------- *
	バナーエリアの設定です
 * ---------------------------------------------------------------- */


#baner{
	display: block;
	width:650px;
	padding:0;
	margin:0;
	background-image: url(../../topimg/bnr_line.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
}

#baner ul li{
	float: left;
	margin: 0.5em;

	}
