@CHARSET "UTF-8";

@import "noflash_common.css";

#main_title
{
	width			:880px;
	height	:60px;
	padding			:0;
	margin			:0 0 5px 0;
	background-image	:url("../img/link/main_title.png");
	background-position	:left top;
	background-repeat	:no-repeat;
}

*.logbox
{
/*	border: solid 1px #808080;
*/
	height	:320px;
	padding: 5px 80px;
	overflow: auto;
}

.linkcat{
}

.linkcat h4{
	display:block;
	float:left;
	width:185px;
	height:20px;
/*	font-size:114%;
*/
	background-image	:url("../img/common/dt_bg.png");
	background-position	:left top;
	background-repeat	:no-repeat;
	padding:0 0 0 15px;
	line-height:20px;
	color:#008A3F;
/*	font-weight:bold;
*/

}

.linkcat ul{
	display:block;
	float:left;
	width:504px;
	margin:0 0 10px 0;
}

.linkcat ul li{
	margin:0 0 10px 0;
}

.linkcat ul li a{
	color			:#6EB92C;
	text-decoration: none;
}
.linkcat ul li a:link		{color	:#6EB92C;}
.linkcat ul li a:visited	{color	:#6EB92C;}
.linkcat ul li a:hover		{color	:#6EB92C; text-decoration: underline ;}
.linkcat ul li a:active	{color	:#6EB92C;}

