﻿@charset "utf-8";
/*----------------------------------------------------------------------------------------------------------------
	                                           top_base
-------------------------------------------------------------------------------------------------------------------*/
body{
	font: 62.5% "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	color:#E7C361;
	line-height: 1.7;
    background: url(../images/backc.jpg) repeat;
}
a:link{
	color:#E7C361;
	text-decoration: underline;
}
a:visited{
	color: #E7C361;
	text-decoration: underline;
}
a:hover{
	color: #E7C361;
	text-decoration: none;
}
a:focus{
	color: #E7C361;
	text-decoration: none;
}
a:active{
	color: #E7C361;
	text-decoration: none;
}
/*------------------------layout----------------------------*/
#container{
  width: 100%;
}
/*----------------------- header1000X160------------------------*/
#header{
  width: 1000px;
  xheight: 160px;
  font-size:8px;
  margin: 0 auto 0 auto;
  padding: 100px 100px 0px 100px;
  xbackground: #FECE0C;
  position: relative;
  color:#900; 
}
#header_h1{
  float: left; 
}
/*---------------------Contents1000X240-----------------*/
#contents{
  width: 100%;	
  xbackground: url(../images/contentsbase01.png) repeat;
}
#contents .inner{
  width: 1000px;	
  height: 240px;
  background: url(../images/imagesbaseb.png) repeat;
  color:#FFF;
x font-weight:bold;
  margin: 0 auto 0 auto;
}
#contents .inner p{
  font-size: 13px;
  line-height: 1.5; 
  padding: 22px 5px 0 8px;
}
/*--------------------fotter1000X80------------------*/		
#footer{
    width: 1000px;
    xheight: 600px;
    margin: 0 auto 0 auto;
    xbackground: url(../images/footerbase.png) repeat;
    font-size:20px;
}
#footer p{
    font-size: 50px;
    padding: 800px 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%;
}
