/* ---------- Base CSS ---------- */

@import url(style.css);

/* ---------- Sidebar Default CSS ---------- */

@import url(sidebar-default.css);

/* ---------- Navi (index only) ---------- */

#MinorMenu li#MinorMenuInfo a,
#MinorMenu li#MinorMenuInfo a:link,
#MinorMenu li#MinorMenuInfo a:visited,
#MinorMenu li#MinorMenuInfo a:hover,
#MinorMenu li#MinorMenuInfo a:active,
#MinorMenu li#MinorMenuInfo a:focus {
	background-position: 0 -50px;
}

/*
#MainMenu li#MainMenuInfo a,
#MainMenu li#MainMenuInfo a:link,
#MainMenu li#MainMenuInfo a:visited,
#MainMenu li#MainMenuInfo a:hover,
#MainMenu li#MainMenuInfo a:active,
#MainMenu li#MainMenuInfo a:focus {
	background-position: 0 -60px;
}
*/
/* ---------- Main ---------- */

#mimage {
	background: url(images/img-info.jpg) no-repeat;
}

#main h2 {
	margin: 0;
	clear: both;
}

#main strong {
	color: #690;
}

#main .entry img[align="right"] {
	margin-left: 10px;
	margin-bottom: 10px;
}

#main .entry img[align="left"] {
	margin-right: 10px;
	margin-bottom: 10px;
}

#information {
	width: 510px;
	height: 20px;
	padding-bottom: 1px;
	background: url(images/bg-info-h2-information.gif) no-repeat;
	overflow: hidden;
	display: block;
	border-bottom: 2px solid #ce9c9c;
	text-indent: -5000px;
}

#lodgmentInfo {
	width: 510px;
	height: 20px;
	padding-bottom: 1px;
	background: url(images/bg-info-h2-lodgmentinfo.gif) no-repeat;
	overflow: hidden;
	display: block;
	border-bottom: 2px solid #bcc7a5;
	text-indent: -5000px;
}

#weddingInfo {
	width: 510px;
	height: 20px;
	padding-bottom: 1px;
	background: url(images/bg-info-h2-weddinginfo.gif) no-repeat;
	overflow: hidden;
	display: block;
	border-bottom: 2px solid #bcc7a5;
	text-indent: -5000px;
}

#restaulantInfo {
	width: 510px;
	height: 20px;
	padding-bottom: 1px;
	background: url(images/bg-info-h2-restaulantinfo.gif) no-repeat;
	overflow: hidden;
	display: block;
	border-bottom: 2px solid #bcc7a5;
	text-indent: -5000px;
}

#enkaiInfo {
	width: 510px;
	height: 20px;
	padding-bottom: 1px;
	background: url(images/bg-info-h2-enkaiinfo.gif) no-repeat;
	overflow: hidden;
	display: block;
	border-bottom: 2px solid #bcc7a5;
	text-indent: -5000px;
}

#etcInfo {
	width: 510px;
	height: 20px;
	padding-bottom: 1px;
	background: url(images/bg-info-h2-etcinfo.gif) no-repeat;
	overflow: hidden;
	display: block;
	border-bottom: 2px solid #bcc7a5;
	text-indent: -5000px;
}

#main .post h3 {
	margin: 0;
	padding: 10px 0;
	color: #666;
	border-bottom: 1px solid #eee;
}

#main .postDate {
	clear: both;
	border-top: 1px solid #bcc7a5;
	font-size: 0.79em;
	text-align: right;
	color: #666;
}

#main .information {
	border-top-color: #ce9c9c;
}
/* ---------- Sidebar ---------- */

#sidebar h2.archive {
	background: url(images/bg-sidebar-h2-archive.gif) left bottom no-repeat;
}

#sidebar h2.menu {
	background: url(images/bg-sidebar-h2-infomenu.gif) left bottom no-repeat;
}