﻿@charset "utf-8";
/*----------------------------------------------------------------------------------------------------------------
	                                           top_base
-------------------------------------------------------------------------------------------------------------------*/
body{
	font: 62.5% "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	color:#000;
	line-height: 1.7;
    background: url(../img/base.jpg) repeat;
}
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%;
}
#header{
  width: 1000px;
  height: 80px;
  margin: 0 auto 0 auto;
}
#contents{
  width: 100%;	
  margin: 0 auto 0 auto;
}
#contents .inner{
  width: 1000px;	
  margin: 0 auto 0 auto;
  xbackground:#FFF;   
  xbackground:url(../img/innerbase.jpg) no-repeat;  
}
#footer{
  width: 1000px;
  height: 260px;
  margin: 0 auto 0 auto;
  xbackground:url(../img/footer1000X260.png) no-repeat;  
  font-size:12px;
}
/*----------------------------header1000X80mail_right180px--------------------*/
#header h1{
    float:left;
	padding: 0 0 0 0px;  
    }
#header p{
    font-size: 20px;
	font-weight: bold;
    line-height: 15px;
  	xbackground: 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;
}
/*----------------------------fotter1000X260---------------------------*/		
#footer h2{
	width: 1000px;
	color: #4D120D;
    font-size:20px;
	font-weight: bold;
    line-height:20px;
    padding: 15px 0 0px 270px;
}
#footer p{
	width: 1000px;
	color: #4D120D;
    font-size:18px;
	font-weight: bold;
    line-height:12px;
    padding: 95px 0 10px 220px;
}
#footer li{
    padding: 0 2px 0 0;
}
ul.footmenu li.first {
    margin-left:220px;
}
ul.footmenu li {
    float:left; border-right:1px solid #999; display:block; margin-left:10px;
}
ul.footmenu li a { 
    padding-right:0px;
	color:#333;
}
#footer address{
    float: right;	
    padding: 10px 0px 0 0;
}
/*---------------
   clearfix
-----------------*/
#header,
#contents .inner,
#footer{
   overflow: hidden;
   _height: 1%;
}
