/*------------------
ボディ（文字サイズ、上空間、IE6用ブロックセンタリング）
------------------*/
body {
	line-height: 130%;
	margin-top: 0;
	text-align : center;
}
/*------------------
IE6以外用ブロックセンタリング
-----------------*/
.center_a{
	margin: 0 auto;
	width: 800px;
}
/*------------------
上ブロック
-----------------*/
.header_a {
	width: 800px;
}
/*------------------
外ブロック
------------------*/
.frame_a {
	width: 800px;
	text-align: left;
}
/*------------------
左メインブロック
------------------*/
.main_a {
	float: left;
	width: 610px;
}
/*------------------
右メニューブロック
------------------*/
.side_a {
	margin-left: 610px;
	width: 185px;
	font-size: 16pt;
}
.menu {
	font-size: 16px;
}
/*------------------
外ブロック解除
------------------*/
.clear_a {
	clear: both;
	widht: 100%;}
/*------------------
下ブロック
-----------------*/
.footer_a {
	width: 800px;
	border-top: 1px solid #000000;
	font-size: 13px;
	margin-top: 15px;
}
/*------------------
リンク色（通常→青、マウスオン→赤、訪問後→青）
------------------*/
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #00a0dd;
}
/*------------------
少スペース
------------------*/
.space {
	margin-bottom: 6px;
}
/*------------------
区切り線
------------------*/
.line {
	height: 1px; color: #666666;
}
/*------------------
画像左スペース
------------------*/
.imgspace {
	margin-right: 15px;
}
/*------------------
フォントサイズ
------------------*/
.font13 {
	font-size: 13px;
}
