
/*----------タグ定義--------------------------------------------------*/

body {
	margin: 0px ;
	background-color: #66b923 ;
	background-image: url("../images/bg_grd.gif") ;
	background-repeat: repeat-x ;
	background-attachment: fixed ;
	background-position: 0px 0px ;
	margin:0px auto;
	}
	
	
td {
	font-size: 13px ;
	font-family: Verdana,Arial ;
	line-height: 150% ;
	color: #333 ;
	}
div {
	font-size: 13px ;
	line-height: 150% ;
	font-family: Verdana,Arial ;
	}

/*----------イメージ＆マージン設定------------------------------------*/

img {
	border-color: #fff ;
	}
.img_m-right-10 {
	margin-right: 10px ;
	}
.img_m-bottom-10 {
	margin-bottom: 10px ;
	}
.img_m-bottom-20 {
	margin-bottom: 20px ;
	}

/*----------ヘッダ----------------------------------------------------*/

.head_icon {
	background-color: #d8edc8 ;
	padding: 8px 10px 0px 0px ;
	border-right: solid #fff 1px ;
	border-left: solid #fff 1px ;
	}
.head_icon img {
	margin-left: 2px ;
	}
.head_button {
	background-color: #d8edc8 ;
	padding: 10px 5px 5px 0px ;
	height: 130px ;
	background-repeat: no-repeat ;
	background-position: 15px 0px ;
	border-right: solid #fff 1px ;
	border-left: solid #fff 1px ;
	}
.head_button img {
	margin: 3px 2px;
	}

/*----------ページナビゲーション--------------------------------------*/

.navigation {
	width: 760px ; color: #fff ; margin-top: 8px ;height:22px;
	}
.navi-left {
	float: left ; font-size: 11px ;
	}
.navi-left SPAN {
	font-size: 12px ;
	font-weight: bold ;
	}
.navi-right {
	float: right ;
	text-align: right ;
	padding-right: 5px ;
	font-size: 11px ;
	}

/*----------左側メニュー----------------------------------------------*/

.main_left {
	background-color: #fff ;padding: 5px 0px 10px 14px ;width: 198px ;
	}
.menu img {
	margin-top: 8px ;
	margin-bottom: 1px ;
	}
.menu_current, .menu_current2, .menu_sub, .menu_on-1, .menu_on-2, .menu_on-3, .menu_on-4 {
	padding-left: 13px ;
	height: 22px ;
	}
.menu_sub {
	background-color: #ECF6E4 ;
	border: solid #ECF6E4 1px ;
	}
.menu_current {
	background-color: #1c8b59 ;
	border: solid #1c8b59 1px ;
	color: #ffffff;
	}
.menu_current2 {
	background-color: #7a9d11 ;
	border: solid #7a9d11 1px ;
	color: #ffffff;
	}
.menu_current a,
.menu_current2 a {
	color: #ffffff;
	}
.menu_on-1 {
	border: solid #66b923 1px ;
	}
.menu_on-2 {
	background-color: #1c8b59 ;
	}
.menu_on-3 {
	background-color: #7a9d11 ;
	}
.menu_on-4 {
	background-color: #005723 ;
	}
/*----------右側メイン------------------------------------------------*/
.section-table{
	background-color: #ecf6e4 ;
	margin-top:8px;
	}
.r-table-middle {
	border-right: solid #999 1px;
	border-left: solid #999 1px;
	padding: 5px 15px;
	}
.b_next td{
	padding:8px 8px 25px 8px;
	}

/*----------フッタ----------------------------------------------------*/

.foot-menu {
	padding: 4px ;
	}
.copy {
	background-color: #d8edc8 ;
	border-top: solid #fff 1px ;
	padding: 25px 0px 10px 0px ;
	font-size: 10px ;
	color: #666 ;
	}
