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

/*------- 共通設定 -------*/
body{
	color:#555;
	background-color:#f2faff;
/*	font-family: "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height:130%;
}


.center{
	margin:0 auto;
}

.t_center{
	text-align:center;
	margin:0 auto;
}

.clear{
	clear:both;
}


/*------------ エリア、ブロック ------------*/
/*-- bg --*/
#base{
	background:url(../img/bg.gif) repeat-y;
	width:1040px;
	margin:0 auto;
}

/*-- 旅たまグロバールメニュー --*/
#head{
	width:1000px;
	margin:0 auto;
	}



/*-- main_area --*/
#main{
	padding:0 10px;
	width:1040px;
	margin:0 auto;
	}

#main #area{
	width:970px;
	margin-top:3px;
	}

.t_right{
	text-align:right;
	margin-bottom: 20px;
}


.float_l{ float:left; }
.float_r{ float:right; }
.clear{ clear:both; }
	
	
	

/*-- 検索box ----------------------------------------------*/
#main #area #search_box{
	width:290px;
	line-height:210%;
/*	height:324px;*/
	float:left;
	height:294px;
	padding:15px 20px;
	background-color:#faeab3;
	}

#main #area #search_box .litm{
	width:75px;
	font-weight:bold;
	display:block;
	float:left;
	}

#main #area #search_box hr{
	border: 1px #e8d69c solid;
	margin:5px 0 10px;
	}

#main #area #visual{
	width:640px;
	float:right;
	height:324px;
	background-color:#eee;
	}
	
#main #area #search_box #depa_date_wrap{
/*	height:50px;*/
	margin:0 0 7px;
	background-color:#faeab3;
	}
#main #area #search_box #depa_kw_wrap{
/*	height:50px;*/
	margin:0 0 7px;
	background-color:#faeab3;
	}


/*-- メインエリア -----------------------------------------*/

#main #area #main_l{
	width:676px;
/*	height:1000px;*/
	float:left;
	}
	

#main #area #main_r{
	width:280px;
	float:left;
	margin-left: 14px;
	}
	

/*----フッタ-------------------------------------------*/

#footer{
	text-align:center;
	}


/*-------- フォント設定 --------*/
#navi{
 margin:5px 0;
 font-size:9pt;
}


 
h1{
	color:#0f3882;
}

h2{
	color:#374a86;
	font-weight:bold;
	font-size:11pt;
}

h2 a{ color:#555; text-decoration:none; }
h2 a:link { color:#555; text-decoration: none; }
h2 a:visited { color: #374a86; text-decoration: none; }
h2 a:hover { color: #DA4A7B; text-decoration:none; }




h3{
	color:#c00;
	font-weight:bold;
	margin-bottom:0.5em;
}

h4{
	color:#0f3882;
	font-weight:bold;
	margin-bottom:5px;
}

h5{
	color:#374a87;
	font-weight:bold;
	margin-bottom:5px;
	font-size:12pt;
}

.pink{ color:#da4a7b;}
.red{ color:#c00; }
.gray{ color:#555;}
.blue{ color:#374a86;}
.yellow{ color:#f8b500; }
.bold{ font-weight:bold}


.size6{	font-size:6pt; }
.size7{	font-size:7pt; }
.size8{	font-size:8pt; }
.size8_5{	font-size:8.5pt; }
.size9{	font-size:9pt; }
.size10{	font-size:10pt; }
.size11{	font-size:11pt; }
.size12{	font-size:12pt; }


/*--------- indent/marginなどの設定 ---------*/
.indent{ padding-left:1em; }
.indent0{ padding-left:1em; text-indent:-1em; }
.indent2{ padding-left:4em; text-indent:-4em; }

.text_left{ text-align:left; }
.text_center{ text-align:center; }
.text_right{ text-align:right; }

.margin_tb3{ margin:3px 0; }
.margin_tb6{ margin:6px 0; }

.margin_b15{ margin:0 0 15px; }
.margin_b30{ margin:0 0 30px; }

.margin_t5{ margin-top:5px; }
.margin_t12{ margin-top:12px; }
.margin_t15{ margin-top:15px; }
.margin_t20{ margin-top:20px; }
.margin_t50{ margin-top:50px; }

.padding_t10{ padding-top:10px; }
.padding_t5b10{ padding:7px 0 5px; }
.bg_white{background-color:#FFF;}



/*-------- リンクの設定 --------*/

a{ text-decoration : none;}
a:link { color: #06c; text-decoration: underline; }
a:visited { color: #06c; text-decoration: underline; }
a:hover { color: #06c; text-decoration:none; }


/*--new tour rss--*/
ul.block_tour{
	margin-bottom:15px;
	padding-left:6px;
	}

.block_tour .type{
	display:block;
	float:left;
	width:12%;
	}
.block_tour .title{
	display:block;
	float:left;
	width:64%;
	}
.block_tour .price{
	display:block;
	float:right;
	width:19%;
	color:#c00;
	}
