@charset "utf-8";
/*----------------------------------------------------


	File Name: layout.css
	Style Info: レイアウト


----------------------------------------------------*/

/*----------------------------------------------------

	▼レイアウト ポップアップ

----------------------------------------------------*/

body.popup #layout {
	background-color:#fff;
	background:#fff url(/image/files/000000557.gif) repeat-x;
}

body.popup #layout_inner {
	width: 750px;
	background:none;
}

body.popup #contents {
	width: 750px;
	padding:0 0 20px 0;
}

/*----------------------------------------------------

	▼レイアウト

----------------------------------------------------*/

#layout {
	width: auto;
	background-color:#dfe4e6;
}


#layout_inner {
	width: 1020px;  /* 990 */
	margin: 0 auto;
	text-align: left;
	background:#dfe4e6 url(/image/files/000000553_.gif) repeat-y center top;
	position:relative;
}

#topic_path {
	clear:both;
	width: 980px;
	height: 25px;
}

#contents_main {
	float:left;
	width: 560px;
	padding-left: 10px;
}

#contents_main.sub {
	float:none;
	margin:0 auto;
	width: 1030px;
	background-color: #FFFFFF;
	font-size:100%;
	line-height:140%;
	padding-top: 30px;
/*	position:relative;*/
}

#contents_main_sp.sub {
	float:none;
	margin:0 auto;
	width: 1030px;
	background-color: #FFFFFF;
	font-size:100%;
	line-height:140%;
	padding-top: 10px;
/*	position:relative;*/
}

#contents_main_2.sub {
	float:none;
	margin:0 auto;
	width: 750px;
	background-color: #FFFFFF;
	font-size:100%;
	line-height:140%;
	padding-top: 10px;
/*	position:relative;*/
}

#contents_main_2_sp.sub {
	float:none;
	margin:0 auto;
	width: 750px;
	background-color: #FFFFFF;
	font-size:100%;
	line-height:140%;
	padding-top: 10px;
/*	position:relative;*/
}

#contents_left {
	float: left;
	width: 190px;
	min-height:475px;
	height: auto !important;
	height:475px;
}

#contents_right {
	float:right;
	width: 190px;
}

#travel_info_top {
	float: left;
	width: 555px; /* 718 */
	height:325px;
	background-color: #f7f0dd;
	border: 1px solid #663300;
	padding: 5px;
	margin-bottom: 10px;
}

#contents_img img{
	vertical-align:bottom;
}

#top_main {
	float: left;
	width: 535px;
	min-height:300px;
	height: auto !important;
	height:300px;
}


address {
	float: right;
	width:300px;
	height:15px;
	padding:5px 5px 0 0;
}

#breadcrumb {
	position: absolute;
	top: 138px;
	margin: 5px;
}
.sp_footer {
	line-height: 0.5em;
}

.indent{
  text-indent: 1em;
}