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


/* index==========================

	1.for index style
	2.for detail style
	
*/


/* 1.for index style
===============================================================*/
div.section{
	margin-bottom:30px;
}
h3{
	margin-bottom:15px;
}
h4{
	margin-bottom:15px;
	padding-left:10px;
	line-height:34px;
	font-weight:bold;
	background:url(../../common/image/hdbg.gif) repeat-x bottom;
}

/* 文章 */
p.newsTxt{
	margin:0 20px 20px;
}
p.newsTxt a:link{
	color:#348901;
	font-weight:bold;
	text-decoration:underline;
}
p.newsTxt a:visited{
	color:#348901;
	font-weight:bold;
	text-decoration:underline;
}
p.newsTxt a:hover{
    color:#f77208;
	font-weight:bold;
	text-decoration:underline;
}
p.newsTxt a:active{
	color:#348901;
	font-weight:bold;
	text-decoration:underline;
}

/* Q&A */
div.newsBox{
	margin:20px 0;
	width: 590px;
}
div.newsBox2{
	margin:0 0 20px;
	width: 568px;
	border:solid 1px #6CBA5A;
	padding: 9px;
}

div.newsBox ul{
	margin:0 10px;
	width: 580px;
}
div.newsBox li{
	margin-bottom:10px;
	padding-bottom:10px;
	background:url(../../common/image/dot1px.gif) repeat-x bottom;
}
div.newsBox li span{
	color:#348901;
	font-weight:bold;
}
.newsBox li a:link{
	color:#348901;
	font-weight:bold;
	text-decoration:none;
}
.newsBox li a:visited{
	color:#348901;
	font-weight:bold;
	text-decoration:none;
}
.newsBox li a:hover{
    color:#f77208;
	font-weight:bold;
	text-decoration:underline;
}
.newsBox li a:active{
	color:#348901;
	font-weight:bold;
	text-decoration:none;
}
p.newsSupport{
	margin-top:30px;
}

/* 2.for detail style
===============================================================*/
div#answer{
	padding-bottom:30px;
	background:url(../../common/image/dot1px.gif) repeat-x bottom;
}
div#answer h3{
	margin-bottom:15px;
	padding-left:10px;
	line-height:34px;
	font-weight:bold;
	background:url(../../common/image/hdbg.gif) repeat-x bottom;
}
div#answer h4{
	margin-bottom:15px;
	padding-left:10px;
	line-height:34px;
	color:#039a00;
	background:url(../../common/image/dot1px.gif) repeat-x bottom;
}

/* 一覧ページへ ==== */
p.linkList{
	font-size:0.8em;
	text-align:right;
}
p.linkList a{
	padding-left:15px;
	background:url(../../common/image/ico_green.gif) no-repeat 0 3px;
}

div#other dt{
	margin:0 10px 15px;
	font-weight:bold;
}
div#other dd{
	margin:0 10px 0 30px;
}
div#other li{
	line-height:2;
}
div#other li a{
	padding-left:10px;
	background:url(../../common/image/sitemapico.gif) no-repeat 0 6px;
}
div#newsBn ul{
	margin-left:10px;
}
div#newsBn li{
	float:left;
	display:inline;
	margin:0 20px 10px 0;
}
