@charset "UTF-8";

* {
	margin:0;
	padding:0;
	}
html {
	background-color:#FFFFFF;
	}
body {
	position:relative;
	margin:15px auto;
	border:#000000 1px solid;
	background-image:url("/img/entry_background.png");
	background-position:top;
	background-repeat:no-repeat;
	padding:15px;
	width:650px;
	overflow:auto;
	color:#333333;
	font-size:x-small;
	}
a {
	color:#064D9F;
	}
a:visited {
	color:#064D9F;
	}
img {
	border:0;
	vertical-align:middle;
	}
object {
	border:0;
	vertical-align:middle;
	}

/* contents */
div#contents {
	float:right;
	margin-top:480px;
	width:380px;
	}
div#contents h1 {
	clear:both;
	background-color:#AAAAAA;
	padding:5px;
	color:#FFFFFF;
	font-size:small;
	}
div#contents h2 {
	display:none;
	}
div#contents p {
	margin:10px 0;
	line-height:1.5;
	}
div#contents div.clip {
	float:right;
	margin:10px;
	margin-right:0;
	width:120px;
	}

/* navigation */
div#navigation {
	float:left;
	margin-top:480px;
	width:250px;
	}
div#navigation p {
	margin:10px 0;
	}
div#navigation p a {
	text-decoration:none;
	color:#333333;
	}
div#navigation ul {
	margin:0;
	border:#AACBEE 1px solid;
	background-image:url("/img/list_background.png");
	background-position:top;
	background-repeat:repeat-x;
	padding:10px;
	line-height:2;
	color:#AACBEE;
	font-weight:bold;
	list-style-type:none;
	}
div#navigation ul li {
	display:inline;
	}

/* ad */
a#title {
	display:block;
	position:absolute;
	top:20px;
	right:20px;
	width:290px;
	height:40px;
	overflow:hidden;
	text-indent:-9999px;
	}
a#button {
	display:block;
	position:absolute;
	top:380px;
	left:215px;
	background-image:url("/img/button.png");
	background-position:top;
	background-repeat:no-repeat;
	width:250px;
	height:75px;
	overflow:hidden;
	text-indent:-9999px;
	}
a#button:hover {
	background-position:bottom;
	}

/* footer */
div#footer {
	clear:both;
	text-align:center;
	}
div#footer * {
	display:inline;
	text-decoration:none;
	color:#AAAAAA;
	font-size:8px;
	font-weight:normal;
	}