@charset "SHIFT_JIS";

*{
	margin:0;
	padding:0;
}

body{
	font-family:"‚l‚r ‚oƒSƒVƒbƒN",Osaka,Arial,Verdana,sans-serif;
	text-align:center;
	margin:0;
	padding:0;
	font-size:75%;
	line-height:150%;
	color:#4B403C;
	background-image:url(../images/bg.gif);
	background-position:left top;
	background-repeat:repeat;	
}


.left{
	float:left;
}
.right{
	float:right;
}
.clr{
	clear:both;
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
}

img{
	border:0;
	margin:0;
}

option{
	padding-right:3px;
	margin:0;
	}

input{
	margin-right:3px;
	}

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

.taL{
	text-align:left;
	}

.tar{
	text-align:right;
	}

.tac{
	text-align:center;
	}


.mb10{
	margin-bottom:10px;
	}



.mb15{
	margin-bottom:15px;
	}

.mb5{
	margin-bottom:5px;
	}

.mb20{
	margin-bottom:20px;
	}
	
.mb30{
	margin-bottom:30px;
	}

.mt10{
	margin-top:10px;
	}

.mt20{
	margin-top:20px;
	}

.mt5{
	margin-top:5px;
	}

.ml10{
	margin-left:10px;
	}

.ml15{
	margin-left:15px;
	}

.mr20{
	margin-right:20px;
	}
	

.fs10{
	font-size:80%;
	line-height:130%;
}

.red{
	color:#AE0101;
	}

.redS{
	color:#AE0101;
	font-size:80%;
	line-height:135%;
}

.brown{
	color:#3D1101;
	}

.brownB{
	color:#3D1101;
	font-weight:bold;
	}


a:link{
	color:#68752D;
	text-decoration:underline;
	}

a:visited{
	color:#68752D;
	text-decoration:underline;
	}

a:hover{
	color:#9AA276;
	text-decoration:none;
	}

#wrapper{
	background:url(../images/main_bg.gif) center top repeat-y;
	margin:0 auto;
	width: auto;
	height: 100%;
	}
	
#wrapper:after {/*clearfix for modern browser*/
	content:".";
	display: block;
	height:0px;
 	clear:both;
 	
}

#container{
	width:890px;
	text-align:left;
	margin:0 auto;
	background:url(../images/ft_bg.gif) left bottom repeat-x;
		}

#container:after {/*clearfix for modern browser*/
	content:".";
	display: block;
	height:0px;
 	clear:both;
 	}

/** head **/

#hd_bg{
	background:url(../images/hd_bg.gif) left top repeat-x;
	width: 100%;
		}


#hd_bg:after {/*clearfix for modern browser*/
	content:".";
	display: block;
	height:0px;
 	clear:both;
 	
}



#hd{
	width:890px;
	margin-bottom: 32px;
	}

#hd_R{
	width:170px;
	float:right;
	}

#hd_R h1{
	font-size:80%;
	color:#9EA57E;
	text-align:left;
	font-weight:normal;
	padding:0 0 0 5px;
		}


#hd_R #hd_R_Area{
	width:170px;
	margin-top:15px;
	margin-bottom: 6px;
	text-align: right;
	}


#hd_R_Area #hd_menu{
	width:133px;
	height:10px;
	float:right;
	overflow: hidden;
	margin-top: 5px;
	}


#hd_menu ul{
	list-style-type: none;
	list-style-position: outside;
	background-image: url("../images/hd_menu.gif");
	width: 133px;
}
#hd_menu ul li{
	display:block;
	overflow: hidden;
	float: left;
	height:10px;
}
#hd_menu ul li a {
	display: block;
	height: 10px !important;
	height /**/: 0px;
	padding-top: 10px;
	background-image: url("../images/hd_menu.gif") ;
		}
#hd_mn1 a{
	background-position:0px 0px;
	width:68px;
	
}
#hd_mn2 a{
	background-position:-68px 0px;
	width:50px;
	padding-left:15px;
	}


#hd h2{
	background:url(../images/logo.gif) left top no-repeat;
	height:85px;
	display:inline;
	overflow:hidden;
	width: 262px;
	margin:15px 0 0 310px;
	float: left;
	}

#hd h2 a{
	display:block;
	width:262px;
	font-size:0px;
	padding: 144px 0 0 20px;
}



/** menu **/


#menu{
	width:575px;
	height:33px;
	overflow: hidden;
	margin-bottom: 15px;
		}
	
#menu ul{
	list-style-type: none;
	list-style-position: outside;
	overflow: hidden;
	background-image: url("../images/menu.gif");
	width: 575px;
}
#menu ul li{
	display:block;
	overflow: hidden;
	float: left;
	height:33px;
}
#menu ul li a {
	display: block;
	height: 15px !important;
	height /**/: 0px;
	padding-top: 33px;
	background-image: url("../images/menu.gif") ;
		}
#mn1 a{
	background-position:0px 0px;
	width:140px;
	margin-right:5px;
}
#mn2 a{
	background-position:-145px 0px;
	width:140px;
	margin-right:5px;
	}
#mn3 a{
	background-position:-290px 0px;
	width:140px;
	margin-right:5px;
	}
#mn4 a{
	background-position:-435px 0px;
	width:140px;
}




#mn1 a:hover,a:focus{
	background-position:0px -33px;
}
#mn2 a:hover,a:focus{
	background-position:-145px -33px;
}
#mn3 a:hover,a:focus{
	background-position:-290px -33px;
}
#mn4 a:hover,a:focus{
	background-position:-435px -33px;
}







/** footer **/


#ft_Area{
	width:850px;
	margin:20px 20px 30px 20px;
	}

#ft_menu{
	width:364px;
	float:left;
	height:12px;
	overflow:hidden;
	}	
	
	
#ft_menu ul{
	list-style-type: none;
	list-style-position: outside;
	background-image: url("../images/ft_menu.gif");
	width: 364px;
}
#ft_menu ul li{
	display:block;
	overflow: hidden;
	float: left;
	height:12px;
}
#ft_menu ul li a {
	display: block;
	height: 12px !important;
	height /**/: 0px;
	padding-top: 12px;
	background-image: url("../images/ft_menu.gif") ;
		}
#ft_mn1 a{
	background-position:0px 0px;
	width:127px;
	
}
#ft_mn2 a{
	background-position:-127px 0px;
	width:117px;
	}
	
#ft_mn3 a{
	background-position:-244px 0px;
	width:70px;
		}
	
#ft_mn4 a{
	background-position:-314px 0px;
	width:50px;
	}
	

#page_top{
	float:right;
	margin:10px 0 30px 0;
		}

#page_top2{
	float:right;
	margin:10px 20px 15px 20px;
		}


#copy{
	margin:10px auto 20px auto;
	width:307px;
	}
