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

/* ===============================================
#　メインビジュアル
=============================================== */
#mainVisual {
	margin:0 auto 15px auto;
	width:980px;
	overflow:hidden;
	border:1px solid #c3cfdd;
	height:318px;
}

/* ===============================================
#　メインコンテンツ
=============================================== */
.infomation ul li:last-child,.important ul li:last-child {
	border:none;
}

/* #　ニュース
----------------------- */
.infomation {
	float:left;
	width:348px;
	border:1px solid #c3cfdd;
}
.infomation h2 {
	margin:-1px -1px 0 -1px;
}
.infomation ul {
	overflow-y:scroll;
	height:270px;
	padding:5px 15px 0 15px;
}
.infomation ul li{
	border-bottom:1px dotted #c7ccd3;
	padding:5px 0 5px 20px;
	background:url(../images/common/icon_arrow01.gif) no-repeat 5px 13px;
}

/* #　重要事項
----------------------- */
.important {
	float:right;
	width:348px;
	border:1px solid #c3cfdd;
}
.important h2 {
	margin:-1px -1px 0 -1px;
}
.important ul {
	overflow-y:scroll;
	height:270px;
	padding:5px 15px 0 15px;
}
.important ul li{
	border-bottom:1px dotted #c7ccd3;
	padding:5px 0 5px 20px;
	background:url(../images/common/icon_arrow01.gif) no-repeat 5px 13px;
}
.design{
	display:none;
}