@charset "utf-8";
/* CSS Document */
#contentBlock {
	font-size: 12px;
	line-height: 20px;
}

#news a{
	color: #555f55;
	text-decoration: none;
}
#news a:visited {
	color: #666666;
}
#news a:hover {
	color: #ff3300;
}

.knowledgeli {
	background-color: #eeeeee;
}
#knowledge a {
	color: #555f55;
	text-decoration: none;
}
#knowledge a:hover {
	color: #ff3300;
}
#konwledge a:visited {
	color: #666666;
}

#footInner li a {
	font-size:12px;
	color: #999999;
	text-decoration: none;
}
#footInner li a:hover {
	font-weight:bold;
	color: orange;
}
#siteInfo {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 9px;
	color: #aaaaaa;
}

a.viewMore {
	font-size: 5px;
	line-height: 1;
	display: block;
	height: 15px;
	width: 32px;
	background: transparent url(../image/readMore.png) left bottom no-repeat;
	text-indent: -9999px;
}
a.viewMore:hover {
	background: url(../image/readMore.png) right bottom no-repeat;
}

.mainNaviLv1 {
	color: #cccccc;
}
	.mainNaviLv1 a {
		color: #cccccc;
		text-decoration: none;
	}
	.mainNaviLv1 a:hover {
		color: #ffcc33;
		text-decoration: underline;
	}
	.mainNaviLv1 ul {
		font-size: 75%;
	}
#article td a {
	color:#0066FF;
	text-decoration:none;
}
#article td a:visited {
	color:#333333;
}
#article td a:hover {
	color:#FF6600;
}
#article a {
	color:#0066FF;
	text-decoration:none;
}
#article a:visited {
	color:#333333;
}
#article a:hover {
	color:#FF6600;
}
#article em{
	color:#3366CC;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
}
