@charset "UTF-8";
@import "cojp_font.css";
@import "cojp_ad.css";
@import "cojp_sidenavi.css";
@import "tabisuke_rss.css";
@import "cojp_h2icons.css";
/* CSS Document */


/* --------------もくじ--------------------------------- */

/* ①全体定義（枠・ぱんくず） */
/* ②ヘッダーフッター背景 */
/* ⑤ページトップへリンク 仕切り線*/
/* ⑦２カラム枠 */
/* ⑧コンテンツ枠 */


/* \*/
* html div, * html p{
 height:1%;
 }
/* */


/* ////////////////////////////////①全体定義（枠・ぱんくず）//////////////////////////////// */


/* ---------------------------------------------------------
全体の定義
--------------------------------------------------------- */
body {
	color:#423113;
	line-height:1.2em;
	font-family:"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	color: #333333;
	margin:0;
	padding:0;
}

* html body{
/* for WInIE6 */
	font-size:75%;
	font-family:Verdana, "ＭＳ Ｐゴシック",sans-serif;
	line-height:1.5em;
 }

*;first-child+html body{
/* for WInIE7 */
	font-size:75%;
	font-family:"メイリオ",Meiryo,sans-serif;
	line-height:1.5em;
 }

img {
	border-style: none;
}

a:link { color:#000099; text-decoration: underline; }
a:visited { color: #0033CC; text-decoration: underline; }
a:active { color: #0033CC; text-decoration: none; }
a:hover { color: #0033CC; text-decoration: none; }


.clear_all { clear:both; margin:0; padding:0;}
.space10 { clear:both; margin:10px 0 0 0; padding:0;}
.bold { font-weight:bold; }
.shift-left { float:left;}
.shift-right { float:right;}
.left { text-align:left;}
.right { text-align:right;}
.center { text-align:center;}


/* ---------------------------------------------------------
各枠
--------------------------------------------------------- */

#wrapper {
	float:none;
	height: auto;
	width: 1004px;
	margin: 0px auto;
	padding:0;
	background:#FFFFFF;
	border-right:#999999 solid 1px;
	border-left:#999999 solid 1px;
}

#contents {
	float:right;
	height: auto;
	width: 787px;
	margin:0;
	padding:0;
	text-align:left;
}

#contents {/*IE6対策*/
	_width:785px;
	_float:none;
}


/* ---------------------------------------------------------
3カラム用
--------------------------------------------------------- */

/* 3カラムメイン*/
#main {
	float:left;
	height: auto;
	width: 472px;
	padding:0 2px 0 0;
	margin:10px 0 10px 4px;
	/*background:#FFFFFF url(/com_img/h_f/main_bg.gif) repeat-y right;*/
}

#main {/*IE6対策*/
	_width: 470px;
	_padding:0 2px 0 0;
	_margin:10px 0 10px 0;
}


/* ---------------------------------------------------------
2カラム　左がメイン用
--------------------------------------------------------- */

/* 2カラム_左がメインカラムの場合 2009.12.21追記*/
#main2 {
	float:left;
	height: auto;
	width: 472px;
	padding:0 2px 0 0;
	margin:0 0 10px 2px;
}

/* IE6対策*/
#main2 {_width:473px;
		_margin:0;
		_padding:0;
		_float:left;
		}


/* 2カラムメイン_左がメインカラムの場合 2009.12.21追記*/
.main_column2{
	width:692px;
	height:auto;
	margin:0 3px 0 2px;
	padding:0;
	float:left;
	background:#FFFFFF url(/com_img/h_f/main_bg.gif) repeat-y right;
	}
	
/* ---------------------------------------------------------
2カラム　右がメイン用
--------------------------------------------------------- */
/* 2カラムメイン*/
.2column_main{
	width:780px;
	height:auto;
	margin:10px 0;
	padding:0;
	}
	
	
/* ---------------------------------------------------------
1カラム用
--------------------------------------------------------- */

/*1カラムメイン*/
.main_column1{
	width:984px;
	height:auto;
	margin:10px auto;
	padding:0;
	}
	
.main_column1_ad{
	width:984px;
	height:auto;
	margin:10px;
	padding:0;
	}
	
div.main_column1_ad div.left_module{
	float:left;
	margin-left:10px;
	padding:0;/*2009.09.15追記*/
	}
	
	
/* ---------------------------------------------------------
上段のみ300ADがある場合
--------------------------------------------------------- */
		
/* 上段のみ300ADがある場合*/
.main_ad {
	float:left;
	height: auto;
	width: 472px;
	padding:0 2px 0 0;
	margin:10px 4px 10px 0;
}

.main_ad_l {
	float:left;
	height: auto;
	width: 300px;
	padding:0;
	margin:10px 0 10px 0;
}


/* ---------------------------------------------------------
左右ナビ
--------------------------------------------------------- */

/* 右ナビ*/
#r_navi{
	float:right;
	height: auto;
	width: 300px;
	margin: 5px 1px 5px 3px;
	padding: 0;
}

/* 右ナビ 2カラム用*/
#r_navi2{
	float:right;
	height:auto;
	width:300px;
	margin: 0 4px 5px 0;
	padding: 0;
}

*:first-child+html #r_navi2 { margin: -17px 4px 5px 0; } /* IE7用*/
#r_navi2 { _margin: -17px 0 5px 0; } /* IE6用*/


/* 左ナビ*/
#l_navi{
	float:left;
	height:auto;
	width:200px;
	margin:0px 7px 5px 0px;
	padding:0;
}

	
	
/* ---------------------------------------------------------
パンくず
--------------------------------------------------------- */
#pankuzu {
	width: 999px;
	font-size: 12px;
	margin: 0;
	padding:0 0 3px 5px;
	text-align: left;
	background: #eeeeee;
	line-height: 20px;
	height: 20px;
}




/* ////////////////②ヘッダーフッター背景//////////////////////////////// */


/* ---------------------------------------------------------
Global Header
--------------------------------------------------------- */
#g_header {
	width: 100%;
	height: 28px;
	margin: 0;
	padding:0;
	background:#FFFFFF url(/com_img/global/header_bg.gif) repeat-x;
	border-bottom:3px solid #FF0000;	
	}
	
#g_header a:link {color:#666666; font-weight:bold; font-size:12px;}
#g_header a:visited { color: #999999; text-decoration: underline }
#g_header a:active {color:#CCCCCC; font-weight:bold; font-size:12px;}
#g_header a:hover {color:#CCCCCC; font-weight:bold; font-size:12px;}

#g_header_left {
	float:left;
	margin:0;
	padding:0;
	width:215px;
}

#g_header_left img {
	width:215px;
}

#g_header_right {
	float:right;
	margin:0;
	padding:0;
	width:auto;
	height: 17px;
	text-align:right;
}

#g_menus {
	width:auto;
	height: 22px;
	margin:5px 5px 0 5px;
}

#g_menus ul {
	display:block;
	margin:0px;
	padding:0px;
	height:17px;
}

#g_menus ul li {
	padding:0px 0px 5px 2px;
	margin:0;
	display:inline;
	list-style:none;
	line-height:17px;
	font-size:12px;
	font-weight:bold;
}


/* ---------------------------------------------------------
co.jp内ヘッダー
--------------------------------------------------------- */
/*#header {
	width: 1004px;
	height: 67px;
	margin:0;
	padding: 0;
	background:url("/com_img/h_f/header_bg.jpg") no-repeat;
}*/

/*#header .header_l {
	float:left;
	width:220px;
	height:60px;
	margin:0;
	padding: 0;
	border:0;
}

#header .header_u {
	float:left;
	width:780px;
	height:34px;
	margin:0;
	padding: 0;
}

#header .header_u img{/* 20091225 
	vertical-align:middle;
}


#header .header_u p.tx {
	float: left;
	color: #333333;
	font-size:11px;
	width: 440px;
	margin: 2px 0px 0px 20px;
	padding: 0;
	line-height: 15px;
	height: 22px;
}
#header .header_u p.tx a{/* 20100106 
	font-family:"ＭＳ Ｐゴシック",sans-serif;
	_font-family:Arial, "ＭＳ Ｐゴシック",sans-serif;
}



#header .header_u ul.tx_size {
float: right;
width: 271px;
height: 20px;
line-height: 20px;
margin: 2px 5px 2px 0;
padding: 0;
font-size:10px;
background:url(/com_img/h_f/header_sitemap.gif) no-repeat;
list-style:none;
font-weight:bold;
}

#header .header_u ul.tx_size a:link { color:#666666; text-decoration: underline }
#header .header_u ul.tx_size a:visited { color: #666666; text-decoration: underline }
#header .header_u ul.tx_size a:active { color:#FFFFFF; text-decoration: none ;}
#header .header_u ul.tx_size a:hover { color:#FFFFFF; text-decoration: none ;}

#header .header_u ul.tx_size li.sitemap{
float: left;
width:80px;
height:14px;
text-align:center;
margin:0;
padding:1px 0 0 17px;
}

#header .header_u ul.tx_size li.beginner{
float: left;
width:80px;
height:14px;
text-align:center;
margin:0;
padding:1px 0 0 5px;
}

#header .header_u ul.tx_size li.rss{
float: left;
width:80px;
height:14px;
text-align:center;
margin:0;
padding:1px 0 0 5px;
}

#header .header_u ul.tx_size li a:link { color:#666666; text-decoration: none }
#header .header_u ul.tx_size li a:visited { color: #666666; text-decoration: none }
#header .header_u ul.tx_size li a:active { color:#666666; text-decoration: underline ;}
#header .header_u ul.tx_size li a:hover { color:#666666; text-decoration: underline ;}

#header .header_b {
	float:left;
	width:780px;
	height:33px;
	margin:0;
	padding: 0;
}

#header .header_b ul.menu{
	margin:0;
	padding: 0;
}

#header .header_b ul.menu li{
	float:left;
	width:130px;
	height:33px;
	list-style:none;
	margin:0;
}

#header .header_b ul.menu li a{
	width:116px;
	height:33px;
	margin:0;
	padding: 0 0 0 14px;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	line-height:28px;
	text-align:center;
	display:block;
}

#header .header_b ul.menu li a:link { color:#000000; text-decoration: none ;}
#header .header_b ul.menu li a:visited { color: #000000; text-decoration: none ;}
#header .header_b ul.menu li a:active { color:#000000; text-decoration: underline ;}
#header .header_b ul.menu li a:hover { color:#000000; text-decoration: underline ;}
*/


/* ---------------------------------------------------------
Footer
--------------------------------------------------------- */
/*#footer {
	width: 1004px;
	height:50px;
	margin: 0px;
	padding: 10px 0 0 0;
	background:#FFFFFF url(/com_img/h_f/footer_bg.jpg) no-repeat;
	font-size:12px;
	display:block;
	clear:both;
	text-align:center;
	}
*/
	

/* --新Footer　リンク（適用後上記の古いのは削除すること　2009.12.8追記-- */

div.footer_link_bg {
	width: 950px;
	height: auto;
	margin: 0;
	padding: 10px 0 0 54px;
	clear:both;
	}
	
table.footer_link {
	width: 810px;
	height: auto;
	margin: 0 0 0 40px;
	padding: 0;
	font-size:10px;
	clear:both;
	text-align:left;
	}
	
table.footer_link tr td.title{
	font-weight:bold;
	padding:0;
	margin:0;
	}
	
table.footer_link tr td.ss{
	width:140px;
	}
	
table.footer_link tr td.s{
	width:155px;
	}
	
table.footer_link tr td.m{
	width:175px;
	}
	
table.footer_link tr td.l{
	width:185px;
	}

table.footer_link tr td{
	padding:1px 2px;
line-height:1.6;
	}
	
table.footer_link a:link { color:#666666; text-decoration: none }
table.footer_link a:visited { color: #666666; text-decoration: none }
table.footer_link a:active { color:#666666; text-decoration: underline ; }
table.footer_link a:hover { color:#666666; text-decoration: underline ;}

div.search{
	width:100%;
	height:30px;
	padding:0;
	margin:5px 0 0 0;
	text-align:center;
	clear:both;
	}
	
div.footer_icon{
	width:98%;
	height:30px;
	text-align:right;
	padding:0;
	margin:0 0 5px 0;
	clear:both;
	}
	
div.footer_icon a:hover img{
	opacity:0.8;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: #fff;
	} 



/* /////////////④H1 H2//////////////////////////////////////// */

h1.title{
	font-size:16px;
	padding:0 10px 10px 0;
	margin:0;
	height:25px;
	line-height:25px;
	border-bottom:#CCCCCC dotted 1px;
	border-top:none;
	}

h2.title_info {
	font-size:14px;
	width:432px;
	height: 24px;
	line-height:24px;
	margin:0 0 5px;
	padding:0 0 0 25px;
	background:url(/com_img/h/t_info.gif) no-repeat;
	}
	
h2.title_info a:link { color:#333333; text-decoration: underline }
h2.title_info a:visited { color: #333333; text-decoration: underline }
h2.title_info a:active { color:#333333; text-decoration: none ; }
h2.title_info a:hover { color:#333333; text-decoration: none ;}
	
	
/* /////////////④ページ下　モジュール//////////////////////////////////////// */

/* モジュール枠　背景白 Mサイズ*/

div.m_module {
	width:455px;
	height: auto;
	margin:5px 0 5px 0;
	padding:5px;
	border:#CCCCCC solid 1px;
	list-style:none;
	font-size:12px;
	line-height:130%;
	}

/* モジュール枠　背景白　Lサイズ*/

div.l_module {
	width:760px;
	height: auto;
	margin:5px 0 5px 0;
	padding:5px;
	border:#CCCCCC solid 1px;
	list-style:none;
	font-size:12px;
	line-height:130%;
	}

/* モジュール枠　背景白 ハーフサイズ*/

div.h_module {
	width:370px;
	height: auto;
	margin:5px 0 5px 2px;
	padding:3px;
	border:#CCCCCC solid 1px;
	list-style:none;
	font-size:12px;
	line-height:130%;
	}
	
	
/* モジュール枠　背景白　Sサイズ*/

div.s_module {
	width:280px;
	height: auto;
	margin:5px 0 5px 0;
	padding:5px;
	border:#DDDDDD solid 4px;
	list-style:none;
	font-size:12px;
	line-height:130%;
	text-align:center;
	}


/* モジュール枠　背景黄色　Mサイズ*/
	
div.m_module_y {
	width:457px;
	height: auto;
	margin:5px 0 0 0;
	padding:5px 0 0 0;
	list-style:none;
	font-size:12px;
	line-height:130%;
	overflow:hidden;
	/*background-color:#fbfaf1;
	border:#CCCCCC solid 1px;
*/
	}

	
/* モジュール枠　背景黄色　Lサイズ*/
	
div.l_module_y {
	width:760px;
	height: auto;
	margin:5px 0 5px 0;
	padding:5px;
	border:#CCCCCC solid 1px;
	list-style:none;
	font-size:12px;
	line-height:130%;
	/*background-color:#fbfaf1;*/
	}

/* モジュール枠　背景黄色 ハーフサイズ*/

div.h_module_y {
	width:370px;
	height: auto;
	margin:5px 0 5px 0;
	padding:5px;
	border:#CCCCCC solid 1px;
	list-style:none;
	font-size:12px;
	line-height:130%;
	background-color:#fbfaf1;
	}
	
/* モジュール枠　背景水色 Sサイズ*/

div.s_module_y {
	width:330px;
	height: auto;
	margin:5px 0 5px 0;
	padding:5px;
	border:#CCCCCC solid 1px;
	list-style:none;
	font-size:12px;
	line-height:130%;
	background-color:#ecf5f9;
	}
		
	
/* /////////////④ページトップへリンク・ドット仕切り線//////////////////////////////////////// */

/* ---------------------------------------------------------
ページトップへリンク
--------------------------------------------------------- */
.gotop_m {
	font-size: 12px;
	text-align:right;
	width: 460px;
	margin:10px 5px 0 0;
	font-weight:bold;
}

.gotop_l {
	font-size: 12px;
	text-align:right;
	width: 777px;
	margin:10px 5px 0 0;
	font-weight:bold;
}


/* ---------------------------------------------------------
次のページリンク
--------------------------------------------------------- */	
.link_page {
	width:460px;
	height:auto;
	margin:0 0 5px 5px;
	padding:0;
	font-size:12px;
	line-height:130%;
}

.link_page p.left{
	float:left;
}

.link_page p.right{
	float:right;
}

.link_page p.center{
	text-align:center;
}



/* ---------------------------------------------------------
下線ドット
--------------------------------------------------------- */
p.line{
	width:auto;
	height:auto;
	border-bottom:1px #999999 dotted;
	margin:2px 0;
	padding:0 5px;
	clear:both;
	}
	


/* /////////////⑧枠//////////////////////////////////////// */
	
/* ---------------------------------------------------------
425枠
--------------------------------------------------------- */	
.box425 {
	width:425px;
	height:auto;
	margin:0 0 5px 10px;
	padding:0;
	font-size:12px;
	line-height:130%;
	list-style:none;
}

.box425 p{
	width:425px;
	height:auto;
	margin:5px;
	padding:0;
	font-size:12px;
	line-height:130%;
}


/* ---------------------------------------------------------
460枠
--------------------------------------------------------- */	
.box460 {
	width:460px;
	height:auto;
	margin:5px 0 5px 5px;
	padding:0;
	font-size:12px;
	line-height:130%;
	list-style:none;
}

.box460 p{
	width:455px;
	height:auto;
	margin:5px;
	padding:0;
	font-size:12px;
	line-height:130%;
}


/* ---------------------------------------------------------
770枠
--------------------------------------------------------- */	
.box770 {
	width:765px;
	height:auto;
	margin:0 0 5px 5px;
	padding:0;
	font-size:12px;
	line-height:130%;
	list-style:none;
	clear:both;
}

.box770 p{
	width:765px;
	height:auto;
	margin:5px;
	padding:0;
	font-size:12px;
	line-height:130%;
}


/* ---------------------------------------------------------
360枠
--------------------------------------------------------- */	
.box360 {
	width:360px;
	height:auto;
	margin:0 0 5px 5px;
	padding:0;
	font-size:12px;
	line-height:130%;
	list-style:none;
}


/* ---------------------------------------------------------
250枠
--------------------------------------------------------- */	
.box250 {
	width:250px;
	height:auto;
	margin:0 0 5px 3px;
	padding:0;
	font-size:12px;
	line-height:130%;
	list-style:none;
}


/* ---------------------------------------------------------
お知らせアイコン
--------------------------------------------------------- */
	
ul.info_box{
	width:auto;
	height:auto;
	margin:0 0 0 5px;
	padding:0;
	list-style:none;
	}
	
li.info{
	list-style:none;
	background:url(/com_img/h/i_info.gif) no-repeat left;
	padding:2px 0 0 15px;
	margin:0;
	}


/* ---------------------------------------------------------
→アイコン
--------------------------------------------------------- */
	
ul.arrow_box{
	width:auto;
	height:auto;
	margin:0 0 0 5px;
	padding:0;
	list-style:none;
	}
	
li.arrow{
	list-style:none;
	background:url(/com_img/side/i_arrow.gif) no-repeat left;
	padding:2px 0 0 15px;
	margin:0;
	}


/* ---------------------------------------------------------
ブログインクルード
--------------------------------------------------------- */
dt.a_photo{
	width:100px;
	height:auto;
	float:left;
	margin:0 5px 0 0;
	padding:0;
	}
	
	
dd.a_article {
	width:340px;
	height:auto;
	float:left;
	margin:0 5px 0 0;
	padding:0;
	font-size:12px;
	line-height:125%;
	}

dd.a_article h3 {
	width:auto;
	line-height:130%;
	padding:0;
	margin:0;
	font-size:12px;!important
	}
	
dd.a_article h3 img{
	padding:0 3px 0 0;
	}
	
	
/* ---------------------------------------------------------
BBSインクルード
--------------------------------------------------------- */
div.r_bbs  {
	width:auto;
	height:auto;
	margin:0 auto 5px auto;
	padding:0 0 0 3px;
	font-size:12px;
}

div.r_bbs a {
	font-size:12px;
	line-height:22px;
	background:url(/com_img/side/i_bbs.jpg) left no-repeat;
	padding-left:23px;
	display:block;
}


input.newEntry {
	/*background-color:#DE342C;*/
	background:url(/com_img/b_bbs_bg.gif) repeat-x ;
	width:90%;
	color:#FFFFFF;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	padding:5px 0px;
	margin-top:15px;
	margin-bottom:10px;
	clear:both;
}

div.r_bbs div.mile{
	width:271px;
	height:60px;
	clear:both;
	padding:0;
	margin:5px auto;
	text-align:center;
	}
	
div.r_bbs div.mile a{
	background:none;
	padding:0;
	margin:5px auto;
	}
	
div.mile{
	width:271px;
	height:60px;
	clear:both;
	padding:0;
	margin:5px auto;
	text-align:center;
	}
	
div.mile a{
	background:none;
	padding:0;
	margin:5px auto;
	}


/* ---------------------------------------------------------
パーツ
--------------------------------------------------------- */
.calc{
width:310px;
}


/* ---------------------------------------------------------
旅のパーツ用
--------------------------------------------------------- */
p.parts_title {
    clear: both;
    height: 37px;
    margin: 10px auto 0 auto;
    padding: 0;
    width: 778px;
}

div.parts_box {
    border: 1px solid #CCCCCC;
    height: auto;
    margin: 0 auto 10px;
    padding: 0 0 10px;
    width: 776px;
}

h2.arrow_search{
	width:746px;
	height:22px;
	background:url(/com_img/search/parts_arrow.gif) #dddddd no-repeat left;
	font-size:14px;
	line-height:22px;
	padding:0 0 0 30px;
	margin:5px 0;
	clear:both;
	line-height:22px;
	}
	
h2.arrow_search a:link { color:#000000; text-decoration: none }
h2.arrow_search a:visited { color: #000000; text-decoration: none }
h2.arrow_search a:active { color:#000000; text-decoration: underline ; }
h2.arrow_search a:hover { color:#000000; text-decoration: underline ;}


h2.arrow_search p.link{
	font-weight:normal;
	margin:0 0 0 10px;
	padding:0;
}

h2.arrow_search p{
	float:left;
}

/* ホテル用タイトル */

h2.arrow_search p{
	font-weight:normal;
	margin:0 0 0 7px;
	padding:0;
	float:left;
}

h2.arrow_search p.title {font-size:14px; font-weight:bold; margin:0;}
h2.arrow_search p.title a:link { color:#000000; text-decoration: none ; }
h2.arrow_search p.title a:visited { color: #000000; text-decoration: none ; }
h2.arrow_search p.title a:active { color:#000000; text-decoration: underline ; }
h2.arrow_search p.title a:hover { color:#000000; text-decoration: underline ;}

h2.arrow_search p.link{ font-size:12px;}
h2.arrow_search p.link a:link { color:#000000; text-decoration: underline ; }
h2.arrow_search p.link a:visited { color: #000000; text-decoration: underline ; }
h2.arrow_search p.link a:active { color:#000000; text-decoration: none ; }
h2.arrow_search p.link a:hover { color:#000000; text-decoration: none ;}



/* 保険用 */	
table.hoken {
	width:auto;
	height:20px;
	margin:0 0 0 5px;
	padding:0;
	font-size:12px;
}

table.hoken td.title{
	width:40px;
	font-weight:bold;
	text-align:center;
	font-size:12px;
	background:url(/com_img/search/title_bg.gif) repeat-x ;
}


/* ABroadボタン用枠 */	
.box115 {
	width:105px;
	height:auto;
	margin:5px 0 5px 3px;
	padding:0;
	font-size:12px;
	line-height:130%;
	list-style:none;
	float:left;
}



/* 下線ドット */
p.line{
	height:5px;
	border-bottom:1px #999999 dotted;
	margin:2px 0 5px 0;
	padding:0 5px;
	clear:both;
	}
	
/* 背景色 */
.title_or{
	background:#FFCC33;
	color:#000000;
	font-size:12px;
	padding:3px;
	margin:0 3px;
	font-weight:bold;
	}

/* タイトル下線 */
.module_dotline {
	font-size:12px;
	font-weight:bold;
	width:auto;
	height:auto;
	margin:5px 0;
	padding:0;
	color:#666666;
	border-bottom:#666666 1px dotted;
	}
	
/* ABroad用360枠 */
div.m_top10{
	padding:10px 0 0 0;
}

.ab360 {
	width:370px;
	height:auto;
	margin:0 0 5px 12px;
	padding:0;
	font-size:12px;
	line-height:135%;
	float:left;
}

* div.ab360{/* for WInIE6 */
	margin:0 0 5px 7px;
 }
 
.ab360 p img{
	margin:-3px 2px -3px 0;
	padding:0;
}

.ab360 p{
	margin:0;
	padding:0;
}

.ab360 p.tour_b{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	font-size:12px;
	line-height:130%;
}

div.ab360 h3{
	width:340px;
	height:30px;
	line-height:30px;
	padding:0 0 0 30px;
	margin:5px 0;
	font-size:12px;
	}
	
div.ab360 h3.tour{ background:url(/com_img/search/parts_tour.jpg) left no-repeat; }
div.ab360 h3.hotel{ background:url(/com_img/search/parts_hotel.jpg) left no-repeat; }

#contents div.ab360 h3 a:link { color:#000000; text-decoration: underline }
#contents div.ab360 h3 a:visited { color: #000000; text-decoration: underline }
#contents div.ab360 h3 a:active { color:#000000; text-decoration: none ;}
#contents div.ab360 h3 a:hover { color:#000000; text-decoration: none ;}


/* 旅のパーツ用下のブログ用枠 */
div.blog_box{
	width:763px;
	margin:0 auto;
	padding:0;
}