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


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

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

/*追加
===============================================================*/
div.greenBox{
	border:1px solid #339999;
	margin:0 0 10px 0;
	padding:10px;
	width: 568px;
}
div.comment{
	margin:20px 0;
	padding:0;
	width: 590px;
}
p#tp{
    float:left;
	margin:0 15px 10px 10px;
	font-size:0.8em;
}
p#pr{
    float:right;
	margin:0 10px 10px 15px;
	font-size:0.8em;
}
p#pl{
    float:left;
	margin:0 15px 10px 10px;
	font-size:0.8em;
}


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

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

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

/* 2.for detail style
===============================================================*/
div#answer{
	padding-bottom:30px;
	margin-top:-22px;
	background:url(../../common/image/dot1px.gif) repeat-x bottom;
}
div#answer h3{
	line-height:25px;
	font-weight:bold;
	font-size:14px;
}
div#answer h4{
	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#exaBn ul{
	margin-left:10px;
}
div#exaBn li{
	float:left;
	display:inline;
	margin:0 20px 10px 0;
}
