/*_____________________全体について_____________________*/
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #F9F9F9;	
}



/*テキストリンク*/
a{
text-decoration:none;
}
a:link {color:#A20000;} 
a:visited {color:#A20000;} 
a:hover {text-decoration: underline;color:#A20000;} 
a:active {color:#A20000;} 


/*メニューの設定*/
#menu {
	width:898px;
	height:30px;
	list-style:none;
	margin:5px 1px 5px 1px;
	padding:0;
	background:url(image/common/menu.jpg) no-repeat;
}

#menu li {
	display:block;
	margin:0;
	padding:0;
	height:30px;
	float:left;
	}
	
#menu li a {
	display:block;
	margin:0;
	padding:25px 0 0 0;
	height:0 !important;
	height /**/:30px;
	overflow:hidden;
	}
	
#menu li a:hover { background:none; }

.menu01 { width:110px; }
.menu02 { width:110px; }
.menu03 { width:90px; }
.menu04 { width:90px; }
.menu05 { width:90px; }
.menu06 { width:90px; }
.menu07 { width:80px; }
.menu08 { width:95px; }
.menu09 { width:143px; }

.menu01 a{ width:110px; background:url(image/common/menu1.jpg) no-repeat; }
.menu02 a{ width:110px; background:url(image/common/menu2.jpg) no-repeat; }
.menu03 a{ width:90px; background:url(image/common/menu3.jpg) no-repeat; }
.menu04 a{ width:90px; background:url(image/common/menu4.jpg) no-repeat; }
.menu05 a{ width:90px; background:url(image/common/menu5.jpg) no-repeat; }
.menu06 a{ width:90px; background:url(image/common/menu6.jpg) no-repeat; }
.menu07 a{ width:80px; background:url(image/common/menu7.jpg) no-repeat; }
.menu08 a{ width:95px; background:url(image/common/menu8.jpg) no-repeat; }
.menu09 a{ width:143px; background:url(image/common/menu9.jpg) no-repeat; }



/*今回は、htmlで<li class="menu01-stay">を使わないので・・・
.menu01-stay a{ width:103px; background:none; }
.menu02-stay a{ width:133px; background:none; }
.menu03-stay a{ width:109px; background:none; }
.menu04-stay a{ width:122px; background:none; }
.menu05-stay a{ width:129px; background:none; }
.menu06-stay a{ width:126px; background:none; }
.menu07-stay a{ width:158px; background:none; }
*/




/*ヘッダーテキスト*/
#head{
font-size:14px;
text-indent:5px;
padding: 0px 5px 5px 5px; 
}

#bottom{
	font-size:10px;
	text-indent:0px;
line-height: 150%;
padding: 2px 5px 0px 5px; 

}



/*トップ右メニュー*/
#banner{
padding: 0px 15px 5px 0px;
}
#bus{
padding: 0px 15px 5px 0px;
	font-size: 12px;
}


/*トップ東山閣*/
#touzankaku{
	font-size: 12px;
	color: #674A09;
}


/*2階層目左サイドメニュー*/

#leftmaenu{
font-size: 14px;
color: #9F710D;
margin: 10px 10px 10px 11px;	
}

#leftmaenu2{
margin:0px 0px 0px 0px;
text-indent: 15px;
}

#leftmaenu3{
	margin:2px 10px 3px 2px;
	background:url(image/common/menu_dot.jpg) no-repeat;
/*	border-bottom: 1px dotted #58AB41;*/

	text-indent: 15px;
}



/*2階層目メイン部分*/
#main{
font-size: 14px;
}









