* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #444444;
	margin: 0px;
	font-family: sans-serif;
	text-align: center;
}

body.document {
	font-family: monospace;
}

.text {
	font-size: 90%;
}

div {
	padding: 6px;
	line-height: 150%;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align: center;
}

#title {
	padding-left: 20px;
	width: 800px;
	height: 60px;
	text-align: left;
}

#contents {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	vertical-align: top;
}

#contents_document {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	vertical-align: top;
}

#top_title {
	float: left;
	width: 300px;
}
#top_title_text {
	margin-left: 300px;
	text-align: left;
	vertical-align: top;
}
#contents_left {
	float: left;
	width: 500px;
	text-align: left;
	vertical-align: top;
}
#contents_right {
	margin-left: 500px;
	padding-left: 10px;
	width: 260px;
	vertical-align: top;
}

div.header {
	padding-left: 10px;
	width: 500px;
	height: 30px;
	background-image: url("image/header.png");
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 90%;
}

div.footer {
	border-top: 1px solid #AAAAAA;
	font-size: 90%;
}

div.link {
	background-image: url("image/link.png");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

div.sub_header {
	color: #EEEEEE;
	padding: 0px;
	padding-top: 6px;
	padding-left: 10px;
	width: 240px;
	height: 30px;
	background-image: url("image/sub_header.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
	font-size: 90%;
	text-align: left;
}
div.sub_contents {
	width: 240px;
	background-image: url("image/sub_contents.png");
	background-repeat: repeat-y;
	font-size: 80%;
	text-align: left;
}
div.sub_footer {
	width: 240px;
	height: 15px;
	background-image: url("image/sub_footer.png");
	background-repeat: no-repeat;
}
div.sub_arrow {
	padding: 0px;
	width: 240px;
	height: 30px;
	background-image: url("image/sub_arrow.png");
	background-repeat: no-repeat;
	background-position: center;
}

div.buy_credit_card {
	line-height: 100%;
	font-size: 80%;
}

table {
	border-collapse: collapse;
}

td.header {
	padding: 4px;
	border: 1px solid #999999;
	background-color: #F0F0F0;
	font-size: 80%;
	white-space: nowrap;
}
td.normal {
	padding: 4px;
	border: 1px solid #999999;
	font-size: 80%;
}
td.number {
	padding: 4px;
	border: 1px solid #999999;
	font-size: 80%;
	text-align: right;
}
td.argument {
	padding: 4px;
	border: 1px solid #999999;
	vertical-align: top;
	font-size: 80%;
	text-align: right;
	white-space: nowrap;
}
td.large {
	padding: 6px;
	border: 1px solid #999999;
}
td.large_number {
	padding: 6px;
	border: 1px solid #999999;
	text-align: right;
}

table.bbs {
	width: 500px;
}
td.bbs_subject {
	padding: 4px 4px 4px 8px;
	width: 100%;
	border: 1px solid #999999;
	border-right: 0px;
	font-size: 90%;
}
td.bbs_count {
	padding: 4px;
	border: 1px solid #999999;
	border-left: 0px;
	border-right: 0px;
	font-size: 90%;
	text-align: right;
	white-space: nowrap;
}
td.bbs_date {
	padding: 4px 8px;
	border: 1px solid #999999;
	border-left: 0px;
	font-size: 90%;
	white-space: nowrap;
}
td.bbs_pager {
	padding: 4px 8px;
}
td.bbs_thread_pager {
	padding: 4px 8px;
	font-size: 90%;
}
td.bbs_thread_title {
	padding: 4px;
	border: 1px solid #999999;
	background-color: #F0F0F0;
	font-size: 90%;
	font-weight: bold;
	white-space: nowrap;
}
td.bbs_thread_normal {
	padding: 4px;
	border: 1px solid #999999;
	font-size: 90%;
}
div.bbs_comment_header {
	padding: 4px;
}
div.bbs_comment_body {
	padding: 0px 10px 20px 20px;
}

.small {
	font-size: 80%;
}
.emphasis {
	font-weight: bold;
	font-size: 100%;
}

span {
	font-size: 90%;
}

span.bold {
	font-weight: bold;
}
span.charin {
	font-family: fancasy;
	font-size: 180%;
	font-weight: bold;
}
span.attention {
	font-size: 120%;
	font-weight: bold;
	color: #FF0000;
}
span.alert {
	color: #FF0000;
}
span.function {
	font-weight: bold;
	font-size: 120%;
}

hr {
	color: #AAAAAA;
	height: 1px;
}

img {
	border: 0px;
}
