.box_topdescription
{
	margin: 0 4px 20px 4px;
	color: #666;
}

.box_topdescription h1,.box_topdescription h1 *
{
	font-size: 20px;
	color: #ff6600;
	font-family: "Trebuchet MS",sans-serif;
	font-weight: normal;
}

.box_content
{
	background-image: url(../img/box/bg_cbox.png);
	background-repeat: no-repeat;
	padding: 10px 10px 20px 10px;
}

.box_content .headline
{
	font-size: 16px;
	color: #666666;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #cccccc;
	font-family: "Trebuchet MS",sans-serif;
	font-weight: normal;
}

.box_content .headline h1,.box_content .headline h2,.box_content .headline h3,.box_content .headline strong,
.box_content .bheadline h1,.box_content .bheadline h2,.box_content .bheadline h3,.box_content .bheadline strong,.box_content .bheadline
{
	font-size: 16px;
	color: #666666;
	display: inline;
	font-weight: bold;
}

.box_content .headline .small
{
	font-size: 12px;
}

.box_content .linetop
{
	font-size: 1px;
	padding-bottom: 4px;
	margin-bottom: 2px;
}

.box_content .line
{
	font-size: 1px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 4px;
	margin-bottom: 2px;
}

.box_s
{
	width: 188px;
	height: 240px;
	margin: 0 0 10px 0;
}

.box_s_inner
{
	padding: 6px 8px 0 8px;
}

.box_s_bg_full
{
	background-image: url(../img/box/bg_full.png);
	background-repeat: no-repeat;
}

.box_s_bg_gradient
{
	background-image: url(../img/box/bg_gradient.png);
	background-repeat: no-repeat;
}

.box_si
{
	width: 188px;
	margin: 0 0 10px 0;
}

.box_si_bg_full_top
{
	background-image: url(../img/box/bg_full_top.png);
	background-repeat: no-repeat;
	background-color: #a3b906;
}

.box_si_bg_full_bottom
{
	background-image: url(../img/box/bg_full_bottom.png);
	background-repeat: no-repeat;
	height: 7px;
	font-size: 7px;
}

.box_si_bg2_full_top
{
	background-image: url(../img/box/bg2_full_top.png);
	background-repeat: no-repeat;
	background-color: #666666;
}

.box_si_bg2_full_bottom
{
	background-image: url(../img/box/bg2_full_bottom.png);
	background-repeat: no-repeat;
	height: 7px;
	font-size: 7px;
}

.box_si_bg3_full_top
{
	background-image: url(../img/box/bg3_full_top.png);
	background-repeat: no-repeat;
	background-color: #e8e8e8;
}

.box_si_bg3_full_bottom
{
	background-image: url(../img/box/bg3_full_bottom.png);
	background-repeat: no-repeat;
	height: 7px;
	font-size: 7px;
}

.box_si_bg4_full_top
{
	background-image: url(../img/box/bg4_full_top.png);
	background-repeat: no-repeat;
	background-color: #b9b9b9;
}

.box_si_bg4_full_bottom
{
	background-image: url(../img/box/bg4_full_bottom.png);
	background-repeat: no-repeat;
	height: 7px;
	font-size: 7px;
}

.box_si_bg5_full_top
{
	background-image: url(../img/box/bg5_full_top.png);
	background-repeat: no-repeat;
	background-color: #d8e0c5;
}

.box_si_bg5_full_bottom
{
	background-image: url(../img/box/bg5_full_bottom.png);
	background-repeat: no-repeat;
	height: 7px;
	font-size: 7px;
}

.box_si_bg_member_btn,a.box_si_bg_member_btn
{
	background-image: url(../img/box/bg_member_btn.png);
	background-repeat: no-repeat;
}

a.box_si_bg_member_btn
{
	display:block;
	width: 188px;
	margin: 0 0 10px 0;
}

.box_si_bg_login_btn,a.box_si_bg_login_btn
{
	background-image: url(../img/box/bg_login_btn.png);
	background-repeat: no-repeat;
}

a.box_si_bg_login_btn
{
	display:block;
	width: 188px;
	margin: 0 0 10px 0;
}

.box_m
{
	margin: 0 6px;
}

.box_h
{
	color: #ffffff;
	font-size: 20px;
	font-family: "Trebuchet MS",sans-serif;
	font-weight: normal;
}

	.box_h a
	{
		color: #ffffff;
	}

.box_infotxt
{
	color: #ffffff;
	font-size: 11px;
}

.box_livetext
{
	border: 1px solid #a6a6a6;
	background-color: #ffffff;
	width: 176px;
	overflow: hidden;
	padding: 6px 5px 2px 5px;
	margin: 2px 0 0 0;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	line-height: 22px;
}

	.box_livetext a
	{
		margin: 0 5px 0 0;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
	}
	.box_livetext a:hover
	{
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #666666;
		background-color: #eeeeee;
	}
	
	.box_livetext a.tag1
	{
		color: #aaaaaa;
		font-size: 9px;
	}
	.box_livetext a.tag1:hover
	{
		color: #444444;
	}
	
	.box_livetext a.tag2
	{
		color: #777777;
		font-size: 11px;
	}
	.box_livetext a.tag2:hover
	{
		color: #444444;
	}
	
	.box_livetext a.tag3
	{
		color: #555555;
		font-size: 16px;
	}
	.box_livetext a.tag3:hover
	{
		color: #444444;
	}
	
	.box_livetext a.tag4
	{
		color: #444444;
		font-size: 22px;
	}
	.box_livetext a.tag4:hover
	{
		color: #444444;
	}

.box_member_link
{
	display: block;
	font-size: 11px;
	color: #ffffff;
	padding: 2px 6px;
	margin: 2px 0 0 0;
	background-color: #8c8c8c;
	border: 1px solid #606060;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
}

.box_member_link:hover
{
	background-color: #7c7c7c;
}
