﻿
@charset "utf-8";
/*----------------------------------------------------------------------------------------------------------------
	                                           top_base
-------------------------------------------------------------------------------------------------------------------*/
body{
	font: 62.5% "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	color:#FFF;
	line-height: 1.7;
	background: url(../images/topbacea.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%;
}
/*----------------------- header500-------------------------*/
#header{
  width: 500px;
  xheight: 65px;
  margin: 0 auto 0 auto;
}
#header_h1{
  float: left; 
}
/*-----------------Contents500X60-------------------------*/
#contents{
  width: 100%;
  xbackground: #6B0129;
  xbackground: url(../images/contentbase.png) repeat;
}
#contents .inner{
  width: 500px;	
  height: 60px; 
  margin: 0 auto 0 auto;
  xbackground: url(../images/innerbase.png) repeat;
}
#contents .inner p{
  font-size: 14px;
  color:#FFF;
  font-weight: bold;
  padding: 3px 0px 0 30px;
}
/*--------------------------- fotter500X80------------------*/		
#footer{
    width: 500px;
    height: 80px;
    margin: 0 auto 0 auto;
    color:#CCC;



    font-size:12px;
}
#footer p{
    font-size: 14px;
    padding: 0px 10px 0 0px;
}
ul.footmenu li {
    float:left; 
    margin: 5px 2px 0 0px;
    display:block; 
	margin-left:1px;
}
ul.footmenu li.first {
    margin-left:4px;
}
ul.footmenu li a { 
    padding-right:0px;
}
#footer address{
    float: left;	
    padding: 10px 0px 0 0;
}
/*-------------------
	clearfix
-------------------*/
#ranking li a{
	overflow: hidden;
	_height: 1%;
}
#info li a{
	overflow: hidden;
	_height: 1%;
}
