﻿@charset "utf-8";
/*----------------------------------------------------------------------------------------------------------------
	                                           top_base
-------------------------------------------------------------------------------------------------------------------*/
body{
	font: 62.5% "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	color:#E5007F;
	line-height: 1.7;
        background:url("../img/base.jpg");
}
a:link{
	color:#333;
	text-decoration: underline;
}
a:visited{
	color:#333;
	text-decoration: underline;
}
a:hover{
	color: #E5007F;
	text-decoration: none;
}
a:focus{
	color:#333;
	text-decoration: none;
}
a:active{
	color:#333;
	text-decoration: none;
}
/*------------------------layout----------------------------------------------*/
#container{
  width: 100%;
}
/*----------------------- header1000X100---------------------------------------*/
#header{
  width: 1000px;
  height: 100px;
  margin: 0 auto 0 auto;
}
#header h1{
  top: 8px;
  line-height: 15px;
  font-size: 15px;
  position: absolute;
  left:180px;
}
#header p{
  top: 55px;
  line-height: 15px;
  font-size: 20px;
  position: absolute;
  right:180px;
}
/*-----------------Contents_area1000X430------------------------*/
#contents{
  width: 100%;	
}
#contents_inner{
  width: 1000px;	
  height: 430px;
  margin: 0 auto 0 auto;
x background: #FFF;
}
#contents_inner p{
  width: 900px;	
  color: #E5007F;
  font-size: 15px;
  line-height: 25px;
  padding: 8px 0 0 350px;
}
#contents_inner h2{
  width: 1000px;	
  color: #E5007F;
}
/*--------------------------- fotter1000X60----------------------------*/		
#footer{
  width: 1000px;
  height: 60px;
  margin: 0 auto 0 auto;
  background:url("../img/fotterbase.jpg");
  font-size:14px;
}
ul.footmenu li {
  float:left; 
  margin: 0px 20px 0 10px;
  display:block; 
  margin-left:10px;
}
ul.footmenu li.first {
  margin-left:30px;
}
ul.footmenu li a { 
  padding-right:0px;
}
#footer address{
  float: right;	
  padding: 0px 30px 0 0;
}
/*-------------------
	clearfix
-------------------*/
#ranking li a{
   overflow: hidden;
  _height: 1%;
}
#info li a{
	overflow: hidden;
	_height: 1%;
}