@charset 'shift_jis';
@import url("basic.css");
@import url("detail.css");

/*****************************************************************************
 おしらせ一覧
 *****************************************************************************/
#left .box dl {
	width:100%;
	background:url("../img/line01.gif") repeat-x left bottom;
	padding:13px 0;
	line-height:1.4;
}
#left .box dt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#left .box dt span {
	display:block;
	padding-left:10px;
}
#left .box dd {
	margin:-1.4em 0 0 100px;
}
#left .box .pagebute {
	text-align:center;
	padding:30px 0;
}
#left .box dd a {
	font-weight:bold;
}

/*****************************************************************************
 おしらせ詳細
 *****************************************************************************/
.midashi2 p.date, .midashi2 h3 {
	padding:0 15px;
}
.midashi2 p.date {
	font-size:85%;
}
.midashi2 h3 {
	font-size:115%;
	font-weight:bold;
}
.entry-body {
	padding:0 25px;
	line-height:1.5;
}
.entry-body p {
	padding:0 0 1em 0;
}
.entry-foot {
	width:100%;
	padding:1em 0;
	margin:1em 0 0 0;
	background:url("../img/line01.gif") repeat-x left top;
}
.entry-foot p {
	padding:0 25px;
}
