@charset "shift_jis";
h1, h2, h3, h4, p { margin: 0; padding: 0; font-weight: normal; }
#banner       {
	text-align: left;
	width: 1000px;
	height: 200px;
	margin: 0;
	padding: 0;
	}
#banner h2        {
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0px;
	border-bottom   : none;
	text-shadow: 1px 1px 1px #000;
	}
#banner h3       {
	color: #fff;
	font-size: 28px;
	line-height: 1.5;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0px;
	border-bottom   : none;
	background: none;
	text-shadow: 1px 1px 1px #000;
	}	
#banner h4       {
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0px;
	border-bottom   : none;
	background: none;
	text-shadow: 1px 1px 1px #000;
	}
/*
	#banner p      {
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
	margin-left: 0px;
	text-align: left;
	text-shadow: 1px 1px 1px #000;
	}
*/

.bg-slider {
	width: 1000px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bg-slider__title{
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	text-align: left;
	text-shadow: 1px 1px 1px #000;
}



/* 本体定義 */
body,td,th {
	font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
	margin: 0;
	font-size: 80%;
	background: #ddd;
}
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;
}

/* 掲示板タイトル */
h1 {
	font-size: 200%;
	color: #e43a47;
}

/* 記事デザイン */
div.article {
	width: 96%;
	margin: 10px auto;
	border-top: 1px dotted #555;
	text-align: left;
	padding: 1em;
	color: #555;
}
div.art-date {
	text-align: right;
	color: #009b4e;
}
div.art-sub {
	margin: 0.5em 0 1em 0;
	color: #e43a47;
	font-size: 130%;
	font-weight: bold;
}

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: #e43a47 !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: #e43a47;
	color: #fff;
	border: 1px solid #e43a47;
	text-decoration: none;
	vertical-align: middle;
}
ul.pager li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 4px 8px;
	background: #fff;
	color: #e43a47;
	border: 1px solid #e43a47;
	text-decoration: none;
	vertical-align: middle;
}
ul.pager li a:hover {
	background: #ffc488;
}

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

