/*==========================================================================================*/
/*	1_Frame																					*/
/*==========================================================================================*/
/*======================================================================*/
/*	1-1_ページ全体														*/
/*======================================================================*/
	/*--------------------------------------------------*/
	/*	Body用_タグ										*/
	/*--------------------------------------------------*/
	body{
		margin-left:auto; margin-right:auto; 	/* W3E_中央寄せ */
		text-align:center; 						/* IE_中央寄せ */
		margin-top:0px;
		margin-bottom:0px;
		padding:0px;
		background-color:#ffffff; 
	}

	/*--------------------------------------------------*/
	/*	外フレーム										*/
	/*--------------------------------------------------*/
	#sub_frame{
		width:712px; 							
		background-color:#89725b; 
		background-image:url(./img/back_image.jpg);
		margin-left:auto; margin-right:auto; 	/* W3E_中央寄せ */
		text-align:center; 						/* IE_中央寄せ */
		margin-top:0px;
		margin-bottom:0px;
		padding:0px;
		height:100%;	
	}


	/*--------------------------------------------------*/
	/*	内フレーム										*/
	/*--------------------------------------------------*/
	#main_frame{
		width:662px;
		margin-left:auto; margin-right:auto; /* W3E */
		text-align:center; /* IE */
		background-color:#b0cc99;
	}
	/*--------------------------------------------------*/
	/*	内フレーム										*/
	/*--------------------------------------------------*/
	#header{
		width:662px;
		margin-left:auto; margin-right:auto; /* W3E */
		text-align:center; /* IE */
		margin-top:0px;
		margin-bottom:0px;
		background-color:#ffffff;
	}

	/*--------------------------------------------------*/
	/*	内フレーム										*/
	/*--------------------------------------------------*/
	#header_logo{
		width:662px;
		height:120px;
		margin:0px auto 0px 0px;
		text-align:left; /* IE */
		padding:0px;
		border:0px;
		color:#ffffff;
		background-image:url(./img/header_bimage.jpg);
		background-repeat:no-repeat;
		font-size:13px;
	}
.h_style1{

		margin:20px auto 3px 40px;
		text-align:left; /* IE */
		font-size:24px;
		font-weight:bolder;


}

.h_style2{
		margin:3px auto 3px 40px;
		text-align:left; /* IE */


}


	/*--------------------------------------------------*/
	/*	内フレーム										*/
	/*--------------------------------------------------*/
	#main_contents{
		height:100%; 
		width:662px;
		margin-left:auto; margin-right:auto; /* W3E */
		text-align:center; /* IE */
		margin-top:0px;
		margin-bottom:0px;
		padding:0px;
		background-color:#b0cc99;
	}

	/*--------------------------------------------------*/
	/*													*/
	/*--------------------------------------------------*/
	.main_style{
		margin-left:auto; margin-right:auto; /* W3E */
		text-align:center; /* IE */
		width:662px; height:40px;
		background-color:black;

	}

	/*--------------------------------------------------*/
	/*													*/
	/*--------------------------------------------------*/
	.main_top_bar01{
		margin:0px 0px 0px auto;
		text-align:right; /* IE */
		width:662px; 
		height:12px; 
		background-color:#677e52; 
		color:#333333;
		font-size:12px;
		font-weight: normal;
	}

	/*--------------------------------------------------*/
	/*													*/
	/*--------------------------------------------------*/
	.main_center_bar01{
		margin-top:0px; 
		margin-bottom:0px; 
		margin-left:auto; margin-right:auto; /* W3E */
		text-align:center; /* IE */
		width:662px; 
		height:8px; 
		background-color:#677e52; 
		font-size:3px; 
		border:0px; 
		padding:0px;
	}

	/*--------------------------------------------------*/
	/*													*/
	/*--------------------------------------------------*/
	.main_center_bar02{
		margin-top:0px; 
		margin-bottom:0px; 
		margin-left:auto; margin-right:auto; /* W3E */
		text-align:center; /* IE */
		width:662px; 
		height:8px; 
		background-color:#b0cc99; 
		font-size:3px; 
		border:0px; 
		padding:0px;
	}

	/*--------------------------------------------------*/
	/*													*/
	/*--------------------------------------------------*/
	.main_center_bar03{
		margin-top:0px; 
		margin-bottom:0px; 
		margin-left:auto; margin-right:auto; /* W3E */
		text-align:center; /* IE */
		width:662px; 
		height:5px; 
		background-color:#b0cc99; 
		font-size:3px; 
		border:0px; 
		padding:0px;
	}

	/*--------------------------------------------------*/
	/*													*/
	/*--------------------------------------------------*/
	.main_under_bar01{
		clear:both; margin-top:0px; border:0px;color:white; font-size:0.7em; width:662px; background-color:#677e52; height:24px;
		margin-left:auto; margin-right:auto; /* W3E */
		text-align:center; /* IE */
	}

	.main_under_bar03{
		clear:both; margin-top:0px; border:0px; font-size:0.7em; width:972px; background-color:#677e52; height:30px;
		margin-left:auto; margin-right:auto; /* W3E */
		text-align:center; /* IE */
	}

	/*--------------------------------------------------*/
	/*													*/
	/*--------------------------------------------------*/
	.main_under_bar02{
		clear:both; margin-top:0px; border:0px; font-size:0.8em; width:972px; background-color:#dc2263; height:3px;
		margin-left:auto; margin-right:auto; /* W3E */
		text-align:center; /* IE */
	}


	/*--------------------------------------------------*/
	/*	左フレーム										*/
	/*--------------------------------------------------*/
	#left_frame{
		width:450px; 
		height:100%; 
		float:left; 
		margin-left:auto; margin-right:auto; /* W3E */
		text-align:center; /* IE */
		background-color:#b0cc99;
		padding:0px;
		margin-top:15px;
	}

	/*--------------------------------------------------*/
	/*	中央フレーム									*/
	/*--------------------------------------------------*/
	#contents_frame{
		width:476px; 
		float:left; 
		margin-left:0px; margin-right:0px; /* W3E */
		text-align:left; /* IE */
		margin-top:0px; 
		margin-bottom:0px;	
		background-color:#ffffff;
		padding:0px 7px;		 
	}

	/*--------------------------------------------------*/
	/*	左フレーム										*/
	/*--------------------------------------------------*/
	#right_frame{
		width:200px; 
		height:100%; 
		float:right; 
		margin-left:0px; 
		margin-right:1px; 
		padding:0px;
		background-color:#b0cc99;
		margin-top:15px;
	}






/*======================================================================*/
/*	2-2_左（メニュー）フレーム											*/
/*======================================================================*/
	/*--------------------------------------------------*/
	/*	Menu用_タグ										*/
	/*--------------------------------------------------*/
	.menu_style{
		margin:0px; 
		padding:0px; 
		font-size:0.8em;
	}

	.menu_table{
		width:100%;
	}
	
	.menu_td{
		width:100%; 
		margin-left:auto; margin-right:auto; /* W3E */
		text-align:center; /* IE */
		padding-top:5px;
	}
	
	.leftmenu_char{
	margin-left:30px;
	}

	.leftmenu_td1{
		margin-left:0px; margin-right:auto; /* W3E */
		text-align:left; /* IE */
		height:25px;
		background-image:url(./../material/leftmenu_menu1.jpg);
	}

	.leftmenu_td2{
		margin-left:0px; margin-right:auto; /* W3E */
		text-align:left; /* IE */
		height:25px;
		background-image:url(./../material/leftmenu_menu2.jpg);
	}
	.leftmenu_td14{
		margin-left:0px; margin-right:auto; /* W3E */
		text-align:left; /* IE */
		height:25px;
		background-image:url(./../material/leftmenu_menu2.jpg);
		background-repeat:no-repeat;
		background-color:#EDFAE9; 
	}

	.leftmenu_td9{
		margin-left:30px; margin-right:auto; /* W3E */
		text-align:left; /* IE */
		height:25px;
		background-image:url(./../material/leftmenu_menu9.jpg);
	}

	.leftmenu_td3{
		margin-left:0px; margin-right:auto; /* W3E */
		text-align:left; /* IE */
		height:25px;
		background-image:url(./../material/leftmenu_menu3.jpg);
	}

	.leftmenu_td4{
		margin-left:0px; margin-right:auto; /* W3E */
		text-align:left; /* IE */
		height:25px;
		background-image:url(./../material/leftmenu_menu4.jpg);
	}

	.leftmenu_td5{
		margin-left:0px; margin-right:auto; /* W3E */
		text-align:left; /* IE */
		height:25px;
		background-image:url(./../material/leftmenu_menu5.jpg);
	}

	.leftmenu_td6{
		margin-left:0px; margin-right:auto; /* W3E */
		text-align:left; /* IE */
		height:25px;
		background-image:url(./../material/leftmenu_menu6.jpg);
	}

	.leftmenu_td7{
		margin-left:0px; margin-right:auto; /* W3E */
		text-align:left; /* IE */
		height:25px;
		background-image:url(./../material/leftmenu_menu7.jpg);
	}

	.leftmenu_td8{
		margin-left:0px; margin-right:auto; /* W3E */
		text-align:left; /* IE */
		height:25px;
		background-image:url(./../material/leftmenu_menu8.jpg);
	}
	.leftmenu_td_10{
		margin-left:0px; margin-right:auto; /* W3E */
		text-align:left; /* IE */
		height:25px;
		background-image:url(./../material/leftmenu_menu10.jpg);
	}
	.leftmenu_td_11{
		margin-left:0px; margin-right:auto; /* W3E */
		text-align:left; /* IE */
		height:25px;
		background-image:url(./../material/leftmenu_menu11.jpg);
	}
	.leftmenu_td_12{
		margin-left:0px; margin-right:auto; /* W3E */
		text-align:left; /* IE */
		height:25px;
		background-image:url(./../material/leftmenu_menu12.jpg);
	}

	.leftmenu_line{
		margin-left:0px; margin-right:auto; /* W3E */
		text-align:left; /* IE */
		height:3px;
		font-size:3px;
	}

	.common_char_style{
		padding:0px;
		margin-top:3px; margin-bottom:0px;
		margin-left:0px; margin-right:auto; /* W3E */
		text-align:left; /* IE 
		font-size:89%;	
		line-height:127%;*/
		width:100%;
	}
	
	.common_char2_style{
		padding:0px;
		margin-top:3px; margin-bottom:0px;
		margin-left:5px; margin-right:5px; /* W3E */
		text-align:center; /* IE */
		width:446px;
	}
	
	.common_h_style{
		padding:0px;
		margin-top:3px; margin-bottom:0px;
		margin-left:10px; margin-right:auto; /* W3E */
		text-align:left; /* IE */
		width:445px;
	}
	
	.pline{
		margin-left:auto; margin-right:auto; /* W3E */
		text-align:left; /* IE */
		width:97%;
		font-size:1px;
	}




/*======================================================================*/
/*	2-2_中央フレーム													*/
/*======================================================================*/
/*--------------------------------------------------*/
/*	ページタイトル									*/
/*--------------------------------------------------*/
.pagetitle_style{
	margin-top:15px; margin-bottom:0px;
	margin-left:3px; margin-right:3px;

}


/*--------------------------------------------------*/
/*	サブメニュータイトル							*/
/*--------------------------------------------------*/
.subtitle_style01{
	
	margin:7px 3px;
}


/*--------------------------------------------------*/
/*	サブメニュータイトル							*/
/*--------------------------------------------------*/
.content_text_style01{ margin-left:6px; margin-right:6px; color:black; margin-top:0px; margin-bottom:0px; }
.content_text_style02{ margin-left:6px; margin-right:6px; color:black; margin-top:0px; margin-bottom:0px; font-size:85%; line-height:165%; }

.content_text_style03{ margin-left:4px; margin-right:4px; margin-top:0px; }

.content_text_style04{ width:100%; margin:0px 0px 0px 0px; font-size:0.8em; line-height:1.2em; text-align:left; }

.img_style03{ border:0px; padding:0px; margin:0px; }
.img_style04{ border:0px; padding:0px; margin:1px 0px 1px 0px; }


