@charaset "UTF-8";
h1{
	font-size:38px;font-size:3.8rem;	margin-top:30px;
	font-weight:normal;
	margin-bottom:6px;
	line-height:1.75;
	color:#554738;
	position:relative;
	font-family:"Folk Medium";
}
h1:after {
	content: "";
	display: block;
	height: 5px;
	width: 100%;
}
h1:after{
/* Old browsers */
	background:#665a1a;
/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, right bottom, from(#665a1a), to(ivory));
 /* FF3.6-15 */
	background: -moz-linear-gradient(left, #665a1a,ivory);
	background: linear-gradient(left,#665a1a,ivory);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: linear-gradient(to right, #665a1a 0%,ivory 100%); 
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#665a1a', endColorstr='ivory',GradientType=1 ); 
}

h1#grad2:after{
/* Old browsers */
	background:olivedrab;
/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, right bottom, from(olivedrab), to(#f8fbf8));
 /* FF3.6-15 */
	background: -moz-linear-gradient(left, olivedrab,#f8fbf8);
	background: linear-gradient(left,olivedrab,#f8fbf8);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: linear-gradient(to right, olivedrab 0%,#f8fbf8 100%); 
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='olivedrab', endColorstr='#f8fbf8',GradientType=1 ); 
}
h2{font-size:14px;font-size:1.4rem;	color:#a58f86;
	font-weight:normal;
	margin-bottom:18px;
}
h3{
	position:relative;
	color:firebrick;
	font-size:18px;font-size:1.8rem;	font-weight:normal;
	margin:30px 0px 20px 0px;
	background-image:url(../img3/lst/tree.png);
	background-repeat:no-repeat;
	background-position:8px center;
	padding-left:35px;
	line-height:35px;
	background-color:#efefef;
	height:34px;
	webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	_behavior: url(http://www.jawic.or.jp/css/border-radius.htc);   /
	* IE */	behavior: url(http://www.jawic.or.jp/css/PIE.htc);   /* IE */
}


/*---------------------
　img_box_c
---------------------*/
.img_box_c{
	margin:10px auto;
}
.img_box_c p{
	margin:0px;
	font-size:12px;font-size:1.2rem;	line-height:1.5;	color:#666;
}

/*---------------------
　img_box_r
---------------------*/
.img_box_r{
	margin:5px 0px 3px 10px;/*topの5pxは右のpとのバランス*/
	float:right;
/*画像サイズにあわせて書きかえ*/
/*width:auto;にするとIE6 7で回り込みしない。各ページで上書き指定する*/
}
.img_box_r img{
	margin:0 0 3px 0;
	display:block;
}

.img_box_r p{
	text-align:center;
	font-size:12px;font-size:1.2rem;	color:#666;
	line-height:1.5;
}
/*---------------------
　img_box_l
---------------------*/
.img_box_l{
	margin:5px 10px 3px 0px;/*topの5pxは右のpとのバランス*/
	float:left;
/*画像サイズにあわせて書きかえ*/
/*width:auto;にするとIE6 7で回り込みしない。各ページで上書き指定する*/
}
.img_box_l img{
	margin:0px auto;
}

.img_box_l p{
	text-align:center;
	font-size:12px;font-size:1.2rem;	color:#666;
	line-height:1.5;
}



li{font-size:16px;font-size:1.6rem;line-height:2.0}
table th,table td{font-size:16px;font-size:1.6rem;}

#main > p,section > p{
	font-size:16px;font-size:1.6rem;	line-height:1.8;
	padding-bottom:1em;
	text-indent:1em;
}

/*---------------------
　lnks
---------------------*/
ul.lnks li{
padding-left:20px;
background-image:url(../img3/lst/yabox.png);
background-repeat:no-repeat;
background-position:left center;
}

/*---------------------
　Neo_table
---------------------*/
.neo_table{
color:#333;
border:solid 1px #999;
border-collapse:collapse;
border-spacing:1px;
/*↑IE未対応*/
/*background-color:#efefef;*/
margin:0px auto;
}

.neo_table thead th{text-align:center;}
.neo_table th{
padding:3px;
border-right:solid 1px #999;
border-bottom:solid 1px #999;
background-color:#efefef;
font-weight:normal;
font-size:16px;font-size:1.6rem;text-align:left;
}


.neo_table td{padding:3px;
border-top:solid 1px #ccc;
border-right:solid 1px #999;
border-bottom:solid 1px #999;
border-left:solid 1px #ccc;
background-color:#FFF;
font-size:16px;font-size:1.6rem;}

.sep{border-collapse:separate;}
/*↑立体感を出したい場合*/
