body {
	background-color: #333;
	color: #fff;
	width: 950px;
	font-size: 13px;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

img {
	border: 0px;
}

#body_box {
	background-color: #000;
	color: #fff;
	border: 2px solid #666;
	width: 100%;
}

#header {
	background-color: #000;
	color: #fff;
	border-bottom: 2px solid #666;
	height: 70px;
}

#header_logo {
	float: left;
	background-color: #000;
	color: #fff;
	width: 430px;
}

#header_ad {
	float: right;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 5px;
	padding-bottom: 0px;
	width: 510px;
}

#header_menu {
	font-size: 15px;
	border-bottom: 2px solid #666;
	padding: 0px 5px;
}

#header_menu table {
	border-collapse: collapse;
}

.hm_cat {
	padding: 0px 5px;
	font-family: "Times", sans-serif;
	font-weight: bold;
	text-align: center;
	border-right: 2px solid #666;
}

.hm_menu {
	background-color: #666;
	color: #fff;
	padding: 0px 5px;
	font-family: "Times", sans-serif;
	font-weight: bold;
	text-align: center;
	border-left: 2px solid #666;
	border-right: 2px solid #666;
}

.hm_blank {
	padding: 0px 5px;
	font-family: "Times", sans-serif;
	font-weight: bold;
	text-align: center;
}

#clock {
	display: inline;
}

#clock input {
	background-color: #000;
	color: #fff;
	font-family: "Times", sans-serif;
	font-weight: normal;
	font-size: 13px;
	border: none;
	width: 110px;
}

.hm_cat ul {
	text-align: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.hm_cat div {
	display: none;
}

td:hover.hm_cat {
	background-color: #666;
	color: #fff;
}

td:hover.hm_cat div {
	position: relative;
	display: block;
}

td:hover.hm_cat ul {
	position: absolute;
	left: -7px;
	border: 2px solid #666;
	border-bottom: 1px solid #666;
	width: 120px;
	padding: 0px 6px 0px 0px;
}

td:hover.hm_cat li {
	font-weight: normal;
	font-size: 13px;
	background-color: #000;
	color: #fff;
	border-bottom: 1px solid #666;
	padding: 2px 3px 0px;
	width: 100%;
}

td:hover.hm_cat li:hover {
	background-color: #333;
	color: #fff;
	font-weight: bold;
}

td:hover.hm_cat .hm_sub {
	background-color: #666;
	color: #fff;
	font-weight: bold;
}

td:hover.hm_cat li:hover.hm_sub {
	background-color: #666;
	color: #fff;
}

.hm_cat a, hm_cat a:hover {
	text-decoration: none;
}

#main_box {
}

.item_title {
	padding: 0px 3px;
	background-color: #000;
	color: #fff;
	font-family: "Arial", sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #666;
}

.item_title a, .item_title a:hover {
	text-decoration: none;
}

.item_content {
	padding: 3px 5px;
	background-color: #333;
	color: #fff;
}

.item_content br {
	line-height: 50%;
}

.clear {
	clear: both;
}

#left_box {
	float: left;
	padding: 5px;
	padding-right: 0px;
	width: 200px;
}

#left_box ul {
	margin: 0px;
	padding: 2px 0px 5px 15px;
}

#left_box li {
	text-align: left;
	list-style: disc outside;
	padding: 0px;
}

#counter input {
	background-color: #fff;
	color: #000;
	font-family: "Times", sans-serif;
	font-weight: normal;
	font-size: 13px;
	border: none;
	padding: 1px;
	margin-bottom: 3px;
}

.item_box_l {
	margin-bottom: 5px;
	border: 1px solid #666;
	width: 198px;
}

.item_box_lm {
	margin-bottom: 5px;
	border: 1px solid #666;
	width: 198px;
}

.item_box_l_menu {
	background-color: #666;
	color: #fff;
	padding: 0px 3px;
	font-family: "Arial", sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	border: 1px solid #666;
	width: 192px;
}

.item_box_l_blank {
	text-align: center;
	width: 200px;
	margin-bottom: 5px;
}

.item_box_lm .item_title {
	border:none;
}

.item_box_lm .item_content {
	display: none;
}

div:hover.item_box_lm .item_title {
	border-bottom: 1px solid #666;
}

div:hover.item_box_lm .item_content {
	display: block;
}

#center_box {
	float: left;
	padding: 5px;
	width: 625px;
}

#center_box_s {
	float: left;
	padding: 5px;
	width: 420px;
}

.item_box_c {
	margin-bottom: 5px;
	border: 1px solid #666;
	width: 623px;
}

.item_box_cs {
	margin-bottom: 5px;
	border: 1px solid #666;
	width: 418px;
}

.item_box_chl {
	float: left;
	margin-bottom: 5px;
	margin-right: 2px;
	border: 1px solid #666;
	width: 308px;
}

.item_box_chr {
	float: right;
	margin-bottom: 5px;
	margin-left: 2px;
	border: 1px solid #666;
	width: 308px;
}

.item_box_cshl {
	float: left;
	margin-bottom: 5px;
	margin-right: 2px;
	border: 1px solid #666;
	width: 205px;
}

.item_box_cshr {
	float: right;
	margin-bottom: 5px;
	margin-left: 2px;
	border: 1px solid #666;
	width: 205px;
}

#blog_rss {
	padding: 0px 5px;
	margin: 0px;
}

#blog_rss .blog_title {
	font-family: "Arial", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#blog_rss .rss_title {
	font-weight: bold;
}

#blog_rss .rss_more {
	font-style: italic;
}

#blog_rss .rss_text {
	font-size: 12px;
}

#blog_rss ul {
	margin: 0px;
	padding: 2px 0px 5px 10px;
}

#blog_rss li {
	text-align: left;
	list-style: disc outside;
	padding: 0px;
}

#blog_rss p {
	padding: 1px 0px 5px;
	margin: 0px;
}

.history {
	margin-bottom: 3px;
	border-bottom: 1px solid #666;
}

.history br {
	line-height: 120%;
}

.history_date {
	font-weight: bold;
}

.history_cat {
	float: left;
	font-weight: bold;
	font-size: 12px;
	width: 100px;
}

.history_text {
	float: right;
	font-size: 12px;
	width: 308px;
}

#right_box {
	float: right;
	background-color: #000;
	color: #fff;
	padding: 5px;
	padding-left: 0px;
	width: 310px;
}

.item_box_r {
	margin-bottom: 5px;
	border: 1px solid #666;
	width: 308px;
}

.item_box_r_blank {
	text-align: center;
	width: 310px;
	margin-bottom: 5px;
}

#footer {
	padding: 1px;
	background-color: #000;
	color: #fff;
	text-align: center;
	border-top: 2px solid #666;
}
