@charset "Shift_Jis";

*{
	margin:0;
	padding:0;
	font-size:13px;
	font-style:normal;
	line-height:160%;
	font-family:Verdana,"‚l‚r ‚oƒSƒVƒbƒN",Osaka,Chicago,Sans-serif;
	scrollbar-track-color:#222;
	scrollbar-face-color:#000;
	scrollbar-shadow-color:#000;
	scrollbar-darkshadow-color:#000;
	scrollbar-highlight-color:#000;
	scrollbar-3dlight-color:#000;
	scrollbar-arrow-color:#572839;
}

body{
	color:#BBB;
	text-align:left;
	background:url("left.jpg") no-repeat fixed top left #000;
}

h1{
	width:215px;
	height:130px;
	margin:70px 15px 0 20px;
	color:#ffcccc;
	font-size:30px; 
	font-family:"‚l‚r ‚oƒSƒVƒbƒN","‚l‚r ‚oƒSƒVƒbƒN",Osaka,Chicago,Sans-serif;
	text-align:center;
	filter:dropshadow(color=#444444,offx=8,offy=5,positive=true)
}

#menu{
	width:215px;
	margin:0 15px 0 20px;
	color:#7F7F7F;
}

#menu ul{
	list-style-type:none;
	}
#menu ul li{
	list-style-type:none;
	border-bottom:1px dashed #572839;
	padding:1px;
	}
#menu li a{
	display:inline;
	padding:0 1px 0 10px;
	font-weight:bold;
	font-family:"‚l‚r ‚o–¾’©","‚l‚r ‚oƒSƒVƒbƒN",Osaka,Chicago,Sans-serif;
	color:#BBB;
	font-size:15px;
	text-decoration:none;
	}
#menu li a:hover{
	color:#DDD;
	}

#copy{
	color:#666;
	font-size:9px;
	width:215px;
	margin:10px 15px 0 20px;
	text-align:right;
}

#copy a{
	font-size:9px;
	color:#7F7F7F;
	text-decoration:none;
}