@charset 'utf-8';
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Used HomePage: www.1000i.info
Basic Color Class Setting
 Base Color: #bbe096 #ffffee
 Main Color: #
  Sub Color: #f7ffe5
 Font Color: #33a23d/v12
 ex) http://www.geocities.jp/net_t3/iro-uzu/database.html
 ex) http://wellstyled.com/tools/colorscheme2/index-en.html
 ex) http://www.tohoho-web.com/css/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
BBS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
dl.bbs_post {
	border-top		:3px solid #33a23d;
	margin-bottom		:10px;
	}
dl.bbs_post dd div {
	font-weight		:bold;
	background-color	:#f7ffe5;
	border-left		:5px solid #bbe096;
	padding-left		:5px;
	}
dl.bbs_post dd p.bbs_msg {
	margin			:5px 0;
	}
dl.bbs_post dt span.post_name  {
	font-weight		:bold;
	background		:#eee;
	}
dl.bbs_post dt span.post_date  {
	font-size		:small;
	color			:#363;
	}
dl.bbs_post dt span.post_no  {
	font-size		:small;
	color			:#c33;
	}
p.bbs_page {
	border-top		:1px dashed #33a23d;
	text-align		:center;
	}
dl.bbs_res {
	border-top		:3px dotted #33a23d;
	margin-bottom		:10px;
	margin-left		:20px;
	}
