@charset "utf-8";
/* CSS Document */


/*■■■■■■■-----全体構造-----■■■■■■■*/

html{ 
    height:100%; 
} 


/*■■■■■■■-----全体指定-----■■■■■■■*/

body{
    width:100%;
	height:100%;
	min-height:100%;
	margin:0px;
	overflow-x: hidden;
	text-align:center;
	font-size:11px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image:url(img/cafe_back8.jpg); background-repeat:no-repeat;
 }
 
#wrapper{ 
    width:100%;
	height:100%;
	min-height:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
	
 body > #wrapper{ 
    height:auto; 
}	
 
 
h1{
 font-size:11px;
 color:#666666;
 line-height:150%;
 font-weight:100;
 }  
 
.tx3bk_130{
 font-size:11px;
 color:#333333;
 line-height:130%;
 }   
 
.tx4bk_150{
 font-size:12px;
 color:#333333;
 }  

.tx4gr_150{
 font-size:12px;
 color:#666666;
 line-height:150%;
 } 
 
.tx4wh_150{
 font-size:12px;
 color:#000000;
 line-height:150%;
 }  
 
.tx4wh_150{
 font-size:12px;
 color:#FFFFFF;
 }  
 

/*-----リンクの設定-----*/
 
a:link{
 color:#330000;
 text-decoration:none;
 }
 
a:visited{
 color:#330000;
 text-decoration:none;
 }
 
a:hover{
 color:#666666;
 text-decoration:none;
 }
 
a:active{
 color:#330000;
 text-decoration:none;
 }
 
/*■■■■■■■-----ヘッダー-----■■■■■■■*/

#header{
 width:100%;
 height:200px;
 text-align:left;
 margin-left:auto;
 margin-right:auto;
 }
 

 
/*■■■■■■■-----メイン-----■■■■■■■*/ 


#main{
 width:800px;
 height:auto;
 text-align:left;
 margin-top:auto;
 margin-bottom:auto;
 margin-left:auto;
 margin-right:auto;
 } 
 
#main1{
	width:auto;
	position:absolute;
	right:32px;
	top:249px;
	text-align:center;
 }  
 
 
#main3{
	width:30%;
	position:absolute;
	left:10px;
	bottom:40px;
	text-align:left;
 }  
 
 
#main4{
	width:auto;
	position:absolute;
	right:37px;
	top:51px;
	text-align:right;
 }  
 
#main4_1{
	width:auto;
	position:absolute;
	right:37px;
	top:51px;
	text-align:right;
 }   
 
 
#main5{
	width:auto;
	position:absolute;
	left:17px;
	bottom:19px;
 }  
  
 
 
/*■■■■■■■-----フッター-----■■■■■■■*/

#footer_up{
 width:100%;
 height:30px;
 text-align:right;
 margin-left:auto;
 margin-right:auto;
 padding-right:20px;
 } 
  
#footer{
 width:100%;
 height:40px;
 text-align:left;
 margin-left:auto;
 margin-right:auto;
 } 
 

