﻿@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:#F00;
	text-decoration: underline;
}
a:visited{
	color: #F000;
	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%;
}
/*----------------------- 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;	
 xheight: 300px;
  margin: 0 auto 0 auto;
}
/*-------------------centerzoon900-----------------------------*/
#center{ 
x   background: #00F;
    width: 900px;
    height: 50px;
    float: left;
}
#center h1{
    width: 650px;	
    color: #000;
    font-size: 14px;
    line-height: 25px;
x   padding: 350px 30px 0 0;
}
/*----------------centerimg-------------------*/
#center li{
	padding: 10px 300px 10px 5px;
}
#center li a{
    display: block;
	cursor: pointer;
}
#center li img {
	float: left;
	padding: 2px;
}
#center li span {
	display: block;
	float: right;
	width: 180px;
	line-height: 2;
}
#center li span strong {
	font-weight: bold;
}
/*---------------------left69-----------------------------*/
#left{ 
x   background: #900;
    width: 69px;
x   height: 318px;
    float: left;
}
/*--------------------right202-------------------------------*/
#right{ 
    width: 202px; 
x   height: 318px;
x   background: #000;
	float: right;
}
#right li{
    width: 830px;	
    color: #CCC;
    font-size: 18px;
    margin: 0px 0 0 10px;
}
#right a{
    width: 830px;	
    color: #CCC;
    font-size: 14px;
    margin: 0px 0 0 10px;
}
/*--------------------------- fotter390----------------------------*/		
#footer{
    width: 390px;
   xheight: 100px;
   xbackground: #F00;
    margin: 0 auto 0 auto;
    font-size:18px; 
	color:#F00;
}
ul.footmenu li {
    float:left; 
    margin: 200px 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%;
}