@charset "UTF-8";

/*index*/

/*-----------------------------------------
	h3
-----------------------------------------*/

.h3-index {
	float:left;
	width:429px;
	_width:409px;
	text-align:left;
	margin-right:7px;
}


/*-----------------------------------------
	list
-----------------------------------------*/

.list {
	clear:both;
	width:660px;
	padding-top:10px;
	padding-bottom:10px;
	background:url(../img/dot_line.gif) bottom repeat-x;
}

.list-date {
	float:left;
	width:102px;
	padding-left:12px;
	color:#222222;
	font-weight:bold;
	text-align:left;
	background:url(../img/maru_icon_s.gif) left no-repeat;
}

/*inner*/

/*-----------------------------------------
	h3
-----------------------------------------*/

.h3-in {
	float:left;
	margin-left:5px;
	font-size:1.2em;
}

/*-----------------------------------------
	contents
-----------------------------------------*/

.contents-title {
	clear:both;
	width:649px;
	_width:648px;
	margin:15px auto 0 auto;
	padding:3px 5px;
	background-color:#EAEAEA;
}

.contents-title p {
	float:right;
	width:100px;
	margin:3px 0 0 5px;
	text-align:right;
	font-size:0.9em;
}

.contents-title h3 {
	width:539px;
}

.contents-txt {
	clear:both;
	width:660px;
	margin:20px auto 7px auto;
	padding-bottom:20px;
	background:url(../img/dot_line.gif) bottom repeat-x;
	word-wrap: break-word;
}

.contents-txt a:link, .contents-txt a:visited {
	color:#86B700;
}

.contents-link {
	width:642px;
	margin:10px auto 0 auto;
	padding:0 0 0 18px;
	background:url(../img/next_icon.gif) left 70% no-repeat;
	text-align:left;
}

.contents-link a:link,
.contents-link a:visited {
	color:#86B700;
}


.contents-link img {
	margin-left:3px;
}

/*-----------------------------------------
	前のページへ戻る
-----------------------------------------*/

.return-btn {
	width:100%;
	margin:10px auto;
	text-align:right;
}


/*-----------------------------------------
	clearfix
-----------------------------------------*/

.list:after,
.contents-title:after {
	content: ",";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
