@charset "shift_jis";

body{
	color:#000;	/* 色1 */
	background:#fff;	/* 色1 */
}

#title, .pageSubTitle{
	color:#06c;	/* 色2 */
	font-weight:normal;
	font-family:"Lucida Handwriting",serif;
}

.subTitleUnderline{
	color:#06c;	/* 色2 */
	font-size:1.4em;
	font-weight:normal;
	font-style:italic;
	font-family:serif;
	border-bottom:1px solid #666;
	margin:10px 50px;
	padding:5px;
}

/* ナビゲーションバー（用語解説用） */
.navi{
	color:#333;
	text-align:center;
	background:#adf;	/* 色3 */
	border-top:1px solid #069;	/* 色3 */
	border-bottom:1px solid #069;	/* 色3 */
}

/* メインページ　参考文献 */
#literature{
	font-size:0.8em;
	border-top:1px solid #666;
	padding:15px 35px;
}

#literature h3{
	text-align:center;
	font-size:1.3em;
}

/* メインページ用ナビリンク */
#mainNavi{
	text-align:center;
	font-size:1.3em;
}

#mainNavi a{
	font-weight:bold;
}

/* コンテンツ解説 */
.contentsComment{
	border-bottom:1px solid #666;
}

/* 行区分 */
.sectionTitle{
	background:#9cf;	/* 色4 */
}

/* 用語 */
/* 各用語 */
.sectionDetail dt{
	padding:5px 15px;
}

.sectionDetail dd{
	border-bottom:1px solid #666;
	margin:0;
	padding:15px 35px;
}

dd .note{
	border-top:1px solid #666;
	padding:15px 0 0 0;
}

/* 魔法・技名 */
.skill{
	color:#c00;
	font-weight:bold;
}

/* アイテム名 */
.item{
	color:#00c;
	font-weight:bold;
}

/* COMPの機能 */
.comp{
	color:#0c0;
	font-weight:bold;
}

/* 悪魔名 */
.devil{
	color:#909;
	font-weight:bold;
}

/* Closeメッセージ */
#close{
	text-align:center;
	font-weight:bold;
	border-top:1px solid #666;
}
