html {
	margin: 0;
	padding: 0;
	scrollbar-track-color: #54bff0;
	scrollbar-face-color: #54bff0;
	scrollbar-arrow-color: #3ca2dc;
	scrollbar-3dlight-color: #3ca2dc;
	scrollbar-darkshadow-color: #54bff0;
	scrollbar-highlight-color: #54bff0;
	scrollbar-shadow-color: #3ca2dc;
}
body {
	margin: 0px;
	background: url("images/bg_in.jpg") no-repeat top left fixed #00a1e9;
	color: #4d4d4d;
	font-family: "ＭＳ Ｐゴシック",sans-serif,"ヒラギノ角ゴ Pro W6" ;
}

td {
	font-size: 12px;
	line-height: 18px;
}

li {
	list-style-type: none;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}

a {
	color: #096eb2;
}

div.main {
	margin: 10px 0px 0px 0px;
}

/* タイトル */
div.title {
	width: 95%;
	text-align: left; 
	text-valign: middle;
	padding-left: 10px;
	padding-bottom: 3px;
	text-indent: -10000px;
	background: url("images/title.gif") no-repeat;
	height: 34px;
	border-bottom: 1px #096eb2 solid;
/* タイトルを非表示にする場合は下のコメントアウトをはずしてください */
	/* display: none; */
}

/* エラー */
div.error {
	width: 95%;
	padding: 5px;
	text-align: left;
	color: #e5007f;
	font-size: 12px;
	line-height: 14px;
	margin: 5px 0px;
}

/* フォームテーブル */
table.main {
	width: 95%;
	padding: 2px 5px;
}

td.formitem {
	width: 20%;
	font-weight: bold;
	text-align: left;
}

td.formarea {
	width: 80%;
	text-align: left;
}

td.formcookie {
	width: 20%;
	font-weight: bold;
	text-align: left;
}

td.submit {
	padding: 5px 5px;
	text-align: center;
}

/* 注意事項 */
td.notice {
	background-color: #eeeeee;
	padding: 5px 15px;
	font-size: 10px;
	line-height: 14px;
}

ul.notice {
	margin: 5px 20px;
	padding: 0px;
	font-size: 10px;
	line-height: 14px;
}

li.notice {
	list-style-type: disc;
	font-size: 10px;
	line-height: 14px;
}

/* 更新ボタン */
div.reload {
	width: 95%;
	text-align: right;
/* ボタンを非表示にする場合は下のコメントアウトをはずしてください */
	/* display: none; */
}

/* 書き込み */
blockquote {
	margin: 15px 0px 30px 0px;
}

ul.article {
	width: 92%;
	margin: 0px;
	padding: 0px;
}

li.date {
	font-size: 10px;
	color: #4d4d4d;
	text-align: right;
}

li.title {
	font-weight: bold;
}

li.name {

}

li.comment {
}

hr.comment {
	color: #096eb2;
	background-color: #096eb2;
	height: 1px;
	border: none;
}

/* フッター */
hr.footer {
	color: #096eb2;
	background-color: #096eb2;
	height: 1px;
	border: none;
	width: 95%;
}

table.footer {
	width: 95%;
}

/* サンクス画面 */
p.thanks {
	margin-top: 100px;
}

span.thanks {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}

span.thankstxt {
	font-size: 12px;
	line-height: 16px;
}