@charset "shift_jis";
/* CSS Document */

/* common css */
*{

	font-size: 100%;
	font-weight: normal;
	font-style:normal;
	margin: 0px;
	padding:0px;
}

body{
	width: 100%;
	text-align:center;
	color:#3f3f3f;
	font-size:12px;
	line-height:1.3em;
	background-color:#ffffff;
	font-family:"lr SVbN", "Osaka|";
}

ul, li{
	list-style-type: none;
}

img{
	border:none;
}

img.imgright{
	margin:0 10px 5px 10px;
}

.cr{
	clear:both;
}

b,
strong{
	font-weight:bold;
}

h1{
	color:#a9a9a9;
	font-size:10px;
	text-align:right;
	padding:6px 0 0 0;
	line-height:10px;
}

h2{
	height:64px;
	display:block;
	text-align:center;
}

h3,
.h3title{
	display:block;
	background-color:#c1f4b9;
	font-size:20px;
	color:#133919;
	border:1px solid #a9a9a9;
	padding:5px 20px;
	font-weight:bold;
	margin:0 0 5px 0;
}

h4{
	font-size:24px;
	display:block;
	margin:0 0 5px 0;
}

h4 strong{
	color:#348223;
	font-weight:normal;

}


#shadow{
	background-image: url(../image/kage.jpg) ;
	background-repeat: repeat-y;
	background-position:center;
}

#container{
	margin: 0 auto;
	width: 800px;
	text-align:center;
	background-color:#ffffff;

}

a,
a:visited{
	color:#3f3f3f;
	text-decoration:none;
}

a:hover{
	color:#2ba111;
	text-decoration:none;
}


.box{
	padding:0 10px;
}

.cbox{
	text-align:center;
}

.tell{
	font-size:20px;
	color:#099915;
	font-weight:bold;
}


.size1{
	font-size:18px;
}

.size2{
	font-size:16px;
}

.size3{
	font-size:10px;
}

.style1{
	color:#b5061b;
}

.style2{
	color:#348223;
}

.pagetop{
	text-align:right;
	padding:10px;
}
/*-- header --*/

#header{
	width:800px;
	text-align:left;
	background-image:url(../image/headerbg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:90px;
}

.header-left{
	float:left;
	height:80px;
}


.header-right{
	float:right;
	width:460px;
	padding:0px 15px 0 0;
	text-align:right;
}

#flash{
	width:800px;
	height:605px;
	background-image:url(../image/flash.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding:0px 0px 0 0;
	text-align:right;
}

#flash02{
	background-image:url(../image/2nd.gif);
	height:100px;
	text-align:right;
}

.flash02img{
	margin:12px 10px;
}
/**/

/* contents */


#contents{
	width: 800px;
	text-align:left;
	margin:0px;
}

.main{
	margin:5px 20px;
	border:1px solid #b3b3b3;
	font-size:16px;
	line-height:1.4em;
	
}

.text{
	padding:0 25px 0 30px;
}
/**/


/*-- menu --*/

.menu01{
	padding:340px 0 0 360px;
}

.menu01 li{
	float:left;
	display:block;
	text-align:center;
	width:220px;
}

.menu02{
	text-align:center;
}

.menu02 ul{
	margin:0 auto;
	width:760px;

}

.menu02 li{
	width:380px;
	text-align:center;
	margin:0px auto;
	float:left;
	display:block;
	padding:0 0 0px 0;

}
/**/



/*-- q and a --*/
.question{
	background-image:url(../image/question.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:47px;
	line-height:47px;
	color:#0e4d27;
	font-weight:bold;
	padding:0px 0 0 55px;
	margin:5px 0 0 0;
	display:block;
	border-bottom:1px dashed #a9a9a9;
}

.answer{
	margin:5px 0 0 10px;
	background-image:url(../image/answer.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0 0 0 55px;
	
}
/**/



/*--- main contents --*/


/*--link site map ----*/
.link{
	list-style-type:disc;
	margin:10px 0 20px 40px;
}

.link li{
	list-style-type:disc;
	margin:10px 0 0 0px;
}

.link li a,
.link li a:visited,
.linkunderline{
	text-decoration:underline;
}

/*--list --*/
.list{
	list-style-type:disc;
	margin:3px 0 10px 20px;
}

.list li{
	list-style-type:disc;
}

ol.list li{
	list-style-type:decimal;
}




/*-- table --*/
.table01{
	margin:0 auto;
    border-top:1px solid #72c23b;
    border-left:1px solid #72c23b;
    border-collapse:collapse;
    border-spacing:0px;
	background-color:#ffffff;
    empty-cells:show;
}
.table01 th{
    border-right:1px solid #72c23b;
    border-bottom:1px solid #72c23b;
    color:#3f3f3f;
    background-color:#ceff91;
    padding:5px 10px;
	vertical-align:top;
	font-weight:bold;
}
.table01 td{
	border-right:1px solid #72c23b;
    border-bottom:1px solid #72c23b;
    padding:5px 10px;
	text-align:left;

}

.table01 td.txtcenter{
	text-align:center;
}



.table02{
	margin:0 auto;
    empty-cells:show;

}
.table02 td{
    padding:10px;
	vertical-align:top;
	border:1px solid #3681d5;
}

.table02 th{
	border:none;
	padding:10px;
}

/**/


/* footer */

#footer{
	clear: both;
	color:#434343;
	font-size:12px;
	width:800px;
	text-align: right;
	padding:20px 0 0 0;

}

#footer a,
#footer a:visited{
	padding:0px;
}


.co{
	clear: both;
	color:#ffffff;
	background-color:#434343;
	width:800px;
	margin:5px 0 0 0;
	text-align: left;
	font-size:12px;
	font-weight:bold;

}

.finfo{
	height:60px;
	background-image:url(../image/footer.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-align:right;
}

.counter{
	color:#969696;
	text-align:right;
	margin:0 0px;
	font-size:10px;
}

/**/

/*-------------------------------------------------------------------------------------*/

