﻿@charset "utf-8";
/*----------------------------------------------------------------------------------------------------------------
	                                           top_base
-------------------------------------------------------------------------------------------------------------------*/
body{
	font: 62.5% "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	color:#FFF;
	line-height: 1.7;
	font-weight: 500;
    background: url(../images/basepp.jpg) repeat;
}
a:link{
	color:#FFF;
	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%;
}
/*----------------------- header500-------------------------*/
#header{
  width: 500px;
  margin: 0 auto 0 auto;
  xbackground:#000;  
}
#header_h1{
  float: left; 
}
/*---------------------Contents500X200-------------------------*/
#contents{
  width: 100%;	
  xbackground:#F00;
  xbackground: url(../images/contentbase01.png) repeat;
}
#contents .inner{
  width: 500px;	
  height: 200px; 
  xbackground: #F00; 
  xbackground: url(../images/contentbase.png) repeat;
  margin: 0 auto 0 auto;
}
#contents .inner p{
  font-size: 20px;
  color:#FFF; 
  font-weight: bold;
  line-height: 1.3;
  padding: 100px 0px 0 0px;
}
/*-------------------------fotter500X100------------------*/		
#footer{
  width: 500px;
  height: 200px;
  margin: 0 auto 0 auto;
  color: #FFF;
  xbackground:#00C;  
  font-size:12px;
}
#footer p{
  font-size: 14px;  
  font-weight: bold;
  padding: 0px 0px 0 0px;
}
ul.footmenu li {
  float:left; 
  margin: 10px 1px 0 0px;
  display:block; 
  margin-left:1px;
}
ul.footmenu li.first {
  margin-left:0px;
}
ul.footmenu li a { 
  padding-right:0px;
}
#footer address{
  float: right;	
  padding: 50px 0px 0 20px;
}
/*-------------------
	clearfix
-------------------*/
#ranking li a{
  overflow: hidden;
	_height: 1%;
}
#info li a{
  overflow: hidden;
	_height: 1%;
}
