@charset "utf-8";


* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #333333;
		font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	font-size: 75%;
	line-height: 1.8;
}

a img {
	border-style: none;
}
a:link {
	color: #CC99CC;
	text-decoration: none;
}
a:visited {
	color: #CC99CC;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #CC99CC;
	text-decoration: none;
}

#container {
	margin: 0px auto;
	width: 1100px;
	position: relative;
}
#header {
	height: 140px;
	width: 1100px;
		position:absolute;
}
#left {
	position:absolute;
	height: 596px;
	width: 180px;
	top: 140px;
}

#right {
	height: 596px;
	width: 180px;
		position:absolute;
    left:920px;
						top: 140px;
}
#main {
	width: 740px;
	position:absolute;
		left: 180px;
	background-color: #000000;
	height: 596px;
	color: #FFFFFF;
	top: 140px;
}
#main #contents {
	width: 710px;
	height: 456px;
	position: absolute;
	top: 120px;
	left:0px;
	margin: 4px 10px 4px 10px;
	padding:6px 5px 6px 5px;
	color:#FFFFFF;
}
#main p {
	padding: 4px 6px;
}
.style-minibox{
font-size:90%;
margin:8px;
border: 1px solid #444444;
padding:8px;
text-align:justify
}
.style-castname{
font-size:116%;
}
.style-minifont{
font-size:85%;
}
.kncopy{
position:absolute;
right:38px;
margin:0px;
}
.bg-rrg{
 	background-image: url(images/bg-logo-rrg.jpg);
	background-repeat: no-repeat;
	background-position:center;
	}
.tablejust{
text-align:justify
}
.p-story{
 margin-top:8px;
 margin-bottom:8px;
 }
a img{
    border-style:none;
	}
#bottom {
	height: 180px;
	width: 1100px;
		position:relative;
			top: 736px;
}

