@charset "utf-8";
/* CSS Document */

body{
	/*font-family: 'Nixie One', cursive;*/
	/*font-family: 'Josefin Slab', serif;*/
	/*font-family: 'Indie Flower', cursive;*/
	/*font-family: 'Maven Pro', sans-serif;*/
	/*font-family: 'Poiret One', cursive;*/
	/*font-size:12px;*/
	width:960px;
   font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size:0.8em;
	width:auto;
	position:relative;
   
}
	
a:link {
	 color:#000;
	 }
a:visited{
	 color:#000;
	} 
a:hover{
	color:#FC0;
	} 
a:active{
	color:#000;
	} 
a   {
	text-decoration:none;
	}

.orange{
	color:#FC0;
	}


#btn_contact{
	position:fixed;
	right:10px;
	top:150px;
	z-index:13;
	}


#header{
	width:100%;
	height:110px;
	margin: 0 auto;
	background-color:#FFF;
	position:relative;
	position:fixed;
	filter:alpha(opacity=85);
     -moz-opacity:0.9;
     -khtml-opacity: 0.9;
    opacity:0.9;
	display:block;
	/*font-family: 'Architects Daughter', cursive;*/
	font-family: 'Josefin Slab', serif;
	/*font-family: 'Josefin Sans', sans-serif;*/
	font-size:150%;
	box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.03);
	z-index:12;
   
	
	}

	
#header ul{
	width:960px;
	margin:auto;
	
	

	}	
	
.header_logo{
	width:13%;
	margin:auto;
	float:left;
	padding-top:10px;
	text-align:center;
	
	}
	
	
.header_left_first{
	width:5%;
	float:left;
	padding-top:70px;
	padding-left:6%;
	text-align:center;
	}	
	

.header_left{
	margin:auto;
	width:11%;
	float:left;
	padding-top:70px;
	text-align:center;
	
	}
	
.header_right{
	margin:auto;
	width:10%;
	float:left;
	padding-top:70px;
	text-align:center;
	
	}

.header_right_first{
	margin:auto;
	width:5%;
	float:left;
	padding-top:75px;
	text-align:center;
	
	}


#pagetop{
	padding-left:82%;
	padding-bottom:5px;
	}


#fotter{
	background:url(../../img/fotter_back.png) repeat ;
	width:100%;
	margin:auto;
	height:300px;

	
	}	


	
#fotter h2{
	width:20%;
	float:left;
	padding-left:23%;
	padding-right:4%;
	padding-top:30px;
	
	}	
	
#fotter_shop{
	width:52%;
	float:right;
	padding-top:60px;

	
	}	
	
#fotter h3{
	font-family: 'Josefin Slab', serif;
	font-size:40px;
	
	}	
	
#fotter p{
	line-height: 2em;
	}	
	
#fotter h5{
	font-family: 'Josefin Slab', serif;
	padding-top:15px;
	font-size:120%;

	}	
	

/* ===================
new clearfix 
===================*/  
.clearfix:after {  
visibility:hidden;/*見えなくする*/ 
height:0;/*見えなくする*/
display: block;/*block要素にする*/
font-size: 0;  
content: " ";  
clear: both;  

}  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  	
	
