BODY {
	margin: 0px;
	padding: 0px;
	font-family:Tahoma;
	font-size: 13px;
	color: #333333;
}
#header {
	padding: 20px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CC3300;
	text-align: center;
}
#header b {
	font-size: 24px;
	color: #000000;
}
#header b a {
	text-decoration: none;
	color: #000000;
}

#web_body {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

#menu_top {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 28px;
	background-color: #FFDBCE;
}
#menu_top li {
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#menu_top li a {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CC3300;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#menu_top li a:hover {
	color: #FF0000;
	text-decoration: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#tb_body {
	width: 100%;
	margin-top: 10px;
}
#tb_body .co1 {
	width: 70%;
	vertical-align: text-top;
	padding: 5px;
}
#tb_body .co2 {
	width: 30%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding: 5px;
	vertical-align: text-top;
}
#post {
	width: 100%;
}
#post .title {
	width: 500px;
	border: 1px solid #FFB69D;
	font-size: 12px;
}
#post .txt {
	border: 1px solid #FFB69D;
	width: 500px;
	height: 300px;
}
#post .tags {
	font-size: 12px;
	border: 1px solid #FFB69D;
	width: 400px;
}
#post .password {
	font-size: 12px;
	border: 1px solid #FFB69D;
	width: 100px;
}
#topic_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topic_list li {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#topic_list h2 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#topic_list h2 a {
	text-decoration: none;
	font-size: 16px;
	color: #FF3300;
	font-weight: bold;
}
#topic_list .detail {
}
#topic_list .time {
	color: #999999;
	font-size: 11px;
}


#list10 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#list10 li {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#list10 a {
	color: #FF3300;
	text-decoration: none;
}
#list10 a:hover {
	color: #000000;
}
#view {
}
#view H1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 16px;
}
#view .time {
	color: #999999;
}
#view .text {
	margin-top: 10px;
}
#view .tags {
	margin-top: 10px;
	margin-bottom: 10px;
}
#view .tags a {
	color: #FF3300;
}





#footer {
	text-align: center;
	margin-bottom: 50px;
}
#footer a {
	color: #CC3300;
	text-decoration: none;
}
#pager_links {
	text-decoration:none;
	padding:0px;
	margin:0px;
}
#pager_links a {
	text-decoration:none;
	color:#660099;
	border:1px solid #660099;
	padding:1px 4px 1px 4px;
	margin:2px;
}
    #pager_links a:hover { text-decoration:none; color:#FF0000; border:1px solid #000000; padding:1px 4px 1px 4px; margin:2px; }
    #current_page {
	border:1px solid #000000;
	padding:1px 4px 1px 4px;
	margin:2px;
	color:#000000;
	background-color: #E8CFF5;
}