﻿@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: #DC0C11;
}
a:link{
	color:#FFF;
	text-decoration: underline;
}
a:visited{
	color: #FFF;
	text-decoration: underline;
}
a:hover{
	color: #FFF;
	text-decoration: none;
}
a:focus{
	color: #FFF;
	text-decoration: none;
}
a:active{
	color: #FFF;
	text-decoration: none;
}
/*------------------------layout----------------------------*/
#container{
  width: 100%;
}
/*----------------------- header900------------------------*/
#header{
  width: 900px;
  margin: 0 auto 0 auto;
x background:#FFF;  
}
#header_h1{
  float: left;
}
/*----------------------------Contents900X200-----------------*/
#contents{
  width: 100%;
  xbackground: #F00;
  xbackground: url(../images/innerbase.jpg) repeat;
}
#contents .inner{
  width: 900px;	
  xheight: 900px;
  margin: 0 auto 0 auto;
}
#contents .inner p{
  font-size: 18px;
  padding: 0px 0px 0 10px;
  color:#CCC;
  font-weight:800
}
/*--------------------------- fotter900X80------------------*/		
#footer{
    width: 900px;
    height: 80px;
    margin: 0 auto 0 auto;
    xbackground:#000;  
    font-size:20px;
}
#footer p{
    font-size: 20px;
    padding: 0px 0px 0 0px;
}
ul.footmenu li {
    float:left; 
    margin: 0px 0px 0 2px;
    display:block; 
	margin-left:1px;
}
ul.footmenu li.first {
    margin-left:0px;
}
ul.footmenu li a { 
    padding-right:0px;
}
#footer address{
    float: right;	
    padding: 85px 0px 0 0;
    color:#000;
	font-size:20px;
}
/*-------------------
	clearfix
-------------------*/
#ranking li a{
	overflow: hidden;
	_height: 1%;
}
#info li a{
	overflow: hidden;
	_height: 1%;
}