﻿.post_content_body
{
    width: 635px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.post_content_body a {color: #0078FF;}
.post_content_body a:link {color: #0078FF;}
.post_content_body a:visited {color: #0078FF;}
.post_content_body a:hover {color: #FFFFFF; background-color: #cc3300;}

.post_date { color: #999999; font-size:10px; text-align: right; }
.post_title {
	font-size: 120%;
	color: #cc3300;
	font-weight: bold;
}

.post_title a {
	font-size: 120%;
	color: #cc3300;
	font-weight: bold;
}

.post_title a:link {
	font-size: 120%;
	color: #cc3300;
	font-weight: bold;
}

.post_title a:visited {
	font-size: 120%;
	color: #cc3300;
	font-weight: bold;
}

.post_title a:hover {
	font-size: 120%;
	background-color: #ffffff;
	color: #cc3300;
	font-weight: bold;
}

.post_comment_view
{
    clear: both;
    text-align: right;
}

.post_comment_view a {font-size: 13px;}
.post_comment_view a:link {color: #cc3300; font-size: 13px;}
.post_comment_view a:visited {color: #cc3300; font-size: 13px;}
.post_comment_view a:hover {	color: #FFFFFF; background-color: #cc3300; font-size: 13px;}

.content_tag {font-size: 12px;}
.content_tag a {font-size: 12px; color: #336699;}
.content_tag a:link {font-size: 12px; color: #336699;}
.content_tag a:visited {font-size: 12px; color: #336699;}
.content_tag a:hover {font-size: 12px; color: #FFFFFF; background-color: #cc3300;}

.post_pager
{
    text-align: right;
    color: #ffffff;
    font-weight: bold;
}

.post_pager a { font-weight: normal; color: #cc3300;}
.post_pager a:link { font-weight: normal; color: #cc3300;}
.post_pager a:visited { font-weight: normal; color: #cc3300;}
.post_pager a:hover { font-weight: normal; color: #cc3300;}

.post_menu a { font-weight: normal; color: #cc3300;}
.post_menu a:link { font-weight: normal; color: #cc3300;}
.post_menu a:visited { font-weight: normal; color: #cc3300;}
.post_menu a:hover { font-weight: normal; color: #cc3300; text-decoration: underline;}

.content_body_line
{
    padding: 0;
    height: 1px;
    width: 100%;
    background-image: url(images/dotline01.gif);
    background-repeat:repeat-x;
    margin: 0;
    border: 0;
}

.tb_label
{
    color: #6699cc;
}

.tb_address {color: #2b4f73;}

.cmt_box {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0px;
	border-collapse: collapse;
	background-color: #EBF5FA;
}

.cmt_box td.top_left 
{
    padding: 0;
	width: 11px;
	height: 12px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/comments_box_top_left.gif);
}

.cmt_box td.top_right {
	width: 11px;
	height: 12px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(images/comments_box_top_right.gif);
}

.cmt_box td.bottom_left 
{
    padding: 0;
	width: 11px;
	height: 15px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/comments_box_bottom_left.gif);
}

.cmt_box td.bottom_right {
	width: 11px;
	height: 15px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(images/comments_box_bottom_right.gif);
}

.cmt_reply_box {
	margin: 0;
	margin-bottom: 5px;
	margin-top:5px;
	padding: 0;
	width: 95%;
	border: 0px;
	border-collapse: collapse;
	background-color: #ffffff;
}

.cmt_reply_box td.top_left 
{
    padding: 0;
	width: 11px;
	height: 12px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/reply_box_top_left.gif);
}

.cmt_reply_box td.top_right {
	width: 11px;
	height: 12px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(images/reply_box_top_right.gif);
}

.cmt_reply_box td.bottom_left 
{
    padding: 0;
	width: 11px;
	height: 15px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/reply_box_bottom_left.gif);
}

.cmt_reply_box td.bottom_right {
	width: 11px;
	height: 15px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(images/reply_box_bottom_right.gif);
}

.post_comment_input
{
    width: 100%;
}

.index
{
    width: 80px;
}

input_box
{
    line-height: 20px;
	color: #000000;
}