﻿@charset "utf-8";
/*----------------------------------------------------------------------------------------------------------------
	                                           top_base
-------------------------------------------------------------------------------------------------------------------*/
body{
	font: 100% "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	color:#F00;
    background: url(../photo/base.jpg);
	background-repeat: no-repeat;
}
a:link{
	color:#F00;
	text-decoration: underline;
}
a:visited{
	color:#F00;
	text-decoration: underline;
}
a:hover{
	color:#F00;
	text-decoration: none;
}
a:focus{
	color:#F00;
	text-decoration: none;
}
a:active{
	color:#F00;
	text-decoration: none;
}
/*------------------------layout----------------------------------------------*/
#container{
  width: 100%;
}
/*----------------------- header900X50---------------------------------------*/
#header{
  background: url(../photo/headbase01.jpg) repeat;
  width: 900px;
  height: 50px;
  margin: 0 auto 0 auto;
}
#header h3{ 
  color:#FFF;
  padding: 12px 0 0 0px;
  margin: 0 0 0 740px;
}
/*-----------------Contents900------------------------*/
#contents{
  width: 900px;
  xheight: 470px;	
  margin: 0 auto 0 auto;
}
#contents_inner{
  width: 900px;	
  xheight: 550px;   
  margin: 0 0 0 0px;
}
/*--------------------------- fotter900----------------------------*/		
#footer{
  width: 900px;
  height: 100px;
  xbackground: #F00;
  margin: 0 auto 0 auto;
  font-size:16px; 
  color:#F00;
}
ul.footmenu li {
  float:left; 
  margin: 140px 0px 0 10px;
  border-right:1px solid #999; 
  display:block; 
  margin-left:15px;
}
ul.footmenu li.first {
  margin-left:80px;
}
ul.footmenu li a { 
  padding-right:0px;
  color:#281818;
}
#footer address{
  float: right;
  margin: 3px 10px 0 20px;
  color:#000;	
  font-size:15px; 
  color:#281818;
}
/*-------------------
	clearfix
-------------------*/
#ranking li a{
	overflow: hidden;
	_height: 1%;
}
#info li a{
	overflow: hidden;
	_height: 1%;
}