﻿@charset "utf-8";
@import url("base.css");

/* ストーリー・イントロダクション枠 */
#story, #introduction {
	border: medium solid #FF9999;
	background-image: url(../img/story-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 1em;
	padding-left: 1em;
	margin-right: 5%;
	margin-left: 5%;
	padding-bottom: 2em;
}
/* ストーリー・イントロダクション枠間のスキマ */
#story {
	margin-top: 3ex;

}
/* 枠内タイトル */
h4 {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size: large;
	color: #FF9999;
	letter-spacing: 1ex;
	text-align: center;
	margin-bottom: 2em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #FFCCCC;
	border-right-color: #FFCCCC;
	border-bottom-color: #FFCCCC;
	border-left-color: #FFCCCC;
	padding-bottom: 1em;
	margin-right: 10%;
	margin-left: 10%;
}
/* イントロダクション内強調部分 */
em {
	font-size: x-large;
	font-style: normal;
	font-weight: bolder;
	color: #FF6666;
	letter-spacing: 0.5ex;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #FF3333;
	border-right-color: #FF3333;
	border-bottom-color: #FF3333;
	border-left-color: #FF3333;
	border-bottom-style: dotted;
}
/* ストーリー本文文字設定 */
#story p {
	font-size: small;
	color: #333333;
	line-height: 3ex;
	font-weight: bold;
	margin-bottom: 1em;
}
/* イントロダクション枠内部背景 */
#introduction {
	background-image: url(../img/introduction-bg.jpg);
}
/* イントロダクション本文文字設定 */
#introduction p {
	font-size: large;
	color: #333333;
	font-weight: bold;
	line-height: 3ex;
	margin-bottom: 1em;
}
/* イントロダクション枠内スプラッタ表現部分文字効果 */
#introduction #niceboat {
	font-size: small;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 5em;

}
