@charset "euc-jp";

/* 記事 */

div.bbs {
	margin-bottom: 30px;
	width: 590px;
	float: right;
}


/* 管理リンク */


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


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


div.bbs_items {
	margin: 0px 0px 15px;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
}

div.bbs p.bbs_date {
	clear:both;
	color:#666666;
	font-size:x-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!important;
	font-size: 135%;
	color: #3078A3;
	margin-bottom: 15px;
	border-left: 8px solid #A9E4FF;
	padding: 6px 0px 6px 8px;
	background: #C8EEFF;
}
div.bbs p.bbs_txt {
    line-height: 1.86 !important;
    margin-bottom: 20px;
    font-size: 1em;
	
	
	border: solid 2px;
    border-radius: 8px;
    padding: 2em;
    font-family: serif;
    font-weight: bold;
}


/* 写真 */


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: 240px;
	text-align: center;
	font-size: x-small;
	line-height: 1;
	color: #666666;
	padding: 3px;
	margin-right: 3px;
	height: 230px;
	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 {
	float: left;
	width: 250px;
}


/* 最近の記事 */


p.recent_title {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.3!important;
	background: #84BADB;
	text-align: center;
}
ul.recent_list {
	padding: 10px 2px;
	list-style: none;
  font-size: 0.88em;
}
ul.recent_list li {
	border-bottom: 1px dotted #212156;
	padding: 8px 0px 8px 16px;
	background: url(../images/mini_02_05.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!important;
	background: #84BADB;
	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_07_16.gif) no-repeat right center;
	text-align: right;
	padding-right: 12px;
	font-weight: bold;
}
