@charset "Shift_JIS";
/***************************************************************

* home.css

***************************************************************/
#flash{
	width: 560px;
	margin:10px auto 10px;
}
#information{
	width:280px;
	float: left;
}
#information h1{
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff9999;
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	margin: 0 0 10px 0;
}
#information li{
	background:transparent url(../img/common/dot_02.gif) repeat-x scroll left bottom;
	margin:0 0 10px;
	padding:0 5px 10px;
}
#information li .date {
	display:block;
	float:left;
	width:65px;
}
#information li .title {
	float:right;
	padding:0 10px 0 0;
	width:180px;
}
#closed{
	width:260px;
	float: right;
}
#closed h1{
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff9999;
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	margin: 0 0 10px 0;
}
#closed dl {
	border-top: 1px #CCCCCC solid;
	padding: 0 ;
	margin: 0 0 20px 0;
}
#closed dl dt {
	float: left;
	width: 6em;
	padding: 5px 0;
	font-weight: bold;
	text-indent: 0em;
	line-height: 150%;
}
#closed dl dd {
	padding: 5px 0 5px 6em;
	line-height: 150%;
	border-bottom: 1px #CCCCCC solid;
}
#closed p{
	color: #663300;
	font-size:1em;
}
#banner{
	margin:10px 0;}