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

/*--------------------------- fotter1000X60----------------------------*/		
#footer{
  width: 1000px;
  height: 60px;
  margin: 0 auto 0 auto;
  background:url("../img/fotterbase.jpg");
  font-size:14px;
}
ul.footmenu li {
  float:left; 
  margin: 0px 20px 0 10px;
  display:block; 
  margin-left:10px;
}
ul.footmenu li.first {
  margin-left:30px;
}
ul.footmenu li a { 
  padding-right:0px;
}
#footer address{
  float: right;	
  padding: 0px 30px 0 0;
}
/*---------------
   clearfix
-----------------*/
#header,
#contents .inner,
#footer{
   overflow: hidden;
   _height: 1%;
}
