@charset "utf-8";

/*==============================01: サイト内共通項目==============================*/
/********** a) デフォルト設定 **********/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
 
h1, h2, h3, h4, h5, h6  {   
    font-size: 100%;   
} 

body {   
    font-size: 75%;   
}   
html>/**/body {   
    font-size: 12px;   
}  

body {   
    font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;   
    line-height: 150%;   
}   
* + html body {   
    font-family: "メイリオ","Meiryo"; 
 
}  

html {   
    overflow-y: scroll;   
}   
table   {   
    border-collapse: collapse;  border-spacing: 0;   
}   
img {   
    border: 0;   
}   
 
 

/*********テーブルの余白削除指示**********/
table   {   
    border-collapse: collapse;  border-spacing: 0;   
}   

/********** e) LINK **********/
a{text-decoration:none;}

a:hover{text-decoration:underline;}

/********** f) IMAGE **********/
img{border:0px;}




body {
 text-align:center;
 fon-familyt: 10px/150% "ＭＳ Ｐゴシック", "MS PGothic",Osaka, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
* + html body {   
    font-family: "メイリオ","Meiryo"; 
 }
 

 
/********** タイトルたち **********/ 
h1#h1-title{
	font-size: 100%;
	text-align: left;
	color:#821e41;
	font-weight:100;
}

h1#h1-title a{
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}


/********** コンテナ外周枠 **********/ 
/*--- container ---*/
#container {
 width:730px;
 margin:10px auto 10px auto;
 text-align:left;
} 


/********** BOX A **********/ 
/*--- title ---*/
/*--- title box ---*/
 
#title-box{
	display:block;
	width:auto;
	height:auto;
	margin:0 0 2me 0;
}

#gonav-title{
	background-image:url(assets/templates/gonav/images/gonav_logo.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:180px;
	height:80px;
	float:left;
}

#gonav-title p{
	text-indent:-9999px;
}
#gonav-title a{
	display:block;
	width:180px;
	height:80px;
}

#lohas-title{
	background-image:url(assets/templates/gonav/images/lohasdeiko_top.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:550px;
	height:80px;
	float:left;
}
#lohas-title p{
	text-indent:-9999px;
}

/*--- top line ---*/

#top-line {  
    background-image: url(assets/templates/gonav/images/line.jpg);
	background-repeat:repeat-x;	
	width:730px;
    margin-top:5px;
	  
}   


/*--- navi ---*/
/* 2階層ナビゲーション */
/* ナビゲーションの囲み */
#main-navi{
         width:730px;
         position:relative;
         margin-top:5px;
         left:0px;
         
/*for mac-ie5.x*/  
         /*\*//*/  
         overflow:hidden;  
         /**/
         clear:left;
         }

/* 大項目ナビゲーション */
#main-navi ul{
        list-style-type:none;
}

#main-navi ul li{
        float:left;
        font-size:12px;
}

/* 大項目ナビ通常時 */
#main-navi ul li a{
        display:block;
        text-align:center;
        color:#821f42;
        text-decoration:none;
 
        background-color:#ffffff;
        border:solid 1px #dfdfdf;
        width:144px;
        line-height:1.6em;/* 高さ指定 */
}
/* 大項目ナビマウスオーバー時 */
#main-navi ul li a:hover{
        background-color:#821f42;
        border:solid 1px #dfdfdf;
        color:#ffffff;
}

/* 小項目ナビゲーション */
/* 小項目ナビが通常時は非表示 */
#main-navi ul li.navi_parent ul{display:none;}
/* 小項目ナビがマウスオーバー時に表示 */
#main-navi ul li.navi_parentOn ul{
       display:block;
       position:absolute;}

/* 小項目ナビ背景色 */
#main-navi ul ul {background:#dfb1c1;}
/* 小項目ナビブロック表示に変更（縦並び） */
#main-navi ul ul li{float:none;}
/* 小項目ナビ通常時 */
#main-navi ul ul li a{

       border-top:solid 1px #dfdfdf;
       border-left:solid 1px #dfdfdf;
       border-bottom:solid 1px #dfdfdf;
       border-right:solid 1px #dfdfdf;
       background:none;
       width:144px;
       color:#ffffff;
       line-height:1.6em;/* 高さ指定 */
}
/* 小項目ナビマウスオーバー時 */
#navi ul ul li a:hover{
       background-color:#ff3366;
       color:#ffffff;
}


/********** BOX B **********/ 
/*--- main img ---*/
#main-img{
	background-image:url(assets/templates/gonav/images/csttop.jpg) ;
        background-repeat:no-repeat;
	background-position:top;
	width:728px;
	height:248px;
	float:left;

	border: 1px solid #dfdfdf;
}

#main-img p{
	display:none;
}

#main-img a{
	display:block;
	width:730px;
	height:250px;
}


/********** BOX C **********/ 
#boxC {
    width:540px;
    float:left;
    margin-right:5px;
    margin-top:5px;
}

/*--- air container ---*/

#air-container{
	margin-top: 3px;
	width:540px;
	height:auto;
   	
   	padding-bottom: 10px;
	
}

/*--h2--*/
.midashi{
    float:left;
    color:#666666;
    width:530px;
    font-size : 140%;
    font-weight:bold;	
    padding: 5px 5px 5px 0px;
    border-bottom:solid 2px #ff3399;
	
}

/*--h3--*/
.sub-midashi{
    float:left;
    color:#666666;
    width:187px;
    text-align: left;
    font-size : 80%;
    vertical-align: baseline;
    font:"メイリオ","Meiryo"; 
    padding: 5px 5px 0px 335px;
}


#air-left-cont{
    width:335px;
    height:auto;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top:-27px;
    float:left;
}

#air-left-cont div.tickets{
	padding-right:5px;
	padding-bottom:5px;
	float:left;
	width:78px;
	height:78px;
	background:  url(assets/templates/gonav/images/lotus_muji.jpg) no-repeat;
}

.tickets a{
	display:block;
	width:78px;
	height:78px;
}

.tickets p{
	display:none;
}

.tickets#asia a{
	background:  url(assets/templates/gonav/images/lotus_asia_01.jpg) no-repeat;
}

#air-left-cont div.tickets#asia a:hover{
	background:  url(assets/templates/gonav/images/lotus_asia_02.jpg) no-repeat;
}

.tickets#america a{
	background:  url(assets/templates/gonav/images/lotus_america_01.jpg) no-repeat;
}

#air-left-cont div.tickets#america a:hover{
	background:  url(assets/templates/gonav/images/lotus_america_02.jpg) no-repeat;
}

.tickets#europe a{
	background:  url(assets/templates/gonav/images/lotus_europe_01.jpg) no-repeat;
}

#air-left-cont div.tickets#europe a:hover{
	background:  url(assets/templates/gonav/images/lotus_europe_02.jpg) no-repeat;
}

.tickets#oceania a{
	background:  url(assets/templates/gonav/images/lotus_oceania_01.jpg) no-repeat;
}

#air-left-cont div.tickets#oceania a:hover{
	background:  url(assets/templates/gonav/images/lotus_oceania_02.jpg) no-repeat;
}

.tickets#africa a{
	background:  url(assets/templates/gonav/images/lotus_africa_01.jpg) no-repeat;
}

#air-left-cont div.tickets#africa a:hover{
	background:  url(assets/templates/gonav/images/lotus_africa_02.jpg) no-repeat;
}


#air-right-cont{
    width:180px;
    float:left;
    margin:8px 0px 0px 15px;
   }

#air-right-cont ul {
   list-style-type:none;
 }

#air-right-cont ul li{
       background-image:url(assets/templates/gonav/images/airback.gif) ;
       background-repeat:no-repeat;
	   background-position:0px 0px;
	   width:144px;
	   height:33px;
	   float:left;
       margin-bottom:10px;
}

#air-right-cont ul li p{
       width:144px;
	   height:33px;
	   text-align:center;  
       vertical-align:middle;
}

#air-right-cont ul li a {  
       font-size:100%;
       color: #000000;
       display:block;
       width:144px;
       height:33px;
}


/* マウスオーバー時 */
#air-right-cont ul li a:hover{
        color:#821f42;
}


/*--- shopping-contents ---*/
#shopping-container{
	width:540px;
	height:auto;
   	float:left;
}

#shopping-container dl {   
     margin: 0 0 0 0px;
}   
    
#shopping-container dl dt {   
    position: relative;    
    width: 350px;   
    margin-bottom: 5px; 
    padding-left: 176px;
    padding-right: 10px;   
    font-size:110%;
   
}   

    
#shopping-container dl dt a {   
    padding-left: 13px;   
    background: url(assets/templates/gonav/images/shirushi.gif) no-repeat left center;
   font-weight: bold;   
   color:#821f42; 
}   
    
#shopping-container dl dt img { 
    position: absolute; 
    left: 0;   
    padding: 0px;   

     border: 1px solid #821f42;   
}   
    
    
#shopping-container dl dd {   
    margin-bottom: 10px;   
    padding-left: 180px;
    padding-right: 20px;   
    height: 80px;
    color: #666666;   
}   
    
#shopping-container dl > dd {   
    min-height: 80px;   
    height: auto;   
}  


/*--- blog-contents ---*/
#blog-container{
	margin-top: 0px;
	width:540px;
	height:auto;
   	float:left;
}

#blog-container table.blg {
    width:100% ;
    height:100% ;
}
    

#blog-container dl.blgleft {   
    margin: 0 0 0 0px;
    float:left;   
}   
    
#blog-container dl.blgleft dt {   
    position: relative;    
    width: 175px;   
    margin-bottom: 0px; 
    margin-top: 10px;        
    padding-left: 85px;
    padding-right: 10px;      
}   

#blog-container dl.blgleft dt.firstChild,   
#blog-container dl.blgleft dt:first-child {   
    border-top: 0;   
    padding-top: 0;   
} 
    
#blog-container dl.blgleft dt a {   
    padding-left: 13px;   
    background: url(assets/templates/gonav/images/shirushi.gif) no-repeat left center; 
font-weight: bold;   
   color:#821f42  
}   
    
#blog-container dl.blgleft dt img {   
    position: absolute;   
    top: 0px;   
    left: 0;   
    padding: 0px;   
    border: 1px solid #821f42;  
}   

#blog-container dl.blgleft dt.firstChild img,   
#blog-container dl.blgleft dt:first-child img {   
    top: 0;   
}      
    
#blog-container dl.blgleft dd {   
    margin-bottom: 0px;   
    padding-left: 85px;
    padding-right: 10px;   
    height: 69px;
    color: #666666;   
}   
    
#blog-container dl.blgleft > dd {   
    min-height: 69px;   
    height: auto;   
}  


#blog-container dl.blgright {   
    margin: 0 0 0 0px;   
}   
    
#blog-container dl.blgright dt {   
   position: relative;    
    width: 175px;   
    margin-bottom: 0px;
    margin-top: 10px;  
    padding-left: 85px;
    padding-right: 10px;      
}   

#blog-container dl.blgright dt.firstChild,   
#blog-container dl.blgright dt:first-child {   
    border-top: 0;   
    padding-top: 0;  
} 
    
#blog-container dl.blgright dt a {   
    padding-left: 13px;   
    background: url(assets/templates/gonav/images/shirushi.gif) no-repeat left center;  
font-weight: bold;   
   color:#821f42; 
}   
    
#blog-container dl.blgright dt img {   
    position: absolute;   
    top: 0px;   
    left: 0;   
    padding: 0px;   
    border: 1px solid #821f42;   
}   

#blog-container dl.blgright dt.firstChild img,   
#blog-container dl.blgright dt:first-child img {   
    top: 0;   
}    
    
#blog-container dl.blgright dd {   
    margin-bottom: 0px;   
    padding-left: 85px;
    padding-right: 10px;   
    height: 69px;
    color: #666666;   
}  
   
#blog-container dl.blgright > dd {   
    min-height: 69px;   
    height: auto;   
}  


/*--- page index ---*/
#index {
        width:725px;
        color:#666666;
        text-align: right;

}

/*==============================kiyaku==============================*/
#kiyaku-container{
    margin-top: 3px;
	width:530px;
	height:auto;
   	padding-bottom: 10px;	
}

/*--h2--*/
.koumokumidashi{
    color:#666666;
    width:480px;
    height:36px;
    font-size : 140%;
    font-weight:bold;	
    padding: 5px 0px 0px 50px;
    margin-bottom:6px;
    border-bottom:solid 2px #ff3399;
    background: url(assets/templates/gonav/images/blank_lotus.gif) no-repeat; 
	
}

/*--h3--*/
.kiyakumidashi{
    color:#666666;
    width:100%;
    font-size : 140%;
    font-weight:bold;	
    margin-bottom:6px;
    padding-left:-30px;
    border-bottom:solid 2px #ff3399;
}

.kiyakuframe{
  	padding: 10px 10px 10px 30px;
  	margin-bottom: 10px;
  	color:#666666; 
  	letter-spacing: 0.1em;
}

span.red{
    color:#821f42;
    font-weight:bold;
}   



table .kiyakutop {
    margin: 0px 0px 0px 0px;   
    color:#666666;
    }
    
.kiyakutop td {
    width: 200px;
    height: 2em;
    padding: 5px;
    border: solid 1px #821f42;
    background-color : #ffffff;
    }

.kiyakuframe ul{
   list-style-type: square;
   }			

.kiyakuframe2 ul{
list-style-position: inside;
   }
.kiyakuframe2 ol{
list-style-position: inside;
   }

/*--テーブル--*/

.deposit .deposit1{
    color:#ffffff;
    width: 200px;
    height: 2em;
    padding: 5px;
    border: solid 1px #000000;
    background-color : #821f42;
    text-align:center;
    }

.deposit td {
    width: 200px;
    height: 2em;
    padding: 5px;
    border: solid 1px #821f42;
    background-color : #ffffff;
    text-align:center;
    }

.charge{
    margin-bottom: 10px;
    }

.charge1{
    color:#ffffff;
    width: 280px;
    height: 2em;
    padding: 5px;
    border: solid 1px #000000;
    background-color : #821f42;
    text-align:center;
    }
    
.charge2{
    color:#ffffff;
    width: 120px;
    height: 2em;
    padding: 5px;
    border: solid 1px #000000;
    background-color : #821f42;
    text-align:center;
    }    

.charge12{
    width: 280px;
    height: 2em;
    padding: 5px;
    border: solid 1px #821f42;
    background-color : #ffffff;
    }
    
.charge22{
    width: 120px;
    height: 2em;
    padding: 5px;
    border: solid 1px #821f42;
    background-color : #ffffff;
    }         

.charge3{
    color:#ffffff;
    width: 250px;
    height: 2em;
    padding: 5px;
    border: solid 1px #000000;
    background-color : #821f42;
    text-align:center;
    }

.charge32 {
    width: 250px;
    height: 2em;
    padding: 5px;
    border: solid 1px #821f42;
    background-color : #ffffff;
    }    

.charge33 {
    width: 250px;
    height: 2em;
    padding: 5px;
    border: solid 1px #821f42;
    background-color : #ffffff;
    text-align:center;
    }  

.charge4 {
    width: 190px;
    height: 2em;
    padding: 5px;
    border: solid 1px #821f42;
    background-color : #ffffff;
    } 
    
.charge5 {
    width: 60px;
    height: 2em;
    padding: 5px;
    border: solid 1px #821f42;
    background-color : #ffffff;
    text-align:center;
    }   

.charge6 {
    width: 290px;
    height: 2em;
    padding: 5px;
    border: solid 1px #821f42;
    background-color : #ffffff;
    }                        

.beppyou1{
    color:#ffffff;
    width: 370px;
    height: 2em;
    padding: 5px;
    border: solid 1px #000000;
    background-color : #821f42;
    text-align:center;
    }

.beppyou2{
    color:#ffffff;
    width: 150px;
    height: 2em;
    padding: 5px;
    border: solid 1px #000000;
    background-color : #821f42;
    text-align:center;
    }
    
.beppyou3 {
    width: 520px;
    height: 2em;
    padding: 5px;
    border: solid 1px #821f42;
    background-color : #ffffff;
    }   
    
.beppyou12 {
    width: 370px;
    height: 2em;
    padding: 5px;
    border: solid 1px #821f42;
    background-color : #ffffff;
    }   

.beppyou22 {
    width: 150px;
    height: 2em;
    padding: 5px;
    border: solid 1px #821f42;
    background-color : #ffffff;
    }   

.beppyou4{
    color:#ffffff;
    width: 370px;
    height: 2em;
    padding: 5px;
    border: solid 1px #000000;
    background-color : #821f42;
    text-align:center;
    }

.beppyou5{
    color:#ffffff;
    width: 150px;
    height: 2em;
    padding: 5px;
    border: solid 1px #000000;
    background-color : #821f42;
    text-align:center;
    }            
.beppyou6{
    color:#ffffff;
    width: 75px;
    height: 2em;
    padding: 5px;
    border: solid 1px #000000;
    background-color : #821f42;
    text-align:center;
    }        

.beppyou42 {
    width: 370px;
    height: 2em;
    padding: 5px;
    border: solid 1px #821f42;
    background-color : #ffffff;
    }   

.beppyou62 {
    width: 75px;
    height: 2em;
    padding: 5px;
    border: solid 1px #821f42;
    background-color : #ffffff;
    text-align:center;
    }   

.hoshoukitei1 {
    width: 330px;
    border: solid 1px #666666;
    padding: 5px;
}

.hoshoukitei2 {
    width: 80px;
    border: solid 1px #666666;
    padding: 5px;
    text-align:center;
}

.beppyou7 {
    width: 520px;
    height: 2em;
    padding: 5px;
    border: solid 1px #666666;
    }   

.beppyou8 {
    width: 520px;
    height: 2em;
    padding: 5px;
    border: solid 1px #666666;
    }   

.beppyou9 {
    width: 440px;
    height: 2em;
    padding: 5px;
    border: solid 1px #666666;
    }   
    
.beppyou10 {
    width: 80px;
    height: 2em;
    padding: 5px;
    border: solid 1px #666666;
text-align:center;
    }       
    
/*--PAGETOP--*/
.pagetop {
    width:530px;
    text-align:right;
    margin-bottom: 10px;
    }

/*--- flow ---*/
    
.flowframe {
    color:#666666;
    letter-spacing: 0.1em;
    padding: 5px 0px 15px 20px;
}    

/*--- profile ---*/

.profile{
    color:#666666;
    border: solid 1px #821f42;  
    letter-spacing: 0.1em;
    margin-bottom:  20px;
}

.profile1{
    width: 160px;
    font-weight:bold;
    padding: 5px;
    text-align:right;
    border: solid 1px #821f42;
    height: 2em;
}

.profile2{
    width: 370px;
    padding: 5px;
    text-align:left;
    border: solid 1px #821f42;
    height: 2em;
}       

/*--- privacy ---*/
.privacyframe{
  	padding: 10px 10px 10px 30px;
  	margin-bottom: 10px;
  	color:#666666; 
  	letter-spacing: 0.1em;
}

span.gray{
    color:#666666;
    letter-spacing: 0.1em;
}

/*--- cst-top-container ---*/

#cst-top-container{
	margin-top: 3px;
	width:540px;
	height:auto;
  	padding-bottom: 10px;
}

#cst_page_top{
	background-image:url(assets/templates/gonav/images/cst_page_top.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:530px;
	height:200px;
}

#cst_page_top h2 {
	text-indent:-9999px;
}

#cst_page_top a{
	display:block;
	width:530px;
	height:200px;
}


#cst-top-container dl {  
    width:530px;
    position: relative;  
    margin: 10px 0px 0px 0px;  
    border-bottom: 1px dotted #acacac;
    padding-bottom: 10px; 
}   
    
#cst-top-container dl dt {   
    width:135px;
    height: 120px;  
}  

#cst-top-container dl img {   
    border:1px solid #811e41;   
    
}    

#cst-top-container dl a {   
    color:#811e41;  
    
}  
    
#cst-top-container dl dd {   
    position: absolute; 
    top: 0px;
    left:140px;
    width:390px;
    padding: 10px; 
    min-height: 120px;  
}  

#cst-top-container dl dd .cst-midashi{  
    position: absolute; 
    top: 0px;
    color:#ffffff;
    background-color : #f189a9;
    width:230px;
    font-size : 16px;
    font-weight:bold;	
    padding: 5px 5px 7px 5px;
 
}           

#cst-top-container dl dd .cst-sub-midashi{ 
    position: absolute; 
    top: 0px;
    left:230px;  
    color:#811e41;
    background-color : #e8bbd0;
    width:150px;
    font-size : 13px;
    font-weight:bold;
    font:"メイリオ","Meiryo"; 	
    padding: 5px 5px 7px 5px;
    text-align:right;
 
}    

#cst-top-container dl dd .cst-cap{  
    position: absolute; 
    top: 33px;
    font-size : 140%;
    font-weight:bold;
    font:"メイリオ","Meiryo"; 	
    padding: 5px 5px 7px 5px;
 
}       

#cst-top-container dl dd p{  
    position: absolute; 
    top: 58px;
    color:#666666;
    font:"メイリオ","Meiryo"; 	
    padding: 5px 10px 5px 5px;
}    




    
/*--- cst-common ---*/

#cst-common-container{
	margin-top: 3px;
	width:540px;
	height:auto;
   	padding-bottom: 10px;
		
}

 
/*--- hr_air ---*/

#hr_air {
    background-image:url(assets/templates/gonav/images/hr_flt.jpg);
	background-repeat:no-repeat;
	width:527px;
	height:100px;
	border-left:3px solid #ff6699; 
    position:relative;
}

#hr_air h2 {
	text-indent:-9999px;
	
}

#hr_air a{
	display:block;
	width:530px;
	height:100px;
}

.hr_air_top_p{
    position: absolute;
    top:40px;
    left:10px;
    width:390px;
    color:#666666;
}  

.hr_air_waku{
    width:520px;
    padding: 5px;
    color:#811e41;
    background-color : #f5f8ca;
	display:block;
	margin-top:10px;
}


/*--h3--*/
.hr_airblock h3{
    color:#666666;
    font-size : 140%;
    font-weight:bold;
    margin-top:8px;	
    margin-bottom:6px;
    padding-left:6px;
    border-left:solid 13px #811e41;
}

.hr_airblock {
    margin-bottom:20px;
}    


.hr_airblock .hr_air_quick td{
    background-color : #e8bbd0;
    color:#ffffff;
    font-weight:bold;
    padding:5px;
    width:160px;
    text-align:center;
    border:solid 1px #666666;
    height: 1.8em;
}

.hr_airblock .hr_air_quick a{
    color:#ffffff;
}


.hr_airblock .hr_air_choice td{
    background-color : #e8bbd0;
    color:#ffffff;
    font-weight:bold;
    padding:5px;
    width:300px;
    border:solid 1px #666666;
    height: 1.8em;
}

.hr_airblock .hr_air_choice .hr_air_choice1 {
    background-color : #ffffff;
    color:#811e41;
    font-weight:normal;
    padding:5px 5px 5px 15px;
    width:300px;
    border:solid 1px #666666;
    height: 1.8em;
}

/*--h4--*/
.hr_airblock h4{
    margin-top:8px;	
    padding:3px;
    color:#ffffff;
    font-size : 13px;
    font-weight:bold;
    padding-left:7px;
    background-image:url(assets/templates/gonav/images/hr_air_bg.gif);
    background-repeat:no-repeat;
	height:25px;
	vertical-align:baseline;
}  

.hr_airblock .hr_air_indent{
    color:#811e41;
    font-weight:bold;
    padding-left:5px;
}

.hr_airblock .hr_air_indent2{
    color:#666666;
    padding-left:5px;
}
 
.hr_airblock .hr_air_ar h5{
     color:#811e41;
     font-size : 13px;
     margin-top:3px;
}

.hr_airblock .hr_air_ar .hr_air1{
    color:#666666;
    background-color : #e8bbd0;
    padding:5px;
    width:60px;
    border:solid 1px #666666;
    text-align:center;        
}    

.hr_airblock .hr_air_ar .hr_air2{
    color:#666666;
    background-color : #e8bbd0;
    padding:5px;
    width:75px;
    border:solid 1px #666666;
    text-align:center;         
} 

.hr_airblock .hr_air_ar .hr_air3{
    color:#666666;
    background-color : #e8bbd0;
    padding:5px;
    width:50px;
    border:solid 1px #666666;
    text-align:center;         
} 

.hr_airblock .hr_air_ar .hr_air4{
    color:#666666;
    background-color : #e8bbd0;
    padding:5px;
    width:75px;
    border:solid 1px #666666;
    text-align:center;         
} 

.hr_airblock .hr_air_ar .hr_air5{
    color:#666666;
    background-color : #e8bbd0;
    padding:5px;
    width:50px;
    border:solid 1px #666666;
    text-align:center;         
} 

.hr_airblock .hr_air_ar .hr_air6{
    color:#666666;
    background-color : #e8bbd0;
    padding:5px;
    width:150px;
    border:solid 1px #666666; 
    text-align:center;        
}   


.hr_airblock .hr_air_ar .hr_air11{
    color:#666666;
    padding:1px 1px 1px 3px;
    width:60px;
    border:solid 1px #666666;
    text-align:left;        
}    

.hr_airblock .hr_air_ar .hr_air22{
    color:#666666;
    padding:1px;
    width:75px;
    border:solid 1px #666666;
    text-align:center;         
} 

.hr_airblock .hr_air_ar .hr_air33{
    color:#666666;
    padding:1px;
    width:50px;
    border:solid 1px #666666;
    text-align:center;         
} 

.hr_airblock .hr_air_ar .hr_air44{
    color:#666666;
    padding:1px;
    width:75px;
    border:solid 1px #666666;
    text-align:center;         
} 

.hr_airblock .hr_air_ar .hr_air55{
    color:#666666;
    padding:1px;
    width:50px;
    border:solid 1px #666666;
    text-align:center;         
} 

.hr_airblock .hr_air_ar .hr_air66{
    color:#666666;
    padding:1px;
    width:20px;
    border:solid 1px #666666; 
    text-align:center;        
}   

.hr_airblock .hr_air_ar .hr_air7{
    color:#666666;
    padding:3px;
    border:solid 1px #666666;       
}   

.hr_airblock .hr_air_which {
    margin-top:8px;	
    margin-bottom:6px;
}    

.hr_airblock .hr_air_which a {
    color:#ffffff;
}  

.hr_airblock .hr_air_which th{
    background-color : #e8bbd0;
    color:#ffffff;
    font-weight:bold;
    padding:5px;
    width:300px;
    border:solid 1px #666666;
}

.hr_airblock .hr_air_which td {
    background-color : #ffffff;
    color:#666666;
    font-weight:normal;
    padding:3px 3px 3px 10px;
    width:300px;
    border:solid 1px #666666;
}

   

.hr_airblock .hr_air_add {
    background-color : #f5f8ca;
    font-weight:bold;
    font-size : 120%;
    color:#811e41;
    height: 1.5em;
    padding:5px;
    display:block;
    margin-top:10px;
    margin-bottom:10px;
    width:518px;
    border:solid 1px #811e41;
	
}   
 
.hr_airblock .hr_air_pass {
    margin-top:10px;
}

.hr_airblock .hr_air_pass1 {
    font-weight:bold;
    font-size : 120%;
    background-color : #811e41;
    color:#ffffff;
    height: 1.5em;
    padding:5px;
    width:518px;
    border:solid 1px #666666;
    margin-top:10px;
    text-align:center;
}

.hr_airblock .hr_air_pass2 {
    font-weight:bold;
    background-color : #f5f8ca;
    font-size : 120%;
    color:#811e41;
    height: 1.5em;
    padding:5px;
    width:148px;
    border:solid 1px #666666;
    text-align:center; 
} 

.hr_airblock .hr_air_pass3 {
    font-weight:bold;
    background-color : #f5f8ca;
    font-size : 120%;
    color:#811e41;
    height: 1.5em;
    padding:5px;
    width:358px;
    border:solid 1px #666666;
    text-align:center; 
}   

.hr_airblock .hr_air_pass4 {
    color:#666666;
    padding:5px;
    width:518px;
    border:solid 1px #666666;
} 

.hr_airblock .hr_air_ar .hr_air77{
    color:#666666;
    padding:3px;
    border:solid 1px #666666;
    background-color :#f5f8ca;
    font-weight:bold;       
}        

/*--- hr_htl ---*/

#hr_htl {
    background-image:url(assets/templates/gonav/images/hr_htl.jpg);
	background-repeat:no-repeat;
	width:527px;
	height:100px;
	border-left:3px solid #ff6699; 
    position:relative;
}

#hr_htl h2 {
	text-indent:-9999px;
	
}

#hr_htl a{
	display:block;
	width:530px;
	height:100px;
}

.hr_htl_top_p{
    position: absolute;
    top:40px;
    left:10px;
    width:390px;
    color:#666666;
}  

.hr_htl_waku{
    width:520px;
    padding: 5px;
    color:#666666;
    background-color : #f5f8ca;
	display:block;
	margin-top:10px;
}


/*--h3--*/
.hr_htlblock h3{
    color:#666666;
    font-size : 140%;
    font-weight:bold;
    margin-top:8px;	
    margin-bottom:6px;
    padding-left:6px;
    border-left:solid 13px #811e41;
}

.hr_htlblock {
    margin-bottom:20px;
}    

.hr_htlblock h4{
    height:70px;
    margin : 5px 0px 5px 170px;
    align:center; 
    
}
.hr_htlblock h5 {
    width:512px;
    height:23px;
    display:block;
    font-size : 14px;
    font-weight:bold;
    margin-top:8px;	
    margin-bottom:6px;
    padding:6px;
    color:#ffffff;
    background-color : #db88b5;
    border:3px solid #d0bbdb;
    text-align:center;
}

/*--- hr_trp ---*/

#hr_trp {
    background-image:url(assets/templates/gonav/images/hr_trf.jpg);
	background-repeat:no-repeat;
	width:527px;
	height:100px;
	border-left:3px solid #ff6699; 
    position:relative;
}

#hr_trp h2 {
	text-indent:-9999px;
	
}

#hr_trp a{
	display:block;
	width:530px;
	height:100px;
}

.hr_trp_top_p{
    position: absolute;
    top:40px;
    left:10px;
    width:390px;
    color:#666666;
}  

.hr_trp_waku{
    width:520px;
    padding: 5px;
    color:#666666;
    background-color : #f5f8ca;
	display:block;
	margin-top:10px;
}

/*--h3--*/
.hr_trpblock h3{
    color:#666666;
    font-size : 140%;
    font-weight:bold;
    margin-top:8px;	
    margin-bottom:6px;
    padding-left:6px;
    border-left:solid 13px #811e41;
}

.hr_trpblock {
    margin-bottom:20px;
}    

.hr_trpblock h4{
    height:70px;
    margin : 5px 0px 5px 170px;
    align:center; 
    
}
.hr_trpblock h5 {
    width:512px;
    height:23px;
    display:block;
    font-size : 14px;
    font-weight:bold;
    margin-top:8px;	
    margin-bottom:6px;
    padding:6px;
    color:#ffffff;
    background-color : #db88b5;
    border:3px solid #d0bbdb;
    text-align:center;
}

.hr_trpblock ul {
   margin-left:10px;
   list-style-type:disc;
} 

.hr_trpblock ul li {
   padding:3px;
}   

.hr_trpblock ul li a{
   color:#811e41;
}


/*--- hr_whats ---*/

#hr_whats {
    background-image:url(assets/templates/gonav/images/hr_whats.jpg);
	background-repeat:no-repeat;
	width:527px;
	height:100px;
	border-left:3px solid #ff6699; 
    position:relative;
}

#hr_whats h2 {
	text-indent:-9999px;
	
}

#hr_whats a{
	display:block;
	width:530px;
	height:100px;
}

/*--h3--*/
.hr_whatsblock h3{
    color:#666666;
    font-size : 120%;
    font-weight:bold;	
    padding-left:6px;
    border-left:solid 13px #811e41;
}

.hr_whatsblock img {
    float:left;
    border:solid 1px #811e41;
    margin:5px 10px 5px 0px;
    
} 

.hr_whatsblock p {
    padding:5px;
    color:#666666;
}

/*--h3--*/
.hr_whatsblock1 h3{
    color:#666666;
    font-size : 120%;
    font-weight:bold;	
    padding-left:6px;
    border-left:solid 13px #811e41;
}

.hr_whatsblock1 img {
    float:left;
    margin:5px 10px 0px 0px;
} 

.hr_whatsblock1 p {
    padding:5px;
    color:#666666;
}


/*--clear 回り込み解除--*/
.clear {clear:both}


/*--- hr_data ---*/

#hr_data {
    background-image:url(assets/templates/gonav/images/travel data.jpg);
	background-repeat:no-repeat;
	width:527px;
	height:100px;
	border-left:3px solid #ff6699; 
    position:relative;
}

#hr_data h2 {
	text-indent:-9999px;
	
}

#hr_data a{
	display:block;
	width:530px;
	height:100px;
}

/*--- hr_question ---*/

#hr_question {
    background-image:url(assets/templates/gonav/images/question.jpg);
	background-repeat:no-repeat;
	width:527px;
	height:100px;
	border-left:3px solid #ff6699; 
    position:relative;
}

#hr_question h2 {
	text-indent:-9999px;
	
}

#hr_question a{
	display:block;
	width:530px;
	height:100px;
}

.hr_questionblock .q {
    background-image:url(assets/templates/gonav/images/q.gif);
	background-repeat:no-repeat;
	line-height:1.5em;
	color:#811e41;
    font-size : 120%;
    font-weight:bold;	
    padding-left:25px;
    margin-bottom:5px;
}

.hr_questionblock .a {
    background-image:url(assets/templates/gonav/images/a.gif);
	background-repeat:no-repeat;
	line-height:1.5em;
	color:#666666;
    padding-left:33px;
    padding-right:5px;
    margin-bottom:8px;
}

/*--- hr_chishiki ---*/

#hr_chishiki {
    background-image:url(assets/templates/gonav/images/chishiki.jpg);
	background-repeat:no-repeat;
	width:527px;
	height:100px;
	border-left:3px solid #ff6699; 
    position:relative;
}

#hr_chishiki h2 {
	text-indent:-9999px;
	
}

#hr_chishiki a{
	display:block;
	width:530px;
	height:100px;
}

/*--- hr_language ---*/

#hr_language {
    background-image:url(assets/templates/gonav/images/hr_language.jpg);
	background-repeat:no-repeat;
	width:527px;
	height:100px;
	border-left:3px solid #ff6699; 
    position:relative;
}

#hr_language h2 {
	text-indent:-9999px;
	
}

#hr_language a{
	display:block;
	width:530px;
	height:100px;
}

.hr_languageblock table {
    width:530px;
    margin-bottom:8px;
}

.hr_languageblock .td1 {
    color:#ffffff;
    width: 50%px;
    height: 2em;
    padding: 5px;
    border: solid 1px #666666;
    background-color : #811e41;
    }

.hr_languageblock .td2 {
    color:#811e41;
    width: 50%;
    height: 2em;
    padding: 5px 5px 5px 8px;
    border: solid 1px #666666;
    background-color : #ffffff;
    }

/*--- hr_gallery ---*/

#hr_gallery {
    background-image:url(assets/templates/gonav/images/gallery.jpg);
	background-repeat:no-repeat;
	width:527px;
	height:100px;
	border-left:3px solid #ff6699; 
    position:relative;
}

#hr_gallery h2 {
	text-indent:-9999px;
	
}

#hr_gallery a{
	display:block;
	width:530px;
	height:100px;
}

/*--h4--*/
.hr_galleryblock h4{
    color:#666666;
    font-size : 120%;
    font-weight:bold;	
    padding-left:6px;
    border-left:solid 13px #811e41;
    margin-bottom:5px;
}

.hr_galleryblock img {
    border:solid 1px #811e41;
    padding:3px;
    
} 

.hr_galleryblock {
   margin-bottom:8px;
}

/*--- hr_contactus ---*/

#hr_contactus {
     color:#666666;
     padding:5px;
}      

#hr_contactus h3 {
    color:#666666;
    font-size : 120%;
    font-weight:bold;	
    padding-left:6px;
    border-left:solid 13px #811e41;
    margin-bottom:5px;
}

#hr_contactus table {
   margin-bottom:8px;
   border:solid 1px #000000;
}

#hr_contactus table th {
    font-weight:normal;
    color:#000000;
    background-color : #e8bbd0;
    padding:5px;
    text-valign:top;
    border:solid 1px #000000;
}

#hr_contactus table td {
    color:#000000;
    background-color : #f5f8ca;
    padding:5px;
    text-valign:top;
    border:solid 1px #000000;
}

#hr_contactus .right{
   text-align:right;
}       

#hr_contactus .kenmei {
   border:solid 0px;
}

/*--- hr_contactus_thankyou ---*/

#hr_contactus_thankyou p {
     color:#666666;
     padding:5px;
     margin-right:20px;
}      

#hr_contactus_thankyou h3 {
    color:#666666;
    font-size : 120%;
    font-weight:bold;	
    padding-left:6px;
    border-left:solid 13px #811e41;
    margin-bottom:5px;
}

/*--- luxury_htl ---*/

#luxury_htl {
      background: url(assets/templates/gonav/images/luxuryhtl.gif) no-repeat;
      width:530px;
      height:100px;
      position:relative;	
}

#luxury_htl h2 {
	text-indent:-9999px;
	}

#luxury_htl_shousai{
	margin-top:10px;
        line-height:1.3em;
	padding:3px;
        color:#666;
        border-bottom:dotted 1px #666;
}

#luxury_htl_shousai p {
	padding:0px 8px 0px 8px;
}

#luxury_htl_shousai .lux1{
	 width:296px;
         color:#000;
}

#luxury_htl_shousai .lux2{
	 width:50px;
	 text-align:center;
         font:normal;
}

#luxury_htl_shousai .lux3{
	 width:234px;
	 text-align:right;
         padding:5px;
         font:normal;
         color:#600;
}

#luxury_htl_shousai h3 {
	font-size:18px;
	font:normal;
	color:#000;
	padding:10px 0 5px 0;
}

#luxury_htl_shousai h4 {
	font-size:14px;
	font:normal;
	color:#000;
	padding:8px 0 15px 0;
}
 .luximg{
    border:3px solid #efefef; 
    float:left;
    width:280px;
    height:180px;
    margin-right:10px;
}

 .roomsuu {
    height:190px;
    display:block;
}

.luxhtl_galleryblock img {
    border:solid 2px #999;
    margin-right:2px;
    margin-bottom:2px;
    
} 

.luxhtl_galleryblock {
   margin-bottom:8px;
   margin-top:10px;
}

/*--- cst共通問合せ ---*/

.otoiawasewa1 {
    margin-top : 4px;    
}

.otoiawasewa2 {
    margin-top : 4px;    
}

.otoiawasewa3 {
    margin-top : 4px;    
}

/*--- doc-not-found ---*/

#doc-not-found h3 {
    background-image:url(assets/templates/gonav/images/not_found.gif);
	background-repeat:no-repeat;
	height:30px;
    color:#666666;
    font-size : 120%;
    font-weight:bold;	
    padding-left:40px;
}

#doc-not-found p {
     color:#666666;
     padding-left:40px;
     margin-right:20px;
     margin-bottom:40px;
} 

#doc-not-found li a{
        color:#696969;
        line-height:1.5em;
        padding:0px 0px 0px 22px;   
        background: url(assets/templates/gonav/images/shirushi.gif) no-repeat left center;  
}

#doc-not-found li {
        list-style-type:none;
}   


/*--- citytour ---*/

#citytour_top {
    background-image:url(assets/templates/gonav/images/hr_citytour.jpg);
	background-repeat:no-repeat;
	width:527px;
	height:100px;
	border-left:3px solid #ff6699; 
position:relative;
}

#citytour_top h2 {
	text-indent:-9999px;
	
}

#citytour_top a{
	display:block;
	width:530px;
	height:100px;
}

.citytour_top_p{
    position: absolute;
    top:40px;
    left:10px;
    width:400px;
    color:#666666;
}  


/*--- pink line ---*/

.line {
     border-bottom:solid 2px #ff3399;
     width:530px;
} 


.citytour_waku{
    width:520px;
    padding: 5px;
    color:#811e41;
    background-color : #f5f8ca;
	display:block;
	margin-top:10px;
	}

.citytr {
     width:530px;
     position:relative;
     padding-bottom:10px;
     margin-top:10px;
     border-bottom:1px dotted #acacac;

}     
     
         
	
.heritage {
     width:405px;
     height:25px;
     display:block;
}

.citytrno {
    background-image:url(/assets/templates/gonav/images/tab.gif);
	background-repeat:no-repeat;
    position: absolute;   
	width:125px;
	height:25px;
	color:#ffffff;
	text-align: center;
	text-valign: middle;
	display:block;
    top: 0;
    left:405px;    
    font-size : 10px;  
    font-weight:bold;            
}	    
         
.citytr dl {
    position: :absolute:   
    top:25px;
    left:0px
} 

	
.citytr dt img {
    border:1px solid #811e41;
  	position: absolute;
 	top:25px;
 	left:0; 
 }
   
.citytr dt p {
    color:#ffffff;
    background-color : #db88b5;
    display:block; 
    width:416px;
    height:26px;
    font-weight:bold;	
    text-valign: middle;
    padding-left:5px;
    padding-top:2px;
    position: absolute; 
    top:25px;
    left:109px;
} 

dd .citytr_where{
    color:#ffffff;
    background-color : #e8bbd0;
    display:block; 
    width:416px;
    height:25px;
    font-weight:bold;	
    margin-left:109px;
    margin-top:26px;
    padding-left:5px;
    padding-top:2px;
    }	     

dd .fare{
    color:#000000;
    background-color : #d0bbdb;
    display:block; 
    width:416px;
    height:26px;
    font-weight:bold;	
    margin-left:109px;
    padding-left:5px;
    padding-top:2px;

       
}


.tourpoint {
    background-image:url(/assets/templates/gonav/images/tourpoint.gif);
    background-repeat:no-repeat;
    width:116px;
    height:30px;
    text-indent:-9999px;
    clear:both;
}  

.tour_detail{
    background-color : #f5f8ca; 
    color:#811e41;
    padding:5px;
    width:520px;
    height:auto;
    display:block;
    
}     

.citytr dl .tour_detail p{
     line-height:1em;
     letter-spacing: 0.1em;
}            
		    
/*--- cst-ordermadetour ---*/
#mdlplan_top {
    background-image:url(assets/templates/gonav/images/ordertr.jpg);
	background-repeat:no-repeat;
	width:527px;
	height:100px;
	border-left:3px solid #ff6699; 
    position:relative;
}

#mdlplan_top h2 {
	text-indent:-9999px;
	
}

#mdlplan_top a{
	display:block;
	width:530px;
	height:100px;
}

.mdlplan_top_p{
    position: absolute;
    top:40px;
    left:10px;
    width:400px;
    color:#666666;
}  

/*--h3--*/
.mdlplanmidashi{
    color:#666666;
    font-size : 140%;
    font-weight:bold;
    margin-top:5px;	
    margin-bottom:6px;
    padding-left:6px;
    border-left:solid 13px #811e41;
}

.mdlplan {
     width:530px;
     padding-bottom:10px;
     margin-top:10px;
     border-bottom:1px dotted #acacac;
     position:relative;

}

.mdlplan a:hover{text-decoration:none;}

     

.mdlplan h4 {
    color:#ffffff;
    background-color : #db88b5;
    display:block; 
    width:520px;
    line-height:1.5em;
    font-weight:bold;	
    text-valign: middle;
    margin-top:-1px;
    padding:5px;
   
} 

.mdlplan h5 {
    color:#811e41;
    display:block; 
    width:518px;
    line-height:1.5em;
    font-weight:bold;	
    text-valign: middle;
    padding:5px;
    margin-bottom:5px;
    border:1px solid #e8bbd0; 
} 

	
.mdlplan .imgflame {
    width:102px;
    height:77px;
    border:1px solid #811e41;
    float: left;
    margin-bottom:5px;
    margin-right:7px;
  	
 }
 
.mdlplan .trshousai {
    padding:5px 5px 5px 8px;
    color:#000000;
    width:404px;
    height:68px;
    display:block;
    background-color : #d0bbdb;
    margin-left:113px;  
}
.mdlplan .trshousai li {
    list-style-type:none;
      
}
/*---  ordermadetour-shousai ---*/

.mdlshousai {
     width:530px;
     padding-bottom:10px;
     margin-top:10px;
     position:relative;
}

.mdlshousai h4 {
     color:#ffffff;
    background-color : #db88b5;
    display:block; 
    width:520px;
    line-height:1.5em;
    font-weight:bold;	
    text-valign: middle;
    margin-top:-1px;
    padding:5px;
   
} 

.mdlshousai h5 {
   color:#811e41;
    display:block; 
    width:518px;
    line-height:1.5em;
    font-weight:bold;	
    text-valign: middle;
    padding:5px;
    margin-bottom:5px;
    border:1px solid #e8bbd0; 
} 


.mdlshousai .mdlimg {
    float:left;
    border:1px solid #811e41;
    width:280px;
    height:210px;
} 

.mdlshousai .mdlmap {
    border:1px solid #811e41;
    width:220px;
    height:210px;
    margin-left:26px;
} 



/*--h6--*/
.mdlshousai h6{
    color:#666666;
    font-size : 140%;
    font-weight:bold;
    margin-top:5px;	
    margin-bottom:6px;
    padding-left:6px;
    border-left:solid 13px #811e41;
}

.mdlitn {
   margin-top:5px;
   margin-bottom:6px;
}

.mdlitn .itn1 {
    width:25px;
    font-weight:bold;
    padding:5px;
    border:solid 1px #666666;
    color:#ffffff;
    background-color : #e8bbd0;
    text-align:center;
}

.mdlitn .itn2 {
    width:445px;
    font-weight:bold;
    padding:5px;
    border:solid 1px #666666;
    color:#ffffff;
    background-color : #e8bbd0;
    text-align:center;
}   

.mdlitn .itn3 {
    width:50px;
    font-weight:bold;
    padding:5px;
    border:solid 1px #666666;
    color:#ffffff;
    background-color : #e8bbd0;
    text-align:center;
}

.mdlitn .itn11 {
    width:25px;
    padding:5px;
    border:solid 1px #666666;
    background-color : #f5f8ca;
    text-align:center;
    color:#666666;
}

.mdlitn .itn22 {
    width:445px;
    padding:5px;
    border:solid 1px #666666;
    color:#666666;
} 

.mdlitn .itnstrong {
    font-weight:bold;
    text-align:left;
    color:#811e41;
    display:block;
    margin-bottom:5px;
}

.mdlitn .midokoro {
    padding-left:10px;
    padding-right:10px;
    width:425px;
    display:block;
}


.mdlitn .itnstay {
    width:445px;
    text-align:right;
    margin-top:10px;
    display:block;
    color: #cc1466;
    font-weight:bold;
}    
  
.mdlitn .itn33 {
    width:50px;
    padding:5px;
    border:solid 1px #666666;
    text-align:center;
    color:#666666;
}
    
.mdlitn td  {
    padding:5px;
    border:solid 1px #666666;
    color:#666666;
}      

.mdljouken {
    margin-top:5px;
    margin-bottom:10px;
}

.mdljouken .mdljouken1 {
    width:100px;
    padding:5px;
    border:solid 1px #666666;
    background-color : #f5f8ca;
    color:#666666;
}

.mdljouken .mdljouken2 {
    width:420px;
    padding:5px;
    border:solid 1px #666666;
    color:#666666;
}

.hoshi {
    margin-left:5px;
    color: #cc1466;
}    

.mdlfee {
    margin-top:5px;
    margin-bottom:10px;
}

.mdlfee .mdlfeestrong {
    font-weight:bold;
    font-size : 120%;
    color:#666666;
}


.mdlfee .mdlfee1 {
    width:170px;
    padding:5px;
    border:solid 1px #666666;
    background-color : #f5f8ca;
    color:#666666;
}

.mdlfee .mdlfee2 {
    width:350px;
    padding:5px;
    border:solid 1px #666666;
    color:#666666;
}

.mdlrmks {
    margin-top:5px;
    margin-bottom:10px;
}

.mdlrmks td {
    width:520px;    
    padding:5px;
    border:solid 1px #666666;
    color:#666666;
}
    
    
/*---  airpage-container ---*/

#airpage-box{
	margin-top: 3px;
	width:530px;
	height:auto;
   	float:left;
   	padding-bottom: 10px;
	
}

.asimidashi{
    color:#666666;
    width:480px;
    height:36px;
    font-size : 140%;
    font-weight:bold;	
    padding: 5px 0px 0px 50px;
    margin-bottom:6px;
    border-bottom:solid 2px #ff3399;
    background: url(assets/templates/gonav/images/asi_lotus.gif) no-repeat; 
	
}
.eurmidashi{
    color:#666666;
    width:480px;
    height:36px;
    font-size : 140%;
    font-weight:bold;	
    padding: 5px 0px 0px 50px;
    margin-bottom:6px;
    border-bottom:solid 2px #ff3399;
    background: url(assets/templates/gonav/images/eur_lotus.gif) no-repeat; 
	
}

.usamidashi{
    color:#666666;
    width:480px;
    height:36px;
    font-size : 140%;
    font-weight:bold;	
    padding: 5px 0px 0px 50px;
    margin-bottom:6px;
    border-bottom:solid 2px #ff3399;
    background: url(assets/templates/gonav/images/usa_lotus.gif) no-repeat; 
	
}

.ocemidashi{
    color:#666666;
    width:480px;
    height:36px;
    font-size : 140%;
    font-weight:bold;	
    padding: 5px 0px 0px 50px;
    margin-bottom:6px;
    border-bottom:solid 2px #ff3399;
    background: url(assets/templates/gonav/images/oce_lotus.gif) no-repeat; 
	
}

.afrmidashi{
    color:#666666;
    width:480px;
    height:36px;
    font-size : 140%;
    font-weight:bold;	
    padding: 5px 0px 0px 50px;
    margin-bottom:6px;
    border-bottom:solid 2px #ff3399;
    background: url(assets/templates/gonav/images/afr_lotus.gif) no-repeat; 
	
}



#airpage-box {
  margin-top: 5px;
} 

#airpage-box a {
  color : #000000;
}   

#airpage-box a:hover{
        color:#ff1774;
}

#airpage-box td:hover{
        background-color : #ffcccc;
}


#airpage-box h3{
       text-indent: -9999px;
}

#airpage-box h3 img {
       float:left;
}

       


.waku1{
  margin : 3px;
  padding : 5px;
  border-width : 1px;
  border-style : solid ;
  border-color : #666666 ;
  width : 25%;
  font-size : 120%;
  font-family : HGP創英角ｺﾞｼｯｸUB,HGPｺﾞｼﾞｯｸE;
  background-color : #ffffff;

}

.waku3{
  margin : 3px;
  font-size : 110%;
  line-height : 1.8em;  
  padding : 5px;
  border-width : 1px;
  border-style : solid;
  border-color : #666666;
  width : 75%;
  background-color : #ffffff;
}

.asiawaku2{
  margin : 3px;
  font-size : 120%;
  font-family : HGP創英角ｺﾞｼｯｸUB,HGPｺﾞｼﾞｯｸE;  
  background-color : #d7e3e2;
  padding : 5px;
  border-width : 1px;
  border-style : solid;
  border-color : #666666 ;
  width : 25%;

}

.asiawaku4{
  margin : 3px;
  font-size : 110%;
  line-height : 1.8em;
  padding : 5px;
  border-width : 1px;
  border-style : solid;
  border-color : #666666;
  width : 75%;
  background-color : #d7e3e2;
}

.usawaku2{
  margin : 3px;
  font-size : 120%;
  font-family : HGP創英角ｺﾞｼｯｸUB,HGPｺﾞｼﾞｯｸE;  
  background-color : #fddaec;
  padding : 5px;
  border-width : 1px;
  border-style : solid;
  border-color : #666666 ;
  width : 25%;

}

.usawaku4{
  margin : 3px;
  font-size : 110%;
  line-height : 1.8em;
  padding : 5px;
  border-width : 1px;
  border-style : solid;
  border-color : #666666;
  width : 75%;
  background-color : #fddaec;
}

.ocewaku2{
  margin : 3px;
  font-size : 120%;
  font-family : HGP創英角ｺﾞｼｯｸUB,HGPｺﾞｼﾞｯｸE;  
  background-color :#d2edba;
  padding : 5px;
  border-width : 1px;
  border-style : solid;
  border-color : #666666 ;
  width : 25%;

}

.ocewaku4{
  margin : 3px;
  font-size : 110%;
  line-height : 1.8em;
  padding : 5px;
  border-width : 1px;
  border-style : solid;
  border-color : #666666;
  width : 75%;
  background-color : #d2edba;
}

.afrwaku2{
  margin : 3px;
  font-size : 120%;
  font-family : HGP創英角ｺﾞｼｯｸUB,HGPｺﾞｼﾞｯｸE;  
  background-color : #f5f8ca;
  padding : 5px;
  border-width : 1px;
  border-style : solid;
  border-color : #666666 ;
  width : 25%;

}

.afrwaku4{
  margin : 3px;
  font-size : 110%;
  line-height : 1.8em;
  padding : 5px;
  border-width : 1px;
  border-style : solid;
  border-color : #666666;
  width : 75%;
  background-color : #f5f8ca;
}
.waku5{
  margin : 3px;
  padding : 5px;
  border-width : 1px;
  border-style : solid ;
  border-color : #666666 ;
  width : 75px;
  font-size : 120%;
  font-family : HGP創英角ｺﾞｼｯｸUB,HGPｺﾞｼﾞｯｸE;
  background-color : #ffffff;
  color : #666666;

}

.waku6{
  margin : 3px;
  font-size : 120%;
  font-family : HGP創英角ｺﾞｼｯｸUB,HGPｺﾞｼﾞｯｸE;  
  background-color : #dad7de;
  padding : 5px;
  border-width : 1px;
  border-style : solid;
  border-color : #666666 ;
  width : 75px;
  color : #666666;
}

.waku7{
  margin : 3px;
  font-size : 110%;
  line-height : 1.8em;  
  padding : 5px;
  border-width : 1px;
  border-style : solid;
  border-color : #666666;
  width : 185px;
  background-color : #ffffff;
  color : #666666;
}

.waku8{
  margin : 3px;
  font-size : 110%;
  line-height : 1.8em;
  padding : 5px;
  border-width : 1px;
  border-style : solid;
  border-color : #666666;
  width : 185px;
  background-color : #dad7de;
  color : #666666;
}


/********** BOX D **********/ 

#boxD {
 width:185px;
 float:left;
 margin-top:5px;

} 

#boxD .link-banner {
 margin-bottom:10px;
 }

/*--- top-side-menu ---*/

#rss{
	margin:10px 0px 0px 0px;
	width:182px;
	height:auto;
}


#rss iframe{
	width:182px;
	height:460px;
         margin:10px 0px 20px 0px ;
}

/*--- news ---*/
#newsframe{
    width: 160px;
    text-align: left;
}    

.news dt{
   font-size: 9px;
   color : #666666 ;
   padding-top: 5px;
}

.news .news1{
     font-size: 9px;
     font-weight:bold;
     color: #e60a82;
}

.news a{
     font-size: 9px;
     font-weight:bold;
     color: #e60a82;
}
     
.news .news2{
     font-size: 9px;
     color : #666666 ;
     border-bottom:dotted 1px #ff3399;
     marigin-bottom:5px;
     padding-bottom:3px;
     
}     
      
/*--- cst-side-menu ---*/

#cst-side-menu{
	margin-top:3px;
	width:185px;
	height:auto;
}

#cst-side-menu ul {
        margin:0px 0px 5px 0px;
}

#cst-side-menu li {
        list-style-type:none;
}

#cst-side-menu ul li a{
        color:#696969;
        font-weight:bold;
        line-height:2.3em;
        padding:0px 0px 0px 22px;   
        background: url(assets/templates/gonav/images/shirushi.gif) no-repeat left center;  
}

#cst-side-menu ul li a:hover{
        color:#ff1774;
}

/*--- air-side-menu ---*/

#air-side-menu{
	margin-top:10px;
	width:185px;
	height:auto;
}

#air-side-menu ul {
        margin:0px 0px 0px 0px;
}
#air-side-menu li {
        list-style-type:none;
}

#air-side-menu ul li a{
        color:#696969;
        font-weight:bold;
        line-height:2.3em;
        padding:0px 0px 0px 22px;   
}

#air-side-menu ul li a:hover{
        color:#ff1774;
}

#air-side-menu ul li .asia {
       background: url(assets/templates/gonav/images/asia_s.gif) no-repeat left center;
       width:10px;
       height:10px;
  
}
#air-side-menu ul li .usa {
       background: url(assets/templates/gonav/images/america_s.gif) no-repeat left center;
       width:10px;
       height:10px;  
}
#air-side-menu ul li .eur {
       background: url(assets/templates/gonav/images/europe_s.gif) no-repeat left center; 
       width:10px;
       height:10px; 
}
#air-side-menu ul li .oce {
       background: url(assets/templates/gonav/images/oceania_s.gif) no-repeat left center;
      width:10px;
       height:10px;  
}
#air-side-menu ul li .afr {
       background: url(assets/templates/gonav/images/africa_s.gif) no-repeat left center;
       width:10px;
       height:10px;  
}


/********** BOX E **********/ 

#boxE {
 width:100%;
 clear:both;
 text-align:right;
} 

/*--- footer ---*/
#site-map{
	clear: both;
	float: right;
         color :#821f42;
         
}
#footer{
	clear:both;
	font-weight:bold;
	margin-top : 3px;
         margin-bottom : 10px;
	padding : 13px 3px 3px 0px;
	color:#FFFFFF;
	background-color : #f98aaa;
	width:730;
	text-align:right;
}

