﻿@charset "utf-8";
/*----------------------------------------------------------------------------------------------------------------
	                                           top_base
-------------------------------------------------------------------------------------------------------------------*/
body{
	font: 62.5% "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	color:#012765;
	line-height: 1.7;
    background: url(../img/bodybase.png) repeat;
}
a:link{
	color: #999;
	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%;
}
#header{
  width: 1000px;
  height: 80px;
  margin: 0 auto 0 auto;
}
#contents{
  width: 100%;	
  margin: 0 auto 0 auto;
  background: url(../img/innerbase.jpg) repeat;

}
#contents .inner{
  width: 1000px;	
  margin: 0 auto 0 auto;
}
#footer{
   width: 800px;
   height: 260px;
   margin: 0 auto 0 auto;
  xbackground:url(../img/footer1000X260.png) no-repeat;  
   font-size:15px;
}
/*----------------------------------------------------------------------------
    header1000X80 
    
    mail_right180px
------------------------------------------------------------------------------*/
#header h1{
    float:left;
	padding: 0 0 0 0px;  
    }
#header p{
    line-height: 15px;
    font-size: 15px;
    background: url(../img/ico_mail.gif) no-repeat;
    position: absolute;
    top:57px;
    right:180px;
	}
#header p a{
    display: inline-block;
    height: 15px;
    padding-left: 25px;
    }
#header p a:link, #header p a:visited{
    text-decoration: none;
    }
#header p a:hover{
  	background: url(../img/../img/ico_mail.gif) no-repeat left bottom;
    }
/*----------------------------------------------------------------------
                            Contents_area 
		              
-----------------------------------------------------------------------*/
/*------------------------left_gamen 201X740 --------------------------*/
#nav-2{
    float: left;
    width: 201px;
}
/*------------------------right_gamen 799X740--------------------------*/

#right_gamen{
    float: right;
    width: 799px;
}
/*-----------------------------------------------------------------------
                              fotter 1000X260
------------------------------------------------------------------------*/		
#footer h1{
    color: #F00;
    font-size:14px;
    width: 800px;
    line-height:20px;
    padding: 10px 0 0px 230px;
}
#footer p{
    color: #666;
    font-size:18px;
    width: 800px;
    line-height:12px;
    padding: 105px 0 10px 20px;
}
#footer li{
    padding: 0 5px 0 0;
}
ul.footmenu li.first {
    margin-left:0px;
}
ul.footmenu li {
    float:left; border-right:1px solid #999; display:block; margin-left:10px;
}
ul.footmenu li a { 
    padding-right:0px;
    color:#FFF;
}

#footer address{
    float: right;	
    padding: 0 0px 0 0;
}
/*---------------
   clearfix
-----------------*/
#header,
#contents .inner,
#footer{
   overflow: hidden;
   _height: 1%;
}
