﻿@charset "utf-8";
/*-----------------top_base----------------------------------------------------------------------------------------*/
body{
	font: 62.5% "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	background: #990100;
	color:#ffffff;
}
a:link{
	color:#ffffff;
	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%;
}
/*----------------------- header900X35-------------------------*/
#header{
  width: 900px;
  height: 20px;
  margin: 0 auto 0 auto;
　background: url(../images/header.png) repeat;
}
#header h1{
  float: left;
}
#header p{
  font-size: 30px;
  float: left;
}
/*-----------------Contents900X620-------------------------*/
#contents{
  width: 100%;	
}
#contents .inner{
  width: 900px;	
  height: 620px; 
  margin: 0 auto 0 auto;
}
#contents .inner p{
  font-size: 20px;
  line-height: 25px;
  padding: 100px 10px 0 10px;
}
/*----------------------fotter900X850------------------*/		
#footer{
    width: 900px;
    height: 860px;
    margin: 0 auto 0 auto;
    background: #333;
    font-size:12px;
}
#footer p{
    font-size: 14px;
    padding: 28px 0px 0 12px;
}
ul.footmenu li {
    float:left; 
    margin: 5px 0px 0px 10px;
    display:block; 
	margin-left:2px;
}
ul.footmenu li.first {
    margin-left:5px;
}
ul.footmenu li a { 
    padding-right:0px;
}
#footer address{
    float: right;	
    padding: 0px 15px 0 0;
    color:#FFF;
	font-size:13px;

}
/*-------------------
	clearfix
-------------------*/
#ranking li a{
	overflow: hidden;
	_height: 1%;
}
#info li a{
	overflow: hidden;
	_height: 1%;
}
/*-------------------
