/* CSS Document */

body {
	margin-top:0px;
	margin-left:0px;
	background-color: #000000
  	}
a  {
 	color : #FFFFCC;
	text-decoration : underline;
	}
a:hover {
	color:#FFCC00;
 	text-decoration : underline;
	}
p {
    margin-left: 20px;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:left;
	font-size:12px;
    color: #FFFFCC;
	width: auto;
	}
	
/* rootリンク設定　*/
p.root {
    margin-left: auto;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:right;
	font-size:10px;
    color: #cccccc;
	width: auto;
    }
p.root a{
	color: #66CCFF;
	text-decoration:none;
	}
p.root a:hover {
    color: #66CCFF;
	text-decoration:underline;
	}
p.root a:visited {
    color: #33CCFF;
	}

/*　top用設定　*/
p.toproot {
    margin-left: 90px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:left;
	font-size:10px;
    color: #cccccc;
	width: auto;
    }
p.toproot a{
	color: #66CCFF;
	text-decoration:none;
	}
p.toproot a:hover {
    color: #66CCFF;
	text-decoration:underline;
	}
p.toproot a:visited {
    color: #33CCFF;
	}

/* 世界観 */
p.intro {
    margin-left: 10px;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: auto;
	text-align:left;
	font-size:15px;
	font-weight:bold;
    color: #FFFFFF;
	width: 300px;
	line-height:30px
    }

p.world {
    margin-left: 10px;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: auto;
	text-align:left;
	font-size:15px;
	font-weight:bold;
    color: #FFFFFF;
	width: 280px;
	line-height:30px
    }
	
/* 物語紹介　*/
#story {
    margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 583px;
	height:427px;
	overflow:auto;
	scrollbar-base-color:#333333;
	scrollbar-arrow-color:#0099FF;
    }
#storyt {
	margin-left: 17px;
	margin-right: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:left;
	font-size:13px;
    color: #FFFFFF;
	line-height:15px;
	}
	
/* staffcast */
#staff {
	border:none;
	width:550px;
	margin-left:20px;
	margin-top:10px;
	text-align:left;
	color:#FFFFFF;
	font-size:14px;
	}
#cast {
	border:none;
	width:550px;
	margin-left:20px;
	margin-top:0px;
	text-align:left;
	color:#FFFFFF;
	font-size:14px;
	}
	
/* DVD, cd, フィギュア */
div.box {
	border-style:none;
	width:540px;
	margin-left:15px;
	color:#FFFFFF;
	font-size:13px;
	}
#floatsmp {
	float:left;
	}
div.boxf {
	border-style:none;
	width:570px;
	margin-left:5px;
	color:#FFFFFF;
	font-size:13px;
	}
div.boxf2 {
	border-style:none;
	width:585px;
	margin-left:0px;
	color:#FFFFFF;
	font-size:13px;
	}
div.boxc {
	border-style:none;
	width:575px;
	margin-top:15px;
	margin-left:5px;
	color:#FFFFFF;
	font-size:13px;
	}


/*（c）表示　*/
address {
	margin-top:0px;
	margin-left:0px;
	font-size:10px;
    font-style:normal;
	color:#CCCCCC;
	text-align:center;
	}