@charset "utf-8";
/* --------------------------- メイン部 */
div.top_message {
}

div.top_message h1{
	background-color:#b4ffc8;
	height:20px;
}

div.sakura_area {
	overflow: hidden;
	padding: 0 5px;
}

div.sakura_area div.sakura_header {
	position: relative;
	color:#fff;
}

div.sakura_area div.sakura_content {
	overflow: hidden;
}

div.sakura_area div.sakura_content table.sakura_content_table {
	width:100%;
}

.sakura_content_table td {
	width:20%;
	height:130px;
	vertical-align:top;
}

div.sakura_area div.sakura_content div.sakura_content_note {
	position:relative;
	left:50px;
	font-size:115%;
	line-height:1.5;
}

div.sakura_area div.sakura_content div.sakura_content_data {
	position:relative;
	top:20px;
	left:50px;
	width:320px;
	height:270px;
	font-size:115%;
	line-height:1.8;
	border-collapse: collapse;
}

.sakura_content_data table.sakura_content_data_table th {
	border-bottom:solid 1px #FF00FF;
}

.sakura_content_data table.sakura_content_data_table td {
	border-bottom:solid 1px #FF00FF;
}

/* ページ末尾バー */
div.sakura_area div.sakura_content div.pagebar{
	background: url("../img/sakura/page_ber.jpg") no-repeat;
	width: 409px;
	height: 43px;
}

/* 前のページへボタン */
div.sakura_area div.sakura_content div.pagebar div.front{
	position:absolute;
	margin-top: 10px;
	margin-left:40px;
}

div.sakura_area div.sakura_content div.pagebar div.front a.jump{
	float:left;
	width: 85px; /* 画像1枚分の横幅 */
	height: 28px; /* 画像1枚分の高さ */
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url("../img/sakura/front_page_btn.png"); /* 画像ファイル名 */
}

div.sakura_area div.sakura_content div.pagebar div.front a.jump:hover{
	background-position: bottom; /* 背景画像の表示開始基準を下に変更 */
}

/* 次のページへボタン */
div.sakura_area div.sakura_content div.pagebar div.next{
	position:absolute;
	margin-top: 10px;
	margin-left:280px;
}

div.sakura_area div.sakura_content div.pagebar div.next a.jump{
	float:left;
	width: 85px; /* 画像1枚分の横幅 */
	height: 28px; /* 画像1枚分の高さ */
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url("../img/sakura/next_page_btn.png"); /* 画像ファイル名 */
}

div.sakura_area div.sakura_content div.pagebar div.next a.jump:hover{
	background-position: bottom; /* 背景画像の表示開始基準を下に変更 */
}

/* 桜めぐりページトップへボタン */
div.sakura_area div.sakura_content div.pagebar div.back{
	position:absolute;
	margin-top: 10px;
	margin-left:130px;
}

div.sakura_area div.sakura_content div.pagebar div.back a.jump{
	float:left;
	width: 145px; /* 画像1枚分の横幅 */
	height: 28px; /* 画像1枚分の高さ */
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url("../img/sakura/page_top_btn2_sakura.png"); /* 画像ファイル名 */
}

div.sakura_area div.sakura_content div.pagebar div.back a.jump:hover{
	background-position: bottom; /* 背景画像の表示開始基準を下に変更 */
}

div.gmap {
	width: 500px;
	height: 300px;
}

div.diary_edit_detail_map {
	position:relative;
	top: 40px;
	right: 5px;
	width: 370px;
	height: 310px;
	border: 1px solid #cccccc;
}

/* ページ末尾バー */
div.sakura_area div.pagebar{
	background: url("../img/sakura/page_ber.jpg") no-repeat;
	width: 784px;
	height: 43px;
}

/* ページの先頭へ戻るボタン */
div.sakura_area div.pagebar div.top{
	position:absolute;
	margin-top: 10px;
	margin-left:680px;
}

div.sakura_area div.pagebar div.top a.jump{
	float:left;
	width: 85px; /* 画像1枚分の横幅 */
	height: 28px; /* 画像1枚分の高さ */
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url("../img/sakura/page_top_btn.png"); /* 画像ファイル名 */
}

div.sakura_area div.pagebar div.top a.jump:hover{
	background-position: bottom; /* 背景画像の表示開始基準を下に変更 */
}

/* 前のページへボタン */
div.sakura_area div.pagebar div.front{
	position:absolute;
	margin-top: 10px;
	margin-left:440px;
}

div.sakura_area div.pagebar div.front a.jump{
	float:left;
	width: 85px; /* 画像1枚分の横幅 */
	height: 28px; /* 画像1枚分の高さ */
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url("../img/sakura/front_page_btn.png"); /* 画像ファイル名 */
}

div.sakura_area div.pagebar div.front a.jump:hover{
	background-position: bottom; /* 背景画像の表示開始基準を下に変更 */
}

/* 桜めぐりページトップへボタン */
div.sakura_area div.pagebar div.back{
	position:absolute;
	margin-top: 10px;
	margin-left:530px;
}

div.sakura_area div.pagebar div.back a.jump{
	float:left;
	width: 145px; /* 画像1枚分の横幅 */
	height: 28px; /* 画像1枚分の高さ */
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url("http://www.aizu-concierge.com/img/sakura/page_top_btn2.png"); /* 画像ファイル名 */
}

div.sakura_area div.pagebar div.back a.jump:hover{
	background-position: bottom; /* 背景画像の表示開始基準を下に変更 */
}

/* 次のページへボタン */
div.sakura_area div.pagebar div.next{
	position:absolute;
	margin-top: 10px;
	margin-left:680px;
}

div.sakura_area div.pagebar div.next a.jump{
	float:left;
	width: 85px; /* 画像1枚分の横幅 */
	height: 28px; /* 画像1枚分の高さ */
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url("../img/sakura/next_page_btn.png"); /* 画像ファイル名 */
}

div.sakura_area div.pagebar div.next a.jump:hover{
	background-position: bottom; /* 背景画像の表示開始基準を下に変更 */
}