@charset "utf-8";

/* ------------------------------------------------------------
   
	filename : main.css
	create : 081212
	update : 081212
	  
------------------------------------------------------------ */
body {
	margin: 0px;
	font-size: 100%;
	background-color: #000000;

}
body,td,th {
	color: #FFFFFF;
}
#topicsPath {
	background-color: #C86CA9;
	clear: both;
	width: 100%;
	height: 30px;
}
#topicsPath ul {
	margin-left: 0px;
	padding-left: 0px;
	float: right;
	width: 660px;
	list-style-type: none;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#topicsPath li {
	float: left;
	width: 105px;
	background-image: url(../images/mark.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	text-indent: 12px;
	font-size: 70%;
	height: 21px;
	padding-top: 9px;
}
#head {
	background-color: #EED9EA;
}

#topicsPath li a {
	text-decoration: none;
	display: block;
}
#topicsPath p {
	float: left;
	margin: 0px;
	padding: 0px;
}
#head h1,
#head p#explanation {
	font-size: 80%;
	padding: 0px 10px 0px 0px;
	margin: 10px 0px;
	height: 10px;
	float: right;
}
p#explanation {
	font-weight: bold;
}
#footer {
	background-color: #C86CA9;
	text-align: right;
	clear: both;
	height: 15px;
	padding: 5px 10px 5px 0px; 
	font-size: 80%;
}
#mainContents {
	clear: both;
	background-color: #EED9EA;
}
img {
	text-decoration: none;
	border:0px;
}
a:link {
	color: #FFFFFF;
}

a:visited {
	color: #CC0066;
}
a:hover {
	color: #CCCCCC;
}
