@charset "shift_jis";

/* 本体定義 */
body,td,th {
	font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "游ゴシック", YuGothic;
	margin: 0;
	background:#D4C8B8;
}
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;
}

/* 掲示板メイン */

.article{
	width:850px;
	margin:10px auto 20px auto;
	background-color:#F5F0E7;}

.box{
	padding:20px;}

.art-sub{
	border-left:3px solid #630;
	border-bottom:1px dotted #630;
	text-align:left;
	font-size:15px;
	letter-spacing:1px;
	background-color:#F5F0E7;
	padding:0 0 0 10px;
	color:#5B2E00;
	font-weight:bold;}

.art-date{
	font-size:14px;
	text-align:right;
	color:#630;
	background-color:#F5F0E7;
	padding:5px 0 0 0;}


.art_com{
	background-image:url(bg_box.png);
	background-repeat:repeat;
	background-position:top left;
	width:100%;
	font-size:12px;
	letter-spacing:1px;
	text-align:left;
	line-height:20.7px;
	padding-bottom:3px;}

.box img{
	padding-top:15px;}

























div.pg-btn {
	width: 95%;
	text-align: center;
	margin: 0 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: 90%;
	color: #987B52 !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: #987B52;
	color: #fff;
	border: 1px solid #987B52;
	text-decoration: none;
	vertical-align: middle;
}
ul.pager li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 4px 8px;
	background: #fff;
	color: #987B52;
	border: 1px solid #987B52;
	text-decoration: none;
	vertical-align: middle;
}
ul.pager li a:hover {
	background: #ffc488;
}

/* アイコン */
img.icon {
	vertical-align: middle;
}

