@charset "UTF-8";
/* 本体定義 */

body, td, th {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	margin: 0;
	font-size: 80%;
	background: #fff;
}

a:link, a:visited {
	color: #1122cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #dd0000;
}

/* 中央・左・右寄せ */

div.ta-c {
	text-align: center;
}

div.ta-l {
	text-align: left;
}

div.ta-r {
	text-align: right;
}

/* 掲示板メイン */

/*div.main {
	width: 100%;
	background: #fff;
	border-top: 3px solid #e43a47;
	margin: 0 auto;
}*/

/* 掲示板タイトル */

h1 {
	font-size: 200%;
	color: #e43a47;
}

/* 記事デザイン */

div.article {
	margin: 0.5em;
	padding-top: 10px;
	border-top: 1px dotted #555;
	text-align: left;
	color: #5a3919;
	font-size: 12px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.15);
}

div.art-date {
	text-align: left;
	color: forestgreen;
	font-size: 12px;
	font-weight: bold;
}

div.art-sub {
	color: darkorange;
	font-size: 12px;
	font-weight: bold;
}

/* ページ繰越ボタン */

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: 12px;
	width: 23px;
	height: 23px;
	margin: 2px;
	padding: 2px;
	border: 1px solid #e43a47;
}

span.pg-on, span.pg-on a {
	color: #f0f0f0;
	background: #e43a47;
}

span.pg-off, span.pg-off a {
	color: #e43a47 !important;
	background: #fff;
}

div.pg-btn {
	width: 95%;
	text-align: left;
	margin: 1em auto;
}

/* 記事中の画像 */

img.img {
	border: none;
	vertical-align: top;
	margin-right: 0.5em;
}

/* TOPパネルボタン */

div.top-panel {
	margin: 1em;
	text-align: left;
}

div.top-panel input {
	width: 52px;
	margin-right: 2px;
}

/* 赤文字 */

p.red {
	color: #dd0000;
}

/* pagetop */

div.pg-top, div.pg-top a {
	text-align: right;
	font-size: 16px;
	color: #e43a47 !important;
	margin-right: 1em;
}

.top-panel {
	display: none;
}

body>p, body>p>a:link, body>p>a:visited {
	color: #fff;
}