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

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

	1.for index style
	
*/

/* 追記
===============================================================*/
p.buttonc{
	margin:15px 5px 0 0;
	text-align:center;
	height: 100px;
}

/* 1.for index style
===============================================================*/
div.section{
	margin-bottom:30px;
	width:590px;
}
h3{
	margin-bottom:15px;
}

h4{
	margin-bottom:15px;
	padding-left:10px;
	line-height:50px;
	font-weight:bold;
	border:1px solid #6CBA5A;
	color:#348901;
	font-size: 17px;
	width: 580px;
}

p.aboutTxt{
	margin:5px 12px;
	line-height: 1.4em;
	color: #000;
}
p.aboutTxt2{
	margin:5px 18px;
	line-height: 1.4em;
	padding-top: 25px;
	color: #000;
}
p.aboutTxt3{
	margin:5px 0 5px 18px;
	line-height: 1.4em;
	padding-top: 75px;
	color: #333;
	padding-left: 138px;
}

p.aboutTxt4{
	margin:30px 20px 0 0;
	line-height: 1.4em;
	color: #333;
	padding-left: 250px;
	bottom: 0px;
}

p.aboutTxt5{
	margin:30px 10px 0 10px;
	line-height: 1.4em;
	color: #333;
	bottom: 0px;
}

p.aboutTxt6{
	margin:50px 10px 5px 10px;
	line-height: 1.4em;
	color: #333;
	bottom: 0px;
}

p.aboutImage{
	margin-left:20px;
}
p.button{
	margin:15px 5px 0 0;
	text-align:center;
	width:590px;
}
div.pointBox{
	margin:20px 0;
	width:600px;
}

.plainList{

}

/* point03 */
div#point03 ul{
	margin-top:20px;
}


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

.bottomBox{
	margin:20px 0;
	padding:8px;
	text-align:center;
	border:1px solid #85c040;
	background-color:#FFF;
	width:573px;
	font-size: 12px;
}
ul.bottomList{
text-align:center;
line-height:180%;
}
ul.bottomList li{
display:inline;
}

table.variation th{
	background-color:#FFF;
}　

div#answer{
	padding-bottom:30px;
	background:url(../../common/image/dot1px.gif) repeat-x bottom;
}	
div#aboutBn ul{
	margin-left:10px;
}
div#aboutBn li{
	float:left;
	display:inline;
	margin:0 20px 10px 0;
}
.aboutBox li span{
	color:#348901;
	font-weight:bold;
}
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 4px;
	font-weight:bold;
}
div#other dd{
	margin:0 10px 0 20px;
}
div#other li{
	line-height:2;
	display: inline;
}
div#other li a{
	padding-left:12px;
	background:url(../../common/image/sitemapico.gif) no-repeat 0 4px;
}


#aboutlist {
	width:600px;
	margin-bottom: 20px;
	height: 100px;
}

.aboutBox li a:link{
	color:#348901;
	font-weight:bold;
	text-decoration:none;
}
.aboutBox li a:visited{
	color:#348901;
	font-weight:bold;
	text-decoration:none;
}
.aboutBox li a:hover{
    color:#f77208;
	font-weight:bold;
	text-decoration:underline;
}
.aboutBox li a:active{
	color:#348901;
	font-weight:bold;
	text-decoration:none;
}

div #other {
	border:1px solid #6cba5a;
	width:578px;
	padding:5px;
	margin:10px 0 20px;
}



a.tip {
	position: relative;
}

a.tip span {
    background: none repeat scroll 0 0 #4CC000;
    /*border-radius: 15px 15px 15px 15px;*/
    bottom: 50px;
    color: #FFFFFF;
    display: none;
    font-size: 12px;
    font-weight: normal;
    left: 0px;
    line-height: 1.4em;
    padding: 10px;
    position: absolute;
    width: 270px;
    z-index: 10;	-moz-border-radius: 0; /* this works only in camino/firefox */
	-webkit-border-radius: 0; /* this is just for Safari */
}

a:hover.tip {
	font-size: 99%; /* this is just for IE */
}

a:hover.tip span {
	display: block;
}

