@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-image: url(../images/back/stripe_eeeeef.png);
	background-repeat: repeat;
	clear: both;
	height: 480px;
}
#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-weight: bold;
	color: #FFFFFF;
	letter-spacing: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
}
#TopLeftColumn a:hover{
	background-image: url(../images/back/stripe_red.png);
	background-repeat: repeat;
}
#TopLeftColumn h3 a:link{
	color:#FFFFFF
}
#TopLeftColumn h3 a:visited{
	color:#FFFFFF
}
#TopLeftColumn h3 a:hover{
	background-image: none;
	color: #CCC;
}
#TopLeftColumn ul{
}
#TopLeftColumn li{
	display:inline;
	padding-left: 10px;
	list-style-type: square;
	line-height: 1.4em;
}
#TopLeftColumn .area_top{
	font-weight: bold;
	padding-top: 3px;
}
#TopLeftColumn .tit_honto,#TopLeftColumn .tit_group{
	background-color: #9F1B2A;
	border-left-color: #5C0E17;
	margin-bottom: 3px;
}
#TopLeftColumn .tit_rito{
	background-color: #3C9CE5;
	border-left-color: #21577F;
	margin-top: 5px;
	margin-bottom: 3px;
}
#TopLeftColumn .tit_hokkaido{
	background-color: #20843C;
	border-left-color: #104620;
	margin-top: 5px;
	margin-bottom: 3px;
}
#TopLeftColumn .tit_kyusyu{
	background-color: #E78321;
	border-left-color: #7E5733;
	margin-top: 5px;
	margin-bottom: 3px;
}
#TopLeftColumn .tit_dantai{
	background-color: #2D4299;
	border-left-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: 260px;
	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: 209px;
	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: 180px;
}
#topix li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#topix .pricedown,#topix .pop,#topix .bargain,#topix .feature,#topix .check,#topix .limited{
	background-repeat: no-repeat;
	background-position: left 3px;
	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-image: url(../images/back/stripe_eeeeef.png);
	background-repeat: repeat;
	padding: 5px;
	height: 480px;
	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.4em;
	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 .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{
	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{
	background-image: url(../images/back/back_nesage.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 238px;
	height: 334px;
}
#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;
}
/* センターカラム */
#BottomCenterColumn{
	float: left;
	width: 328px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 5px;
	height: 710px;
	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 .kyusyu{
	background-color: #E78321;
	border-left-color: #7E5733;
}

/* ライトカラム */
#BottomRightColumn{
	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: 832px;
	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 .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;
}
#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;
	position:relative;
	background-color: #EDEDED;
}

/* 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-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: #666666;
	padding-left: 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;
}
#sitemap .fs_box{
	float: left;
	width: 300px;
	margin-left: 5px;
	margin-right: 5px;
}
#sitemap .sec_box{
}

