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

* information.css

***************************************************************/
.inner {
	margin: 0 0 20px 0;
	background-image: url(../img/common/dot_02.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.inner h1{
	font-size: 1.4em;
	font-weight: bold;
	color: #ff9999;
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	margin: 15px 0 10px 0;
}
.inner h2{
	font-size: 1.1em;
	font-weight: bold;
	color: #7C347A;
}
#information{
	width:100%;

}
#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;
}
