@charset "utf-8";

/*=============== ページタイトル ===============*/
.guideTitle {
	float: right;
	width: 816px;
	margin-bottom: 10px;
	clear: both;
	height: 37px;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: #9F5151;
	text-align: right;
	margin: 0px 0px 10px;
	padding: 0px;
}

/*=== コンテンツ ==*/
.guideSection-1 {
	float: right;
	width: 794px;
	padding-right: 22px;
	clear: both;
}

/*=== 左カラム（サイドメニュー） ===*/
.guideSection-1 .left {
	float: left;
	width: 205px;
	text-align: left;
	margin-bottom: 20px;
	background: url(../images/menu_bg.gif) no-repeat;
	overflow: visible;
	height: 500px;
}

.keidaiList {
	padding: 20px 10px 0px;
}

.keidaiList li {
	list-style: none;
	line-height: 130%;
	margin-bottom: 10px;
	background: url(../images/menu_point.gif) no-repeat left 1px;
	padding-left: 15px;
	margin-left: 0px;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 10px;
	font-size: 93%;
}

.keidaiList a,
.keidaiList a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #993366;
}

.keidaiList a:hover {
	color: #FF6699;
	text-decoration: underline;
}

/*=== 右カラム（写真のページ） ===*/
.guideSection-1 .photoArea {
	float: right;
	width: 522px;
	text-align: left;
	padding-right: 24px;
	margin-bottom: 30px;
	padding-left: 24px;
	border: 1px solid #CCCCCC;
	padding-bottom: 30px;
}

/*=== ページのタイトル（場所） ===*/
.photoArea h3 {
	font-size: 130%;
	font-weight: bold;
	color: #993366;
	line-height: 130%;
	margin: 0px 0px 6px;
	padding: 10px 0px 4px;
	border-bottom: 2px solid #993366;
}

/*=== ページのタイトル（コメント） ===*/
.photoArea h4 {
	font-size: 100%;
	font-weight: bold;
	color: #FF6699;
	line-height: 130%;
	margin: 0px 0px 20px;
	padding: 0px;
}

.photoArea p{
	margin-bottom:2px;
}

/*=== 写真 ===*/
.photoArea .photo {
	width: 520px;
	margin-bottom: 26px;
	text-align: center;
}

.photoArea .photo img {
	border: 1px solid #CCCCCC;
}

/*=== 写真（キャプション） ===*/
.photoArea .photo p {
	font-size: 100%;
	line-height: 120%;
	text-align: left;
	padding-bottom: 0px;
	margin-top: 4px;
	width: 520px;
}

/*=== 桜情報 ===*/
.photoArea .list {
	width: 474px;
	height: 20px;
}

.list .title {
	float: left;
	text-indent: 0.3em;
	font-size: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 180px;
}

.list .detail1 {
	float: left;
	text-indent: 0.3em;
	font-size: 100%;
	letter-spacing: -0.1em;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 140px;
}

.list .detail2 {
	float: left;
	text-indent: 0.3em;
	font-size: 100%;
	letter-spacing: -0.1em;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 215px;
}

/*=============== ページトップ ===============*/
.guideSection-1 .photoArea .pageTop {
	width: 520px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

.guideSection-1 .photoArea .pageTop p {
	font-size: 90%;
	line-height: 100%;
}


.guideSection-1 .photoArea .pageTop a,
.guideSection-1 .photoArea .pageTop a:visited {
	line-height: 100%;
	color: #996600;
	text-decoration: none;
}
.guideSection-1 .photoArea .pageTop a:hover {
	color: #CC0000;
	text-decoration: underline;
}
