@charset "shift_jis";
body {
	font: 100%  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: url(bg-wood3.jpg);
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #464646; 
}

.body_sub {
	font: 100%  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: url(bg-wood3a.jpg);
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
}

#wrapper {
  background: url(bg1.png);
  background-repeat: repeat-y;
  text-align: left;
  width: 900px;
  margin: 0 ;
  margin: 0 auto; /* Firefox 向けセンタリング指定 */
  padding: 0;
}


#container {
	width: 860px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
    border: #CC6633 solid 0px;
    border-top: 0px;
    border-bottom: 0px;

}
#header {
	background: #FFFFFF;
    height: auto;
	padding: 10px 10px 10px 20px;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
}

.header_sub {
	background: #FFFFFF;
    height: auto;
	padding: 10px 10px 10px 0px;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
}

#header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
#mainContent {
	width: 820px;
    height: auto;
	padding: 0; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	background: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
}
#footer {
	padding: 0; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background: #66bd2b;
    width:860px;
    height: 25px;
    color: #FFFFFF;
    font-size: 75%;
    font-family:Arial, Helvetica, sans-serif;

}
#footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 5px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}


/*共通----------------------------------------------------------------*/

.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#d_up{
    padding-right: 30px;
    font-size: 12px;
    
}


#d_up a{
    font-size: 12px;
    color: #006600;
    text-decoration: none;
    
}

#d_up a:hover{
    font-size: 12px;
    text-decoration: underline;
    
}

.d_up2{
    padding-right: 0px;
    font-size: 12px;
    
}


.d_up2 a{
    font-size: 12px;
    color: #006600;
    text-decoration: none;
    
}

.d_up2 a:hover{
    font-size: 12px;
    text-decoration: underline;
    
}

h5{
	color: #060606;
    }
    
h4{
	font-size: 95%;
    }
    
    
    
.link_1{
   color:#0033CC;
}

.link_1 a{
    color:#0033CC;
}

.link_1 a:hover{
    color:#0033CC;
}


.link_2{
   color: #006600;
   font-size: 90%;
}

.link_2 a{
    color:#006600;
    text-decoration: none;
}

.link_2 a:hover{
    color:#006600;
    text-decoration: underline;
}


.link_3{
   color: #FF0080;
}

.link_3 a{
    color: #FF0080;
    text-decoration: underline;
}

.link_3 a:hover{
    color: #FF0080;
	text-decoration: none;
}


.li_1 ul{
    font-size: 95%;
    list-style: none;
    line-height: normal;
    }        

.h5_2{
    color: #FF6666;  
} 

.img_top1{
	border: none;
}


/*タイトル-------------------------------------------------------------*/

.title{
	width: 800px;
    margin: 0 auto;
}

.title-left{
    float:left;
    padding-left: 10px;
}

.title-right{
    float: right;
    width: 70%;
    font-size: 12px;
    line-height: 1.4em;
    
}

.title-right_2{
    float: right;
    width: 70%;
    font-size: 12px;
    line-height: 1.4em;
    
}


/*メインナビゲーション---------------------------------------------------*/

#main-navigation{
    width: 860px;
    height: 32px;
    border-top: #00ab38 solid 1px;
    border-bottom: #00ab38 solid 1px;
    background-image: url(bg_nav1_5.gif);
    background-repeat: repeat-x;
    float: left;
}


.main-nav_ul{
    list-style:none;
    font-weight: bold;
    font-size: 85%;
    text-align: center;
    margin: 0 0 0 -40px;
    color: #006600;
    height: auto;
}


.main-nav_li{
    display: block;
    width: 172px;
    height: auto;
    text-decoration: none;
    float: left;
    padding-top: 10px;
}

.main-nav_li_3{
    display: block;
    width: 172px;
    height: 22px;
    text-decoration: none;
    float: left;
    padding-top: 10px;
    background: url(bg_nav1_5_3.gif)  ;
    color: #006600;
}



.main-nav_li a{
    display: block;
    text-decoration: none; 
    height: auto;
    width: 172px;
    color: #006600;
}


.main-nav_li a:hover{
    display: block;
    text-decoration: none;
    height: 22px;
    width: 172px;
    color: #006600;
    background: url(bg_nav1_5_3.gif)  ;
    padding-top: 10px;
    margin-top: -10px;
}



/*サブナビゲーション------------------------------------------------------*/

#sub-navigation{
    width: auto;
    font-size: 80%;
    color: #006600;
    margin-left: auto;
    margin-right: auto;
}


.sub-nav a{
    text-decoration: none; 
    color: #006600;
}

.sub-nav a:hover{
    text-decoration: underline;
}



/*トップページ------------------------------------------------------------*/

.d0{
	border-bottom: #00ab38 dotted 0px;
    border-top: #00ab38 solid 0px;
    padding: 30px 0px 0px 0px;
	font-size: 16px;
	text-align: center;
    }
    
.d0_2{
	padding: 0px 0px 0px 0px;
    }
	
.d0_3{
	border-bottom: #00ab38 dotted 0px;
    border-top: #00ab38 solid 0px;
    padding: 0px 0px 0px 0px;
	font-size: 16px;
	text-align: center;
	margin-top: -30px;
	margin-bottom: 40px;
    }	
	
.d0_4{
	border-bottom: #00ab38 dotted 0px;
    border-top: #00ab38 solid 0px;
    padding: 0px 0px 0px 0px;
	font-size: 16px;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 40px;
    }
	
.d0_5{
    padding: 0px 0px 0px 0px;
	font-size: 16px;
	text-align: center;
	margin-top: -37px;
	margin-bottom: 45px;
	background: url(haro1.gif);
	height: 128px;
    }	
			
.d0_6{
    padding: 20px 0px 0px 0px;
	font-size: 16px;
	text-align: center;
	margin-top:0px;
    }	
	   

.d1{
	font-size: 13px;
    text-align: center;
    line-height: 2em;
}

.d1_2{
	font-size: 12px;
    text-align: center;
}

.d1_3{
	font-size: 14px;
    text-align: center;
	margin-top: -15px;
	line-height: 1.4em;
	height: auto;
}

.d2{
    width: 860px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    line-height: 1.4em;

}
    
.d3{
    width: 70%;
    font-size: 90%;
    line-height: 1.8em;
    border: #0000CC solid 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 20px 20px;
    background:;
    background-position: 17px 10px;
    background-repeat: no-repeat;
    
}

.d3_2{
    width: 70%;
    font-size: 90%;
    line-height: 1.4em;
    border: #0000CC solid 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 20px 20px;
    background:;
    background-position: 17px 10px;
    background-repeat: no-repeat;
    
}

.d3_2_2{
    width: 70%;
    font-size: 90%;
    line-height: 1.4em;
    border: #0000CC solid 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px 20px 20px;
    background:;
    background-position: 17px 10px;
    background-repeat: no-repeat;
    
}

.d3_2_2b{
    line-height: 1.4em;
	margin-top: 10px;
    
}


.d3_3{
    width: 548px;
    height: 23px;
    font-size:14px;
    font-weight: bold;
    color: #006633;
    line-height:;
    border: #0000CC solid 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 0px 0px 0px;
    background: url(t001_08.gif);
    background-position: center;
    background-repeat: no-repeat;
    text-indent: 1em;
    
}

.d3_4{
    width: 546px;
    height: 140px;
    font-size:14px;
    font-weight:;
    color: #000000;
    line-height: 0.85em;
    border: #FFCC66 solid 1px;
    border-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0px 0px 0px;
    background: url(img20.jpg);
    background-position: center;
    background-repeat: no-repeat;
    text-indent: 2em;
    
}


.d3_4_2{
    line-height: 1.5em;
    width: 60%;
   
    
}


.d3_4_2_2{
    line-height: 1.5em;
    width: 80%;
    
    
}

.d3_4_3{
    width: 546px;
    height: 110px;
    font-size:14px;
    font-weight:;
    color: #000000;
    line-height: 0.6em;
    border: #FFCC66 solid 1px;
    border-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 90px 0px 0px 0px;
    background: url(img21_2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    text-indent: 2em;
    
}

.d3_4_4{
    width: 546px;
    height: 210px;
    font-size:14px;
    font-weight:;
    color: #000000;
    line-height: 1.1em;
    border: #FFCC66 solid 1px;
    border-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0px 10px 0px;
    background: url(img26_4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    text-indent: ;
    
}

.d3_4_4a{
    width:130px;
    height: 140px;
    float:left;
    cursor: pointer;    
}

.d3_4_4b{
    width:320px;
    height:170px;
    float: left;    
}

.d3_4_5{
    width: 526px;
    height: 90px;
    font-size:14px;
    font-weight:;
    color: #000000;
    line-height: 1em;
    border: #FFCC66 solid 1px;
    border-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 110px 10px 0px 10px;
    background: url(img23_2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    text-indent: ;
    
}

.d3_4_6{
    width: 536px;
    height: 185px;
    font-size:14px;
    font-weight:;
    color: #000000;
    line-height: 1.5em;
    border: #FFCC66 solid 1px;
    border-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px 0px 0px;
    background: url(img28.jpg);
    background-position: center;
    background-repeat: no-repeat;
    text-indent: ;
    
}


.d3_4_6a{
	width: 50%;
    padding-top: 10px;
    }
    
.d3_4_6b{
	width: 50%;
    padding-top: 10px;
    }
    
.d3_4_6c{
    padding-top: 60px;
    padding-left: 30px;
    font-size: 15px;
    font-weight: bold;
    }
    
.d3_4_6d{
    padding-top: 70px;
    font-size: 15px;
    font-weight: bold;
    margin-right: 20px;
    }                
    
.d3_4_7{
    width: 496px;
    height: 110px;
    font-size:14px;
    font-weight:;
    color: #000000;
    line-height: 1.5em;
    border: #FFCC66 solid 1px;
    border-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 90px 10px 0px 40px;
    background: url(img25.jpg);
    background-position: center;
    background-repeat: no-repeat;
    text-indent: ;
    
}

.d3_4_7b{
    width: 376px;
    height: 320px;
    font-size:14px;
    font-weight:;
    color: #000000;
    line-height: 1.5em;
    border: #FFCC66 solid 1px;
    border-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 10px 0px 160px;
    background: url(tuyu.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
    text-indent: ;
    
}

.d3_4_7b_2{
    font-size:14px;
    font-weight:;
    color: #000000;
    line-height: 1.5em;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 10px 0px 80px;
    
}  
  

.d3_4_6b{
	width: 60%
    }
    
.d3_4_8{
    width: 546px;
    height: 290px;
    font-size:14px;
    font-weight:;
    color: #000000;
    line-height: 1.5em;
    border: #FFCC66 solid 1px;
    border-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0px 0px 0px;
    background: url(color1.gif);
    background-position: center;
    background-repeat: no-repeat;
    text-indent: ;
    
} 

.d3_4_8b{
    width: 480px;
    height: ;
    font-size:14px;
    font-weight:;
    color: #333333;
    line-height: 1.5em;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0px 0px 0px;
    text-indent: ;
}


.d3_4_8c{
    width: 480px;
    height: ;
    font-size:14px;
    font-weight:;
    color: #333333;
    line-height: 1.5em;
    margin-left: auto;
    margin-right: auto;
	margin-top: 210px;
    text-indent: ;
	}
	
.d3_4_8d{
    width: 480px;
    height: ;
    font-size:14px;
    font-weight:;
    color: #333333;
    line-height: 1.2em;
    margin-left: auto;
    margin-right: auto;
	margin-top: 230px;
    text-indent: ;
	}


.d3_4_9{
    width: 496px;
    height: 250px;
    font-size:14px;
    font-weight:;
    color: #000000;
    line-height: 1.8em;
    border: #FFCC66 solid 1px;
    border-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 10px 0px 40px;
    background: url(img29_2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    text-indent: ;
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
    
} 

.d3_4_9p{
    
}

.d3_4_10{
    width: 546px;
    height: 290px;
    font-size:14px;
    font-weight:;
    color: #000000;
    line-height: 1.5em;
    border: #FFCC66 solid 1px;
    border-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0px 0px 0px;
    background-position: center;
    text-indent: ;
	background: url(rei.gif)  no-repeat;
    
} 

.d3_4_11{
    width: 546px;
    height: 290px;
    font-size:14px;
    font-weight:;
    color: #000000;
    line-height: 1.5em;
    border: #FFCC66 solid 1px;
    border-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0px 0px 0px;
    background-position: center;
    text-indent: ;
	background: url(img31.jpg)  no-repeat;
    
} 




          
    
.d4{
    background: url(ttl1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    height: 20px;
    width: 680px;
    color: #CC3333;
    font-weight: bold;
    font-size: 12px;
    border-left: 5px solid #7adb02;
    border-right: 0px solid #009900;
    padding-top: 7px;
    text-indent: 2em;
}

.d4_2{
    background:  url(ttl1.jpg);
    background-position: center;
    background-repeat:repeat;
    margin-left: auto;
    margin-right: auto;
    height: 20px;
    width: 680px;
    color: #006600;
    font-weight: bold;
    font-size: 12px;
    border-left: 5px solid #7adb02;
    border-right: 0px solid #009900;
    padding-top: 7px;
    text-indent: 2em;
}

.d5{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding: 20px 0px 0px 20px;
    font-size: 90%;
}


.d5_2{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding: 20px 30px 0px 0px;
    font-size: 90%;
    text-indent: 2em;
    line-height: 1.8em;
}

    

.d5_3{
    height: auto;
    padding: 5px 110px 0px 150px;
    font-size: 90%;
    text-indent: 0em;
}

.d5_3_2{
    height: auto;
    padding: 5px 0px 0px 0px;
    font-size: 85%;
    text-indent: 12em;
}

.d5_4{
    font-size: 90%;
}


.d6{
	padding-right: 70px;
    }


.d7{
	background: url(waribiki3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 110px;
    font-size: 90%;
    }
    
.d7_2{
	background: url(waribiki1_3.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 115px;
    padding-left: 120px;
    font-size: 12px;
    text-decoration: underline;
    color: #009933;
    cursor: pointer;

    }
    
.d7_3{
	background: url(waribiki5.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 130px;
    padding-left: 120px;
    font-size: 90%;

    }    
    
.d7_4{
	background: url(waribiki4.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 110px;
    padding-left: 120px;
    font-size: 90%;
    }
    
.d7_5{
	background: url(ba_osirase2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    font-size: 14px;
    height: 200px;
    }
    
.d7_5_2{
	background: url(ba_osirase3.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    font-size: 14px;
    height: 150px;
    padding-top: 50px;
    }
        
.d7_6{
    padding-left: 180px;
    font-size: 95%;
    line-height: 1.5em;
    }
    
.d7_6_2{
	padding-left: 120px;
    font-size: 95%;
    line-height: 1.5em;
    }
    
.d7_6_3 {
	padding-left: 310px;
    line-height: 1.5em;
    padding-top: 10px;
    }          
         
.d7_7 li{
    padding-left: 180px;
    font-size: 95%;
    line-height: 1.5em;
    list-style:none;
    } 
                
.d7_7_2{
    padding-left: 150px;
    padding-top: 20px;
    font-size: 95%;
    line-height: 1.5em;
    }
                   
.d8{
	font-size: 80%;
    } 
    
.d9{
	padding-left: 76px;
    padding-top: 2px;
    font-size: 12px;
    text-decoration: underline;
    color: #009933;
    cursor: pointer;
    } 
    
    
.d9_2{
	padding-left: 140px;
    padding-top: 2px;
    font-size: 12px;
    text-decoration: underline;
    color: #009933;
    cursor: pointer;
    }
    
.d10{
	margin-left: auto;
    margin-right: auto;
    width: 80%;
    } 
    
.d11{
	margin-left: auto;
    margin-right: auto;
    width: 550px;
    background:url(anniversary1_4.jpg) center;
    height: 260px;
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-left: 170px;
    line-height: 1em;
    font-size:15px;
    } 
    
.d11_2{
	margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: url(ba_osirase5_2.jpg) center;
    height: 230px;
    background-repeat: no-repeat;
    padding-top:110px;
    padding-left:0px;
    line-height: 1em;
    font-size:15px;
    }
    
.d11_2_2{
    width: 500px;
    height: 50px;
    background-repeat: no-repeat;
    padding-left: 0px;
    line-height: 1em;
    font-size:15px;
    }
    
.d11_2_3{
   	margin-left: auto;
    margin-right: auto;
    width: 500px;
    height: auto;
    background-repeat: no-repeat;
    padding-left: 50px;
    padding-top: 10px;
    line-height: 1.2em;
    font-size:15px;
    } 
    
.d11_2_4{
   	margin-left: auto;
    margin-right: auto;
    float: left;
    padding-top: 30px;
    width: 52%;
    height: auto;
    background-repeat: no-repeat;
    line-height: 1em;
    font-size:15px;
    } 
          
.d11_2_5{
   	margin-left: auto;
    margin-right: auto;
    float: left;
    width: 35px;
    height: auto;
    padding-left: 150px;
    padding-top: 40px;
    background-repeat: no-repeat;
    line-height: 1em;
    font-size:15px;
    }
	
.d11_2_6{
	margin-left: auto;
    margin-right: auto;
    width: 82%;
    background: url(ba_osirase14b.jpg) center;
    height: 220px;
    background-repeat: no-repeat;
    padding-top:50px;
    padding-left:0px;
    line-height: 1em;
	border: #FFA2D0 solid 3px ;
	
	 
    }
		
.d11_2_6_2{
   	margin-left: auto;
    margin-right: auto;
    width: 450px;
    height: auto;
    background-repeat: no-repeat;
    padding-left: 130px;
    padding-top: 0px;
    line-height: 1.2em;
    font-size:15px;
    } 
	
	                 
         
.d12{
    padding-top: 10px;
    padding-left: 0px;
    font-size:13px;
    }
    
.d13{
	width:546px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    padding-top:8px;

    } 
    
.d14{
	background: url(ba_osirase4_2.jpg);
    background-repeat: no-repeat;
    background-position:95% 20%;
    height: auto;
    width: 70%;
    font-size: 90%;
    line-height: 1.4em;
    border: #0000CC solid 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px 20px 20px;
    
    }                                      
     
.d14_2{
    height: auto;
    width: 70%;
    font-size: 90%;
    line-height: 1.4em;
    border: #0000CC solid 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px 20px 20px;
    
    } 
    
.d_15{
	width: 60%;
    border: #66CC00 2px solid;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-top: 20px;
    background: url(nenga3.jpg) bottom right no-repeat;
    }
     
.d_15_2{
	width: 85%;
    padding-left: 30px;
    font-size: 12px;
    margin-bottom: 20px;
    color: #464646;
    }
    
.d_16{
    font-size:12px;
    padding-top:2px;
    padding-bottom: 10px;
    padding-left: 75px;
    line-height: 1.5em;
    } 
	
.d_17{
	background: url(2012summer1.gif) no-repeat;
	height: 300px;
	width: 672px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 38px;
}

.d_17_left{
	float: left;
	width: 90px;
	margin-top:190px;
}
   
.d_17_right{
	float: right;
	width: 380px;
	margin-top:230px;
	margin-right: 190px;
	font-weight: bold;
	font-size: 16px;
}
 


.d_17_right a{
	color:	#03C;
	text-decoration: underline; 
	font-weight: bold;
}

.d_17_right a:hover{
	color:	#03C;
	text-decoration:none;
	font-weight: bold;
}


.d_18{
	background: url(2012summer2.gif) no-repeat;
	height: 300px;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 38px;
}

.d_18b{
	background: url(2012summer2b.gif) no-repeat;
	height: 310px;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
}

.d_18c{
	background: url(img33.jpg) no-repeat;
	height: 310px;
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
}


.d_18_left{
	float: left;
	width: 90px;
	margin-top:190px;
}
   
.d_18_right{
	float: right;
	width: 380px;
	margin-top:230px;
	margin-right: 190px;
	font-weight: bold;
	font-size: 16px;
}
 


.d_18_right a{
	color:	#03C;
	text-decoration: underline; 
	font-weight: bold;
}


.d_18_2{
	float:right;
	width: 160px;
	height: 300px;
}

.d_18_3{
	float: left;
	margin-left: 410px;
	margin-bottom: -110px;
}

.d_18_4{
	float: left;
	margin-top: 220px;
	margin-right:8px;
	font-size: 14px;
	width: 350px;
	height: auto;
	text-align: center;
}

.d_18_5{
	float: left;
	margin-top: 200px;
	margin-left:0px;
}


.d_19{
	background:url(ba_osirase9.jpg) no-repeat;
	height: 180px;
	width: 595px;
	text-align:center;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-top: 20px;
	font-weight: bold;
}

.d_19_2{
	background:url(ba_osirase15.jpg) no-repeat;
	height: 200px;
	width: 535px;
	text-align:center;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-left: 60px;
}

.d_19_3{
	background:url(ba_osirase12.jpg) no-repeat;
	height: 180px;
	width: 595px;
	text-align:center;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-top: 20px;
	font-weight: bold;
}

.d_19_3{
	background:url(ba_osirase12.jpg) no-repeat;
	height: 190px;
	width: 445px;
	text-align: left;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 150px;
	font-weight: normal;
}

.d_20{
	background:url(ba_osirase16.jpg) no-repeat;
	height: 190px;
	width: 360px;
	text-align: left;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 25px;
	padding-left: 80px;
	padding-right:150px;
	font-weight: bold;
	line-height: 120%;

}

.d_21{
	background:url(ba_osirase16.jpg) no-repeat;
	height: 190px;
	width: 345px;
	text-align: left;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 25px;
	padding-left: 90px;
	padding-right:150px;
	font-weight: bold;
}


.d_22{
	background:url(bg_201909_2.jpg) no-repeat;
	height: 450px;
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 35px;
	padding-left: 50px;
	padding-right:50px;
	line-height: 1.4em;
	
}


.d_22_2{
	background:url(bg_201909_3.jpg) no-repeat;
	height: 380px;
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 35px;
	padding-left: 50px;
	padding-right:50px;
	line-height: 1.4em;
	
}

.d_1_r8ight a:hover{
	color:	#03C;
	text-decoration:none;
	font-weight: bold;
}

 
   
.d_top1{
	width: 680px;
    height: 20px;
    border-top: #FF6699 dotted 1px;
    margin-left: auto;
    margin-right: auto;
    } 
	
.d_top2{
	background: url(yoyaku1_2.gif) no-repeat center;
	padding-left: 270px;
	padding-top: 100px;
	height:200px;
	line-height: 1.5em;
    } 
	
.d_top2_2{
	background: url(yoyaku1_2.gif) no-repeat center;
	padding-left: 270px;
	padding-top: 90px;
	height:200px;
	line-height: 1.4em;
    } 


.d_top2_3{
	background: url("2021_goannai_1d.jpg") no-repeat center ;
	padding-left: 270px;
	padding-top: 90px;
	height:200px;
	
 }

.d_top3{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
		
	
	
.d_xmas1{
	background-image: url(line-xmas2.jpg) ;
	background-repeat:no-repeat; 
	margin: 0px 0px;
	height: 60px;
	margin-top: -10px;
}



.kakomi-box13 {
 position: relative;
 margin: 2em auto;
 padding: 1.2em;
 width: 80%;
 color: #555555; /* 文字色 */
 background-color: #fff;
 border: 4px solid #FF6699; /* 枠線の太さ・色 */
 box-shadow: 0 0 5px 2px #fce2c4 inset;/* 影の色 */
 line-height:1.8em;
}
.title-box13 {
 position: absolute;
 padding: 0 .5em;
 left: 20px;
 top: -15px;
 font-weight: bold;
 background-color:  #fff; /* タイトル背景色 */
 color: #FF6699; /* タイトル文字色 */
}


.kakomi-box13_2 {
 position: relative;
 margin: 2em auto;
 padding: 1.2em;
 width: 80%;
 color: #555555; /* 文字色 */ 
 background-image: url("uma_2.png") ;
 background-position: right bottom;
 background-repeat: no-repeat;
 border: 4px solid #FF6699; /* 枠線の太さ・色 */
 box-shadow: 0 0 5px 2px #fce2c4 inset;/* 影の色 */
 line-height:1.8em;
}

	


.li_1 {
    font-size: 14px;
    text-indent: 5em;
    line-height: 3em;
}

.li_1 a{
    color: #0033CC;
}

.li_1 a:hover{
    color:#0033CC;
}

.li_2{
	list-style:url(2_11.gif);
    }
	


	
	
.list_1-wrap{
	list-style: none;
	margin: 0;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
	padding-right: 0em;
}

.list_1:before{	
    content: "";     /* 空の要素作成 */
    width: 10px;               /* 幅指定 */
    height: 10px;              /* 高さ指定 */
    display: inline-block;     /* インラインブロックにする */
    background-color: #73DB0B;  /* 背景色指定 */
    border-radius: 50%;        /* 要素を丸くする */
    position: relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    margin-right: 5px;          /* 余白指定 */

}
	
	
	
	



.top_p1{
    text-indent: 7em;
}


.top_p2 {
    color:;
}

.top_p2 a{
    color:#0033CC;
}

.top_p2 a:hover{
    color:#0033CC;
}


.top_p3{
	padding-right: 120px;
    font-size: 90%;
    }
    
.top_p3 a{
    color:#0033CC;
}

.top_p3 a:hover{
    color:#0033CC;
}


	

.th1{
    text-indent: 1em;
    background: url(bg04-2_2.gif);
}

.top_t1{
	border: #CCCCCC solid 1px;
    }
    
.top_t2{
	background: url(bg04-2_2d.gif);
    } 
    
.top_t2_2{
	background: url(bg04-2_2a.gif);
    }
    
.top_t3{
	background: #F1F1F1;
    }
    
.top_t3_2{
	background: #F8F8F8;
    }
    
               

.left{
    float: left;
    width: 30%;
    padding-top: 10px;
}


.left2{
    float: left;
    width: 70%;
    padding-top: 10px;
}

.left3{
    float: left;
    width: 25%;
    padding-top: 10px;
	margin-bottom: 20px;
}



.right{
    float: right;
    width: auto;
}



.top{
    width: 80%;
    padding: 5px 10px 5px 10px;
    margin-left: auto;
    margin-right: auto;

}

.p_top1{
	text-indent: 12em;
    }
    
.p_top2{
	text-indent: 14em;
    }    

/*カレンダー------------------------------------------------------------------*/

.d_ca{
	width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
    
.d_ca2{
	width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: url(ani_neko1.gif) 70% left no-repeat;
    }
        
.d_ca3{
	width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: 70% left no-repeat;
    } 
    
.d_ca4{
	width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: 70% left no-repeat;
    }     
    
.d_ca_left{
	float: left;
    }
    
.d_ca_right{
	float: right;
    } 
       
.style_ca1{
    background: #FF6666;
    color: #FFFFFF;
    }

/*コンセプトページ------------------------------------------------------------*/

.d_con0{
	width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding: 20px 20px 20px 20px;
    font-size: 90%;
    background: url(bg-2pas-kiiro.gif);
}

.d_con1{
	background: url(img7.jpg);
    background-repeat:no-repeat;
    height: auto;
    }

.left_con{
	float: left;
    width: 30%;
    height: 250px;
    background: url(wa-ha1a.gif);
    background-repeat: no-repeat;
    background-position: right;
    padding: 95px 75px 0px 105px;
    font-size: 15px;
    line-height: 1.4em;
    margin-left: 40px;
    }
    
.left_con2{
	float: left;
    width: 18%;
    height: 250px;
    background: url(img10.jpg);
    background-repeat: no-repeat;
    background-position:;
    padding: 95px 75px 0px 105px;
    font-size: 15px;
    line-height: 1.4em;
    margin-left: 40px;
    }    

.right_con{
	float: right;
    width: 30%;
    background: url(wa-ha1a.gif);
    background-repeat: no-repeat;
    background-position: right;
    padding: 70px 75px 0 80px;
    font-size: 15px;
    line-height: 1.4em;
    margin-right: 45px;
    }
    
.right_con2{
	float: right;
    width: 35%;
    height: 320px;
    background: url(img9.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    margin-right: 45px;
    
    }    	


/*マップページ*/
.line1{
    width: 70%;
}

.d_4{
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    width: 70%;
    height: 50px;

}

.map{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 70%;
    height: auto;

}

.map_p{
    font-size: 75%;
	
}

.map a{
    color: #0033CC;
}

.map a:hover{
    color:#66FF00;
}

/*メニューページ------------------------------------------------------------*/

.d_menu0{
	background: url(img8.jpg);
    background-repeat:no-repeat;
    height: auto;
    }

.d_menu1{
	background: url(menu1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0 0 200px;
    height: 50px;
    font-size: 12px;

    }
    
.d_menu1b{
	background: url(menu1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 35px 0 0 200px;
    height: 65px;
    font-size: 12px;
    } 
	
	
.d_menu1c{
	background: url(menu1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 35px 0 0 200px;
    height: 65px;
    font-size: 12px;
	line-height: 1.3em;	
}
	
	   
    
.d_menu1_2{
	background: url(menu2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0 0 240px;
    height: 50px;
    font-size: 12px;

    }  
    
.d_menu1_3{
	background: url(menu3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0 0 220px;
    height: 50px;
    font-size: 12px;

    } 
    
.d_menu1_4{
	background: url(menu4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0 0 300px;
    height: 50px;
    font-size: 12px;

    } 
    
.d_menu1_5{
	background: url(menu5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 35px 0 0 240px;
    height: 65px;
    font-size: 12px;
    line-height: 1.3em;

    }
    
.d_menu1_6{
	background: url(menu6.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0 0 240px;
    height: 65px;
    font-size: 12px;
    line-height: 1.3em;

    }     
                            
.d_menu1_7{
	background: url(menu9.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0 0 240px;
    height: 65px;
    font-size: 12px;
    line-height: 1.3em;

    } 
    

        
    
.d_menu2{
	float: left;
    padding-left: 100px;
    color: #996633;
    line-height: 1.5em;
    font-size: 95%;
    
       }
       
     
    
.d_menu3{
	float: right;
    padding-right: 180px;
    color: #996633;
    line-height: 1.5em;
    font-size: 95%;
    
    }
.d_menu3_2{
	float: right;
    padding-right: 165px;
    color: #996633;
    font-size: 95%;
    line-height: 1.5em;
    
    } 
    

    
.d_menu3_2_3{
	float: right;
    padding-right: 160px;
    color: #996633;
    font-size: 95%;
    line-height: 1.5em;
    
    }    
    
.d_menu3_2_4{
	float: right;
    padding-right: 80px;
    color: #996633;
    font-size: 95%;
    line-height: 1.5em;
    
    } 
    
.d_menu3_2_5{
	float: right;
    padding-right: 170px;
    color: #996633;
    font-size: 95%;
    line-height: 1.5em;
    
    } 
    
 .d_menu3_2_6{
	float:none;
    padding-right: 0px;
    padding-left: 100px;
    color: #996633;
    font-size: 95%;
    line-height: 1.5em;
    
    } 
    
.d_menu3_2_7{
	float: right;
    padding-right: 170px;
    color: #996633;
    font-size: 95%;
    line-height: 1.5em;
    
    }                 
                
    
.d_menu4{
	border-top: #CCFF00 dotted 1px;
    width: 60%;
    margin: auto;
    height: 10px;
    }
    
.d_menu5{
    padding-left: 20px;
    padding-right: 20px;

    } 
    
.d_menu6{
	width: 95%;
    font-size: 14px;
    text-align: right;
    line-height:1.2em;
    color: #333333;
    }
    
    
.d_menu7{
	width: 95%;
    font-size: 80%;
    text-align: right;
    color: #996633;
    }          
    
.li_menu1{
	list-style: none;
    }
    
.li_menu1_2{
	list-style: none;
    line-height: 1em;
    } 
.li_menu1_2_2{
	list-style: none;
    line-height: 1.1em;
    }    
       

.li_menu2 {
	padding: 15px;
    list-style: none;
    display: inline;
    margin-left: auto;
    margin-right: auto;
    
    }
    
.li_menu2 a {
    color: #006666;
    font-size: 12px;
    text-decoration: none;
}

.li_menu2 a:hover {
    color: #006666;
    font-size: 12px;
    text-decoration: underline;
}     
    

.li_menu3{
	float: left;
    text-indent: 100px;
    color: #996633;
    line-height:1.5em;
    font-size: 85%;
    list-style: none;
    
       } 
       
.li_menu4{
	line-height: 1em;
    } 
    
.li_menu4_2{
	line-height: 1.4em;
    list-style: none;
    font-size: 80%;
    }
    
    
.li_menu5{
	color:#0033CC;
    padding: 15px;
    list-style: none;
    display: inline;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    }
	                   
    
.ul_menu1{
    list-style-type: none ;
    } 
  
    
.p_menu1{
    font-size: 80%;
    color: #000000;
    } 
    
.p_menu2{
    font-size: 10px;
  	color: #FF3399;

    }

.p_menu2 a:link a:visited a:hover a:active{
	color: #FF3399;
    }    
    
    
    
    
.toolTip{ position: relative;

 }
 
    
.toolTip span{   
    display: block;   
    border: solid 2px #CC9966;   
    background-color: #FFFFCC;   
    color: #990000;   
    text-decoration: none;   
    position: absolute;   
    top: 20px;   
    left: 0px;   
    padding: 10px;   
    visibility: hidden;   
    width: 150px;
    text-indent: 0px;
} 

  
.toolTip:hover,.toolTip:hover span{ visibility: visible; z-index: 100; cursor: pointer; }  
    
/*店内紹介ページ------------------------------------------------------------*/
.d_sal1{
	padding: 60px 0px 0px 65px;
    font-size: 90%;
    }
    
.d_sal2{
 	font-size: 85%;
    padding: 0px 80px 0px 80px;
    }
    
    
.d_sal3{
    background: url(img19.jpg);
    background-repeat:no-repeat;
    height: auto;
    background-position: 100% 120%;

    }
    
.d_sal4{
	line-height: 1.4em;
    }       

/*スタッフページ------------------------------------------------------------*/
.d_sta1{
	background: url(staff3.jpg);
    background-repeat:no-repeat;
    background-position: center;
    height: 60px;
    padding: 40px 0px 0px 0px ;
       }
       
.d_sta2{
	width:65%;
    height: 20px;
    border-top: #FF6699 dotted 1px;
    margin-left: auto;
    margin-right: auto;
    } 

.d_sta3{
	width: 80%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    background: url(black1.jpg);
    background-position:left bottom;
    background-repeat: no-repeat;
    }
    
.d_sta3_2{
	width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #66FF00;
    padding: 30px 10px 20px 10px;
    }
    
.d_sta3_3{
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    background: url(black1.gif);
    background-position:left bottom;
    background-repeat: no-repeat;
    }
    
.d_sta3_4{
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    background: url(black2.gif);
    background-position:left bottom;
    background-repeat: no-repeat;
    } 
           
.left_sta{
	float: left;
    width: 31%;
    height: auto;
    font-size: 15px;
    padding: 0 0 0 70px;
    }
    
.right_sta{
	float: right;
    width: 32%;
    height: auto;
    padding: 0 50px 0 0;
    font-size: 15px;}
    
        
.right_sta2{
	width: 80%;
    margin-left: 200px;
    padding-top: 130px;
    font-size:15px;
    line-height:0.85em;
}             
    
.img_sta{
	border: #008080 solid 1px;
    }  
    
         
.t_sta{
	text-indent: 2em;
    font-size: 14px;
    } 
    
.t_sta2{
	text-indent: 2em;
    line-height: 0.5em;
    font-size: 14px ;
    }            
    
/*サイトマップページ------------------------------------------------------------*/  

.h_site1{
	font-size: 100%;
    }
    
.d_site1{
	padding-left: 40px;
    padding-right: 40px;
    } 


.ul_site1{
	line-height: 3em;
    font-size: 95%;
    }     
    
.li_site1 a {
    color: #006600;
    text-decoration: underline;
    font-weight: bold;

    
    
}

.li_site1 a:hover {
    color: #006600;
    text-decoration: underline;
    font-weight: bold;

    
} 


.li_site2 a {
    color: #006600;
    text-decoration: underline;
    text-indent: 2em;
    font-weight: bold;
    
}

.li_site2 a:hover {
    color: #006600;
    text-decoration: underline;
    font-weight: bold;
    
} 

.s_site1{
	font-size: 90%;
    color: #464646;
    font-weight: normal;
    } 
    
/*モデルページ・・・・・・・・・・・・・・・・・・・・・・・・・・・・*/  
.img_model1{
	border: #FF0080 1px solid;
    }
    
.img_model2{
	border: #80FF00 1px solid;
    }       