
/**************************************** 共通 ****************************************/

body {
	background: #fff8f0;
	color: #000000;
	font-family: sans-serif;
	line-height: 1.45;
	margin: 0px;
}

a {
	border-bottom: 1px dotted;
	text-decoration: none;
}

a:link {
	color: #0033cc;
}

a:visited {
	color: #4477cc;
}

a:hover {
	color: #ff0000;
}

a:active {
	color: #ff0000;
}

hr {
	border-top: 4px dotted #445566;
	border-bottom: 0;
	clear: both;
}

h1 {
	font-family: "Times New Roman";
	font-size: 250%;
	line-height: 1;
	margin-left: 20px;
	text-shadow: 4px 4px 4px #888888;
}

h1:first-letter {
	color: #ee2233;
	font-size: 200%;
	margin-top: 18px;
	margin-right: 3px;
}

h2 {
	font-size: 120%;
	margin: 30px auto 25px auto;
}

h2:first-letter {
	color: #1144aa;
	font-size: 160%;
	margin-right: 1px;
}

h2 span {
	color: #008833;
	font-size: 160%;
	margin-right: 1px;
}


h3 {
	font-size: 100%;
}

table {
	margin-left: 30px;
}

td, th {
	border-top: 1px #666699 solid;
	border-bottom: 2px #666699 solid;
	border-left: 1px #666699 solid;
	border-right: 2px #666699 solid;
}

th {
	background: #ccddee;
	color: #000066;
	font-weight: normal;
	line-height: 1.45;
	padding: 3px 10px 3px 10px;
	text-align: center;
	white-space: nowrap;
}

td {
	background: #f0f8ff;
	line-height: 1.45;
	padding: 3px 10px 3px 10px;
	text-align: center;
}

.field {
	margin: 20px 40px 20px 40px;
}

.navi-top {
	background: #223366;
	border-bottom: 2px solid #aaaaaa;
	color: #ffffff;
	font-family: "Yu Gothic UI", "ヒラギノ角ゴシック", sans-serif;
	font-size: 80%;
	line-height: 1.9;
	margin: 0px 0px 18px 0px;
	padding: 1px 10px 3px 0px;
	text-align: right;
}

.navi-top a:link {
	color: #ffffff;
}

.navi-top a:visited {
	color: #ffffff;
}

.navi-top a:hover {
	color: #ffffff;
}

.navi-bottom {
	background: #223366;
	border-top: 2px solid #aaaacc;
	color: #ffffff;
	font-size: 80%;
	font-family: "Yu Gothic UI", "ヒラギノ角ゴシック", sans-serif;
	line-height: 1.9;
	margin: 0;
	padding: 2px 0px 2px 10px;
}

.navi-bottom a:link {
	color: #ffffff;
}

.navi-bottom a:visited {
	color: #ffffff;
}

.navi-bottom a:hover {
	color: #ffffff;
}

.backtotop {
	font-size: 90%;
	line-height: 1;
	text-align: right;
}

#shortcut {
	background: #ffffff;
	border: 1px dashed #3366aa;
	font-family: "Arial", sans-serif;
	margin: 40px 40px 25px 40px;
	padding: 0 20px 10px 15px;
}

#shortcut div {
	background: #3366aa;
	color: #ffffff;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 5px;
	padding-top: 3px;
	position: relative;
	top: -1px;
	left: -16px;
	text-align: center;
	width: 7em;
}

#shortcut a {
	font-size: 90%;
	margin-right: 20px;
	white-space: nowrap;
}

#shortcut ul {
	font-size: 90%;
	margin-left: -1em;
}

/**************************************** インデックス ****************************************/


.index h1:first-letter {
	float: left;
	margin-top: 0px;
}

.index h1 span {
	font-size: 50%;
	height: 1em;
	line-height: 1;
	position: relative;
}

.index h2 {
	font-size: 110%;
	margin: 0;
}

.index h2:first-letter {
	color: #000000;
	font-size: 100%;
	margin-right: 0px;
}

.index ul {
	list-style: none;
	margin-top: 0 ;
}

.index li {
	margin-bottom: 5px;
}

.index #menu-left {
	float: left;
	margin-bottom: 1em;
	width: 17em;
}

.index #menu-right {
	float: left;
}

address {
	font-style: normal;
	margin-top: 1em;
	text-align: right;
}


/**************************************** データ ****************************************/


.data .field p {
	margin-left: 30px;
}

.data #shortcut p {
	margin: -0.3em 0 1em 2em;
}

.data dl {
	margin-left: 2em;
	margin-right: 2em;
}

.data dt {
	font-weight: bold;
	margin-top: 0.5em;
}

.data .field td p {
	background: #fcfcff;
	border: 1px solid;
	margin-left: 0px;
	padding: 5px 0px 5px 5px;
	text-align: left;
}

#scenario-piece td {
	text-align: left;
}

#scenario-piece ol {
	margin: 0;
	padding-left: 20px;
}

#scenario-piece ul {
	list-style-type: disc;
	margin: 0;
	padding-left: 1.5em;
}

#spflowchart table {
	margin-top: 2em;
	margin-bottom: 1em;
}

#spflowchart td {
	font-size: 90%;
	height: 3em;
	padding: 3px;
	white-space: nowrap;
}

#spflowchart .blank {
	background: #fff8f0;
	border: none;
}

#spflowchart .main {
	background: #f8e8ff;
	border-color: #8866aa;
}

#spflowchart .endsp {
	background: #ffdddd;
	border-color: #773333;
}

#spflowchart .series-green {
	background: #ddffdd;
	border-color: #558855;
}

#spflowchart .series-yellow {
	background: #ffffdd;
	border-color: #888855;
}

#companion .equipment {
	text-align: left;
}

#companion .skill {
	text-align: left;
}

#companion .sp {
	text-align: left;
}


/**************************************** 最短チャート ****************************************/


.chart #shortcut p {
	margin-top: 1em;
	margin-left: 1em;
}

.root p {
	margin-left: 2em;
}

.root ol {
	margin-top: 1em;
	margin-left: 1em;
}

.root h2 {
	margin-bottom: 0;
}

.root h2:first-letter {
	color: #000000;
	font-size: 100%;
	margin-right: 0;
}


/**************************************** その他 ****************************************/


#genesis-story {
	margin-left: 3em;
	text-align :center;
	width: 19em;
}

#saga-story {
	margin-left: 3em;
	width: 19em;
}

#saga-story .after {
	margin-left: -3em;
	text-align :center;
}

.other dt {
	font-weight: bold;
	margin-top: 1em;
}

.other .field p {
	margin-left: 2em;
}

#faqs ul {
	margin-left: 1em;
}



