body {
	margin:0;
	padding:0;
	background:url("../images/bg.jpg") repeat-y center -60px #ffffff;
	color:#333333;
	font-size:12px;
	text-align:center;
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:1.5em;
	text-align:center;
}

/*Reset========================*/

html {
	overflow-y: scroll;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

h1,h2,h3,h4,h5,form,p,th,td,ul,ol,li,dl,dt,dd,form{
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.5em;
}

img {
	border:0;
}

a {
	color:#003399;
	outline: 0;
	text-decoration:underline;
}

a:hover {
	color:#003399;
	text-decoration:none;
}

.mt0 {margin-top:0 !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}

.mr0 {margin-right:0 !important;}
.mr5 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr30 {margin-right:30px !important;}
.mr40 {margin-right:40px !important;}
.mr50 {margin-right:50px !important;}

.mb0 {margin-bottom:0 !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}

.ml0 {margin-left:0 !important;}
.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml30 {margin-left:30px !important;}
.ml40 {margin-left:40px !important;}
.ml50 {margin-left:50px !important;}


/*=============================*/

.bnrs dt {
	margin-bottom:2px;
}

.bnrs dd {
	font-size:11px;
	margin-bottom:5px;
}


#catch {
	height:700px;
	background:url("../images/bg2.jpg") repeat-y center -5px;
}

#wrap {
	width:960px;
	margin:-20px auto 0;
	position:relative;
	z-index:10;
	text-align:left;
}

#topicsbox {
	width:545px;
	position:absolute;
	top:-256px;
	left:0;
	z-index:11;
	text-align:left;
}
#topicsbox h2 {
	margin:0 0 5px -45px;
}

#topicsbox .flexcroll {
	height:115px;
	background:url("../images/topics_bg.gif");
	overflow: auto;/*javascript無効時にもスクロールバーを出す為に必要*/
	position: relative;/*javascript無効時にもスクロールバーを出す為に必要*/
	outline:none;
}

#topicsbox table {
	margin:0 10px;
}

#topicsbox table th {
	font-weight:normal;
	white-space:nowrap;
	text-align:right;
	padding:5px 10px 5px 0;
	border-bottom:1px dotted #126DD8;
}

#topicsbox table th img {
	vertical-align:middle;
}

#topicsbox table td {
	padding:5px 0 5px 0px ;
	border-bottom:1px dotted #126DD8;
}

#topicsbox table tr.lastChild th,
#topicsbox table tr.lastChild td {
	border-bottom:none;
}

#leftcolumn {
	width:680px;
	float:left;
}

#push {
	margin-bottom:10px;
	height:189px;
	background:url("../images/push_bg.jpg") no-repeat bottom left;
	position:relative;
}

#push .bnr1 {
	position:absolute;
	top:70px;
	left:12px;
}

#push .bnr2 {
	position:absolute;
	top:70px;
	left:345px;
}

#leftcolumn #subleft {
	width:215px;
	float:left;
}

#leftcolumn #subleft .info {
	background:url("../images/info_bg1.gif") no-repeat bottom left;
	padding-bottom:18px;
}

#leftcolumn #subleft .info li {
	display:inline;
	list-style:none;
}
#leftcolumn #subleft .info li a {
	display:block;
	background:url("../images/info_bg3.gif") no-repeat top left;
	padding:11px 20px 9px 40px;
	line-height:1em;
	list-style:none;
	text-decoration:none;
	color:#000;
}

#leftcolumn #subleft .info li a:hover {
	background:url("../images/info_bg4.gif") no-repeat top left;
}


#leftcolumn #subleft .info ul.sub li a {
	background:url("../images/info_bg5.gif") no-repeat top left;
}


#leftcolumn #subleft .info ul.sub li a:hover {
	background:url("../images/info_bg6.gif") no-repeat top left;
}


#leftcolumn #subleft .twitter {
	background:url("../images/twitter_bg.gif") no-repeat bottom left;
	padding-bottom:5px;
	margin-bottom:8px;
}

#leftcolumn #subleft .twitter ul.twittList {
	margin:0 10px 0;
}

#leftcolumn #subleft .twitter ul.twittList li {
	list-style:none;
	padding-top:10px;
	clear:both;
	width:195px;
}

#leftcolumn #subleft .twitter ul.twittList li img.juitterAvatar {
	float:left;
	margin-right:5px;
}

#leftcolumn #subleft .twitter ul.twittList li p {
	float:right;
	width:140px;	
	overflow:hidden;
	font-size:11px;
	line-height:1.2em;
}

#leftcolumn #subleft .twitter .follow_btn{
	text-align:right;
	margin:5px 5px 0 0;
}


#leftcolumn #subright {
	width:465px;
	float:left;
}
#leftcolumn #topranking .tabs {
	background:url("../images/top_ranking_tabbg.jpg") no-repeat bottom left;
	height:55px;
}
#leftcolumn #topranking ul.tabNav {
	margin-left:103px;
	
}
#leftcolumn #topranking ul.tabNav li {
	float:left;
	list-style:none;
}

#leftcolumn #topranking ul.tabNav li a {
	display:block;
	height:55px;
	text-indent:-999em;
}

#leftcolumn #topranking ul.tabNav li#tabs1 a {	background:url("../images/top_ranking_2.gif") no-repeat bottom left;	width:86px;}
#leftcolumn #topranking ul.tabNav li#tabs2 a {	background:url("../images/top_ranking_3.gif") no-repeat bottom left;	width:89px;}
#leftcolumn #topranking ul.tabNav li#tabs3 a {	background:url("../images/top_ranking_4.gif") no-repeat bottom left;	width:86px;}
#leftcolumn #topranking ul.tabNav li#tabs4 a {	background:url("../images/top_ranking_5.gif") no-repeat bottom left;	width:81px;}

#leftcolumn #topranking ul.tabNav li#tabs1 a:hover {	background:url("../images/top_ranking_2_on.gif") no-repeat bottom left;}
#leftcolumn #topranking ul.tabNav li#tabs2 a:hover {	background:url("../images/top_ranking_3_on.gif") no-repeat bottom left;}
#leftcolumn #topranking ul.tabNav li#tabs3 a:hover {	background:url("../images/top_ranking_4_on.gif") no-repeat bottom left;}
#leftcolumn #topranking ul.tabNav li#tabs4 a:hover {	background:url("../images/top_ranking_5_on.gif") no-repeat bottom left;}

#leftcolumn #topranking ul.tabNav li#tabs1 a.current {	background:url("../images/top_ranking_2_on.gif") no-repeat bottom left;}
#leftcolumn #topranking ul.tabNav li#tabs2 a.current {	background:url("../images/top_ranking_3_on.gif") no-repeat bottom left;}
#leftcolumn #topranking ul.tabNav li#tabs3 a.current {	background:url("../images/top_ranking_4_on.gif") no-repeat bottom left;}
#leftcolumn #topranking ul.tabNav li#tabs4 a.current {	background:url("../images/top_ranking_5_on.gif") no-repeat bottom left;}


#leftcolumn #topranking .tab {
	margin-left:20px;
}


#leftcolumn #topranking {
	background:url("../images/top_ranking_bg.gif") repeat-y bottom center;
}

#leftcolumn #topranking ul.ranking {}

#leftcolumn #topranking ul.ranking li {
	clear:both;
	list-style:none;
	padding:0 0 30px 10px;
	background:url("../images/top_ranking_hr.gif") no-repeat bottom center;
}


#leftcolumn #topranking ul.ranking li .photo {
	float:left;
	width:175px;
	position:relative;
}

#leftcolumn #topranking ul.ranking li .photo span {
	position:absolute;
	top:0;
	left:0;
}

#leftcolumn #topranking ul.ranking li .outline {
	float:left;
	width:250px;
}
#leftcolumn #topranking ul.ranking li .outline p.local {
	font-size:11px;
	margin-bottom:3px;
	padding-top:10px;
	color:#0066CC;
}

#leftcolumn #topranking ul.ranking li .outline h3 {
	font-size:16px;
	margin-bottom:5px;
	line-height:1.3em;
}

#leftcolumn #topranking ul.ranking li .outline .text {
	line-height:1.3em;
	font-size:11px;
	margin-bottom:5px;
}

#leftcolumn #topranking ul.ranking li .outline .price {
	font-size:16px; 
	font-weight:bold;
	text-align:right;
	color:#ea0000;
}



#leftcolumn #topranking ul.osusume {
	margin-left:10px;
}

#leftcolumn #topranking ul.osusume li {
	float:left;
	width:140px;
	list-style:none;
	padding:0;
	margin-right:2px;
}


#leftcolumn #topranking ul.osusume li .photo {
}

#leftcolumn #topranking ul.osusume li .outline {
	margin:0 5px 0 10px;
}

#leftcolumn #topranking ul.osusume li .outline p.local {
	color:#0066CC;
	font-size:11px;
}
#leftcolumn #topranking ul.osusume li .outline h3 {
	font-size:14px;
	line-height:1.3em;
}

#leftcolumn #topranking ul.osusume li .outline .text {
	line-height:1.3em;
	font-size:11px;
	margin-bottom:5px;
}

#leftcolumn #topranking ul.osusume li .outline .price {
	font-size:16px; 
	font-weight:bold;
	text-align:right;
	color:#ea0000;
}



#rightcolumn {
	width:260px;
	float:right;
}

#rightcolumn #search {
	padding-bottom:5px;
	margin-bottom:10px;
	background:url("../images/search_bg2.gif") no-repeat bottom left;
}

#rightcolumn #search .inner {
	background:url("../images/search_bg1.gif") no-repeat top left;
}

#rightcolumn #search table {
	margin:0 12px;
}

#rightcolumn #search .search_btn {
	margin:0 12px 5px 12px;
	text-align:center;
}

#rightcolumn h3 {
	margin:0 12px;
}

#rightcolumn #search .bnrs {
	margin:0 20px 10px 20px;
}


#rightcolumn #search .hotel_btn {
	text-align:center;
	margin:0 0 10px 0;
}

#catch {
	position:relative;
	min-width: 960px;
	z-index:1 !important;
}

#footer {
	background:url("../images/foot_bg.gif") top center no-repeat;
	clear:both;
}

#footer .inner {
	width:960px;
	margin:0 auto;
	padding-top:80px;
	text-align:left;
}

#footer h2 {
	color:#578FCA;
	font-weight:bold;
	font-size:14px;
	margin-bottom:15px;
}

#footer h3 {
	color:#A35DBA;
	margin-bottom:5px;
}

#footer .box {
	float:left;
	margin-right:30px;
}

#footer ul {
}

#footer ul li {
	background:url("../images/foot_icon.gif") no-repeat top left;
	list-style:none;
	margin-bottom:3px;
	padding-left:15px;
	font-size:11px;
}

#footer ul li a {
	color:#666666;
	text-decoration:none;
}

#footer ul li a:hover {
	color:#000000;
	text-decoration:underline;
}

#footer ul.sub {
	float:left;
	margin-right:20px;
}

#footer #touroku {
	clear:both;
	float:left;
	width:500px;
	padding:20px 0;
}

#footer #touroku img {
	vertical-align:middle;
}

#footer #copyright {
	padding:25px 0 20px;
}


#footer #copyright {
	float:right;
	text-align:right;
	line-height:2em;
}

#footer .gotop {
	margin-top:-60px;
	margin-bottom:42px;
}


/*======================================================*/

#localhead {
	background:url("../images/localhead_bg.gif") no-repeat top center;
	position:relative;
	z-index:100;
}

#localhead h1 {
	position:relative;
	width:990px;
	z-index:110;
	margin:0 auto;
}

#localhead span.clickmap {
	position:absolute;
	top:0;
	left:0;
	z-index:120;
}

#localhead span.logo {
	position:absolute;
	top:0;
	left:370px;
	z-index:130;
}

#localcatch {
	position:relative;
	margin-top:-50px;
	z-index:10;
}

#anchor {
	position:relative;
	z-index:200;
	width:970px;
	margin:-20px auto 0;
	text-align:left;
}

#anchor2 {
	position:relative;
	z-index:200;
	width:970px;
	margin:-10px auto 0;
	text-align:left;
}

#anchor p,
#anchor2 p {
	margin:0 0 5px 5px;
	font-size:10px;
}

#anchor li {
	list-style:none;
	float:left;
}


#leftcolumn #ichioshi{
	background:url("../images/local_ichioshi_bg.gif") no-repeat bottom left;
}

#leftcolumn #ichioshi .tabs {
	background:url("../images/local_ichioshi_tabbg.jpg") no-repeat bottom left;
	height:56px;
}


#leftcolumn #ichioshi ul.tabNav {
	margin-left:95px;
	
}
#leftcolumn #ichioshi ul.tabNav li {
	float:left;
	list-style:none;
}

#leftcolumn #ichioshi ul.tabNav li a {
	display:block;
	height:56px;
	text-indent:-999em;
}

#leftcolumn #ichioshi ul.tabNav li#tabs1 a {	background:url("../images/local_ichioshi_1.gif") no-repeat bottom left;	width:135px;}
#leftcolumn #ichioshi ul.tabNav li#tabs2 a {	background:url("../images/local_ichioshi_2.gif") no-repeat bottom left;	width:139px;}
#leftcolumn #ichioshi ul.tabNav li#tabs3 a {	background:url("../images/local_ichioshi_3.gif") no-repeat bottom left;	width:131px;}
#leftcolumn #ichioshi ul.tabNav li#tabs4 a {	background:url("../images/local_ichioshi_4.gif") no-repeat bottom left;	width:143px;}

#leftcolumn #ichioshi ul.tabNav li#tabs1 a:hover {	background:url("../images/local_ichioshi_1_on.gif") no-repeat bottom left;}
#leftcolumn #ichioshi ul.tabNav li#tabs2 a:hover {	background:url("../images/local_ichioshi_2_on.gif") no-repeat bottom left;}
#leftcolumn #ichioshi ul.tabNav li#tabs3 a:hover {	background:url("../images/local_ichioshi_3_on.gif") no-repeat bottom left;}
#leftcolumn #ichioshi ul.tabNav li#tabs4 a:hover {	background:url("../images/local_ichioshi_4_on.gif") no-repeat bottom left;}

#leftcolumn #ichioshi ul.tabNav li#tabs1 a.current {	background:url("../images/local_ichioshi_1_on.gif") no-repeat bottom left;}
#leftcolumn #ichioshi ul.tabNav li#tabs2 a.current {	background:url("../images/local_ichioshi_2_on.gif") no-repeat bottom left;}
#leftcolumn #ichioshi ul.tabNav li#tabs3 a.current {	background:url("../images/local_ichioshi_3_on.gif") no-repeat bottom left;}
#leftcolumn #ichioshi ul.tabNav li#tabs4 a.current {	background:url("../images/local_ichioshi_4_on.gif") no-repeat bottom left;}


#leftcolumn #ichioshi ul.ichioshi {}

#leftcolumn #ichioshi ul.ichioshi li {
	clear:both;
	list-style:none;
	padding:0 0 30px 10px;
	background:url("../images/local_ichioshi_hr.gif") no-repeat bottom center;
}

#leftcolumn #ichioshi ul.ichioshi li.lastChild {
	padding:0 0 5px 10px;
	background:none;
}


#leftcolumn #ichioshi ul.ichioshi li .photo {
	float:left;
	width:175px;
	position:relative;
}

#leftcolumn #ichioshi ul.ichioshi li .photo span {
	position:absolute;
	top:0;
	left:0;
}

#leftcolumn #ichioshi ul.ichioshi li .outline {
	float:left;
	width:480px;
}

#leftcolumn #ichioshi ul.ichioshi li .outline h3 {
	font-size:16px;
	padding-top:10px;
	line-height:1.3em;
}

#leftcolumn #ichioshi ul.ichioshi li .outline .text {
	line-height:1.5em;
	font-size:12px;
	margin-bottom:5px;
}

#leftcolumn #ichioshi ul.ichioshi li .outline .price {
	font-size:16px; 
	font-weight:bold;
	text-align:right;
	color:#ea0000;
}

#rightcolumn #right_osusume {
	background:url("../images/right_osusume_bg2.gif") no-repeat bottom center;
	padding-bottom:5px;
	margin-bottom:10px;
}

#rightcolumn #right_osusume .inner {
	background:url("../images/right_osusume_bg1.gif") no-repeat center 47px;
}

#rightcolumn #right_osusume .bnrs {
	margin:0 20px;
}


#data {
	background:url("../images/local_data_bg.gif") repeat-y bottom left;
	clear:both;
}

#data p.lead {
	padding:0 20px 10px 20px;
}

#data .datas {
	float:left;
	width:480px;
	margin-left:20px;
	margin-bottom:10px;
}

* html #data .datas {
	margin-left:10px;
}

#data .gerende_map {
	float:right;
	width:420px;
	margin-right:20px;
	margin-bottom:10px;
	position:relative;
}

#data .gerende_map a {
	display:block;
	position:absolute;
	top:0;
	left:0;
}

* html #data .gerende_map {
	margin-right:10px;
}


#data .detail {
	margn-top:15px;
	clear:both;
	background:url("../images/local_data_bg2.gif") no-repeat bottom left;
	color:#fff;
}

#data .detail strong {
	color:#ff0;
}

#data .detail p {
	padding:15px;
}

#data .detail .gowebsite {
	float:right;
	padding:5px 5px 0 0;
}

#data .g_ichioshi1 {
	float:left;
	width:290px;
	margin-left:20px;
	margin-top:10px;
}

* html #data .g_ichioshi1 {
	margin-left:10px;
}

#data .g_ichioshi1 .outline {
	margin-top:5px;
}

#data .g_ichioshi1 .outline h3 {
	font-size:15px;
	color:#011591;
	margin-bottom:5px;
}

#data .g_ichioshi1 .outline h4 {
	margin-bottom:5px;
}

#data .g_ichioshi2 {
	float:right;
	width:610px;
	margin-right:20px;
	margin-top:10px;
}

* html #data .g_ichioshi2 {
	margin-right:10px;
}

#data .g_ichioshi2 .photo {
	width:245px;
	float:left;
}

#data .g_ichioshi2 .outline {
	width:355px;
	float:right;
}

#data .g_ichioshi2 .outline h3 {
	font-size:15px;
	color:#011591;
	border-bottom:2px dotted #6AE8FF;
	margin-bottom:10px;
}

#data .g_ichioshi2 .outline h4 {
	margin-bottom:10px;
}


#data .outline table th {
	text-align:left;
	font-weight:normal;
	vertical-align:top;	
	padding-right:1em;
	white-space:nowrap;
}


#hotel {
	background:url("../images/local_hotel_bg.gif") no-repeat bottom left;
	padding-bottom:15px;
}

#hotel ul li{
	list-style:none;
}

#hotel ul.thumbs li{
	padding:7px 7px 0 0 !important;
}


#hotel ul.hotel {}

#hotel ul.hotel > li {
	clear:both;
	list-style:none;
	padding:0 0 40px 0px;
	background:url("../images/local_hotel_hr.gif") no-repeat bottom center;
}

#hotel ul.hotel li.lastChild {
	padding:0 0 5px 0px;
	background:none;
}


#hotel ul.hotel li .photo {
	margin-left:20px;
	float:left;
	width:375px;
	overflow:hidden;
}

* html #hotel ul.hotel li .photo {
	margin-left:10px;
}

#hotel ul.hotel li .outline {
	float:left;
	width:545px;
}

#hotel ul.hotel li .outline h3 {
	font-size:21px;
	padding-top:10px;
	border-bottom: 2px dotted #6AE8FF;
	margin-bottom:20px;
}

#hotel ul.hotel li .outline h3 span {
	display:block;
	float:right;
	margin-top:-7px;
}

#hotel ul.hotel li .outline h4 {
	margin-bottom:15px;
}



#hotel ul.hotel li .outline .text {
	line-height:1.5em;
	font-size:12px;
	margin-bottom:10px;
}

#hotel ul.hotel li .outline ul.start {
	
}

#hotel ul.hotel li .outline ul.start li {
	float:left;	
}

#freearea {
	background:url("../images/local_hotel_bg.gif") no-repeat bottom left;
	padding-bottom:15px;
}

#freearea .inner {
	margin:0 15px;
}
