/****************************************
2004/11/23 修正 見出し関連を修正
****************************************/

/* h1 は記事の主題 */
/* h2 は未使用 */
/* h3 は記事内の大項目 */
.main h3{
	border-right  : solid 5px;
	border-bottom : solid 1px;
	clear         : both;
}
/* h4 は記事内の付記 */
.main h4{
	border-bottom : solid 1px;
	clear         : both;
}
/* h5 はh4以下の項目 */
.main h5{
	clear         : both;
}
.main .update_date {
	font-size  : 10pt;
	text-align : right;
}
.main .art_left {
	margin : 5px 5px 5px 1px;
	float : left;
}
.main .art_right {
	margin : 5px 1px 5px 5px;
	float : right;
}
.main p {
	clear : both;
}
.main blockquote {
	margin : 1em 1em 1em 1em;
	background : #C9EDFF;
}

.top {
	color : #ffffff;
	font-size : 11pt;
}
.top a {
	color : #ffffff;
}

.menu {
	font-size : 11pt;
}

.whatsnew {
	font-size : 11pt;
}

.main {
	font-size : 11pt;
}

.main table {
	font-size : 11pt;
}

.page_back {
	text-align : center;
}