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

* dairy.css

***************************************************************/
body{
	background-image: url(../img/common/bg_d.jpg);
	background-repeat: repeat-x;
}
#header {
	height: 47px;
	background-image: url(../img/common/header_d.jpg);
	background-repeat: no-repeat;
}
dl#company {
	margin: 0 0 15px;
	padding: 0 10px 10px;
}
#company dt {
	float: left;
	width: 9em;
	padding: 5px 0;
	font-weight: bold;
	text-indent: 1.5em;
	line-height: 150%;
	background-image: url(../img/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}
#company dd {
	padding: 10px 0 10px 9em;
	line-height: 150%;
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#information li {
	background:transparent url(../img/common/dot.gif) repeat-x scroll left bottom;
	margin:0 0 10px;
	padding:0 10px 10px;
}
#information li .title {
	float:right;
	padding:0 10px 0 0;
	width:340px;
}
#information li .date {
	display:block;
	float:left;
	width:110px;
	background-image: url(../img/common/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 3px;
}
