﻿@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/base.png);
}
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: 300px;
  background: #120982;
x margin: 0 auto 0 auto;
  position: fixed; top: 0;
}
#header h1{
  float:left;
  padding: 250px 0px 0 400px;
  font-size:35px;
  font-weight:900;
  color:#900;   
}
#contents{
  width: 100%;	
  height: 400px;
  margin: 0 auto 0 auto;
}
#contents .inner{
  width: 800px;	
  height: 400px;
  margin: 0 auto 0 auto;
}
#footer{
  width: 800px;
x height: 50px;
x background: #900;
  margin: 0 auto 0 auto;
  font-size:15px;
}
/*-----------------------------------------------------------------------
                              fotter 1000X150
------------------------------------------------------------------------*/		
#footer li{
    padding: 0px 5px 0 0;
}
ul.footmenu li.first {
    margin-left:260px;
}
ul.footmenu li {
   float:left; 
   display:block; 
   margin-left:10px;
}
ul.footmenu li a { 
   padding-right:0px;
   color:#FFF;
}
#footer address{
   float: right;	
   font-size:15px;
   padding: 125px 0px 0 0;
}
/*---------------
   clearfix
-----------------*/
#header,
#contents .inner,
#footer{
   overflow: hidden;
   _height: 1%;
}
