﻿@charset "utf-8";
/*----------------------------------------------------------------------------------------------------------------
	                                           top_base
-------------------------------------------------------------------------------------------------------------------*/
body{
	font: 100.0% "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	color:#F00;
	line-height: 1.7;
    background: #FFF;    
}
a:link{
	color: #F00;
	text-decoration: underline;
}
a:visited{
	color: #F00;
	text-decoration: underline;
}
a:hover{
	color: #F00;
	text-decoration: none;
}
a:focus{
	color: #F00;
	text-decoration: none;
}
a:active{
	color: #F00;
	text-decoration: none;
}
/*------------------------------------------------------	layout--------------------------------------------

------------------------------------------------------------------------------------------------------------*/
#container{
  width: 100%;
}
#header{
  width: 100%;
  height: 80px;
x background: url(../img/header110.png) repeat;
  margin: 0 auto 0 auto;
  position: fixed; top: 0;
}
#contents{
  width: 100%;	
  margin: 0 auto 0 auto;

}
#contents .inner{
  width: 1000px;	
  margin: 0 auto 0 auto;
}
#footer{
   width: 1000px;
   height: 280px;
   margin: 0 auto 0 auto;
  xbackground:#00F;  
   font-size:40px;
   font-weight: 400;
}
/*----------------------------------------------------------------------------
    header1000X80 
    width100% left132pxに固定
    mailright140pxに固定
------------------------------------------------------------------------------*/
#header h1{
    float:left;
	  padding: 0 0 0 132px;  
    }
#header p{
    line-height: 15px;
    font-size: 15px;
  	background: url(../../%E2%96%A0vierwer01/img/ico_mail.gif) no-repeat;
    position: absolute;
    top:57px;
  	right:140px;
	}
#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(../../%E2%96%A0vierwer01/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 1000X150
------------------------------------------------------------------------*/		
#footer h1{
	color: #FFF;
    font-size:14px;
    width: 680px;
    line-height:20px;
    padding: 0px 0 0px 220px;
}

#footer p{
	color: #FFF;
    font-size:10px;
    width: 980px;
    line-height:12px;
    padding: 0px 0 10px 20px;
}
#footer li{
    padding: 0 5px 0 0;
	color: #F00;
}
ul.footmenu li.first {
    margin-left:32px;
    color: #F00;
}
ul.footmenu li {
    float:left; border-right:1px solid #999; display:block; margin-left:10px;  
	color: #F00;
}
ul.footmenu li a { 
    padding-right:0px;
	color:#F00;
}

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