@charset "utf-8";
/*----------------------------------------------------------------------------------------------------------------
	                                           top_base
-------------------------------------------------------------------------------------------------------------------*/
body{
	font: 62.5% "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	color:#D2B95F;
	line-height: 1.7;
   xbackground: #F00;
    background: url(../images/base.jpg) repeat;
}
a:link{
	color:#D2B95F;
	text-decoration: underline;
}
a:visited{
	color: #999;
	text-decoration: underline;
}
a:hover{
	color: #999;
	text-decoration: none;
}
a:focus{
	color: #999;
	text-decoration: none;
}
a:active{
	color: #999;
	text-decoration: none;
}
/*------------------------layout----------------------------*/
#container{
  width: 100%;
}
/*----------------------- header500------------------------*/
#header{
  width: 500px;
  margin: 0 auto 0 auto;
 xbackground:#F00;  
}
#header_h1{
  float: left; 
}
/*----------------------------Contents500X150-----------------*/
#contents{
  width: 100%;	
  background: url(../images/contentsbase.png) repeat;
}
#contents .inner{
  width: 500px;	
  height: 150px;
  margin: 0 auto 0 auto;
 xbackground: #000;
 xbackground: url(../../hinatop2015.ver02/images/innerbase.png) repeat;
}
#contents .inner p{
  font-size: 16px;
  color:#D2B95F; 
  padding: 5px 5px 0 5px;
}
/*--------------------------- fotter500X122------------------*/		
#footer{
    width: 500px;
    height: 122px;
    margin: 0 auto 0 auto;
   xbackground:#F00;
    background: url(../images/footerbase.png) repeat;  
    font-size:12px;
}
#footer p{
    font-size: 14px;
    padding: 0px 0px 0 10px;
}
ul.footmenu li {
    float:left; 
    margin: 5px 0px 0 2px;
    display:block; 
	margin-left:1px;
}
ul.footmenu li.first {
    margin-left:0px;
}
ul.footmenu li a { 
    padding-right:0px;
}
#footer address{
    float: right;	
    padding: 1px 15px 0 0;
    color:#CCC;
	font-size:11px;
}
/*-------------------
	clearfix
-------------------*/
#ranking li a{
	overflow: hidden;
	_height: 1%;
}
#info li a{
	overflow: hidden;
	_height: 1%;
}