@charset "UTF-8";


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

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


/*-----------------------------------------
	comment
-----------------------------------------*/

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

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

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

.comment-date {
	float:left;
	margin:0 0 30px 0;
	_margin:0 0 30px 0;
	text-align:left;
}

.comment-dl {
	float:right;
	margin:0 0 30px 0;
	_margin:0 0 30px 0;
	text-align:right;
}

/*-----------------------------------------
	caution
-----------------------------------------*/
#download-caution {
	width:60%;
	margin:20px auto;
	padding:20px;
	border:3px solid #EAEAEA;
	background-color:#F9F9F9;
	text-align:center;
}

#download-caution-ttl {
	color:#86B700;
	margin-bottom:10px;
	font-weight:bold;
	font-size:116%;
}



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

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