/* --- common --- */
body {
	color: #ffffff;
	font-size: 10pt;
	font-family: verdana, arial, Sans-Serif;
	line-height: 1.4em;
	background-color: #000000;
}

a:link {
	color: #99ccff;
	text-decoration: none;
}

a:visited {
	color: #99ccff;
	text-decoration: none;
}

a:hover {
	color: #ffd700;
	text-decoration: none;
	border-bottom: 1px dotted #ffcc00;
}

img {
	border: 0;
}

.mark {
	color: #ffd700;
}

/* --- contents --- */
div#wrapper{
	float: left;
	width: 97%;
}

div#contents {
	vertical-align: top;
	margin-right: 200px
}

#right_pane {
	vertical-align: top;
	float: left;
	width: 190px;
	margin-left:-191px;
}

#contents .ad_top a:hover {
	text-decoration: none;
	border: 0;
}

#footer {
	clear: both;
	padding: 3px 5px 5px 0;
	height: 115px;
	text-align: center;
	color: #ffffff;
	border-top: 1px solid #c0c0c0;
}

.copyright {
	clear: both;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 5px;
	text-align: center;
	color: #ffffff;
	border-top: 1px solid #c0c0c0;
}

div.note {
	border: 1px solid #c0c0c0;
	color: #ffffff;
	background-color: #555555;
	padding: 5px;
}

div.note .count {
	color: #ffd700;
}

div.go {
	text-align: right;
	margin: 10px 0 8px 0;
	padding: 0 8px 0 0;
	width: 100%;
}

div.go img {
	vertical-align: middle;
	margin-right: 3px;
	border: 0;
}

#contents div.ad {
	width: 520px;
	margin: 0;
	padding-top: 5px;
	text-align: center;
}

.dotline {
	padding: 4px;
	margin: 3px 0 3px 0;
	background-image: url("/img/dotline_white.gif");
	background-repeat: repeat-x;
	background-position: 0 2px;
}

.line {
	padding: 4px;
	margin: 3px 0 0 0;
	border-bottom: 1px solid #c0c0c0;
}

#contents p {
	padding-left: 8px;
}

.p1 {
	padding-left: 8px;
}

.p2 {
	padding-left: 12px;
}

.p3 {
	padding-left: 14px;
}

.p4 {
	padding-left: 16px;
}

h1 {
	border-top: 3px solid #436ba7;
	color: #f0f0f0;
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px 0 5px 10px;
	background-image: url("/img/h1.gif");
	background-repeat: repeat-x;
	margin: 0 0 5px 0;
}

h2 {
	border-top: 3px solid #436ba7;
	color: #333333;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #c0c0c0;
	background-image: url("/img/h2.gif");
	padding: 2px 0 2px 8px;
	margin: 0 0 5px 0;
}

h2 img {
	margin: 0 3px 3px 0;
	vertical-align: middle;
}

table.quick_access {
	border: 1px solid #c0c0c0;
	border-collapse: collapse;
	margin-left: 15px;
}

table.quick_access td {
	border: 1px solid #c0c0c0;
	padding: 8px;
	background-color: #202020;
}

ul {
	padding: 2px 10px 0 8px;
	list-style-type: none;
	margin: 0;
}

ul li {
	padding-left: 16px;
	padding-bottom: 2px;
	background-image: url("/img/bullet_yellow.gif");
	background-repeat: no-repeat;
	background-position: 2px 1px;
}

ul li.text {
	font-weight: normal;
	padding-left: 16px;
	padding-bottom: 5px;
	font-size: 0.9em;
	background-image: none;
}

ul.home li {
	font-weight: bold;
}

ul.home li.text {
	font-weight: normal;
}

input {
	color: #000000;
}

dl {
	width: 100%;
	margin: 0;
}

dt {
	font-weight: bold;
	margin-left: 1em;
	margin-bottom: 0.3em;
}

dd {
	margin-left: 2em;
	margin-bottom: 1em;
}

em {
	font-style: normal;
	color: #ffd700;
}

.search_option {
	margin: 0;
	display: none;
}

div.pager {
	text-align: center;
	background-color: #303030;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}