/* CSS Document */

*{
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
	
body{
	background-color:#efefef;
	text-align: center;
	}
.ichiranimg {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
	margin: 0px;
}

	
#bodier{
	margin:auto;
	width:825px;
	background-color:#fff;
	border-bottom:1px solid #34c352;
	}
	
.clearer{
	clear:both;
	height:1px;
	overflow:hidden;
	}
	
/*トップメニュー*/

ul.menu{
	list-style:none;
	width:825px;
	height:30px;
	padding: 0px;
	text-align: left;
	float: left;
	margin: 0px;
	}

.menu li {
	display:inline; 
}

li.menu01 {
	width:165px;
	height:30px;
	display:block;
	background:url(img/menu01.gif) left bottom;
	float:left;
	text-indent:-9999px;
	margin:0;
	}

li.menu01 a{
	width:165px;
	height:30px;
	display:block;
	background:url(img/menu01.gif) left top;
	float:left;
	text-indent:-9999px;
	margin:0;
	}
	
li.menu01 a:hover{
	background:url(img/menu01.gif) left bottom;
	}
	
li.menu02 {
	width:165px;
	height:30px;
	display:block;
	background:url(img/menu02.gif) left bottom;
	float:left;
	text-indent:-9999px;
	margin:0;
	}
	
li.menu02 a{
	width:165px;
	height:30px;
	display:block;
	background:url(img/menu02.gif) left top;
	float:left;
	text-indent:-9999px;
	margin:0;
	}
	
li.menu02 a:hover{
	background:url(img/menu02.gif) left bottom;
	}

li.menu03 {
	width:165px;
	height:30px;
	display:block;
	background:url(img/menu03.gif) left bottom;
	float:left;
	text-indent:-9999px;
	margin:0;
	}

li.menu03 a{
	width:165px;
	height:30px;
	display:block;
	background:url(img/menu03.gif) left top;
	float:left;
	text-indent:-9999px;
	margin:0;
	}
	
li.menu03 a:hover{
	background:url(img/menu03.gif) left bottom;
	}

li.menu04 {
	width:165px;
	height:30px;
	display:block;
	background:url(img/menu04.gif) left bottom;
	float:left;
	text-indent:-9999px;
	margin:0;
	}

li.menu04 a{
	width:165px;
	height:30px;
	display:block;
	background:url(img/menu04.gif) left top;
	float:left;
	text-indent:-9999px;
	margin:0;
	}
	
li.menu04 a:hover{
	background:url(img/menu04.gif) left bottom;
	}

li.menu05 {
	width:165px;
	height:30px;
	display:block;
	background:url(img/menu05.gif) left bottom;
	float:left;
	text-indent:-9999px;
	margin:0;
	}

li.menu05 a{
	width:165px;
	height:30px;
	display:block;
	background:url(img/menu05.gif) left top;
	float:left;
	text-indent:-9999px;
	margin:0;
	}
	
li.menu05 a:hover{
	background:url(img/menu05.gif) left bottom;
	}

ul.topmenu2{
	float:right;
	padding:10px 20px 8px 0;
	color:#CCCCCC;
	text-align:right;
	}

.topmenu2 li {
	list-style:none;
	display:inline;
	font-size:12px;
	}

.topmenu2 li a{
	color:#34c352;
	text-decoration:none;
	}

.topmenu2 li a:hover{
	color:#666666;
	}
	
/*フッター*/

#footer{
	width:825px;
	margin:auto;
	}

.copy {
	font-size:12px;
	color:#333333;
	padding:10px 5px;
	float:left;
	}

ul.footmenu{
	float:right;
	padding:10px 5px;
	}

.footmenu li {
	list-style:none;
	display:inline;
	font-size:12px;
	}

.footmenu li a{
	color:#333333;
	text-decoration:none;
	}

.footmenu li a:hover{
	color:#666666;
}
