@charset "utf-8";
/* CSS Document */

table, tr, td {
	font-size:12px;
}
table {
	border:none;
	/*width:100%;*/
}
table table, table table table, table table table table {
	border:none;
}
tr, td {
	/*border:1px solid #CCCCCC;*/
}
table tr td {
	padding:3px;
}
table table tr td, table table table tr td, table table table table tr td {
	padding:0px;
	border:none;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.clear {
	clear:both;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	font-weight:normal;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:18px;
}

a {
	/*color:#cc3333;*/
	color:#679fd6;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}
ul {
	list-style:none;
}
#wbContent ul, #wbContentSub ul {
	list-style:outside disc ;
	margin:10px 0px 0px 20px;
}
.red {
	color:#cc0000;
}