﻿@charset "utf-8";
/*---------------------------------------------base------------------------------------------------------------*/
body{
	font: 100% "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	color:#000;
	line-height: 1.7;
	xbackground: #FC0;
    background: url(../images/base.jpg);
}
a:link{
	color:#000;
	text-decoration: underline;
}
a:visited{
	color: #000;
	text-decoration: underline;
}
a:hover{
	color: #000;
	text-decoration: none;
}
a:focus{
	color: #000;
	text-decoration: none;
}
a:active{
	color: #000;
	text-decoration: none;
}
/*------------------------------layout----------------------------------------------*/
#container{
  width: 100%;
}
/*-------------------------- header1000---------------------------------------*/
#header{
     width: 1000px;
     xheight: 108px;
     margin: 0 auto 0 auto;
}
#header h1{
 　  padding: 0px 0 0 0px;
}
/*---------------------------Contents1000-----------------------------*/
#contents{
     width: 100%;	
}
#contents_inner{
     width: 1000px;	
	 xbackground: #F00;
     margin: 0 auto 0 auto;
}
/*-------------------------center1000-----------------------------*/
#center{ 
    width: 1000px;
    float: left;
}
#center h1{
    width: 1000px;	
    color: #900;
    font-size: 20px;
	font-weight: bold;
    line-height: 25px;
    padding: 0px 0px 0 70px;
}
#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: 250px;
	line-height: 2;
}
#center li span strong {
	font-weight: bold;
}
/*---------------------left69-----------------------------*/
#left{ 
x   background: url(../images/leftbase.png) repeat;
    width: 69px;
x   height: 318px;
    float: left;
}
/*--------------------right380-------------------------------*/
#right{ 
    width: 380px; 
	float: right;
}
#right li{
    width: 380px;	
    color: #CCC;
    font-size: 18px;
    margin: 0px 0 0 10px;
}
#right a{
    width: 380px;	
    color: #CCC;
    font-size: 14px;
    margin: 0px 0 0 10px;
}
/*--------------------------- fotter1000X----------------------------*/		
#footer{
    background: url(../images/fotterbase.png) repeat;
    width: 1000px;
    margin: 0 auto 0 auto;
    font-size:20px;
}
ul.footmenu li {
    float:left; 
x   margin: 900px 20px 0 10px;
	border-right:1px solid #999; 
	display:block; 
	margin-left:10px;
}
ul.footmenu li.first {
    margin-left:50px;
}
ul.footmenu li a { 
    padding-right:0px;
    color:#000;
}
#footer address{
    float: right;	
x   padding: 900px 50px 0 0;
}
/*-------------------
	clearfix
-------------------*/
#ranking li a{
	overflow: hidden;
	_height: 1%;
}
#info li a{
	overflow: hidden;
	_height: 1%;
}