@charset"Shift_JIS";

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%; /*文字の大きさ*/
	line-height: 150%; /*行間*/
	color: #666666; /*文字色*/
	background-repeat:repeat;
	background-color: #EFF0E6; /*背景色を変える場合は、ここの16進数を変更してください。*/
	text-align: center;
}
td {
	font-size: 100%;
}
#bbs {
	width: 600px; /*掲示板の枠の幅を変える場合はここの数値を変更してください。*/
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.subject { /*記事タイトル*/
	font-size: 120%;
	font-weight: bold;
	color: #666666;
}
.name { /*名前*/
	font-weight: bold;
	color: #336699;
}
.date { /*日付*/
	color: #CC0000;
}
a { /*リンクテキスト*/
	color: #336699;
	text-decoration: none;
}
a:hover { /*リンクテキストのオンマウス時*/
	color: #CC3366;
	text-decoration: underline;
}
.txt01 {　/*背景部文字色。↑8行目の「背景色」を変えた場合はこの文字色も読みやすい色に変更してください。*/
	color: #666666;
}
.copy { /*著作権表示*/
	padding-top: 10px;
	text-align: center;
}
.center { /*中央揃え*/
	text-align: center;
}


/**********************************************************************************/

