@charset "UTF-8";

body {
	margin:0;
	background-color:#FFFFFF;
	color:#333333;
	}
a {
	color:#003399;
	}
a:visited {
	color:#996633;
	}
img {
	border:0;
	vertical-align:middle;
	}
object {
	border:0;
	vertical-align:middle;
	}

/* header */
div.header {
	background-color:#006699;
	overflow:hidden;
	padding:10px;
	height:90px;
	text-align:center;
	}

/* page */
div.page {
	margin:0px auto;
	overflow:auto;
	background-color:#FFFFFF;
	padding:10px 0;
	width:728px;
	}

/* contents */
div.contents {
	float:right;
	overflow:hidden;
	width:238px;
	line-height:1.5em;
	}
div.contents h3 {
	color:#CC6600;
	}
div.contents p.ad_text {
	margin:1.5em;
	text-align:center;
	}
div.contents p.ad_text a:hover {
	color:#FA9B0A;
	}

/* navigation */
div.navigation {
	float:left;
	overflow:hidden;
	padding-right:10px;
	width:120px;
	}
div.navigation ul.page {
	margin:0;
	padding:0;
	list-style:none;
	}
div.navigation ul.page li {
	margin:10px 0;
	}
div.navigation ul.page li a {
	display:block;
	border:#006699 1px solid;
	border-left:#006699 3px solid;
	padding:5px;
	height:100%;
	text-decoration:none;
	color:#333333;
	font-size:xx-small;
	font-weight:bold;
	cursor:default;
	}
div.navigation ul.site {
	display:none;
	}

/* ad */
div.ad {
	float:left;
	width:350px;
	}
div.ad a {
	display:block;
	border:#FFFFFF 1px solid;
	background-image:url("/img/ad.png");
	background-repeat:no-repeat;
	width:350px;
	height:600px;
	text-indent:-9999px;
	}
div.ad a:hover {
	border:#FA9B0A 1px solid;
	}

/* footer */
div.footer {
	clear:both;
	background-color:#006699;
	padding:10px 0;
	color:#FFFFFF;
	text-align:center;
	}
div.footer a {
	color:#FFFFFF;
	text-decoration:none;
	}
div.footer a:visited {
	color:#FFFFFF;
	}
div.footer h3 {
	display:inline;
	font-size:xx-small;
	}
div.footer p {
	display:inline;
	font-size:xx-small;
	}