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


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

	1.for index style
	2.for detail style
	
*/
/* 追記
===============================================================*/
p.buttonc{
	margin:15px 5px 0 0;
	text-align:center;
}

/* 1.for index style
===============================================================*/
div.section{
	margin-bottom:30px;
}
h3{
	margin-bottom:15px;
}
h4{
	margin-bottom:15px;
	padding:10px;
	font-weight:bold;
	border:1px solid #6CBA5A;
	color:#348901;
	font-size: 17px;
	width: 570px;
}

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

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

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

/* 一覧ページへ ==== */
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#scannerBn ul{
	margin-left:10px;
}
div#scannerBn li{
	float:left;
	display:inline;
	margin:0 20px 10px 0;
}


/*追加===========================================================*/

.bottomBox{
	margin:30px 0 20px 0;padding:8px;
text-align:center;
border:1px dotted #333333;
background-color:#FFFFCC;
}
ul.bottomList{
text-align:center;
line-height:180%;
}
ul.bottomList li{
display:inline;
}
