body{
	margin: 0;
	padding: 0;
    color: #333333;
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
	background:#6E5A48 url(../img/back_logo.gif) no-repeat right top;
	background-attachment:fixed;
}

img{
border: 0;
}

#container{
	margin: 0 ;
	padding: 0;
	width:900px;
}

#header{
	margin-bottom: 24px;
	text-align: left;
	font-size: 12px;
}
#header h1{
	padding: 0;
	margin: 0 5px 25px;
	text-align: left;
	 font-size: 12px;
	 color:#fff;
}
#header ul{
	list-style-type:none;
	display:inline-block;
	float:right;
	position:relative;
	height:50px;

}
#header ul li{
	list-style-type:none;
	vertical-align:bottom;
	margin: 0 10px 0 0;
	display:inline-block;
	bottom: 0;
  }
#header ul li a{
	vertical-align:bottom;
	display:block;
}

#header ul li a:hover img{
	opacity:0;
}

#header ul li.navi_1 a{
	background:url(/img/navi/navi_1_bg.gif) no-repeat left bottom;
}
#header ul li.navi_2 a{
	background:url(/img/navi/navi_2_bg.gif) no-repeat left bottom;
}
#header ul li.navi_3 a{
	background:url(/img/navi/navi_3_bg.gif) no-repeat left bottom;
}
#header ul li.navi_4 a{
	background:url(/img/navi/navi_4_bg.gif) no-repeat left bottom;
}
#header ul li.navi_5 a{
	background:url(/img/navi/navi_5_bg.gif) no-repeat left bottom;
}
#header ul li.navi_6 a{
	background:url(/img/navi/navi_6_bg.gif) no-repeat left bottom;
}

#header ul li a img{
	display:block;
	vertical-align:bottom;
}

#header p a:hover{
	 color:#fff;
	 text-decoration:underline;
}

p.pan {
    color: #fff;
    float: right;
    height: 30px;
    line-height: 30px;
    margin: 0 30px 0 0;
	font-size:14px;
}
p.pan a{
    color: #fff;
}

h2 {
    height: 30px;
    margin: 0 0 20px 50px;
}
#contents{
	margin: 0;
	clear:both;
		width: 900px;
}
#footer{
	clear: both;
	width: 900px;
	text-align: center;
	margin: 0 auto;
	padding-top:5px;
	color:#fff;
	border-top:1px solid #fff;
}

#footer .footer_block{
	border-bottom:1px solid #fff;
	height:155px;
	padding:0
}

#footer .copyright{
	font-size:9px;
}
