﻿@charset "utf-8";
/*----------------------------------------------------------------------------------------------------------------
	                                           top_base
-------------------------------------------------------------------------------------------------------------------*/
body{
	font: 100% "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	color:#F00;
	line-height: 1.7;
   xbackground: #FFF;
    background: url(../img/base.jpg);
}
a:link{
	color: #FFF;
	text-decoration: underline;
}
a:visited{
	color: #FFF;
	text-decoration: underline;
}
a:hover{
	color: #FFF;
	text-decoration: none;
}
a:focus{
	color: #999;
	text-decoration: none;
}
a:active{
	color: #999;
	text-decoration: none;
}
/*------------------------layout----------------------------------------------*/
#container{
  width: 100%;
}
/*----------------------- header900X100---------------------------------------*/
#header{
 xbackground: #F00;
  width: 900px;
  height: 100px;
  margin: 0 auto 0 auto;
}
#header h1{
  padding: 30px 0 0 0px;
}
/*-----------------Contents_area900------------------------*/
#contents{
  width: 100%;	
}
#contents_inner{
  width: 900px;	
  height: 500px;
  background: #000;
  margin: 0 auto 0 auto;
}
/*--------------------------- fotter900----------------------------*/		
#footer{
    width: 880px;
   xheight: 100px;
   xbackground: #F00;
    margin: 0 auto 0 auto;
    font-size:18px; 
	color:#F00;
}
ul.footmenu li {
    float:left; 
   xmargin: 300px 0px 0 0px;
	border-right:1px solid #999; 
	display:block; 
	margin-left:0px;
}
ul.footmenu li.first {
    margin-left:0px;
}
ul.footmenu li a { 
    padding-right:0px;
    color:#F00;
}
#footer address{
    float: right;
	color:#FFF;	
	font-size:10px; 
}
/*-------------------
	clearfix
-------------------*/
#ranking li a{
	overflow: hidden;
	_height: 1%;
}
#info li a{
	overflow: hidden;
	_height: 1%;
}