@charset "shift_jis";

/* 本体定義 */
body,td,th {
	letter-spacing: 0.15em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 180%;
}
a:link,a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

/* 中央・左・右寄せ */
div.ta-c {
	text-align: center;
}
div.ta-l {
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
}
div.ta-r {
	text-align: right;
}

/* 掲示板メイン */
div.main {
	width: 100%;
	background: #fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* 記事デザイン */
div.article {
	border-top: 1px dotted #555;
	text-align: left;
	color: #444;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 2em;
	padding-right: 3em;
	padding-bottom: 0.5em;
	padding-left: 3em;
}
div.art-date {
	text-align: left;
	color: #0099CC;
}
div.art-sub {
	color: #0099CC;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0.3em;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	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 #0099CC;
	font-family: Verdana,Helvetica,Arial;
}
span.pg-on,span.pg-on a {
	color: #f0f0f0;
	background: #0099CC;
}
span.pg-off,span.pg-off a {
	color: #0099CC !important;
	background: #fff;
}

div.pg-btn {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 35px;
}

/* 記事中の画像 */
img.img {
	border: none;
	vertical-align: top;
	margin-right: 0.5em;
	margin-bottom: 5px;
}

/* 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: 90%;
	color: #0099CC !important;
	margin-bottom: 0;
}

/*
	ページ送り
	参考: http://css-happylife.com/template/page_nav/
*/
ul.pager {
	margin: 1em 0;
	padding: 10px;
}
ul.pager li {
	display: inline;
	margin: 0 1px;
	padding: 0;
}
ul.pager li span {
	display: inline-block;
	margin-bottom: 5px;
	padding: 4px 8px;
	background: #0099CC;
	color: #fff;
	border: 1px solid #0099CC;
	text-decoration: none;
	vertical-align: middle;
}
ul.pager li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 4px 8px;
	background: #fff;
	color: #0099CC;
	border: 1px solid #0099CC;
	text-decoration: none;
	vertical-align: middle;
}
ul.pager li a:hover {
	background: #ffc488;
}

/* アイコン */
img.icon {
	vertical-align: middle;
}
#com {
	margin-bottom: 0px;
}
