﻿@charset "utf-8";
/*----------------------------------------------------------------------------------------------------------------
	                                           top_base
-------------------------------------------------------------------------------------------------------------------*/
body{
	font: 100% "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
    background: url(../photo/base01.jpg) repeat;
	color:#000;
	line-height: 1.7;
}
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: 1200px;
  height: 200px;
  margin: 0 auto 0 auto;
  xbackground: #000;
}
#header h1{
   float:left;
}
#contents{
  width: 100%;	
  margin: 0 auto 0 auto;
 
}
#contents .inner{
  width: 1200px;
  top: 300px;	
  margin: 0 auto 0 auto;
  xbackground: #000;
}
/*-------------------key_visual-------------------*/
#key_visual {
	width: 100%;
    height: 135px;
	xbackground: #999;
}
#key_visual .inner {
	width: 1200px;
    margin: 0 auto;
}
/*---------------------------fotter 1200X100---------------------------*/		
#footer{
    width: 1200px;
    height: 100px;
    margin: 0 auto 0 auto;
    font-size:14px;
    background: url(../images/footerbase.png) no-repeat;
}
#footer h2{
    width: 1200px;
    font-size:14px;
    line-height:20px;
    color: #FFF;
    padding: 10px 32px 15px 32px;
}
ul.footmenu li {
    padding: 10px 18px 0px 0px;
    float:left; 
    border-right:1px solid #999; 
    display:block; 
    margin-left:2px;

}
ul.footmenu li.first {
    margin-left:0
px;
}
ul.footmenu li a { 
    padding-right:0px;
    color:#000;
}
#footer address{
    float: right;
    font-size:14px;
    color:#000;
    padding: -50px 32px 0 0px;
}
/*---------------
   clearfix
-----------------*/
#header,
#contents .inner,
#footer{
   overflow: hidden;
   _height: 1%;
}
