/* CSS Document */

a:link {
	text-decoration: none;
	color: #000099;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.blk:link {
	text-decoration: none;
	color: #cccc00;
}
a.blk:visited {
	text-decoration: none;
	color: #cccc00;
}
a.blk:hover {
	text-decoration: underline;
	color: #ffff00;
}
a.blk:active {
	text-decoration: none;
	color: #cccc00;
}

body {
	background-color: #818181;
	background-image: url(../images/common/bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #333333;
}
td {
	font-size: 12px;
	line-height: 1.4em;
}
.cap {
	font-size: 11px;
	line-height: 1.5em;
}
.tm {
	font-size: 10px;
}
td#navi-header {
	font-size: 12px;
	font-weight: bold;
	color: #c0c0c0;
	line-height: 1.4em;
}
td.footer-navi :link {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
td.footer-navi :visited {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
td.footer-navi :active {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
td.footer-navi :hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
td.history-list img {
	border: 1px solid #CCCCCC;
}
td.contents-list img{
	border: 1px solid #CCCCCC;
}


img.wtnew_new {
	margin-bottom : 4px;
	border			: 0px solid #000000;
}
