@charset "shift_jis";

/* 本体定義 */
body,td,th {
	font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 90%;
	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: 85%;
	background: #fff;
	border-top: 3px solid #e43a47;
	margin: 0 auto;
}
div#main {
	background:#fff;
	padding: 0;
	margin: 0 auto;
}
/* 掲示板タイトル */
h1 {
	font-size: 200%;
	color: #e43a47;
}
div#bbs-ttl {
	margin:0 auto;
	padding: 0;
}
/* 記事デザイン */
div.article {
	width: 96%;
	margin: 10px auto;
	border-top: 1px dotted #555;
	text-align: left;
	padding: 1em;
	color: #555;
	background: #fff;
}
div.art-title {
	margin: 0.3em 1.5em;
	padding: 5px 6px 5px 1em;
	border-bottom: 1px dotted #221111;
	border-left: 6px solid #6b3f31;
	color: #460e44;
	font-size: 100%;
	text-align: left;
}
div.art-date {
	font-size: 90%;
	float: right;
	color: gray;
	margin-top:-2em;
	margin-right:2.5em;
	z-index:1;
	position:relative;
}
div.art-dat2 {
	font-size: 120%;
	font-style: italic;
	text-shadow:-1px -1px 1px rgba(0, 0, 0, 0.4),1px 1px 1px rgba(255, 255, 255, 0.5);
	float: left;
	color: #f4a460;
	margin-top:-1.6em;
	margin-left:2em;
	z-index:1;
	position:relative;
}
div.art-sub {
	margin: 0.5em 0 1em 0;
	color: #e43a47;
	font-size: 130%;
	font-weight: bold;
}
div#com {
	font-size: 12pt;
	margin-left: 1.5em;
	margin-top: 2em;
}

/* タイトル */
#heading{
	position:relative;
	margin:0 22px 0 10px;
	padding:14px 15px 0px 20px;
	font:normal 24px/1.3 serif;
	color:#009;
	background:#ffc;
	box-shadow:
		12px 0 0 0 #ffc,
		0 12px 0 0 #ffc,
		1px 15px 4px -3px rgba(0,0,0,0.2);
}
#heading:before{
	content:" ";
	position:absolute;
	top:100%;
	left:100%;
	width:0;
	height:0;
	border-width:12px 12px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#cc9;
}
#heading:after{
	content:" ";
	position:absolute;
	padding:0 20px;
	bottom:0;
	left:-18px;
	width:260px;
	height:20px;
	background:rgba(255,182,182,0.4);
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	transform: rotate(-1deg);
}

hr.bottom {
	height:0;
	border:0;
	border-top:1px solid #E3ACAE;
	border-bottom:1px solid #fff;
}
/* ページング枠 */
div.pg-btn {
	width: 95%;
	text-align: left;
	padding:0;
	margin: 0 1em;
}
/* 記事中の画像 */
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;
}
/* 画像位置 */
.tl {
   position: absolute; /* 絶対位置で指定(親ボックス基準) */ 
   top: 0px;          /* 上から0px */ 
   left: 0px;        /* 左から0px */ 
 }

/* pagetop */
div.pg-top, div.pg-top a {
	text-align: right;
	font-size: 90%;
	color: #e43a47 !important;
	margin-bottom: 0;
}

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

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

