*{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 9pt;
}

body{
	padding : 1em;
	color: #ffffff;
	font-size: 9pt;
	font-family: sans-serif;
	background-image: url(./img/back.gif);
	background-attachment:fixed;
}

/* p関連 */
p{
	color: #ffffff;
	font-size: 9pt;
}

/* 見出し */
h1{
	color: #ffffff;
	font-size: 26pt;
}

h2{
	color: #ffffff;
	font-size: 11pt;
}

/* 画像 */
img {
	border: none;
	margin:2px;
}

img.frame{
	margin:0px;
}


/* リンク */
a,a:visited{
	color: #00ff00;
}

a:hover{
	color: #ff9900;
}

/* フレームの開始端 */
.frameend{
	width: 700px;
}

.frameend img{
	vertical-align: bottom;
}

/* フレームの内部：コンテンツ */
.contents{
	width: 700px;
	background-image: url(./img/frame_bar.gif);
	background-color: #000000;
	text-align: center;
}

/* フレームの内部：コメント */
.comment{
	width: 650px;
	margin: 25px;
	background-color: #000000;
	text-align: left;
}

/* フレームの内部：コメント小 */
.comment_s{
	width: 600px;
	margin: 0px;
	background-color: #000000;
	text-align: left;
	position: relative; top: 0; left:75px;"
}

/*テーブル定義：キャプション */
.caption1{
	margin-left : auto;
	margin-right : auto;
	text-align : left;
}

/* テーブル定義：キャプション小 */
caption2{
	margin: 0.3em auto;
	border: solid 1px #0000ff;
	border-collapse: collapse;
	text-align: left;
}

th,td{
	padding: 2px;
}