@charset "Shift_JIS";

/* ----全体の設定---- */
body{text-align:center;
	background:#000;
	background-repeat: no-repeat;
	scrollbar-3dlight-color:#000;
	scrollbar-face-color:#000;
	scrollbar-highlight-color:#369;
	scrollbar-arrow-color:#000;
	scrollbar-darkshadow-color:#000;
	scrollbar-track-color:#000;
	scrollbar-shadow-color:#369;}


a{text-decoration:none;
	color:#fff;}

a:link{color:#fff;}

a:visited{color:#fff;}

a:active{color:#fff;}

a:hover{color:#369;}

img{border-style:none;}

h1{color:#cc9900;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
	margin:10px 0 5 0;}

p{color:#fff;
	font-size:12px;
	line-height:120%;
	margin:0;}

ul{color:#fff;
	text-align:left;
	font-size:12px;
	line-height:120%;
	margin:0px 0 10px 0;}

/* ----top---- */
.top{width:430px;
	height:200px;
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-215px;
	margin-left:-215px;}

/* ----左部コメント---- */
.left-menu{width:280px;
	height:200px;
	position:static;
	float:left;
	text-align:left;
	margin:20px 0 0 0;}

/* ----右部コメント---- */
.right-menu{width:150px;
	height:200px;
	position:static;
	float:left;
	text-align:right;
	margin:60px 0 0 0;}

/* ----下部コメント---- */
.bottom{width:430px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	border-top:solid #262607 1px;
	border-bottom:solid #262607 1px;
	margin:10px 0 30px 0;
	padding:0.5em;}
