﻿@charset "utf-8";
/*----------------------------------------------------------------------------------------------------------------
	                                           top_base
-------------------------------------------------------------------------------------------------------------------*/
body{
	font: 62.5% "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	color:#FFF;
}
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: #FF;
	text-decoration: none;
}
/*------------------------layout----------------------------*/
#container{
  width: 100%;
}
/*----------------------- header900-------------------------*/
#header{
  width: 900px;
  height: 900px;
  background: url(../img/gifbase.jpg) repeat; 
  margin: 0 auto 0 auto;
}
#header h1{
  float: left;
}
#header p{
  font-size: 30px;
  float: right;
}
/*---------------------------footer------------------*/		
#footer{
    xwidth: 900px;
    height: 40px;
    margin: 0 auto 0 auto;
    color:#FFF;
    font-size:18px;
}
#footer p{
    font-size: 14px;
    padding: 0px 0px 0 12px;
}
ul.footmenu li {
    float:left; 
    margin: 25px 4px 5px 5px;
    display:block; 
	margin-left:2px;
}
ul.footmenu li.first {
    margin-left:338px;
}
ul.footmenu li a { 
    padding-right:0px;
}
#footer address{
    float: right;	
    padding: 0px 345px 0 0;
    color:#FFF;
	font-size:12px;
}
/*-------------------
	clearfix
-------------------*/
#ranking li a{
	overflow: hidden;
	_height: 1%;
}
#info li a{
	overflow: hidden;
	_height: 1%;
}