/* ==============================
	top.css
============================== */


/* トップページ */

#top_read {
	width: 600px;
	margin-right: auto;
	margin-left: auto;	
}

#notice_wrapper{
	float: left;
	width: 680px;
	overflow: hidden;
	margin-left: 30px;
}

#notice{
	width: 680px;
	height: 220px;
	overflow: scroll;
	border: 1px solid #DDD;
}

div.notice{
	clear: both;
	width: 630px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	overflow: hidden;
	margin-top: 5px;
}

div.notice #date {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	color: #666;
	width: 110px;
	float: left;
	clear: left;
}
div.notice #title {
	font-size: 95%;
	font-weight: bold;
	float: right;
	width: 500px;
	color: #333;
}
div.notice #content {
	font-size: 75%;
	color: #666;
	float: right;
	width: 500px;
	margin-top: 5px;
	margin-bottom: 15px;
}
#top_img {
	width: 700px;
	margin: 0 auto;
}
