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


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

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

/* for form
===============================================================*/
table.formtable{
	margin:0px 10px;
	padding:0;
	border:0;
}
.formtable th{
text-align:left;
vertical-align:top;
background-color:#CCCCFF;
}
.formtable td{
	text-align:left;
	vertical-align:top;
	background-color:#ECECFF;
}
.formpp{
width:580px;
margin:1em auto;
padding:0;
float:left;
}

/* 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.licenseTxt{
	margin:0 20px 20px;
	width:500px;
}
p.licenseTxt a:link{
	color:#348901;
	font-weight:bold;
	text-decoration:underline;
}
p.licenseTxt a:visited{
	color:#348901;
	font-weight:bold;
	text-decoration:underline;
}
p.licenseTxt a:hover{
    color:#f77208;
	font-weight:bold;
	text-decoration:underline;
}
p.licenseTxt a:active{
	color:#348901;
	font-weight:bold;
	text-decoration:underline;
}

/* Q&A */
div.licenseBox{
	margin:20px 0;
}
div.licenseBox ul{
	margin:0 10px;
	width: 560px;
}
div.licenseBox li{
	margin-bottom:10px;
	padding-bottom:10px;
	background:url(../../common/image/dot1px.gif) repeat-x bottom;
}
div.licenseBox li span{
	color:#348901;
	font-weight:bold;
}
.licenseBox li a:link{
	color:#348901;
	font-weight:bold;
	text-decoration:none;
}
.licenseBox li a:visited{
	color:#348901;
	font-weight:bold;
	text-decoration:none;
}
.licenseBox li a:hover{
    color:#f77208;
	font-weight:bold;
	text-decoration:underline;
}
.licenseBox li a:active{
	color:#348901;
	font-weight:bold;
	text-decoration:none;
}
p.licenseSupport{
	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#licenseBn ul{
	margin-left:10px;
}
div#licenseBn li{
	float:left;
	display:inline;
	margin:0 20px 10px 0;
}
