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


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

	1.for index style
	2.for detail style
	
*/
/* 追記
===============================================================*/
p.button{
	margin:15px 0 0 0;
	text-align:center;
}
p.buttonc{
	margin:15px 5px 0 0;
	text-align:center;
}
/* 1.for index style
===============================================================*/
div.section{
	margin-bottom:30px;
}
h3{
	margin:0 15px 5px;
	font-size:15px;
	font-weight:bold;
	color: #348901;
}
h4{
	margin-bottom:15px;
	padding:10px;
	font-weight:bold;
	border:1px solid #6CBA5A;
	color:#348901;
	font-size: 17px;
	width: 570px;
}

/* 文章 */
p.resultsTxt{
	margin:0 0 20px 10px;
}
p.resultsTxt2{
	margin:0 20px 20px;
	float:right
}

p.resultsTxt a:link{
	color:#6CBA5A;
	font-weight:bold;
	text-decoration:underline;
}
p.resultsTxt a:visited{
	color:#6CBA5A;
	font-weight:bold;
	text-decoration:underline;
}
p.resultsTxt a:hover{
    color:#f77208;
	font-weight:bold;
	text-decoration:underline;
}
p.resultsTxt a:active{
	color:#6CBA5A;
	font-weight:bold;
	text-decoration:underline;
}

/* Q&A */
div.resultsBox{
	margin:0 0;
	width:590px;
}
div.resultsBox2{
	margin:0 0;
	width:590px;
}
div.resultsBoxR{
	margin:0;
	float:left;
	width:280px;
}
div.resultsBoxL{
	margin:0;
	float:right;
	width:280px;
}
div.resultsBox ul{
	margin:0 30px;
}
div.resultsBox li{
	margin-bottom:10px;
	padding-bottom:10px;
}
div.resultsBox li span{
	color:#348901;
	font-weight:bold;
}
.resultsBox li a:link{
	color:#005fbe;
	font-weight:bold;
	text-decoration:none;
}
.resultsBox li a:visited{
	color:#005fbe;
	font-weight:bold;
	text-decoration:none;
}
.resultsBox li a:hover{
    color:#f77208;
	font-weight:bold;
	text-decoration:underline;
}
.resultsBox li a:active{
	color:#005fbe;
	font-weight:bold;
	text-decoration:none;
}
p.resultsSupport{
	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#resultsBn ul{
    float:right;
	margin:10px 0 ;
}
div#resultsBn li{
	float:left;
	display:inline;
	margin:0 0 10px 20px;
}
