@charset "UTF-8";
/* theme of Sample Villa */

/*body {
	background: url("../img/bg.gif") #FFF center top repeat-x;
}
#header {
	background: url("../img/h_bg.gif") no-repeat;
}*/
body {
	background: none;
}
#container {
	background: url("../img/bg_bottom.jpg") center bottom no-repeat;
}

h1,
h2,
h3,
h4.cptsubttl,
h5 {
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体";
}

h1 {
	text-align: right;
	background: none;
	padding: 0;
	color: #000;
	font-size: 182%;
}
h2 {
	background: none;
	margin: 1.25em 0;
	padding: 0;
	color: #222;
	font-size: 138.5%;
	line-height: 1.2;
}
h2 .date {
	display: block;
	margin-top: 2px;
	color:#555;
	font-size: 80%;
	font-weight:normal;
}
h3 {
	font-size: 116%;
}

h3.cptttl {
	font-size: 123.1%;
	margin: 20px 0;
	padding: 8px 2px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
/*	background: url(../../../common/img/dotline.gif) repeat-x left top;*/
}
h4.cptsubttl {
	font-size: 116%;
	margin: 25px 0 15px 0;
}
h5 {
	margin: 2em 0 1em 0;
	background: url(../../../common/img/dotline.gif) repeat-x left bottom;
	padding-bottom: 6px;
}

#content {
	padding-bottom: 300px;
	margin: auto;
}


/* 対話 */
.dialogue dt {
	float: left;
 	width: 4em;
	padding: 3px 0;
	clear: left;
}
.dialogue dd {
	margin-left: 4em;
	padding: 3px 0;
}
.dialogue dd.caption {
	margin-left: 6em;
	padding: 0 0 10px 0;
}


.slidebox {
	padding: 0 10px;
}

/* 手記　写真 */
.img-diary {
	float: left;
	width: 250px;
	margin: 0 10px 10px 0;
}
.img-diary.h {
	width: 190px;
}
.img-diary dd {
	margin-left: 0;
}


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

	FOOTER

===================================================== */
#footer {
/*	background: url("../img/bg_bottom.gif") #142a41 repeat-x;
	color: #FFF;*/
}
#footer-body {
	padding: 38px 0 5px 0;
	border-top: none;
}
#footer ul {
	margin-bottom: 3px;
}

/* FOOTER link menu
#footer a {
	color: #FFF;
}
#footer .menulink a:link {
	color: #fff;
}
#footer .menulink a:visited {
	color: #fff;
}
#footer .menulink a:hover {
	color: yellow;
}
#footer .menulink a.menu:active {
	color: yellow;
} */

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

	Gallery

===================================================== */
.gallery_thumb a {
	display: block;
	float: left;
	width: 105px;
	height: 105px;
	padding: 5px;
	margin-right: 8px;
	margin-bottom: 8px;
	background: url('/common/img/gallery_thumb_frame.gif') no-repeat left top;
}

