﻿@charset "utf-8";

@import url("default.css");
@import url("base.css");

/* Print Style
------------------------------------------------------------
header
contents
footer
newsArea
infomation
story
system
special
--------------------------------------------------------- */

body
	{
	margin:0;
	padding:0;
	background:#cbc6b3 url("../img/bg_wrapper.gif") center bottom repeat-y;
	text-align:center;
	}

#wrapper
	{
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
	}
html>body #wrapper
	{
	width:770px;
	}

#globalNav,
#localNav,
#contents div.banner #tab
	{
	display:none;
	}

/* header
--------------------------------------------------------- */

#header h1
	{
	margin:0;
	padding:0;
	}

/* contents
--------------------------------------------------------- */

#contents,
#footer
	{
	width:100%;
	padding:15px;
	}
html>body #contents,
html>body #footer
	{
	width:740px;
	}

#contents p
	{
	text-align:left;
	}
html>body #contents p
	{
	padding-right:20px;
	}

/* footer
--------------------------------------------------------- */

#footer
	{
	padding-top:0;
	text-align:right;
	}

#footer div
	{
	margin-top:10px;
	text-align:center;
	}

/* newsArea
--------------------------------------------------------- */

#newsArea strong
	{
	color:#c00;
	}

#newsArea dl
	{
	margin:0;
	padding:0;
	}

#newsArea dl dt
	{
	font-weight:bold;
	}

#newsArea dl dd
	{
	margin:0 0 0.5em;
	padding:0;
	}

/* infomation
--------------------------------------------------------- */

#contents #infomation table
	{
	width:auto;
	border:none;
	}

#contents #infomation table th,
#contents #infomation table td
	{
	width:auto;
	padding:0 0 1px;
	border:none;
	background:none;
	font-weight:normal;
	}

/* story
--------------------------------------------------------- */

#contents #story,
#contents #character
	{
	text-align:center;
	}

#contents #story div.img
	{
	text-align:left;
	}

#contents #story div.img img
	{
	margin-right:10px;
	}

#contents h2.floatRight
	{
	width:552px;
	margin:0 0 1em;
	overflow:hidden;
	}

#contents h2.floatRight img
	{
	margin-top:-30px;
	margin-left:-25px;
	}

#contents #story img
	{
	margin:0 0 1.5em;
	}

/* system
--------------------------------------------------------- */

#contents #system div.pad h3.border
	{
	margin-bottom:0.8em;
	padding-bottom:2px;
	border-bottom:dotted 2px #B6A181;
	}

#contents #system div.pad p.fs2
	{
	clear:both;
	padding:1em 0;
	}

#contents #system div.pad div.floatLeft,
#contents #system div.pad div.floatRight
	{
	float:left;
	width:40%;
	margin:0 10px 10px 0;
	}

#contents #system div.pad div.clear
	{
	clear:both;
	margin:0 0 1.5em;
	padding:10px;
	background:#ebe8df;
	}

#contents #system div.pad div.aot
	{
	float:left;
	margin:0 0 20px;
	}

#contents #system div.pad div.aot img
	{
	float:left;
	margin:3px 8px 0 0;
	}

#contents #system br.clear
	{
	clear:both;
	}

/* special
--------------------------------------------------------- */

#contents #special div.link dl
	{
	margin:2.5em 0;
	}

#contents #special div.link dl dt
	{
	margin:1em 0;
	padding:0 0 0 6px;
	border-left:solid 5px #382e22;
	}

#contents #special div.link dl dt a
	{
	color:#382e22;
	font-weight:bold;
	}

#contents #special div.link dl dd
	{
	margin:0 0 1em;
	}

#contents #special div.banner table,
#contents #special div.banner table th,
#contents #special div.banner table td
	{
	border:none;
	}

#contents #special div.banner table th
	{
	width:20%;
	background:#c5beb1;
	text-align:left;
	}

#contents #special div.banner table td
	{
	width:80%;
	background:#d9d3c6;
	}

#contents #special div.banner textarea,
#contents #special div.banner input
	{
	display:none;
	}

