@charset "UTF-8";

html {
	margin:0;
	background-color:#FFFFFF;
	background-image:url("/img/background_base.png");
	background-repeat:repeat-x;
	background-position:top;
	padding:0;
	}
body {
	margin:0 auto;
	background-image:url("/img/background_body.png");
	background-repeat:no-repeat;
	background-position:top center;
	padding:0 20px;
	width:800px;
	line-height:1.5;
	color:#4C3D3D;
	}
a {
	color:#064D9F;
	}
a:visited {
	color:#064D9F;
	}
a:hover {
	color:#FF3333;
	}
img {
	border:0;
	vertical-align:middle;
	}
object {
	border:0;
	vertical-align:middle;
	}

/* contents */
div#contents {
	float:left;
	margin-top:90px;
	overflow:hiddem;
	padding:0 10px;
	width:600px;
	font-family:"Meiryo","CI";
	}
div#contents h1,
div#contents h2,
div#contents h3,
div#contents h4,
div#contents p {
	margin:10px 0;
	}
div#contents ul {
	margin-top:10px;
	margin-bottom:10px;
	}
div#contents ul li {
	margin-top:5px;
	margin-bottom:5px;
	}
div#contents div.ad {
	display:none;
	margin:10px 0;
	width:100%;
	}
div#contents div.guide ul li {
	display:inline;
	list-style:none;
	}

/* navigation */
div#navigation {
	float:left;
	margin-top:90px;
	overflow:hidden;
	background-color:#CCDDDD;
	background-image:url("/img/navigation_background.png");
	background-repeat:repeat-y;
	background-position:left;
	width:170px;
	font-size:small;
	}
div#navigation h3 {
	margin:0;
	background-color:#699C9C;
	background-image:url("/img/navigation_headline_background.png");
	background-repeat:repeat-x;
	background-position:top;
	padding:5px;
	color:#FFFFFF;
	font-size:small;
	}
div#navigation h3 a {
	text-decoration:none;
	color:#FFFFFF;
	}
div#navigation p {
	margin:10px;
	}
div#navigation ul {
	margin-top:10px;
	margin-bottom:10px;
	}

/* information */
div#information {
	clear:both;
	margin-top:10px;
	background-image:url("/img/background_bottom.png");
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:10px;
	}
div#information * {
	margin:0;
	}
div#information h2 {
	z-index:1;
	position:absolute;
	top:10px;
	background-image:url("/img/header.png");
	background-repeat:no-repeat;
	background-position:top center;
	width:800px;
	height:70px;
	}
div#information h2 a {
	display:block;
	margin:20px 345px 10px 20px;
	overflow:hidden;
	width:435px;
	height:40px;
	text-indent:-9999px;
	}
div#information p {
	text-align:center;
	color:#333333;
	font-size:small;
	}
div#information p a {
	text-decoration:none;
	color:#333333;
	font-size:small;
	}