@charset "utf-8";

/* reset */
* {
	margin: 0;
	padding: 0;
	border-width: 0;
}

/* global settings */
body {
	color: #333;
	line-height:150%;
	background-color: #fff;
}
a {
	color: #c33;
	text-decoration: none;
}
a:active,
a:hover {
	color: #f63;
}
div {
	text-align: left;
}
h3 {
	margin: 2em 0 1.5em;
	color: #996;
}
p {
	margin: 1em 0;
}
ul,
ol {
	margin-left: 0.5em;
}
table {
	margin: 1em 0;
}
table th {
	border: 1px #cc9 solid;
	padding: 5px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background-color: #ffc;
}
table td {
	border: 1px #ccc solid;
	padding: 5px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background-color: #fff;
}
strong {
	background-color: #cfc;
	font-weight: normal;
}
del {
	text-decoration: line-through;
	color: #666;
}
cite {
	font-style: italic;
}
.note {
	font-size: 90%;
}
.hide {
	display: none;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

/* layout */
div#wrapper {
	width: 740px;
	margin: 110px 0 0 20px;
}
div#main_body {
	clear: both;
	height: 580px;
	margin: 20px 0 0 180px;
}
div#contents_body {
	clear: both;
	margin: 20px 0 0 180px;
}

/* details */
h1 {
	display: block;
	width: 238px;
	height: 59px;
	float: left;
	margin: 0 15px 40px 0;
}
div#to_home {
	margin: 0 0 1em;
	text-align: right;
}
div#to_home a {
	border-width: 0 0 1px;
	border-style: dotted;
	border-color: #966;
	font-size: 90%;
	font-weight: bold;
}
div#introdution {
	font-size: 12px;
	line-height: 18px;
}
div#recent_updates h2 {
	display: none;
}
div#recent_updates ul {
	list-style: none;
	margin: 0 0 0 20px;
	font-size: 90%;
}
div#recent_updates li {
	margin: 0 0 3px;
}
div#recent_updates p {
	font-size: 90%;
}
div#menu {
	margin: 2em 0 0;
	border-width: 2px 0 0;
	border-style: solid;
	border-color: #ccc;
	padding: 20px;
}
div#menu h2 {
	display: none;
}
div#menu ul {
	margin: 0 0 0 20px;
}
div#contents_body h2 {
	margin: 2em 0 1.5em;
	color: #996;
}
div#contents_body ul {
	list-style-type: none;
}
div#contents_body table {
	margin: 1em 0 1em 2em;
}
div#contents_body th {
	background-color: #efe;
}
div#footer {
	margin: 30px 0;
	border-width: 3px 0 0;
	border-style: solid;
	border-color: #ccc;
	padding: 5px 10px 0;
	text-align: right;
}
div#footer address {
	font-size: 90%;
	font-style: normal;
	color: #999;
}

/***** etcetra *****/
div#axs_log {
	position: relative;
	top: -40px;
	left: 15px;
}
div#ad_1 {
	position: absolute;
	left: 20px;
	top: 0;
}
div#ad_2 {
	position: absolute;
	left: 20px;
	top: 190px;
}

