body{
	background-color: #000000;
	color: #FFFFFF; 
	margin: 0;
}

a:link {text-decoration:none;color:#ff00ff;}
a:visited {text-decoration:none;color:#990099;}
a:active {text-decoration:none;color:red;}
a:hover {text-decoration:underline;color:#f80755;}
small{font-family : "MS UI Gothic";font-size :10px;}

h1.douga {
	font-size: 80%;
	font-weight: normal;
	margin: 0;
	text-align: center;
	color: #666666;
}

h2.top_logo_title {
	font-size: 80%;
	font-weight: normal;
	margin: 0;
	position:absolute;
	top: 27px;
	right: 5px;
}

.h1_text{
	text-decoration:underline;
	font-style: italic; 
	font-weight: bold;
}

h2.douga {
	font-size: 80%;
	font-weight: normal;
	margin: 0;
}

h3.douga {
	font-size: 60%;
	font-weight: normal;
	margin: 0;
}

#top_logo_area{
	position:relative;
	width: 800px;
	height: 75px;
}

#top_logo{
	position:absolute;
	top: 0;
	left; 0;
}

#site_history{
	position:absolute;
	top: 4px;
	right: 5px;
	color: #FFFFFF;
}

.top_explain{
	margin-bottom: 13px;
	color: #000000;
	font-size: 13px;
}

.top_explain a {
	color:#ff00ff;
}

.bottom_menu {
	font-size: 13px;
	color:#666666; 
}

.red_text {
	color: #cc0000;	
}

.clear{
	clear:both;	
}

.yellow_text{
	color:#cccc00;
}

.title_label_style{
	font-size: 13px;
}

.rate_label_style {
	font-size: 12px;
}

.banner_comment{
	color: #666666;	
}

.roman_text {
	font-family: Times New Roman;
	text-decoration: underline;
	font-size: 24px;
}

.mototype_text {
	font-family: Monotype Corsiva;
	font-style: italic; 
}

.footer_righting {
	font-family: Times New Roman;
	font-size: 11px;
}

.footer_link a{
	color: #FFFFFF;
}

/* 上に戻るボタン */
.pagetop {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	width: 3.3rem;
	height: 3.3rem;
	line-height: 3.3rem;
	border-radius: 3.3rem;
	text-align: center;
	cursor: pointer;
}

.pagetop:hover {
	color: #fff !important;
	background-color: #000040;
	text-decoration: none;
}
