@charset "euc-jp";

/* 記事 */

div.bbs {
	margin-bottom: 30px;
}


/* 管理リンク */


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


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


div.bbs_items {
	padding: 3px 10px 5px;
	width: 520px;
	margin: 0px 0px 15px;
	border-top: 1px none #085504;
	border-right: 1px none #085504;
	border-bottom: 1px dotted #085504;
	border-left: 1px none #085504;
}

div.bbs p.bbs_date {
	clear:both;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	text-align:right;
	margin-bottom: 0px !important;
}
div.bbs p.bbs_date a{
	color: #999999;
	text-decoration: none;
}

div.bbs p.bbs_ttl {
	color:#FFFFFF;
	font-weight:bold;
	line-height: 1.3;
	font-size: 110%;
	margin-bottom: 1em;
	padding: 2px 10px;
	background: #2D58B7 url(images/bg_title.gif) no-repeat center top;
	border-bottom: 1px solid #FF8101;
}
div.bbs p.bbs_txt {
	line-height:1.5;
	margin-bottom: 20px;
	color: #666666;
	padding: 0px 15px;
	font-size: 103%;
}


/* 写真 */


ul.bbs_pictures {
	margin:0px 0px 0px 10px;
	float: right;
	width: 150px;
}
ul.bbs_pictures li {
	display:inline;
	list-style-type:none;
	color: #CCCCCC;
}
ul.bbs_pictures li img {
	background:#FFFFFF;
	padding:3px;
	text-decoration:none;
	margin-bottom: 3px;
	border: 1px solid #999999;
}
ul.bbs_pictures li a {
	display:block;
	float:left;
	text-decoration:none;
	width:140px;


	text-align: center;
	font-size: x-small;
	line-height: 1;
	color: #666666;
	padding: 3px;
}
ul.bbs_pictures li a:visited {
	color: #999999;
}
ul.bbs_pictures li a:hover {
	background: #CCFFC8;
}


/* ページャ */


p.pager {
 color:#006600;
 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;
}


/* 検索窓 */


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;
}


/* 最近の記事枠 */


div.bbs_recent *{
	margin: 0px;
	padding: 0px;
}
div.bbs_recent {
}


/* 最近の記事 */


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

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

/* バックナンバー */


/* タイトル */
p.backnum_title  {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	background: #96C52F;
	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: 10px auto; */
	/* width: 460px; */
}


p.bbs_permalink_link {
	font-size: small;
	background: #F1F1F1;
}
p.bbs_permalink_link a:link {
	color: #333399;
}

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