@charset "utf-8";

.pageTitle_links {
	clear: both;
	float: left;
	padding: 6px 0 0 10px;
	width: 700px;
	height: 20px;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #000000;
	background: url("/links/img/title_bg.gif") no-repeat;
	overflow: hidden;
}
/* for IE6 */
*html .pageTitle_links {
	height: 26px;
}


/* categoryBox----------------------------------------------------- */
#categoryBox {
	float: left;
	padding: 10px 0 10px 10px;
	width: 688px;
	background: url("/img/top_bg.gif") left bottom repeat-x;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

#topCopy {
	float: left;
	margin-top: 6px;
	margin-bottom: 10px;
	width: 688px;
}

.categoryBlock {
	float: left;
	padding-left: 10px !important;
	width: 219px;
}
/* for IE6 */
*html .categoryBlock {
	float: left;
	padding-left: 10px !important;
	width: 191px;
}

.categoryBlock ul{
	list-style-type: none;
}

.categoryBlock li{
	float: left;
	width: 219px;
}
/* for IE6 */
*html .categoryBlock li{
	float: left;
	width: 191px;
}

.kinds {
	float: left;
	padding: 4px 0 0 4px !important;
	margin-top: 10px;
	margin-bottom: -2px !important;
	font-size: 1.1em;
	text-decoration: none;
	height: 21px;
	background: url("/links/img/kindline.gif") 0 no-repeat;
	color: #333333;
	overflow: hidden;
}

.kindLine1 {
	float: left;
	padding-left: 10px !important;
	margin-left: 10px;
	height: 15px;
	background: url("/links/img/kindline1.gif") 0 no-repeat;
	color: #999999;
	overflow: hidden;
}

.kindLine2 {
	float: left;
	padding-left: 10px !important;
	margin-left: 10px;
	height: 15px;
	background: url("/links/img/kindline2.gif") 0 no-repeat;
	color: #999999;
	overflow: hidden;
}
/* for IE7 */
*+html .kindLine1, *+html .kindLine2{
	margin-top: -1px !important;
	height: 16px;
}
/* for IE6 */
*html .kindLine1, *html .kindLine2{
	margin-left: 5px !important;
	margin-top: -1px !important;
	height: 16px;
}

.kindLine1 a, .kindLine2 a {
	text-decoration: none;
	font-size: 1em;
	line-height: 150%;
	color: #000000;
	overflow: hidden;
}

.kindLine1 a:hover, .kindLine2 a:hover {
	text-decoration: underline;
	font-size: 1em;
	line-height: 150%;
	color: #000000;
	overflow: hidden;
}


/* indexTitle----------------------------------------------------- */
.indexTitle {
	float: left;
	margin-top: 30px;
	margin-bottom: 6px;
	width: 700px;
	height:26px;
}

.indexTitle ul {
	list-style-type: none;
}

.indexTitle li {
	float: left;
	display: inline;
}


/* links----------------------------------------------------- */
.link {
	clear: both;
	float: left;
	margin-top: 10px;
	width: 700px;
}

.linkImg {
	float: left;
	width: 250px;
}

.linkTxt {
	float: right;
	width: 450px;
}

.linkCo a {
	float: left;
	width: 450px;
	font-size: 1.2em;
	text-decoration: none;
	color: #000000;
}

.linkCo a:hover {
	text-decoration: underline;
	color: #333333;
}

.linkNote {
	float: left;
	font-size: 1em;
	line-height: 140%;
}

.seekTitle {
	float: left;
	padding: 6px 0 0 10px;
	margin-top: 30px;
	width: 700px;
	height: 20px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #000000;
	background: url("/img/title_bg3.gif") no-repeat;
	overflow: hidden;
}
/* for IE6 */
*html .seekTitle {
	height: 26px;
}

.seekNote {
	float: left;
	margin-top: 10px;
}
