@charset "Shift_JIS";

/* parts setting */
h1, h2, h3, h4, h5, h6,
table, div, p, ul, ol{
	font-style: normal;
	font-size: 10.5pt;
	line-height: 18.5px;
	color: #191919;
	text-align: left;
	margin: 0px 0px 15px 0px;
	display: block;
	}

div.slideshow {
	margin-bottom:5px;
}

:root *> div.slideshow {
	margin-left:30px;
}

.slideshow img {
	display: none;
}

.slideshow img.first {
	display: block;
}

/* 下マージンをとる場合 */
.no-margin {
	margin-bottom: 0px;
	}
/* センター揃えにする場合 */
.center {
	text-align: center;
	}
h1 {
	text-align: center;
		}
h2 {
	clear: both;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #FFF;
	background-color: #990099;
	text-indent: -1.8em;
	padding: 5px 10px 5px 35px;
	}
h3 {
	clear: both;
	font-weight: bold;
	letter-spacing: 0.2em;
	border-bottom: 2px dotted #00AEDA;
	text-indent: -1.8em;
	padding: 5px 10px 5px 35px;
	}
/* BOX */
div.box1{
	background: #FFE1FF;
	border: 2px solid #990099;
	padding: 10px;
	}
div.box1 p.title{
	border-bottom: 1px dotted #990099;
	font-weight: bold;
	color: #990099;
/*	letter-spacing: 0.2em;*/
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}
div.box1 ul {
	list-style-type: none;
	text-indent: -18px;
	padding-left: 32px;
	}
div.box1 li {
	padding-bottom: 10px;
	}

div.box2{
	background:#FFF;
	border: 2px solid #990099;
	}
div.box2 p.title{
/*	border-bottom: 1px dotted #990099;*/
	background: #990099;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px 10px;
	}
div.box2 p {
	padding: 10px;
	margin: 0px;
	}
div.box2 ul {
	list-style-type: none;
	text-indent: -18px;
	padding-left: 32px;
	}
div.box2 li {
	padding-bottom: 10px;
	}
.box3{
	width: 500px;
	background:#FFF;
	border: 2px solid #99FF00;
	margin: 0px auto 15px auto;
	padding: 10px;
	}
div.clear_box_left {
	float: left;
	margin: 0px 5px;
	}
div.clear_box_left p {
	margin-bottom: 3px;
	}
div.clear_box_right {
	float: right;
	padding: 0px 5px;
	}
div.clear_box_right p {
	margin-bottom: 3px;
	}

/* 注釈パーツ */
.annotation{
	text-indent: -1.3em;
	padding-left: 1.5em;
	}
/* 注釈パーツ（小） */
.annotation_s{
	font-size: 10px;
	line-height: 14px;
	text-indent: -13px;
	padding-left: 13px;
	}
/* BOX内：注釈パーツ */
div.box2 p.annotation{
	text-indent: -1.3em;
	margin-left: 10px;
	padding-left: 1.5em;
/*	padding-left: 2.4em;*/
	}
/* BOX内：注釈パーツ（小） */
div.box2 p.annotation_s{
	font-size: 10px;
	line-height: 14px;
	text-indent: -13px;
	margin-left: 10px;
	padding-left: 13px;

	}

/* QAパーツ */
.Que{
	font-weight: bold;
	text-indent: -2.3em;
	margin-bottom: 3px;
	padding-left: 2.6em;
	}
.Ans{
	text-indent: -2.2em;
	padding-left: 4.6em;
	}

/* Link Parts */
.link {
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	background: url(/common/images/link_icon.gif) no-repeat left 1px;
	padding-left: 17px;
	letter-spacing: 0.1em;
	}

.top_link {
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	background: url(/common/images/link_icon2.gif) no-repeat left 1px;
	padding-left: 17px;
	letter-spacing: 0.1em;
	margin-left:153px;
	}

/* List_Link Parts */
ul.link_list {
	list-style-type: none;
	padding-left: 10px;
	}
.link_list li{
	padding-bottom:3px;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	background: url(/common/images/link_icon.gif) no-repeat left top;
	padding-left: 15px;
	}

/* 上へ戻るリンク */
p.to-top {
	text-align: right;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	}
p.to-top a {
	border-bottom: dotted 1px #990099;
/*	color: #990099;*/
	padding: 2px 5px;
	}

/* 画像を右側に配置 */
p.image_right {
	float: right;
	width: auto;
	line-height: 1;
	vertical-align: middle;
	margin: 0px 0px 15px 15px;
	padding: 0px;
	}

/* 画像を左側に配置 */
p.image_left {
	float: left;
	width: auto;
	line-height: 1;
	vertical-align: middle;
	padding: 0px 15px 15px 0px;
	}

/* 画像の回り込みを解除 */
.clear{
	clear: both;
	}

/* ========== かつどうきろく ========== */
div.history_link {
	margin-bottom: 0px;
}
div.history_link p{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
p.history_link_txt {
	float: left;
	width: 542px;
	margin-top: 50px;
	text-align: center;
}

/* ========== 思い出テーブル ========== */
table.history {
	margin: 0 15px 10px;
}
table.history td.date {
	width: 206px;
	padding: 7px;
	text-align: left;
	}
table.history td.name {
	width: 190px;
	padding: 7px;
	text-align: left;
	}
table.history td.place {
	width: 186px;
	padding: 7px;
	text-align: left;
	}
table.history td.ico {
	width: 122px;
	padding: 7px;
	text-align: center;
	}

/* 紫の下線 
.line {
	border-bottom: 1px solid #990099;
	}
*/

/* ========== おえかき用 ========== */
div.oekaki_box {
	width: 747px;
	}
div.oekaki_box_02 {
	width: 750px;
	padding-left: 100px;
	}
div.oekaki_box_02 p {
	width: 550px;
	}
div.oekaki_box_left {
	float: left;
	width: 229px;
	margin: 0px 10px;
	}
div.oekaki_box_right {
	float: right;
	width: 229px;
	padding: 0px 10px;
	}
p.illust_01 {
	background: url(../../record/oekaki/images/illust_bg.gif) repeat;
	margin-bottom: 3px;
	padding: 7px;
	}
p.illust_02 {
	background: url(../../record/oekaki/images/illust_bg.gif) repeat;
	margin: 0px 32px 3px 32px;
	padding: 7px;
	}
p.comment {
	background: url(../../record/oekaki/images/icon.png) no-repeat;
	padding-left: 37px;
	}
p.comment_02 {
	width: 550px;
	background: url(../../record/oekaki/images/icon.png) no-repeat;
	height: 35px;
	padding: 10px 0px 15px 37px;
	}

/* ========== おかいもの用 ========== */
div.shop_box {
 width: 798px;
 margin: 0 0 5px 0px;
 background: url(../../shop/images/n_shop_bg.jpg) no-repeat bottom left;
}
div.shop_box dl {
	width: 266px;
	margin:0px;
	padding:0px;
	float: left;
	background: url(../../shop/images/n_shop_tp.jpg) no-repeat top left;
}
div.shop_box dt {
	margin: 19px 21px 5px 20px;
	color: #00AEEB;
	font-weight: bold;
}
div.shop_box dd {
	margin: 1px 24px 1px 15px;
	text-align: center;
}
div.shop_box dd.price {
	margin-bottom: 30px;
	font-weight: bold;
}
div.shop_box dd.price2 {
	font-weight: bold;
}
.annotation_s{
	font-size: 10px;
	line-height: 14px;
	text-indent: -13px;
	padding-left: 13px;
	margin: 0 0 30px 40px;
	}

/* ========== ものがたり用 ========== */
#story p {
	width: 100%;
	text-align: center;
}
#story p img {
	margin: 0 5px;
}

