﻿@charset "utf-8";
/*----------------------------------------------------------------------------------------------------------------
	                                           top_base
-------------------------------------------------------------------------------------------------------------------*/
body{
	font: 100% "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	color:#455429;
	line-height: 1.7;
    background:url("../images/base.jpg");
}
a:link{
	color:#455429;
	text-decoration: underline;
}
a:visited{
	color:#455429;
	text-decoration: underline;
}
a:hover{
	color:#455429;
	text-decoration: none;
}
a:focus{
	color:#455429;
	text-decoration: none;
}
a:active{
	color:455429;
	text-decoration: none;
}
/*------------------------layout----------------------------------------------*/
#container{
  width: 100%;
}
/*----------------------- header800---------------------------------------*/
#header{
  width: 800px;
  height: 60px;
  xbackground: #F00;
  margin: 0 auto 0 auto;
}
#header h1{
  top: 20px;
  position: absolute;
  left:290px;
}
#header p{
  top: 12px;
  font-size: 25px;
  position: absolute;
  right:280px;
}
/*-----------------Contents_area800------------------------*/
#contents{
  width: 100%;	
}
#contents_inner{
  width: 800px;	
  height: 790px;
  margin: 0 auto 0 auto;
}

/*--------------------------- fotter800----------------------------*/		
#footer{
  width: 800px;
  height: 60px;
  margin: 0 auto 0 auto;
  xbackground: #F00;
  font-size:14px;
  font-weight:bold;
}
ul.footmenu li {
  float:left; 
  margin: 0px 10px 0 0px;
  display:block; 
}
ul.footmenu li.first {
  margin-left:0px;
}
ul.footmenu li a { 
  padding-right:0px;
}
#footer address{
  float: right;	
  padding: 20px 0px 0 0;
}
/*-------------------
	clearfix
-------------------*/
#ranking li a{
	overflow: hidden;
	_height: 1%;
}
#info li a{
	overflow: hidden;
	_height: 1%;
}