body,th,td { font-size:80%;
	background-image: url(../bg.gif);
        scrollbar-Track-Color:#FFFFFF;
        scrollbar-Face-Color:#FFFFFF;
        scrollbar-Shadow-Color:#a2c2e6;
        scrollbar-DarkShadow-Color:#FFFFFF;
        scrollbar-Highlight-Color:#FFFFFF;
        scrollbar-3dLight-Color:#FFFFFF;
        scrollbar-Arrow-Color:#a2c2e6;
	color:gray;
}
a {
	text-decoration: none;
}
a: hover {
	text-decoration: underline;
	color: #dd0000;
}
/* 全体レイアウト中央寄せ */
div.main {
	text-align: center;
}
/* 掲示板タイトル */
h1 { font-size:120%; margin-bottom:0; color:#a4c1d7;
}
/* 投稿フォーム補足文字色 */
span.small {
	font-size: 78%;
	font-weight: normal;
	color: green;
}
/* 投稿フォーム */
table.bbsform {
	border-collapse:collapse;
	margin:1em auto;
	width:75%;
}
table.bbsform th, table.bbsform td {
	border:1px solid #a2c2e6;
	background:#ffffec;
	padding:5px;
	white-space:nowrap;
}
/* 投稿キー位置 */
img.capt {
	vertical-align: middle;
}
/* 記事レイアウト */
table.art {
	margin-bottom: 1.0em;
	margin-left: auto;
	margin-right: auto;
}
table.art td {
	padding: 0;
}
/* 管理者の返信 */
div.res {
	margin-left: 3em;
	margin-bottom: 0.8em;
	color:#A688BD;
}
/* 吹き出し背景色 */
td.bg-wh {
	background:;
}
/* 吹き出し角幅 */
td.w14 { 
	width:14px;
} 
td.w19 { 
	width:19px;
	height:19px;
}
td.w19a {
	width:19px;
	height:19px;
}
td.w18 {
	width:18px;
	height:19px;
}
/* 吹き出し中央幅 */
td.w550 {
	width: 550px;
}
/* 記事内上部色 */
span.ac-col {
	color: green;
} 
/* 家アイコン位置 */
img.home {
	vertical-align: top;
	border: none;
}
/* 帯タイトル */
div.obi {
	text-align:right;
	padding:2px;
	background:#a2c2e6;
        color:#fff;
}
/* 画面タイトル */
div.obi2 {
	text-align:center;
	padding:2px;
	background:#a2c2e6;
	color:#fff;
	font-weight:bold;
} 
div.obi3 {
	text-align:left;
	padding:2px;
	background:#a2c2e6;
	color:#fff;
	font-weight:bold;
}
/* 閉じボタン */
p.close {
	text-align: center;
	margin-top: 3em;
}
p.close input {
	width: 80px;
}
/* 留意事項・検索画面の記事 */
div.art {
	width: 97%;
	background: #fff;
	border: 1px solid gray;
	margin: 1em auto;
	padding: 6px;
	text-align: left;
}
/* アイコン画面 */
div.photo {
	border: 1px solid #2b0000;
	background: #fff;
	width: 75px;
	height: 75px;
	float: left;
	margin: 3px;
}
p.image, p.caption {
	text-align: center;
	margin: 10px;
}
.clear {
	clear: both;
}
/* エラー画面メッセージ */
p.red {
	color: #dd0000;
}
div.border {
	width:265px;
	background:#fff;
	text-align:center;
	padding:0.3em 0.3em 0.3em 0.3em;
	border:1px dotted #a2c2e6;
}
.img_a { position:relative; top:-10; left:-10; }
.img_b { position:relative; top:-10; right:-10; }
/* ページ繰越ボタン */
span.pg-on,span.pg-off {
	display:-moz-inline-box;
	-moz-box-align: center;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
	width: 16px;
	height: 16px;
	margin: 1px;
	padding: 2px;
	border: 1px solid #a2c2e6;
	font-family: Verdana,Helvetica,Arial;
}
span.pg-on,span.pg-on a {
	color: #f0f0f0;
	background: #a2c2e6
}
span.pg-off,span.pg-off a {
	color: #a2c2e6 !important;
	background: #fff;
}
div.page-btn {
	width: 94%;
	text-align: left;
}
