@charset "UTF-8";
/*
 property
----------------------------------------*/
html{overflow-y:scroll;height:100%;}

body {
	height:100%;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 80%;
	line-height: 170%;
	margin: 0px;
	padding: 0px;
}

a:link {color: #006666;text-decoration: underline;}
a:visited {color: #339966;text-decoration: underline;}
a:hover{color: #FF3300;text-decoration: underline;}



/*
 container
----------------------------------------*/

/* container all */
div#c_all{
	width:850px;
	height: auto !important; 
	
	clear:both;
	zoom:1;
	margin: 0px;
	padding: 0px;
}

div#c_all:after{ 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
} 


/* container header */
div#c_header{
	width:850px;
	clear:both;
	zoom:1;

}


div#c_header:after{ 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
} 




/* container main */
div#m_all{
	width:850px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	clear:both;
	zoom:1;

}

div#m_all:after{ 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
} 




/* main */

div#navi_s{
	width:200px;
	background-image: url(../images/bg_navi.gif);
	background-repeat: no-repeat;	
	float: left;
	clear:none;

}


div#main{
	width:600px;
	float: right;
	clear:none;
	margin-right: 50px;	
	
}

div#news{
	width:488px;
	padding-left: 50px;

}

div#news2{
	width:460px;
	height: 200px;
	padding-left: 10px;
	overflow: auto;
	font-size: 90%;
}



div#nonavi{
	width:700px;
	clear:both;
	margin-right: auto;
	margin-left: auto;	
}


/* footer */
div#footer{
	width:100%;
	clear: both;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	text-indent: 650px;
}


div#footer2{
	width:100%;
	
	background-color: #89C200;
	clear: both;
	text-align: center;
	font-size: 80%;
	color: #FFFFFF;
}

div#footer2 a:link {color: #FFFFFF;text-decoration: none;}
div#footer2 a:visited {color: #FFFFFF;text-decoration: none;}
div#footer2 a:hover{color: #FFFFFF;text-decoration: underline;}


/* font 
----------------------------------------*/


/* size */
.f_small {
	font-size: 80%;
	line-height: 140%;
}
.f_big {font-size: 120%;}


/* style */
.fs_bold {font-weight: bold;}

/* color */
.fc_red {color: #CC0000;}

.fc_ora {color: #FF6600;}



/* indent 
----------------------------------------*/
.in5{margin-left:5px;} 

.in10{margin-left:10px;}  
.in10b{margin-left:10px;margin-right:10px;} 
.in15{margin-left:15px;} 
.in15b{margin-left:15px;margin-right:15px;} 
.in20{margin-left:20px;} 
.in20b{margin-left:20px;margin-right:20px;} 



/* position 
----------------------------------------*/
.p_right{ float:right; } 
.p_left{ float:left; } 
.p_center{margin-right: auto;margin-left: auto;text-align: center;}
.clear{clear:both;margin:0;padding:0; }







/* space
----------------------------------------*/

/* top */
.s_t5 {margin-top: 5px;}
.s_t10 {margin-top: 10px;}
.s_t15 {margin-top: 15px;}
.s_t20 {margin-top: 20px;}
.s_t133 {margin-top: 133px;}

/* bottom */
.s_b5 {margin-bottom: 5px;}
.s_b10 {margin-bottom: 10px;}
.s_b15 {margin-bottom: 15px;}
.s_b20 {margin-bottom: 20px;}
.s_b30 {margin-bottom: 30px;}

/* top bottom */
.s_bt5 {margin-bottom: 5px;margin-top: 5px;}
.s_bt10 {margin-bottom: 10px;margin-top: 10px;}
.s_bt20 {margin-bottom: 20px;margin-top: 20px;}


/* point
----------------------------------------*/

.pt
{
	margin:0; 
	padding:0;
	list-style:none; 
}
.pt01 {
	background-image: url(../images/point.gif);
	background-repeat: no-repeat;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 7px;
	padding-left: 18px;
}


.pt02 {
	background-image: url(../images/point.gif);
	background-repeat: no-repeat;
	margin-bottom: 7px;
	padding-left: 18px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	font-size: 100%;
	font-weight: bold;
}



/* point
----------------------------------------*/
/* big title */

h1.bigtitle{
	font-size: 130%;
	background-image: url(../images/hana.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 50px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;	
}


.title_01{
	font-size: 120%;
	line-height: 200%;
	color: #0F6E0E;
	background-image: url(../images/t_bg_1.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	margin-top: 25px;
	font-weight: bold;
	background-color: #C6EF66;
	padding-left: 10px;
}


/* line
----------------------------------------*/

.l_01{
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	margin-bottom: 10px;
	padding-right: 10px;
}


.l_green{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C6EF66;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C6EF66;
	font-size: 90%;
}


.l_green2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6EF66;
	padding: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C6EF66;
	background-color: #FFF9B9;
}

.l_green3{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6EF66;
	padding: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C6EF66;
	
}


.l_green3b{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6EF66;
	padding: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C6EF66;
	color: #FF6666;
}
