@font-face {
	font-family: mplus;
	src: url('/common/fonts/mplus/mplus-1c-medium.ttf') format("TrueType");
}

article,
aside,
dialog,
footer,
header,
section,
nav,
figure
{
	display: block;
	position: relative;
}

body {
	margin: 0;
	padding: 0;
	background: #000000;
	color: #ffffff;
	font-size: 12px;
	font-family: mplus;
}

#container {
	width: 980px;
	margin: 0 auto;
}

#mainNavi {
	position: absolute;
	bottom: 0;
}

#sideNavi {
	width: 200px;
	float: left;
}

#rightContent {
	width: 564px;
	margin: 0 0 25px;
	float: left;
	background-image: url(/img/article_bg.png);
	background-repeat: repeat-y;
}

#rightContent .articleHeader {
	background-image: url(/img/article_header.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#rightContent .articleFooter {
	background-image: url(/img/article_footer.png);
	background-repeat: no-repeat;
	text-align: right;
	clear: both;
}

#rightContent .articleSmall {
	background-color: #0A000A;
	margin-right: 12px;
}

#rightContent .contentBox {
	letter-spacing: 0.11em;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 8px 21px 40px;
	color: #CCCCCC;
}

#rightContent h2 {
	font-size: 1.5em;
	line-height: 1.7em;
	color: #CCCCCC;
	position: relative;
	top: 8px;
	left: 12px;
	width: 540px;
	border-bottom: 1px solid #666666;
	text-align: center;
}

#rightContent h3 {
	font-size: 1.2em;
	color: #FFFFFF;
	border-bottom: 3px solid #CCCCCC;
	line-height: 2.2em;
}

#sideContent {
	width: 205px;
	float: right;
	margin-top: 2px;
}

.contentHeader {
	height: 258px;
	background-image: url(/img/top_bg.png);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}

.contentHeader h1 {
	position: absolute;
	top: 0;
	left: 0;
}

.contentHeader h2 {
	position: absolute;
	right: 0;
	top: 15px;
	color: #b1b1b1;
}

.contentFooter {
	clear: both;
	height: 40px;
	text-align: center;
	background-color: #180119;
	color: #FFFFFF;
}

#sideNavi ul {
	margin: 0 0 12px;
	padding: 0 10px;
}

#sideNavi li {
	width: 100%;
	vertical-align: bottom;
}

.leftHeader1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #CCCCCC;
	background-image: url(/img/box1.png);
	background-repeat: no-repeat;
	text-align: center;
	margin: 5px 0;
	line-height: 20px;
}

.leftHeader2 {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

a {
	color: #AAAAFF;
	text-decoration: none;
}

a:hover {
	color: #6666FF;
	text-decoration: underline;
}

#mainNavi a {
	border: 1px solid #2c0771;
	line-height: 36px;
	background-image: url(/img/top_btn_bg.png);
	background-repeat: repeat-x;
	display: inline-block;
	width: 192px;
	height: 36px;
	font-size: 1.3em;
	letter-spacing: .2em;
	text-align: center;
	margin-right: 2px;
	
	border-radius: 3px 0 5px 0;
	-moz-border-radius: 3px 0 5px 0;
	-webkit-border-radius: 3px 0 5px 0;
	
	text-shadow: 1px 1px 1px #3333cc;
}

#sideContent h4 {;
	background-color: #332244;
	line-height: 1.7em;
	font-size: 1.2em;
	text-align: center;
	color: #AA9A9A;
	letter-spacing: 0.15em;
}

#sideContent h5 {
	margin: 0 2px 4px;
	text-align: right;
	padding-right: 6px;
	line-height: 1.9em;
	color: #636330;
	border-bottom: 2px dotted #333333;
}

#sideContent p {
	margin: 12px 8px 18px 12px;
	line-height: 1.5em;
	letter-spacing: 0.11em;
	color: #AAAAAA;
}

#sideContent .outerSection {
	border: 1px solid #404080;
	margin: 0 0 16px;
}

#sideContent .innerSection {
	border-right: 1px solid #333300;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #333300;
	border-top: 1px solid #404040;
	background-color: #111130;
}

.mapImage {
	border: 2px solid #FFFFFF;
	float: right;
	margin-left: 8px;
}

.imageBox {
	width: auto;
	margin: 0  0 40px;
	float: right;
	background-color: #333333;
}

.imageBox img {
	margin: 4px 4px 2px;
}

.imageBox figcaption {
	display: block;
	margin: 0 10px 4px;
	text-align: right;
	font-size: 0.9em;
	color: #CCCCCC;
}

.infoTable {	
	width: 300px;
}

.infoTable th,
.infoTable td
{
	border-collapse: collapse;
	border: 1px solid white;
	padding: 5px;
	color: white;
}

.infoTable th {
	text-align: center;
	background-color: #600060;
}

.stories {
	margin: 0 10px;
}

.stories li {
	color: #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	line-height: 2em;
}

.illustrationBox {
	width: 100px;
	height: 150px;
	float: left;
	margin-left: 3px;
	margin-bottom: 3px;
	overflow: hidden;
}

.illustrationBox img
 {
	margin: 0 -70px 0;
}

.illustrationBoxHover {
	overflow: visible;
	z-index: 10000;
}

.illustrationBoxHover img {
	border: 10px solid #333333;
}

pre {
	margin: 15px 0;
	font-size: 0.9em;
	
}

.storyImageBox {
	text-align: center; 
	margin: 15px 0;
	background-color: #000000;
	padding: 10px 0;
	border: 1px solid #333333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}



