/* 基本設定
================================================== */
* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}
	
body {
	font-family:"ＭＳ ゴシック","sans-serif";
	background:url(/images/bg.gif);
	text-align:center;
	font-size: 12px;
	line-height: 19px;
	color: #000;
	}

a{
	color:#000099;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

h1{
	background:url(/images/logo.gif) no-repeat left top;
	display:block;
	width:196px;
	height:49px;
	margin:30px 0 7px 10px;
	font-size:1px;
	font-color:#fff;
	text-indent:-9999em;
	cursor: pointer;　
}

h2{
	font-size: 12px;
	font-weight: normal;
	margin:15px 0 0 15px;
}

.clear{
	clear:both;
}
.leftBox{
	float:left;
}
.rightBox{
	float:right;
}
.days{
	font-weight:bold;
}

#box{
	overflow: hidden;
	background:url(/images/bg_2.gif) repeat-y center top;
	width:900px;
	margin:0 auto;
	text-align:left;
}
#box:after{
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
}
/*\*/
* html #box{
    height: 1em;
    overflow: visible;
}
/**/




/* ヘッダ・上部ナビ
================================================== */

/* ヘッダ
───────────────────────── */
#header{
	background:url(/images/bg_3.gif) repeat-x left top;
	width:864px;
	height: 100px;
	margin:0 18px;
}

#searchBox{
	background:url(/images/bg_search.gif) no-repeat right top;
	width:192px;
	height:35px;
	margin:15px 0 0 0;
}

#searchBox .searchInput{
	width:111px;
	height:17px;
	margin:6px 0 0 9px;
	float:left;
}
#searchBox .searchBtn{
	float:left;
	margin:7px 0 0 7px;
}

#searchBox a.searchBtn{
background:url(/images/en/btn_search_rol.gif) no-repeat left top;
display:block;
width:54px;
height:19px;
text-decoration:none;
}

#searchBox a.searchBtn:hover{
background:url(/images/en/btn_search_rol.gif) no-repeat left bottom;
display:block;
width:54px;
height:19px;
}

#header .rightBox .langNavi{
	text-align:right;
	margin:15px 16px 7px 0;
}
#header .rightBox .langNavi span{
	line-height:1.2em;
	padding:0 7px;
	border-right:1px solid #000000;
}
#header .rightBox .langNavi span.last{
	border-right:0;
}
#header .rightBox .headNavi{
	background:url(/images/arrow_01.gif) no-repeat left 5px;
	float:left;
	margin-top:55px;
	padding:0 15px;
}


/* トップナビゲーション
───────────────────────── */
#topNavi{
	background:url(/images/bg_4.gif) repeat left top;
	width:864px;
	margin:0 18px;
	padding: 4px 0 3px 0;
}
#topNavi:after{
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
}
/*\*/
* html #topNavi{
    height: 1em;
    overflow: visible;
}
/**/

#topNavi ul{
	padding:0;
	list-style-type: none;
	clear:both;
	width:864px;
}

#topNavi li{
	background:url(/images/arrow_02.gif) no-repeat left 5px;
	float:left;
	list-style-type: none;
	margin:0 0 0 12px;
	padding:0 0 0 15px;
	font-weight: bold;
}

#topNavi li a{
	color:#fff;
	text-decoration:underline;
}

#topNavi li a:hover{
	text-decoration:none;
}

/* フラッシュ
───────────────────────── */
#flashBox{
	width:518px;
	height:320px;
	float:left;
	padding-left:18px;
}


/* 今月のオススメ情報
───────────────────────── */
#monthBox{
	background:url(/images/bg_5.gif) repeat-y center bottom;
	width:346px;
	height:320px;
	float:left;
}
#monthBox h3{
	font-size:1px;
	font-color:#fff;
	text-indent:-9999em;
}

#monthBox a.monthImg{
background:url(/images/en/month_head.gif) no-repeat left top;
display:block;
width:346px;
height:69px;
}

#monthBox a.monthImg:hover{
background:url(/images/en/month_head.gif) no-repeat left bottom;
display:block;
width:346px;
height:69px;

}

#monthBox .adviceBox{
	width:150px;
	float:left;
	padding:5px 0 0 15px;
	color:#fff;
}

#monthBox .adviceBox img{
	border:2px solid #fff;
}

#monthBox .adviceBox h4{
	font-size:12px;
	font-weight:normal;
	padding-top:5px;
}

#monthBox .adviceBox dt{
	background:url(/images/arrow_02.gif) no-repeat left 5px;
	padding-left:10px;
	font-weight: bold;
}
#monthBox .adviceBox dd{
	padding-top:10px;
	color:#ffd9dd;
	font-size:10px;
	line-height:15px;
}

#monthBox .adviceBox a{
	color:#fff;
}
#monthBox .adviceBox a:hover{
	color:#fff;
}


/* メインコンテンツ
================================================== */
#mainLeft{
	width:270px;
	float:left;
	padding:15px 25px 60px 42px;
}
#mainLeft a{
	font-weight:bold;
}
#mainRight{
	width:522px;
	float:left;
	padding:15px 0 60px 0;
}


/* 各カテゴリタイトル部分
───────────────────────── */
#mainRight h3{
	background:url(/images/h3_right_bg.gif) repeat-x top left;
	height:40px;
	color:#fff;
	font-size:14px;
	padding:12px 0 0 39px;
}

#mainRight h3 a{
	color:#fff;
	text-decoration:underline;
}

#mainRight h3 a:hover{
	text-decoration:none;
}

#mainLeft h3{
	background:url(/images/h3_right_bg.gif) repeat-x top left;
	height:40px;
	color:#fff;
	font-size:14px;
	padding:12px 0 0 39px;
}

#mainLeft h3 a{
	color:#fff;
	text-decoration:underline;
}

#mainLeft h3 a:hover{
	text-decoration:none;
}

#mainLeft h4{
	background:url(/images/h4_left_bg.gif) repeat-x top left;
	height:30px;
	color:#000000;
	font-size:14px;
	padding:9px 0 0 16px;
}


/* 左カテゴリ
───────────────────────── */


.cat00common{
	width:270px;
	background-color: #ffffff;
	padding-bottom:10px;
	margin-bottom:13px;
}

.cat00common img{
	text-align: center;
}

.cat00common  a{
	color:#C92335;
	text-decoration:underline;
	font-weight: bold;	
}
.cat00common a:hover{
	text-decoration:none;
}


/* お役立ちナビゲーション
───────────────────────── */

.cat00common h5{
	background:url(/images/arrow_03.gif) no-repeat left 6px;
	padding:5px 0 0 20px;
	font-size: 12px;
	color:#c92335;
}
.cat00common p{
	padding:10px 10px 20px 0;
}


/* 地図・ボタン
───────────────────────── */
.mapNavi a{
	width:61px;
	height:19px;
	margin:0px 1px 3px 0;
	float:left;
	font-size:1px;
	color:#fff;
	text-indent:-9999px;
}
.mapNavi a#area01{
	background:url(/images/en/area_01.gif) no-repeat top left;
}
.mapNavi a#area01:hover{
	background:url(/images/en/area_01.gif) no-repeat bottom left;
}

.mapNavi a#area02{
	background:url(/images/en/area_02.gif) no-repeat top left;
}
.mapNavi a#area02:hover{
	background:url(/images/en/area_02.gif) no-repeat bottom left;
}

.mapNavi a#area03{
	background:url(/images/en/area_03.gif) no-repeat top left;
}
.mapNavi a#area03:hover{
	background:url(/images/en/area_03.gif) no-repeat bottom left;
}

.mapNavi a#area04{
	background:url(/images/en/area_04.gif) no-repeat top left;
}
.mapNavi a#area04:hover{
	background:url(/images/en/area_04.gif) no-repeat bottom left;
}

.mapNavi a#area05{
	background:url(/images/en/area_05.gif) no-repeat top left;
}
.mapNavi a#area05:hover{
	background:url(/images/en/area_05.gif) no-repeat bottom left;
}

.mapNavi a#area06{
	background:url(/images/en/area_06.gif) no-repeat top left;
}
.mapNavi a#area06:hover{
	background:url(/images/en/area_06.gif) no-repeat bottom left;
}

.mapNavi a#area07{
	width:123px;
	background:url(/images/en/area_07.gif) no-repeat top left;
}
.mapNavi a#area07:hover{
	background:url(/images/en/area_07.gif) no-repeat bottom left;
}

.mapNavi a#area08{
	background:url(/images/en/area_08.gif) no-repeat top left;
}
.mapNavi a#area08:hover{
	background:url(/images/en/area_08.gif) no-repeat bottom left;
}

.mapNavi a#area09{
	background:url(/images/en/area_09.gif) no-repeat top left;
}
.mapNavi a#area09:hover{
	background:url(/images/en/area_09.gif) no-repeat bottom left;
}

.mapNavi a#area10{
	background:url(/images/en/area_10.gif) no-repeat top left;
}
.mapNavi a#area10:hover{
	background:url(/images/en/area_10.gif) no-repeat bottom left;
}

.mapNavi a#area11{
	background:url(/images/en/area_11.gif) no-repeat top left;
}
.mapNavi a#area11:hover{
	background:url(/images/en/area_11.gif) no-repeat bottom left;
}

.map_new{
	background:url(/images/en/map_new.gif) no-repeat top left;
	padding-top: 35px;
	width: 490px;
	margin: 0 16px 6px 16px;
}


.map_new ul{
	width:100%;
	list-style-type: none;
}

.map_new li{
	background:url(/images/arrow_01.gif) no-repeat left 5px;
	margin-left:15px;
	padding-left:15px;
	list-style-type: none;
}


/* 右カテゴリ
───────────────────────── */
#cat01area #map_bg {
	background: url(/images/map/map_00.gif) no-repeat center bottom;
}

#cat01area #map{
	width:320px;
	height:303px;
	margin:0 0 0 105px;
}

#cat01area #map .mapNavi{
	width:186px;
	margin-top:4px;
}

#cat01area dt, #cat02ticket dt{
	background:url(/images/arrow_01.gif) no-repeat left 5px;
	margin-left:15px;
	padding-left:15px;
}
#cat01area dd, #cat02ticket dd{
	margin-left:15px;
	margin-bottom:5px;
	padding-left:15px;
}


#cat03estimate, #cat04event, #cat05tour, .cat99common{
	width:522px;
	background-color: #ffffff;
	padding-bottom:10px;
	margin-bottom:13px;
}

#cat01area{
	width:522px;
	background-color: #F4F4F4;
	padding-bottom:10px;
	margin-bottom:13px;
}

.cat99common ul{
	width:100%;
	list-style-type: none;
}

.cat99common li{
	background:url(/images/arrow_01.gif) no-repeat left 5px;
	margin-left:15px;
	padding-left:15px;
	list-style-type: none;
}


#cat03estimate h4{
	font-size: 12px;
	color:#c92335;
}

#cat04event h4{
	font-size: 12px;
	font-weight: normal;
}

#cat04event h4 a{
	color:#C92335;
	text-decoration:underline;
	font-weight: bold;	
}
#cat04event h4 a:hover{
	text-decoration:none;
}
#cat05tour .tourBox h4{
	font-size: 12px;
	font-weight: normal;
}



#cat05tour .tourBox h4 a{
	color:#C92335;
	text-decoration:underline;
	font-weight: bold;
}

#cat05tour .tourBox h4 a:hover{
	text-decoration:none;
}


#cat03estimate{
height:200px;
}
#cat03estimate .leftBox{
	width:181px;
	padding:0 16px;
}
#cat03estimate .leftBox img{
	margin-bottom:10px;
	border:2px solid #c4c4c4;
}
#cat03estimate .leftBox .btn{
	border:0;
}
#cat03estimate .rightBox{
	padding-right:16px;
	width:230px;
}

#cat04event .entry{
	margin:0 16px 15px 16px;
	height:110px;
}
#cat04event .entryLast{
	height:110px;
	margin:0 16px;
}

#cat04event .entry, #cat05tour .entry{
	background:url(/images/line.gif) repeat-x left bottom;
}

#cat04event .leftBox{
	margin-right:8px;
	border:2px solid #c4c4c4;
	width: 134px;
	height: 92px;
}
#cat04event .leftBoxNo{
	background: #c4c4c4;
	color: #ffffff;
	margin-right:8px;
text-align: center;
	width: 134px;
	height: 92px;
}

#cat04event .rightBox{
	background:url(/images/arrow_01.gif) no-repeat left 5px;
	padding-left:15px;
	width:320px;
}

#cat05tour .entry{
	margin:0 16px 10px 16px;
}

#cat05tour .entryLast{
	margin:0 16px;
}

#cat05tour .tourBox{
	background:url(/images/arrow_01.gif) no-repeat left 5px;
	padding: 0 0 0 15px;
}

/* 通訳案内士資格試験
───────────────────────── */

a.tuyaku{
background:url(/images/en/tuyaku.jpg) no-repeat left top;
display:block;
width:270px;
height:170px;
text-decoration:none;
}

 a.tuyaku:hover{
background:url(/images/en/tuyaku.jpg) no-repeat left bottom;
display:block;
width:270px;
height:170px;

}

.tuyaku span{
display: none;
}



/* 下部ナビ　フッタ
================================================== */


/* フットナビ
───────────────────────── */
#footBox{
	width:864px;
	height:44px;
	margin:0 18px 30px 18px;
	border-top:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
}
#footBox .leftBox{
	padding:15px 32px;
}
#footBox .leftBox img{
	float:left;
	padding-right:32px
}
#footBox ul{
	float:left;
	list-style-type: none;
	padding:15px 0 10px 15px;
}
#footBox li{
	line-height:1.2em;
	float:left;
	padding:0 15px;
	border-right:1px solid #000000;
}
#footBox li.last{
	border-right:0;
}
#footBox .rightBox{
	padding:15px 36px 0 0;
}

/* ラストナビ
───────────────────────── */
#lastBox{
	width:864px;
	height:85px;
	margin:10px 18px 0;
}
#lastBox ul{
	float:left;
	list-style-type: none;
	padding-left:20px;
}
#lastBox li{
	font-size:10px;
	line-height:1.2em;
	float:left;
	padding:0 10px;
	border-right:1px solid #000000;
}
#lastBox li.last{
	border-right:0;
}
#lastBox .rightBox{
	padding-right:30px;
}

/* カテゴリページ
================================================== */
/* カテゴリページトップナビゲーション
───────────────────────── */
#cattopNavi{
	background:url(/images/bg_4.gif) repeat-x left top;
	width:864px;
	height:25px;
	margin:0 18px;
}
#cattopNavi p{
	color:#fff;
	padding:4px 0 0 24px;
}

#cattopNavi p a{
	color:#fff;
	text-decoration:underline;
	font-weight: bold;
}

#cattopNavi p a:hover{
	text-decoration:none;
}

/* カテゴリページレイアウト
───────────────────────── */
#catWrap{
	background:url(/images/bg_6.gif) repeat-x left top;
	width:864px;
	height:20px;
	margin:0 18px;
}
#catLeft{
	clear:both;
height: 100%;
	width:210px;
	float:left;
	padding:0 0 0 30px;
margin-bottom: 40px;

}
#catLeft:after{
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
}
/*\*/
* html #catLeft{
    height: 1em;
    overflow: visible;
}
/**/

#catRight{
	width:608px;
	float:left;
	padding:0 0 0 20px;
}

/* カテゴリページナビゲーション
───────────────────────── */


#catLeft ul{	
	list-style-type: none;
	border-bottom:1px solid #cccccc;
	background-color:#f4f4f4;
}
#catLeft li{
height: 100%;
	clear:both;
	line-height:230%;
	border-top:1px solid #cccccc;
	background:url(/images/navi_cat1.gif) no-repeat left top;
	display:block;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	vertical-align: middle;
}
#catLeft li:after{
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
}
/*\*/
* html #catLeft li{
    height: 1em;
    overflow: visible;
}
/**/

#catLeft li span{
	float:left;
	display:block;
	height:auto;
	width: 130px;
padding-left: 28px;
}




#catLeft li a{
	color:#000000;
	font-weight:bold;

}
#catLeft li a:hover{
	background-color:#ffe6e6;
	color:#c92335;
}


#catLeft .subcategories a{
}

#catLeft .subcategories{
	display:block;
	vertical-align: middle;
background: none
}
#catLeft  .subcategories  span{
	height:auto;
	float:left;
	display:block;
	width: 130px;
padding: 0;
}

#catLeft li img{
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}

#catLeft li div ul{
	border-top:0px;
	border-right:0px;
	border-left:0px;
	border-bottom:0px;
}
#catLeft li div li{
	display:block;
	height:auto;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
	border-top:1px solid #cccccc;
	vertical-align: middle;
	background:url(/images/arrow_01.gif) no-repeat 23px
}

* html #catLeft li div li{
	height:29px;
}

#catLeft li div li span{
	height:auto;
	width: 170px;
	padding-left: 36px;
	display:block;
	float: left;
}

/* カテゴリページナビゲーションバナー
───────────────────────── */
#catLeftbnr{
	margin:20px 0 30px;
}
#catLeftbnr img{
	margin:0 0 10px 0;
	border:0;
}

/* カテゴリページコンテンツ
───────────────────────── */
#catRight h3{
	height:40px;
	color:#fff;
	font-size:16px;
	padding:12px 0 0 10px;
	background:url(/images/cat_00common.gif) no-repeat top left;

}

/* 各カテゴリコンテンツタイトル部分
───────────────────────── */



/* カテゴリページエントリータイトル
───────────────────────── */
#catRight .entrytitles{
	border-top:1px solid #c92335;
	border-bottom:2px solid #c92335;
	margin: 5px 10px 18px;
	line-height:2.0em;
	padding:0 10px;
}
#catRight .entrytitles p{
	font-weight:bold;
}
#catRight .entrytitles h4{
	color:#c92335;
	font-size:14px;
}

/* カテゴリページエントリー
───────────────────────── */
#catRight .entryWrap{
	padding:0 10px 40px;
}

#catRight .entryWrap2{
	padding:0 10px 20px;
}

#catRight .entryWrap .photoBox{
	margin:0 10px;
}

#catRight .entryWrap .photoBox img{
	margin-right:10px;
}

#catRight .entryWrap h5{
	background-color:#ffe6e6;
	padding:1px 10px;
	margin-bottom:5px;
}

#catRight .entryWrap p{
	margin:0 10px 15px;
}

/* カテゴリページ、ページTOPへ
───────────────────────── */
.gotoTop{
	text-align:right;
}
.gotoTop a{
	color:#c92335;
	text-decoration:underline;
}
.gotoTop a:hover{
	text-decoration:none;
}

/*検索結果
================================================== */

#searchResults  .searchInput{
	width:300px;
	height:17px;
	margin:6px 0 0 0;
	float:left;
}


#searchResults .searchBtn{
	float:left;
	margin:7px;
}

#searchResults p{
	clear:both;
}
