* { /*border: 1px solid #000000;*/
	margin: 0px;
	padding: 0px;
}

body {
	background: #FFFFFF url(/assets/templates/metabon/background.gif)
		repeat-x;
	text-align: center;
	margin-top:0px;
	padding: 0px;
}

#container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	width: 750px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/assets/templates/metabon/header.gif);
}

#menu {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

#menu ul {
	list-style: none;
}

#menu li {
	float: left;
	width: 100px;
}

#menu li a {
	display: block;
	width: 100px;
	height: 25px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	background: url(/assets/templates/metabon/bt_menu.gif);
}

#menu li.current a {
	display: block;
	width: 100px;
	height: 25px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	background: url(/assets/templates/metabon/bt_menu_on.gif);
}

#menu li a:hover {
	color: #000000;
	width: 100px;
	height: 25px;
	background: url(/assets/templates/metabon/bt_menu_on.gif);
}

#contents {
	clear: both;
	padding: 5px 25px 0px 25px;
}

.section {
    clear:both;
	margin: 25px 0px 25px 0px;
}

.section-border {
    clear:both;
	border-style: solid;
	border-width: 2px;
	border-color: #ABC96B;
	margin: 25px 0px 25px 0px;
}

img {
	border-style: none;
}

a img {
	border-style: none;
}

.section h1,.section h2 {
	color: #659c39;
	border-color: #659c39;
	border-style: none none dashed solid;
	border-left-width: 5px;
	border-bottom-width: 2px;
	padding: 2px 0px 2px 1em;
	font-size: 1em;
	margin-bottom: 1em;
}

.section-border h1,.section-border h2 {
	color: #ffffff;
	background: #659c39;
	padding: 2px 0px 2px 1em;;
	font-size: 1em;
	margin-bottom: 1em;
}

.section h3,.section h4,.section h5,.section h6 {
	border-color: #659c39;
	border-style: none none solid none;
	border-bottom-width: 1px;
	padding: 2px 0px 2px 2px;
	font-size: 1em;
	margin-bottom: 1em;
}

.section-border h3,.section-border h4,.section-border h5,.section-border h6
	{
	border-color: #659c39;
	border-style: none none solid none;
	border-bottom-width: 1px;
	margin-left: 1em;
	padding: 2px 0px 2px 2px;
	font-size: 1em;
	margin-bottom: 1em;
}

.section h1 a,.section h2 a,.section h3 a,.section h4 a,.section h5 a,.section h6 a
	{
	color: #659c39;
	text-decoration: none;
	outline: none;
}

.section-border h1 a,.section-border h2 a {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}

.section-border h3 a,.section-border h4 a,.section-border h5 a,.section-border h6 a
	{
	text-decoration: none;
	outline: none;
}

.section-border strong,.section strong {
	color: #ff6600;
}

.section-border a,.section a {
	color: #669966;
}

.section-border a:hover,.section a:hover {
	color: #ff6600;
}

.section-border ul,.section ul {
	list-style-image: url(/assets/templates/metabon/bt_list.gif);
	list-style-position: inside;
	margin-left: 2em;
	margin-bottom: 1em;
}

.section-border ol,.section ol {
	list-style-type: upper-roman;
	list-style-position: inside;
	margin-left: 2em;
	margin-bottom: 1em;
}

.section-border li,.section li {
	margin-bottom: 1em;
}

.section-border p,.section p {
	padding-left: 1em;
	margin-bottom: 1em;
}

.rightbox {
	float: right;
	margin-left: 15px;
	margin-right: 15px;
	width: 220px;
	padding: 10px 0px 10px 0px;
	color: #abc96b;
	background-color: #ffffff;
}

.leftbox {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	width: 220px;
	padding: 10px 0px 10px 0px;
	color: #abc96b;
	background-color: #ffffff;
}

#footerback {
	width: 700px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	background: url(/assets/templates/metabon/footer_bg.gif);
	background-repeat: no-repeat;
	text-align: left;
}

#footermenu {
	padding-left: 10px;
	padding-top: 30px;
}

#footermenu a,a:hover {
	color: #669966;
	text-decoration: none;
}

#footermenu  ul {
	list-style: none;
}

#footermenu  li {
	margin-top: 8px;
	float: left;
	list-style-type: none;
	margin-right: 5px;
	padding-left: 10px;
	background: url(/assets/templates/metabon/footer_bar.gif) no-repeat left
		center;
	font-size: 12px;
}

#footer {
	font-size: 12px;
	text-align: left;
	padding-left: 100px;
	padding-top: 50px;
	color: #FFFFFF;
}

#footer a,a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/*
BBS
*/
#body {
	clear:both;
	margin: 25px 0px 25px 0px;
}

#body img {
	border: none;
}

#body p {
	padding-left: 1em;
	margin-bottom: 1em;
}

#body h1 {
	color: #659c39;
	border-color: #659c39;
	border-style: none none dashed solid;
	border-left-width: 5px;
	border-bottom-width: 2px;
	padding: 2px 0px 2px 1em;
	font-size: 1em;
	margin-bottom: 1em;
}

#body h1 a {
	color: #659c39;
	text-decoration: none;
	outline: none;
}

#body h1 a:hover {
	color: #659c39;
	text-decoration: none;
	outline: none;
}

#body h2 {
	margin: 0px;
	padding: 0px;
	padding-top: 25px;
	padding-left: 40px;
	font-size: 100%;
	color: #D64D00;
	!
	important;
}

#body h2 a {
	text-decoration: none;
	color: #D64D00;
	!
	important;
}

#body h2 a:hover {
	text-decoration: underline;
	color: #D64D00;
	!
	important;
}

#body table {
	margin: 0px;
	margin-left: 40px;
	padding: 0px;
	font-size: 80%;
}

#body .bbs_menu {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	padding-left: 10px;
	text-indent: -1000em;
}

#body li {
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px; padding-left : 25px;
	list-style: none;
	padding-left: 25px;
}

#body li,a {
	color: #574D3C;
}

#body a:hover {
	color: #ff6600;
}

#body .bbs_menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

#body .bbs_menu_post a {
	width: 190px;
	height: 50px;
	display: block;
	overflow: hidden;
	text-decoration: none;
	background-image: url("/ci/css/images/icon_bbsPost.gif");
	background-repeat: no-repeat;
}

#body .bbs_menu_post a:hover {
	background-image: url("/ci/css/images/icon_bbsPost.gif");
	background-repeat: no-repeat;
	background-position: 0 -50px;
}

#body .bbs_menu_search a {
	width: 190px;
	height: 50px;
	display: block;
	overflow: hidden;
	text-decoration: none;
	background-image: url("/ci/css/images/icon_bbsSearch.gif");
	background-repeat: no-repeat;
}

#body .bbs_menu_search a:hover {
	background-image: url("/ci/css/images/icon_bbsSearch.gif");
	background-repeat: no-repeat;
	background-position: 0 -50px;
}

#comment {
	margin: 0px;
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 10px;
	padding: 0px;
	width: 900px;
}

#comment_header {
	margin: 0px;
	padding: 0px;
	height: 90px;
	background-image: url("/ci/css/images/replyComment_header.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

#comment_body {
	margin: 0px;
	padding: 0px;
	width: 900px;
	background-image: url("/ci/css/images/replyComment_body.gif");
	background-repeat: repeat-y;
}

#comment_footer {
	margin: 0px;
	padding: 0px;
	height: 60px;
	background-image: url("/ci/css/images/replyComment_footer.gif");
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}

#rss {
	margin: auto;
	padding: auto;
	width: 650px;
}

.highlight {
	font-weight: bold;
	background-color: #FFFF00;
	!
	important;
}

.pagination {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.pagination_list {
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 80%;
	text-align: center;
	clear: both;
}

.pagination_list li {
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	list-style: none;
	display: inline;
}

.pagination_list a {
	color: #574D3C;
}

.bbs_ad {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.bbs_parent {
	clear:both;
	margin: auto;
	padding: auto;
	width: 650px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.bbs_parent ul {
	margin: 0px;
	margin-right: 25px;
	padding-left: 0px;
	text-align: right;
}

.bbs_parent li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	color: #303030;
}

.bbs_parent_header {
	margin: 0px;
	padding: 0px;
	height: 90px;
	background-image: url("/ci/css/images/bbs_content_header.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

.bbs_parent_body {
	margin: 0px;
	padding: 25px 25px 25px 25px;
	background-image: url("/ci/css/images/bbs_content_body.gif");
	background-repeat: repeat-y;
}

.bbs_parent_footer {
	margin: 0px;
	padding: 0px;
	height: 60px;
	background-image: url("/ci/css/images/bbs_content_footer.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

.bbs_parent_footer .bbs_reply {
	text-align: right;
	padding-right: 25px;
}

.bbs_ress {
	margin: auto;
	padding: auto;
	width: 650px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.bbs_ress ul {
	margin: 0px;
/*	margin-left: 5px; */
	padding: 0px;
	text-align: left;
}

.bbs_ress li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	color: #303030;
}

.bbs_ress_header {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	padding-top: 15px;
	background-image: url("/ci/css/images/bbs_ress_header.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

.bbs_parent .bbs_author {
	margin: 0px;
	padding: 0px;
/*	padding-left: 5px;*/
	background-image: url("/ci/css/images/icon_bbsSmile.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

.bbs_parent .bbs_date {
	margin: 0px;
	padding: 0px;
/*	padding-left: 5px;*/
	background-image: url("/ci/css/images/icon_bbsDate.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

.bbs_ress .bbs_ress_author {
	margin: 0px;
	padding: 0px;
/*	padding-left: 5px;*/
	background-image: url("/ci/css/images/icon_bbsSmile.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

.bbs_ress .bbs_ress_date {
	margin: 0px;
	padding: 0px;
/*	padding-left: 5px;*/
	background-image: url("/ci/css/images/icon_bbsDate.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

.section-bookmark {
    float:right;
    margin:25px 0px 25px 0px;
}

.section-bookmark a {
    color:#669966;
    text-decoration:none;
    display: block;
    width: 140px;
    height: 20px;
    text-align:center;
    border-style:solid;
    border-width:2px;
    border-color:#ABC96B;
}

.section-bookmark a:hover {
	color: #ff6600;
    text-decoration:none;
}
