@charset "utf-8";

/*=================================================================
	http://www.happo-en.com/
=================================================================*/

@import url(initialize.css);


body {
	font-family:"MS Pゴシック", Osaka;
	font-size:62.5%;
	font-style:normal;
	line-height:220%;
	letter-spacing:0.15em;
	color:#333;
	text-align:left;
	background:url(../img/bg_img01.gif) 0 0 repeat;
}

h1{margin:0 0 120px;}

h2{}

h3{margin:0 0 20px;}

h4{}

h5, h6 {}

a{outline: none;}

a:link, a:visited {
	color:#FD2B1C;
	text-decoration:none;
}

a:hover, a:active {
	color:#869725;
	text-decoration:underline;
}

.m20{margin-bottom:20px;}
.m30{margin-bottom:30px;}
.m40{margin-bottom:40px;}

.arow_01{background:url(../img/arow_img_01.gif) 0 50% no-repeat; padding:0 0 0 15px;}

#wrapper{background:url(../img/footer_bg.jpg) left bottom repeat-x #FFF;}
#container{position:relative; font-size:1.2em;}

#gnavi{
	width:210px;
	height:100%;
	position: fixed !important;
	position:absolute;
	top:0;
	left:50px;
	padding:45px 0 0;
	background:url(../img/gnavi_bg.gif) 0 0 repeat;
	z-index:100;
}

#gnavi li,#gnavi img{border:none; margin:0; padding:0; zoom:1; display:block;}


#contactlink{
	width:160px;
	height:124px;
	position:fixed !important;
	position:absolute;
	top:0;
	right:30px;
}


/* -------------------------- 
IE6 向けのスタイル 
----------------------------- */  
* html ,* html body {  
    height: 100%;  
    overflow-y: hidden;  
    overflow-x: auto;  
}  
* html #wrapper {  
    overflow: auto;  
    position: relative;  
    width: 100%;  
    height: 100%;  
}  


#footer{width:695px; margin-left:285px; padding:0 0 0 0; position:relative; font-size:1.2em;}
#footer_contents ul{position:absolute; top:22px; left:230px; width:464px; border-bottom:1px solid #D4D4D4; padding:0 0 5px;}
#footer_contents:after{content:""; clear:both; height:0; display:block; visibility:hidden;}
#footer_contents li{float:left;}
#footer_contents p{position:absolute; top:46px; left:230px; display:block;}

#copyright_box{position:relative;}
#copyright_box #copyright{position:absolute; top:0; right:0;}




