@charset "utf-8";




.listStyle li {
	margin-bottom:1em;
	background:url(/images/dottedBg.gif) 0 0 repeat;
	position:relative;
}

.listStyle li img {
	margin-right:1em;
	float:left;
}

.listStyle li h3 {
	font-size:154%;
	font-weight:bold;
	padding-top:10px;
}

.listStyle .date {
	position:absolute;
	bottom:2em;
	left:275px;
}

.listStyle .btn_more {
	position:absolute;
	bottom:5px;
	right:0px;
}





.detailStyle .title {
	margin-bottom:10px;
	padding:10px;
	height:30px;
	_height:50px;
	background:url(/images/dottedBg.gif) 0 0 repeat;
}

.detailStyle h2 {
	font-size:170%;
	line-height:1.0;/* IEシリーズ文字欠け対処 */
}

.detailStyle .date {
	font-style:normal;
	text-align:right;
	display:block;
}

.detailStyle .content {
	line-height:140%;
}

.detailStyle .content img {
	margin-bottom:1em;
}

.detailStyle .content p {
	margin-bottom:1em;
}