﻿@charset "utf-8";
/*----------------------------------------------------------------------------------------------------------------
	                                           top_base
-------------------------------------------------------------------------------------------------------------------*/
body{
	font: 62.5% "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	color:#FFF;
	line-height: 1.7;
    background: #A65263;
}
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: #FFF;
	text-decoration: none;
}
/*------------------------layout----------------------------*/
#container{
  width: 100%;
}
/*----------------------- header500-------------------------*/
#header{
  width: 500px;
  margin: 0 auto 0 auto;

}
#header_h1{
  float: left; 
}
/*-----------------Contents1000X5000-------------------------*/
#contents{
  width: 100%;	
}
#contents .inner{
  width: 1000px;	
  height: 5000px;
  background: #A65263;
  margin: 0 auto 0 auto;
}
#contents .inner p{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0px 10px 0 10px;
}
/*-------------display_area1000X(img 220X200)----------------*/
#section_3 .display_area {
	overflow: hidden;
	_height: 1%;
}
#section_3-1 .box_a {
	float:left;
}
#section_3-1 .box_b {
	float:right;
}
.display_area{
	width:1000px;
    xbackground: #FCC;
	background: url(../images/body.jpg) repeat;
	padding:0 10px 0 10px;
}
.display_area div{
	width:220px;
	height:200px;
}
.box_a{
	xbackground:#f90;
}
.box_b{
	xbackground:#09f;
}
.box_c{
	xbackground:#9f0;
}
/*--------------------------- fotter500X80------------------*/		
#footer{
  width: 500px;
x height: 80px;
  margin: 0 auto 0 auto;
x background:#000;  
  font-size:12px;
}
#footer p{
  font-size: 14px;  
  font-weight: bold;
  padding: 20px 10px 0 10px;
}
ul.footmenu li {
  float:left; 
  margin: 8px 1px 0 0px;
  display:block; 
  margin-left:1px;
}
ul.footmenu li.first {
  margin-left:10px;
}
ul.footmenu li a { 
  padding-right:0px;
}
#footer address{
  float: right;	
  padding: 1px 10px 0 0;
}
/*-------------------
	clearfix
-------------------*/
#ranking li a{
  overflow: hidden;
	_height: 1%;
}
#info li a{
  overflow: hidden;
	_height: 1%;
}
