@charset "UTF-8";

* {
	margin:0;
	padding:0;
	color:#333333;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Verdana', 'Arial', 'Helvetica', 'Osaka', 'ＭＳ Ｐゴシック';
	font-size:100%;
	}
html,body {
	scrollbar-face-color:#030358;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#000033;
	scrollbar-3dlight-color:#999999;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#CCCCCC;
	scrollbar-darkshadow-color:#000033;
}

html {
	height:auto;
}	

body {
	background-color:#FFFFFF;
	height:auto;
}

div#container {
	width:800px;
	height:1100px;
	margin:0 auto;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	}

div#header {
	width:800px;
	height:50px;
	margin:0 auto;
	background-color:transparent;
	text-align:right;
}

div#header img {
	margin-top:15px;
	margin-right:10px;
}
div#navi {
	width:800px;
	height:20px;
	margin:0 auto;
	background-color:#FFFFFF;

}
div#mainimg {
	clear:both;
	margin:0 auto;
	border-top:6px solid #A51818;
}

div#container div#button {
	clear:both;
	width:750px;
	height:26px;
	margin:0 0 0 30px;
	padding-top:20px;

	background-color:transparent;
}

div#container div#box {
	clear:both;
	width:750px;
	height:250px;
	margin:0 0 0 30px;
	background-color:transparent;
	border-bottom:1px dotted #CCC;
}
div#container div#box img.title {
	filter: alpha(Opacity=80);
	opacity: 0.8;
}

div#container div#box .discobox {
	float:left;
	width:200px;
	height:200px;
	padding:30px 0 0 30px;
}
div#container div#box img.cd {
	border:1px solid #CCCCCC;
	margin-bottom:5px;
}
div#container div#box .textbox {
	float:right;
	width:500px;
	height:200px;
	padding-top: 30px;
}
div#container div#box .textbox2 {
	clear:both;
	float:left;
	width:700px;
	height:200px;
	margin-top:5px;
	padding-left:30px;
}
div#container div#box .textbox2 p {
	font-size:80%;
	line-height:150%;
}

table{
	font-size:80%;
}

h1 {
	font-size:80%;
	background-color:#CCCCCC;
	padding:5px;
	text-indent:1em;
	margin-bottom:5px;
}
h2 {
	font-size:90%;
	padding:5px;
}

h3 {
	font-size:80%;
	line-height:150%;
	text-indent:1.5em;
	font-weight:normal;
}
h4 {
	font-size:80%;
	line-height:150%;
	text-indent:1.5em;
	font-weight:normal;
	padding-bottom:5px;
	border-bottom:1px solid #999;
}


iframe.mainFrame {
	width: 750px;
	height: 610px;
	background: transparent;
	scrollbar-face-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ff0080;
	scrollbar-3dlight-color: #ff0080;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #ff0080;
}


div#footer {
	clear:both;
	width:800px;
	height:200;
	margin:auto;
	text-align:center;
/*	border-bottom:1px solid #CCCCCC;*/
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
#footer p.copy {
	color:#999999;
	font-size:11px;
}
div#footer2 {
	border-top:1px solid #CCCCCC;
	}