@charset "UTF-8";

/* -----------------------------------------------------------
CSS Information

 Style Info:     トップページのスタイル設定
 File name:      home.css
 Last update:    2010.4.12
----------------------------------------------------------- */


/* ------------トップページ------------ */
#welcome {
	clear: both;
	float: left;
	padding-bottom: 15px;
	height: 208px;
}
#welcome h2 {
	clear: both;
	float: left;
	height: 49px;
	width: 607px;
}
#welcome p {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	padding-bottom: 8px;
}
#whatsnew {
	width: 607px;
	float: left;
	padding-bottom: 8px;
}
#whatsnew h2 {
	margin-bottom: 5px;
}
#whatsnew dl{
	font-size:81%;
}
#whatsnew dt {
	position:absolute;
	width:6em;
	line-height:1.8em;
}
#whatsnew dd {
	padding-left:6.5em;
	border-bottom:1px dotted #999;
	line-height:1.8em;
}
#schedule {
	width: 211px;
	float: right;
	font-size:81%;
}
#today {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
#today h2, #future h2 {
	margin-bottom: 5px;
}
#future {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	padding-bottom: 8px;
}
