@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS P Gothic', Verdana, sans-serif;
	font-size: 12px;
}
/* リンク */
a {
	text-decoration:underline
}
a,a:link,a:hover {
	font-style:normal;
}
a:link,a:visited,a:hover,a:active {
	text-decoration:none;
}
a:link {
	color:#000099
}
a:visited {
	/*color:#900*/
}
a:hover {
	color:#0000ff
}
a:active {
	color:#333
}
a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p{
	font-size: 12px;
	line-height: 1.5em;
}
h1{
	font-weight: bold;
	font-size: 13px;
	padding-top: 42px;
	padding-left: 5px;
	float: left;
}
/* 画像の角丸 */
#main_screen img,#SelectBanners img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/*/////////// ラッパー ///////////*/
#wrapper{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	-webkit-box-shadow: 0 0 5px #666;
	-moz-box-shadow: 0px 2px 5px #666;
	padding-right: 10px;
	padding-left: 10px;
}
#wrapper .clearboth{
	clear: both;
}
#TopixFeed{
	height: 20px;
	clear: both;
}
#TopixFeed ul{
	line-height: 18px;
	width: 950px;
}
#TopixFeed li{
	display:inline;
	color: #0000FF;
}
/* liScroll style declarations */
.tickercontainer { /* the outer div with the black border */
      width: 950px;
      margin: 0;
      padding: 0;
      overflow:hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
      position: relative;
      left: 0px;
      top: 0px;
      width: 950px;
      overflow: hidden;
}
ul.newsticker { /* that's your list */
      position: relative;
      left: 580px;
      list-style-type: none;
      margin: 0;
      padding: 0;
}
ul.newsticker li {
      float: left; /* important: display inline gives incorrect results when you check for elem's width */
      margin: 0;
      padding: 0;
}
ul.newsticker span {
      margin: 0 40px 0 0
}
.newticker,
.mask,
.tickercontainer{ z-index:-1; }
/*緊急メーッセージ*/
#emergency{
	background-color: #FFFFFF;
	padding: 3px 10px;
	clear: both;
	border: 1px solid #999;
	margin-bottom: 5px;
}
#emergency p{
}
#emergency .tit_e{
	font-weight: bolder;
}
/*/////////// 上段エリア ///////////*/
#TopInfoWrapper{
	width: 950px;
	clear: both;
}
/* レフトカラム */
#TopLeftColumn{
	float: left;
	width: 238px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(common/css/ie-css3.htc);
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color:#fff;
	background-image: url(../images/back/stripe_eeeeef.png);
	background-repeat: repeat;
	clear: both;
	height: 785px;
	margin-bottom: 10px;
}
#TopLeftColumn h2{
	font-size: 13px;
	height: 20px;
	background-image: url(../images/back/topleft_h2.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 5px;
	padding-left: 23px;
	padding-top: 3px;
}
#TopLeftColumn h3{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	background: #e0e0e0 url(../images/back/area-top-arrow.gif) no-repeat right;
}
#TopLeftColumn h3 span {
	font-size: 86%;
	letter-spacing: 0em;
	color: #555;
	font-weight: normal;
}
#TopLeftColumn a:hover{
	background-color:#FFE0E3;
}
#TopLeftColumn li{
	display:inline;
	padding-left: 8px;
	list-style-type: square;
	line-height: 1.4em;
}
#TopLeftColumn ul.non-float li{
	display:block;
	padding-left: 10px;
	list-style-type: square;
	line-height: 1.6em;
}
#TopLeftColumn .area_top{
	font-weight: bold;
	padding-top: 3px;
}
#TopLeftColumn .tit_honto,#TopLeftColumn .tit_group{
	border-left: 10px solid #9F1B2A;
	color: #5C0E17;
	margin-bottom: 3px;
}
#TopLeftColumn .tit_rito{
	border-left: 10px solid #3C9CE5;
	color: #21577F;
	margin-top: 5px;
	margin-bottom: 3px;
}
#TopLeftColumn .tit_hokkaido{
	border-left: 10px solid #20843C;
	color: #104620;
	margin-top: 5px;
	margin-bottom: 3px;
}
#TopLeftColumn .tit_hokkaido_ski{
	border-left: 10px solid #191970;
	color: #104620;
	margin-top: 5px;
	margin-bottom: 3px;
}
#TopLeftColumn .tit_kyusyu{
	border-left: 10px solid #E78321;
	color: #7E5733;
	margin-top: 5px;
	margin-bottom: 3px;
}

#TopLeftColumn .tit_chushikoku{
	border-left: 10px solid #E2B228;
	color: #AF9333;
	margin-top: 5px;
	margin-bottom: 3px;
}

#TopLeftColumn .tit_touhoku{
	border-left: 10px solid #00A28A;
	color: #AF9333;
	margin-top: 5px;
	margin-bottom: 3px;
}

#TopLeftColumn .tit_dantai{
	border-left: 10px solid #2D4299;
	color: #223174;
	margin-top: 5px;
	margin-bottom: 3px;
}
/* センターカラム */
#TopCenterColumn{
	float: left;
	width: 428px;
}
#main_screen{
	width: 428px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/back/stripe_eeeeef.png);
	background-repeat: repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	height: 473px;
	margin-bottom: 10px;
	z-index: -1;
}
/* 新着情報 */
#topix{
	width: 418px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(common/css/ie-css3.htc);
	margin-bottom: 10px;
	height: 492px;
	background-color:#FFFFFF;
}
#topix h2{
	font-size: 13px;
	height: 20px;
	background-image: url(../images/back/toptopix_h2.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 5px;
	padding-left: 23px;
	padding-top: 3px;
}
#topix ul{
	overflow-y: scroll;
	height: 464px;
	/*height: 340px;*/
}
#topix li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	padding-top:4px;
	margin-top: 5px;
	line-height: 1.6em;
}
#topix .pricedown,#topix .pop,#topix .bargain,#topix .feature,#topix .check,#topix .limited{
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 36px;
}
#topix .pricedown{
	background-image: url(../images/icon/pricedown.png);
}
#topix .limited{
	background-image: url(../images/icon/limited.png);
}
#topix .pop{
	background-image: url(../images/icon/pop.png);
}
#topix .bargain{
	background-image: url(../images/icon/bargain.png);
}
#topix .feature{
	background-image: url(../images/icon/feature.png);
}
#topix .check{
	background-image: url(../images/icon/check.png);
}
/* ライトカラム */
#TopRightColumn{
	float: left;
	width: 238px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(common/css/ie-css3.htc);
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color:#fff;
	background-image: url(../images/back/stripe_eeeeef.png);
	background-repeat: repeat;
	padding: 5px;
	height: 785px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#TopRightColumn h2{
	font-size: 13px;
	height: 20px;
	background-image: url(../images/back/topleft_h2.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 5px;
	padding-left: 23px;
	padding-top: 3px;
}
#TopRightColumn h3{
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	letter-spacing: 2px;
	border-left-width: 5px;
	border-left-style: solid;
}
#TopRightColumn h4{
	font-size: 11px;
	line-height: 1.4em;
	width: 153px;
	float: right;
}
#TopRightColumn p{
	font-size: 11px;
	line-height: 1.6em;
	width: 153px;
	float: right;
}
#TopRightColumn li a:hover{
	background-image: url(../images/back/stripe_red.png);
	background-repeat: repeat;
}
#TopRightColumn li{
	display:inline;
	padding-left: 10px;
	list-style-type: square;
}
#TopRightColumn .tit_kaigaigroup{
	background-color: #9F1B2A;
	border-left-color: #5C0E17;
}
#TopRightColumn .tit_kaigaipickup{
	font-size: 13px;
	height: 20px;
	background-image: url(../images/back/topleft_h2.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 5px;
	padding-left: 23px;
	padding-top: 3px;
	color: #333333;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#TopRightColumn .tit_kaigaifit{
	background-color:#06F;
	border-left-color:#039;
}

#TopRightColumn .pickupbox{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow:hidden;
}
#TopRightColumn .img_L{
	width: 80px;
	float: left;
	margin-right: 5px;
	padding-bottom: 5px;
}
/*/////////// セレクト5バナー ///////////*/
#SelectBanners{
	clear: both;
}
#SelectBanners ul{
	margin-left: -10px;
}
#SelectBanners li{
	float: left;
	height: 180px;
	width: 180px;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../images/back/main_banner.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#SelectBanners .area_disc{
	padding: 5px;
}
/*/////////// セレクト6バナー ///////////*/
#SelectBanners6{
	clear: both;
}
#SelectBanners6 img{
	width: 148px;
}
#SelectBanners6 ul{
	margin-left: -10px;
}
#SelectBanners6 li{
	float: left;
	height: 165px;
	width: 148px;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../images/back/main_banner.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#SelectBanners6 p{
	padding: 5px;
}
/*/////////// 下段 ///////////*/
#BottomInfo{
	clear: both;
	width: 950px;
}
/* 左カラムラッパー */
#BottomLeftColumn{
	float: left;
	width: 248px;
}

/* 簡単検索 */
#quick_search{
	width: 238px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(common/css/ie-css3.htc);
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/back/stripe_yellow.png);
	background-repeat: repeat;
	margin-bottom: 10px;
	font-size: 11px;
}
#quick_search h2{
	font-size: 13px;
	height: 20px;
	background-image: url(../images/back/topleft_h2.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 5px;
	padding-left: 23px;
	padding-top: 3px;
}
#quick_search em{
	font-weight: bold;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #9F1B2A;
	padding-left: 0.3em;
}
#year{
	width: 4em;
}
#month{
	width: 2em;
}
#day{
	width: 2em;
}
#departure{
	width: 10em;
}
#purpose{
	width: 10em;
}
#division{
	width: 10em;
}
#budget_lower{
	width: 4em;
}
#budget_upper{
	width: 4em;
}
/* イベント情報 */
#event_information{
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    height: 360px;
    margin-bottom: 10px;
    padding: 5px;
    width: 238px;
	/*width: 238px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(common/css/ie-css3.htc);
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #FFFFFF;
	height: 585px;*/
}
#event_information h2{
	font-size: 13px;
	height: 20px;
	background-image: url(../images/back/topleft_h2_02.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 5px;
	padding-left: 23px;
	padding-top: 3px;
}
#justnow{
	position:relative;
}

.choku_hok {
	position:absolute;
	top:150px;
	left:10px;
}

.choku_kyu {
	position:absolute;
	top:220px;
	left:10px;
}

.choku_oki {
	position:absolute;
	top:288px;
	left:10px;
}

.choku_hok li,.choku_kyu li,.choku_oki li {
	float:left;
}
#justnow a:hover img {
	opacity:1;
	filter:alpha(opacity=100);
}
#justnow table{
	margin-right: 4px;
	margin-left: 4px;
}
#justnow tr{
}
#justnow td{
}
#justnow .js_hok{
	position: relative;
	top: 120px;
}
#justnow .js_kyu{
	position: relative;
	top: 125px;
}
#justnow .js_oki{
	position: relative;
	top: 130px;
}
#justnow .timeisecobanner{
	margin-top: 140px;
}
#justnow .malmagcp{
	margin-top: 5px;
}

/* インフォメーション */
#info_area {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    height: 340px;
    margin-bottom: 10px;
    padding: 5px;
    width: 238px;
}

#info_area h2 {
    background-image: url(../images/back/topleft_h2.png);
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 13px;
    height: 20px;
    margin-bottom: 5px;
    padding-left: 23px;
    padding-top: 3px;
}


.infbn {
    margin-top: 5px;
}


/* センターカラム */
#BottomCenterColumn{
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: 9 24px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    position: relative;
    width: 328px;
	/*float: left;
	width: 328px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 5px;
	height: 862px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(common/css/ie-css3.htc);
	margin-bottom: 10px;
	background-color: #FFFFFF;
	position:relative*/
}
#BottomCenterColumn h2{
	font-size: 13px;
	height: 20px;
	background-image: url(../images/back/bottomcenter_h2.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 5px;
	padding-left: 23px;
	padding-top: 3px;
}
#BottomCenterColumn h3{
	background-color: #9F1B2A;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin-bottom: 10px;
	margin-left: 10px;
	letter-spacing:5px;
	clear: both;
}
#BottomCenterColumn ul{
	margin-left: -10px;
}
#BottomCenterColumn li{
	display:inline;
	list-style-type: square;
	width: 159px;
	height: 90px;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}
#BottomCenterColumn .ichioshi{
	background-color: #F5AA66;
	border-left-color: #7E5733;
}
#box_wrapper{
	margin-left: -10px;
}
#box_wrapper p:hover{
	background-image: url(../images/back/stripe_red.png);
	background-repeat: repeat;
}
#box_wrapper p{
	float: left;
	font-size: 11px;
	width: 114px;
	margin-bottom: 5px;
}
#box_wrapper .box {
	width: 159px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float: left;
	margin-bottom: 5px;
	margin-left: 10px;
}
#box_wrapper .img_s {
	height: 40px;
	width: 40px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#box_wrapper .hokkaido{
	background-color: #20843C;
	border-left-color: #104620;
}

#box_wrapper .hokkaido_ski{
	background-color: #0576BA;
	border-left-color: #016DB5;
}

#box_wrapper .kyusyu{
	background-color: #E78321;
	border-left-color: #7E5733;
}

#BottomCenterColumn h3.okinawa a:link,
#BottomCenterColumn h3.okinawa a:visited,
#BottomCenterColumn h3.hokkaido a:link,
#BottomCenterColumn h3.hokkaido a:visited,
#BottomCenterColumn h3.hokkaido_ski a:link,
#BottomCenterColumn h3.hokkaido_ski a:visited,
#BottomCenterColumn h3.kyusyu a:link,
#BottomCenterColumn h3.kyusyu a:visited {
	color:white
}



/* ライトカラム */
#BottomRightColumn{
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: 756px;
    line-height: 1.4em;
    margin-bottom: 10px;
    padding: 5px;
    position: relative;
    width: 328px;
	/*float: left;
	width: 328px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(common/css/ie-css3.htc);
	margin-bottom: 10px;
	height: 862px;
	background-color: #FFFFFF;
	position:relative;
	line-height:1.4em;*/
}
#BottomRightColumn h2{
	font-size: 13px;
	height: 20px;
	background-image: url(../images/back/bottomcenter_h2.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 5px;
	padding-left: 23px;
	padding-top: 3px;
}
#BottomRightColumn h3{
	font-weight: bold;
	background-image: url(../images/back/stripe_eeeeef.png);
	background-repeat: repeat;
	padding: 5px;
}
#BottomRightColumn p{
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#BottomRightColumn span{
	font-size:11px;
	padding:6px;
	text-decoration:underline;
	background-image:url(../images/bullet_09.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 15px;
}

#BottomRightColumn .picupeventbox{
	margin-bottom: 5px;
	width: 328px;
}
#BottomRightColumn .img_L{
	float: left;
	height: 80px;
	width: 120px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#BottomRightColumn .pickuptitle{
	font-weight: bold;
	height:20px;
}

#BottomRightColumn .event_area_oki{
	background-color:#9f1b2a;
	padding:1px 2px 1px 2px;
	font-size:10px;
	color:#FFF;
	margin-right:5px;
	float:left;
	width:60px;
	text-align:center;

}

#BottomRightColumn .event_area_rito{
	background-color:#398CEB;
	padding:1px 2px 1px 2px;
	font-size:10px;
	color:#FFF;
	margin-right:5px;
	float:left;
	width:60px;
	text-align:center;

}

#BottomRightColumn .event_area_hok{
	background-color:#20843c;
	padding:1px 2px 1px 2px;
	font-size:10px;
	color:#FFF;
	margin-right:5px;
	float:left;
	width:60px;
	text-align:center;
}

#BottomRightColumn .event_area_kyu{
	background-color:#e78321;
	padding:1px 2px 1px 2px;
	font-size:10px;
	color:#FFF;
	margin-right:5px;
	float:left;
	width:60px;
	text-align:center;
}

#BottomRightColumn .event_area_shi{
	background-color:#D373B6;
	padding:1px 2px 1px 2px;
	font-size:10px;
	color:#FFF;
	margin-right:5px;
	float:left;
	width:60px;
	text-align:center;
}

#BottomRightColumn .updata{
	padding: 5px;
	text-align: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 11px;
	clear: both;
	line-height: 1.4em;
	height:1em;
	margin-right:3px;
	margin-bottom:10px;
	position:relative;
	background-color: #EDEDED;
}

/* 他社リンク */
#other_link {
	background-color: #FFFFFF;
    /*border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;*/
    float: left;
    height: 250px;
    line-height: 1.4em;
    margin-bottom: 10px;
    padding: 5px;
    position: relative;
    width: 328px;
}


/* gnavi読み込み中画像 */
div#gnavi.loading {
    background:url(../images/loading.gif) no-repeat center center;
}
/*//////// サイトマップhtml ////////*/
#sitemap{
}
#sitemap h2{
	font-size: 16px;
	padding: 5px;
	margin-bottom: 10px;
}
#sitemap h3{
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #013A8D;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/back/stripe_d9d9d9.png);
	background-repeat: repeat;
}
#sitemap h4{
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #659CEF;
	padding-left: 5px;
	margin: 30px 0 5px;
}
#sitemap ol{
	margin-bottom: 1em;
}
#sitemap li{
	/*text-indent: 1.2em;*/
	background-image: url(../images/bullet_09.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#sitemap .fs_box{
	float: left;
	width: 300px;
	margin-left: 5px;
	margin-right: 5px;
}
#sitemap .sec_box{
	font-size:110%;
}



/*//////// 目的から選ぶ内　特集バナー ////////*/

  
  #special_bn {
	  padding:5px 2px 5px 2px;
  }
  
  #special_bn p {
	  font-size:12px;
	  margin-top:3px;
	  padding-left:20px;
	  background-image:url(../img/top_banner/sankaku.gif);
	  background-repeat:no-repeat;
	  background-position:center left;
  }
