﻿@charset "utf-8";
/*----------------------------------------------------------------------------------------------------------------
	                                           top_base
-------------------------------------------------------------------------------------------------------------------*/
body{
	font: 100% "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
    background: url(../img/base.jpg);
}
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%;
}
/*----------------------- header1000X65---------------------------------------*/
#header{
  xbackground: #F00;
  width: 1000px;
  xheight: 65px;
  margin: 0 auto 0 auto;
}
/*-----------------Contents_area------------------------*/
#contents{
    width: 1000px;
    margin: 0 auto 0 auto;
}
/*--------------------------- fotter1000----------------------------*/		
#footer{
    width: 1000px;
	height: 300px;
	padding:1000px 0 0 0 ;
    margin: 0 auto 0 auto;
    font-size:16px;
    xbackground: #FFF;
	color:#FFF;
}
ul.footmenu li {
    float:left; 
    margin: 0px 1px 0 0px;
	border-right:1px solid #999; 
	display:block; 
}
ul.footmenu li.first {
    margin-left:0px;
}
ul.footmenu li a { 
    padding-right:0px;
    color:#FFF;
}
#footer address{
    float: right;
	font-size:14px; 
	color:#FFF;
/*-------------------
	clearfix
-------------------*/
#ranking li a{
	overflow: hidden;
	_height: 1%;
}
#info li a{
	overflow: hidden;
	_height: 1%;
}