@charset "UTF-8";
/* CSS Document */
/* ニュースの設定 */
.top_doc {
	float:left;
	width:440px;
	padding-top:10px;
}
.news_area {
	width:420px;
	margin-bottom:20px;
}
ul.news {
	margin-left:10px;
	width:400px;
	line-height:1.4;
}
ul.news li {
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}
ul.news li.new1 {
	background-image:url(../img/new1.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:24px;
}
ul.news li.new2 {
	background-image:url(../img/new2.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:24px;
}
#top_right {
	float:right;
	width:210px;
}

.sister {
	width:180px;
	background-color:#f1e7df;
	padding:16px 15px 10px;
	font-size:11px;
	margin-bottom:20px;
}
.sister p {
	width:190px;
	height:24px;
	background-image:url(../img/sister.png);
	text-indent:-9999px;
	font-size:0em;
	margin-bottom:15px;
}
.event_area {
	width:400px;
	margin:0 0 30px 10px;
	line-height:1.6;
}
