@charset "utf-8";
/*
=========================================

広島市観光ホテル旅館組合 観光ページ用定義

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

/* import
---------------------------------------------------------------------------- */
@import "../../css/default.css";
@import "../../css/shared_class.css";
@import "../../css/header.css";
@import "../../css/footer.css";


/* 
---------------------------------------------------------------------------- */
#top_container{
	width: 100%;
}
.mainimage_box {
	z-index: -99;
	background-color: #92B6E6;
	width: 100%;
	background-image: url(../img/main_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 350px;
	clear: both;
}
.tit_map {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 6px;
}
#map_area{
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 11px;
}
.map_parts{
	float: right;
	padding-right: 33px;
	margin-bottom: 28px;
}
.see_box {
	background-color: #FAFAFA;
	padding: 3px;
	float: left;
	width: 306px;
	border: 1px solid #ededed;
	margin: 5px;
	height: 160px;
}
.see_box#long {
	background-color: #FAFAFA;
	padding: 3px;
	float: left;
	width: 306px;
	border: 1px solid #ededed;
	margin: 5px;
	height: 230px;
}
.see_box img#frame {
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
.see_box .tit{
	font-size: 13px;
	color: #333333;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	padding-bottom: 1px;
}
.see_box .txtBox {
	float: left;
	margin-top: 3px;
	font-size: 10px;
	width: 155px;
	line-height: 1.5em;
}
.see_box .btnBox {
	margin-top: 8px;
	margin-left: -2px;
}

