@charset "shift_jis";

body{
	margin:0px;
	color: #999999;
}
#main ul li{
	padding: 5px 20px 5px 70px;
	
}
#foot ul li{
	display: block;
	 clear: both;
	 color: #aaaaaa;
	 margin:0px 3px;
}
#foot ul{
 	 font-size: 10px;
     list-style-type: none;
	 
	 }

#foot li.menu_text{
     display:inline;
	 margin-right: 10px;
	 
	 }
#foot{
     display: block;
	 clear: both;
	 padding-bottom:5p;	 
	 }
#foot li.menu_text a{
	 color: #aaaaaa;
	 padding-left:10px;
	 text-decoration:none;
	 }
#foot li.menu_text a:hover{
	 color: #A7C3A7;
	 padding-left:10px;
	 text-decoration:none;
	 }

#footer{
     display: block;
	 width: 900px;
	 border-top: solid 2px #93C3A5;
	 height: 25px;
	 clear: both;
	 
	 }
#footer ul{
     padding: 5px 0px 5px 70px;
 	 font-size: 10px;
     list-style-type: none;
	 }
#footer li.menu_text{
     display:inline;
	 margin-right: 10px;
	 color: #999999;
	 }
#footer li.menu_text a{
	 color: #999999;
 	 background: url(../img/foot_menu_icon.gif) left no-repeat;
	 padding-left:10px;
	 text-decoration:none;
	 }
#footer li.menu_text a:hover{
	 color: #A7C3A7;
 	 background: url(../img/foot_menu_icon_over.gif) left no-repeat;
	 padding-left:10px;
	 text-decoration:none;
	 }
address {
	font-style: normal;
	font-size: 10px;
	color: #666666;
	text-align: right;
	padding-right: 50px;
}