body {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #0384FE;
	background-color: #FFFFFF;
	text-align: center;
	scrollbar-face-color:#FDD888;
	scrollbar-track-color:#E6E5E5;
	scrollbar-arrow-color:#BFDFFC;
	scrollbar-highlight-color:#BFDFFC4;
	scrollbar-shadow-color:#BFDFFC4;
	scrollbar-3dlight-color:#BFDFFC;
	scrollbar-darkshadow-color:#BFDFFC;
}
.topic01 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 18px;
	font-weight: bold;
	color: #0384FE;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F9B727;
}
li {
	padding: 0px;
	display: compact;
	list-style-type: none;
	text-align: left;
	vertical-align: top;



}
table {
	font-size: 12px;
}

a:visited {
	color: #0384FE;
	text-decoration: none}
a:link {
	color: #0384FE;
	text-decoration: none}
a:active {
	color: #0384FE;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #0384FE;
	border-bottom-color: #0384FE;
}
a:hover{
	background-color: #FDD888;
	color: #0384FE;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0384FE;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0384FE;
}

/* タイトル部の背景色 */
.topic_bg {
	background-color: #98CEFE;
}

/* 記事表示部の背景 */
.tbl_color {
	background-color: #BFDFFC;
}

/* テーブルの基本背景色（枠線） */
.table_color {
	background-color: #98CEFE;
}

/* 日付とか */
.sub_color {
	color: #0384FE;
}

/* 記事部分の文字色 */
.comment {
	color: #0384FE;
}
/* フォーム設定 */
input,textarea,select {
	color:#0088FF;
	background-color:#BFDFFC;
	border-top: 1px dashed #0080FF;
	border-right: 1px dashed #0080FF;
	border-bottom: 1px dashed #0080FF;
	border-left: 1px dashed #0080FF
}