﻿@charset "utf-8";
/* CSS Document */
*{
    margin:0;
    padding:0;
}

*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}

*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}

body{
	background-image: url(image/remifrabg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	background-attachment: scroll;
	background-color: #000000;
	width:800px;
    margin:0px auto;
	overflow-y: scroll;
}

div#window {

	text-align:center;
}

div#navi {	
	width:100%;
	height:50px;
}

div#res {
	clear:right;
	text-align:right;
	height:20px;
	margin-top:20px;
}

div#main {
	text-align:right;
	width: 800px;
	
	font-size:12px;
	color:#FFFFFF;
}

div#information {
	float: right;
	width: 400px;
	margin-bottom:20px;
}

div#frame {
	width:800px;
	height:650px;
	overflow-y: auto;
	scrollbar-base-color: #FF5555;
	line-height:200%;
}

div#inframe {
	text-align:left;
	width:580px;
	float:right;
}

div#footer {
	width:800px;
	height: 50px;
	text-align:center;
}

span.caption {
	font-size: 16px;
	font-weight:bold;
}

div.menu {
	float:right;
	cursor:pointer;
	margin-right:10px;
	color:#FFCCFF;
	text-decoration:none;
}
div.menul {
	float:right;
	cursor:pointer;
	color:#FFCCFF;
	text-decoration:none;
}
div.marginBottom {
	margin-bottom:10px;
}
div.alignLeft {
	text-align:left;
}

ul.normal {
	margin-left:50px;
	list-style-type:square;
}

.rightP {
	text-align:right;
}
.leftP {
	text-align:left;
}
.centerP {
	text-align:center;
}

a:link {
	color: #FFCCFF;
}
a:hover {
	color: #9999FF;
}
a:visited {
	color: #FFCCFF;
}
a:active {
	color: #9999FF;
}

hr.std {
	border:1px solid #999999;
	margin-bottom:10px;
}

span.date {
	color:#FFCCFF;
}
span.title {
	color:#CCCCCC;
	margin-left:5px;
}

div.article {
	color:#FFFFFF;
	font-size:12px;
	margin-left:10px;
	margin-bottom:20px;
}

span.usui {
	color:#333333;
	font-size:10px;
}

img.linkBan {
	width:200px;
	height:40px;
	border: none;
	margin-top:2px;
	margin-bottom:2px;
}

a.noneBorder {
	border: none;
}

div.imageBox {
	margin:5px;
	float:left;
	text-align:center;
	line-height:100%;
}

.cursorPointer {
	cursor:pointer;
}

span.red {
	color:#FF0000;
}

span.big {
	font-size:24px;
}

span.bold {
	font-weight:bold;
}
