@charset "UTF-8";
/* CSS Document */

/*------------------------------------------

まつわる話

------------------------------------------*/

/*index*/

#storyIndex dl{
	width:217px; float:left; margin-right:16px;
}
#storyIndex dt{
	float:left; width:185px; margin-right:10px;
}
#storyIndex dd{
	float:right; width:22px;
}



/*記事タイトル*/

.storyCatWrap ul{
	clear:both;
	border-bottom:1px dotted #ccc;
	overflow:hidden;
}
.storyCatWrap li{
	padding:8px 0 8px 18px;
	background:url(../../cmn/image/icon_s.gif) no-repeat 8px 15px;
}
.storyCatWrap li.clm2_l{
	width:324px;
}
.storyCatWrap li.clm2_r{
	width:325px;
}
.storyCatWrap li a{
	text-decoration:none;
}




/*記事内容*/
#story_kj .kj{
	width:685px;
}
#story_kj .kj h3{
	border-bottom:#999 dotted 1px;
	font-size:18px;
	background:none;
	padding:0 0 10px 0;
	font-weight:bold;
	margin-bottom:8px;
}
#story_kj .kj .kjTxt p{
	margin-bottom:16px;
}



/*ページ送り*/

.page{
}
.page strong{
	color:#ccc;
}
.page span a{
	background:#333;
	height:30px;
	line-height:30px;
	padding:4px 5px;
	color:#fff;
	text-decoration:none;
}
.page span a:hover{
	background:#ccc;
	color:#333;
}
.page span.txtLinqNone a{
	color:#333;
	background:#fff;
	text-decoration:underline;
}
.page span.txt a{
	color:#333;
	background:#eaeae2
}
.page span.txt a:hover{
	color:#333;
	background:#fff
}