@charset "utf-8";


#main_title a {
	background-image: url(../common/main_title.png);
	height: 38px;
	width: 336px;
	display: block;
	margin-top: 15px;
	cursor: pointer;

}


* html div#main_title a{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./common/main_title.png',sizingMethod='scale');
	background:none;
}
#main_txt h2 {
	background-image: url(../common/icon_bt/star.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	font-size: 12px;
	color: #006600;
	margin-bottom: 10px;
}

#ctg_entry div {
	padding: 10px;
	width: 620px;
	margin-left: 20px;
	overflow: auto;
	margin-bottom: 3px;
	color: #006699;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	margin-top: 20px;
	line-height: 16px;
}
#ctg_entry  li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#ctg_entry div a {
	font-size: 86%;
}
#ctg_entry li a {
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 15px;
	display: block;
	clear: left;
	width: 620px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
	font-size: 86%;
}
#ctg_entry  li  a:hover {
	color: #FF0066;
	text-decoration: underline;
}
/*2009-05-18*/
#link_box {
	width: 225px;
	float: left;
	padding-left: 15px;
}
#link_box_title {

	color: #006600;
	padding:10px 20px 10px 10px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
}


#link_box_txt {
	width: 200px;
	line-height:1.7em;
	padding: 10px;
	border-left: 1px solid #CCCCCC;
	font-size: 76%;
	height: 250px;
	overflow: auto;
}
#link_box_txt a {
	text-decoration: none;
	display: block;
	background-image: url(../common/icon_bt/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 28px;
}
#link_box_txt a:hover{
	color: #FF0000;
	text-decoration: underline;
}
