﻿@charset "utf-8";
/*----------------------------------------------------------------------------------------------------------------
	                                           top_base
-------------------------------------------------------------------------------------------------------------------*/
body{
	font: 62.5% "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	color:#B79A5A;
	line-height: 1.7;
    background: url(../images/backa.jpg) repeat;
}
a:link{
	color:#B79A5A;
	text-decoration: underline;
}
a:visited{
	color: #999;
	text-decoration: underline;
}
a:hover{
	color: #999;
	text-decoration: none;
}
a:focus{
	color: #999;
	text-decoration: none;
}
a:active{
	color: #999;
	text-decoration: none;
}
/*------------------------layout----------------------------*/
#container{
  width: 100%;
}
/*----------------------- header1000X160------------------------*/
#header{
  width: 1000px;
  height: 160px;
  margin: 0 auto 0 auto;
x background:#FFF;  
}
#header_h1{
  float: left; 
}
/*---------------------Contents1000X240-----------------*/
#contents{
  width: 100%;	
}
#contents .inner{
  width: 1000px;	
  height: 240px;
  background: url(../images/contentsinnera.png) repeat;
  color:#FFF;
x font-weight:bold;
  margin: 0 auto 0 auto;
}
#contents .inner p{
  font-size: 17px;
  line-height: 1.5; 
  padding: 100px 0px 0 8px;
}
/*--------------------fotter1000X80------------------*/		
#footer{
    width: 1000px;
    height: 60px;
    margin: 0 auto 0 auto;
    xbackground: url(../images/footerbase.png) repeat;
    font-size:20px;
}
#footer p{
    font-size: 50px;
    padding: 200px 0px 0 30px;
}
ul.footmenu li {
    float:left; 
    margin: 10px 0px 0 0px;
    display:block; 
	margin-left:1px;
}
ul.footmenu li.first {
    margin-left :30px;
}
ul.footmenu li a { 
    padding-right:0px;
}
#footer address{
    float: right;	
    padding: 50px 10px 0 0;
}
/*-------------------
	clearfix
-------------------*/
#ranking li a{
	overflow: hidden;
	_height: 1%;
}
#info li a{
	overflow: hidden;
	_height: 1%;
}
