﻿table.irisStoryTableBox {
	border: 0px #E3CEE6 solid;
	border-collapse: separate;
	width: 964px;
	margin: auto;
}

table.irisStoryTableBox td {
	border: 1px #E3CEE6 solid;
}

table.irisStoryTableBox td.main {
	vertical-align: top;
	padding: 5px;
	}
	
table.irisStoryTableBox td.main h1 {
	font-family: "MS PGothic", "MS Gothic";
	font-size: 14pt;
	font-weight: bold;
	color: #BF64BE;
	text-align: center;
}

dt {
	font-family: Arial, Helvetica, sans-serif;
	color: #AD1BAB;
	font-weight: bold;
	font-size: 10pt;
}

dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #AD1BAB;
	padding: 0 0 0 50px;

}

dd a{
	font-size: 11pt;
	font-family: "MS PGothic", "MS Gothic";
	text-decoration: none;
	color: #5AAEBA;
}

dd a:hover{
	text-decoration: underline;
	color: #5AAEBA;
}

/* menu */
ul.irisStoryMenu {
	list-style-type: none;
	height: 80px;
	width: 990px;
	margin: auto;
}

ul.irisStoryMenu li {
	float: left;
	color: #3EC5DD;
	padding: 0 13px;
	display: block;
	line-height: 80px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif, "MS PGothic", "MS Gothic";
	font-size: 21px;
}

ul.irisStoryMenu a {
	text-decoration: none;
	color: #ADB2B3;
}

ul.irisStoryMenu a:hover {
color: #371C1C;
}

/* menu BLUE */
ul.irisStoryMenu_bl {
	list-style-type: none;
	height: 40px;
	width: 951px;
	margin: auto;
	background-color: #010099;
}

ul.irisStoryMenu_bl li {
	float: left;
	padding: 0 13px;
	display: block;
	line-height: 40px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif, "MS PGothic", "MS Gothic";
	font-size: 18px;
}

ul.irisStoryMenu_bl a {
	text-decoration: none;
	color: #E8E8EA;
}

ul.irisStoryMenu_bl a:hover {
	color: #FFFFFF;
}

ul.irisStoryMenu_bl a.nowhere {
	text-decoration: none;
	color: #3EC5DD;
}

ul.irisStoryMenu_bl a.nowhere:hover {
	color: #FFFFFF;
}

