@charset "utf-8";
/* CSS Document */

a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #993333;
	text-decoration: none;
}
a:active {
	color: #993300;
	text-decoration: none;
}
.menu A{
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.menu A:link {
	color: #990000;
	text-decoration: none;
}
.menu A:visited {
	color: #990000;
	text-decoration: none;
}
.menu A:hover {
	color: #993333;
	text-decoration: underline;
}
.menu A:active {
	color: #993300;
	text-decoration: none;
}

#buynow A {
	color:#0000CC !important;
	}

#buynow A:link {
	color:#0000CC !important;
	}
	
#buynow A:visied {
	color:#0000CC !important;
	}

body {
	background-color: #F1E2E2;
}
.copyright {
	color: #FFFFFF;
	font-weight: bold;
	font-size:12px;
}
.copyright A{
	color: #FFFFFF;
}
.copyright A:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.copyright A:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.copyright A:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright A:active {
	color: #FFFFFF;
	text-decoration: none;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
}

H1 {
	color: #000066;
}

H2 {
	color: #333333;
	font-size:24px;
}

H3 {
	color: #666666;
}

.menutable {
	border:none;
}
.menutable A{
	font-size:16px;
	font-weight:bold;
}

.menutable A:link {
	color: #990000;
	text-decoration: none;
}
.menutable A:visited {
	color: #990000;
	text-decoration: none;
}
.menutable A:hover {
	color: #993333;
	text-decoration: underline;
}
.menutable A:active {
	color: #993300;
	text-decoration: none;
}

.menualltable {
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	height:40px;
}

pre {
    border: 1px dashed black;
    white-space: pre;
    font-size: 10pt;
    overflow: auto;
	padding: 10px 2px 10px 10px;
	background: #F5F5F5;
	color : black;
}

adver_table {
	border-width:1px;
	border-style:dashed;
	border-color:#000000;
}

/* ============		Spoiler	 ============ */
.spoiler-wrap {
	width: 95%;
	margin: 6px auto;
	clear: both;
	background: #E9E9E6;
	border: solid #C3CBD1;
	border-width: 1px 1px 1px 2px;
	font: 12px Verdana,Arial,sans-serif;
}

.spoiler-wrap li, ul {
	list-style:none;
	padding:2px 0px 2px 0px;
	margin:2px 0px 2px 0px;
	list-style-type:none;
	list-style-image:none;
}

.spoiler-wrap img {
	margin: 0px 0px 0px 0px !important;
}


.spoiler-head {
	font-size: 11px;
	padding: 1px 14px 3px;
	margin-left: 6px;
	line-height: 10px;
	font-weight: bold;
	border-top: 1px solid #C3CBD1;
	color:#0066CC;
	text-decoration:underline;
}

.spoiler-head:hover {
	text-decoration:none;
}

.spoiler-body {
	padding: 1px 6px 2px;
	display: none;
	border-top: 1px solid #C3CBD1;
	background: #F5F5F5;
}

.clickable {
	cursor: pointer;
}

.folded {
	display: block;
	background: transparent url(../img/icon_plus.gif) no-repeat left center;
	padding-left: 14px; 
}

.unfolded {
	display: block;
	background: transparent url(../img/icon_minus.gif) no-repeat left center;
	padding-left: 14px;
}
