@charset "euc-jp";

/* 記事 */

div.bbs {
	margin-bottom: 30px;
	margin-left: 10px;
	width: 540px;
}


/* 管理リンク */


p.bbs_admin {
	text-align:right;
	font-size: x-small !important;
}
p.bbs_admin a {
 color:#999999;
 text-decoration:none;
}


/* タイトル・テキスト・日付 */


div.bbs_items {
	padding: 20px;
	width: 495px;
	margin: 0px 0px 15px;
	border: 1px solid #999999;
}

div.bbs p.bbs_date {
	clear:both;
	color:#666666;
	font-size:xx-small!important;
	text-align:right;
	margin-bottom: 0px !important;
	padding-right: 5px;
}
div.bbs p.bbs_date a{
	color: #666666;
	text-decoration: none;
}

div.bbs p.bbs_ttl {
	font-weight:bold;
	line-height: 1.3;
	font-size: 120%; /* #BF2F3E; */
	margin-bottom: 1.5em;
	background: #FCECE9 url(images/bg_title.gif) no-repeat right center;
	padding: 15px 160px 15px 8px;
	color: #65180A;
	border-left: 4px solid #641709;
}
div.bbs p.bbs_txt {
	line-height:1.6;
	margin-bottom: 20px;
	font-size: 105%;
}


/* 写真 */


ul.bbs_pictures {

	margin:0px;

}
ul.bbs_pictures li {
	display:inline;
	list-style-type:none;
	color: #CCCCCC;
}
ul.bbs_pictures li img {
	background:#FFFFFF;
	text-decoration:none;
	margin-bottom: 3px;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
ul.bbs_pictures li a {
	display:block;
	float:left;
	text-decoration:none;
	width:235px;
	text-align: center;
	font-size: x-small;
	line-height: 1;
	color: #666666;
	padding: 3px;
	margin-right: 3px;
	height: 240px;
	overflow: auto;
	margin-bottom: 5px;
}
ul.bbs_pictures li a:visited {
	color: #999999;
}
ul.bbs_pictures li a:hover {
	background: #E9F3E2;
}


/* ページャ */


p.pager {
 color:#999999;
 font-family:Arial, Helvetica, sans-serif;
 text-align:center;
}
p.pager a {
 color:#0000CC;
 font-family:Arial, Helvetica, sans-serif;
 font-weight:bold;
 text-decoration:underline;
}
p.pager a:hover {
 color:#FF0000;
 text-decoration:none;
}
p.pager span.current {
	font-weight:bold;
	color: #BF2F3E;
}


/* 検索窓 */


p.bbs_search_box {
	text-align: right;
	font-size: x-small!important;
	color: #666666;
	margin: 5px 0px 0px;
	padding: 3px 0px;
}
div.bbs_search_result {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
p.bbs_reset {
	font-weight: bold;
	text-align: right;
}
input#bbs_searchwords {
	background: #F4F4F4;
	border: 1px solid #999999;
}

/* 最近の記事枠 */


div.bbs_recent *{
	margin: 0px;
	padding: 0px;
}
div.bbs_recent {
	width: 535px;
	margin-left: 10px;
}


/* 最近の記事 */


p.recent_title {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.3!important;
	background: #729A2B;
	text-align: center;
}
ul.recent_list {
	padding: 10px 2px;
	list-style: none;
}
ul.recent_list li {
	border-bottom: 1px dotted #212156;
	padding: 8px 0px 8px 16px;
	background: url(../images/mini_01_19.gif) no-repeat left center;
}

ul.recent_list li a {
	color: #0099CC;
	text-decoration: none;
}
ul.recent_list li a:hover {
	text-decoration: underline;
	color: #003366;
}
ul.recent_list li strong { /* 現在表示している記事 */
	font-weight: normal;
	background: #F7DFE1;
	color: #990000;
}

/* バックナンバー */


/* タイトル */
p.backnum_title  {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.3;
	background: #729A2B;
	text-align: center;
}
/* リスト */
ul.backnum_list {

}
ul.backnum_list li {

}
ul.backnum_list li a {
}
ul.backnum_list li a:hover {

}

/* セレクトボックス */
select#month_select,
select#year_select {
	width: 10em;
	margin: 10px 0px;
	padding: 1px;
}


/* 表示モード */


p.bbs_mode {
	font-size: x-small!important;
	color: #999999;
}


/* パーマリンクページで使用 */


div.permalink {
	margin-top: 15px;
	/* margin: 10px auto; */
	/* width: 460px; */
}


p.bbs_permalink_link {
	font-size: small;
	background: #EEE;
	text-align: center;
	padding: 2px 5px;
}
p.bbs_permalink_link a:link {
	color: #0099CC;
}

p.bbs_gomain_link { /* メインページへのリンク */
	background: url(../images/mini_27_02.gif) no-repeat right center;
	text-align: right;
	padding-right: 12px;
}
