@charset "Shift_Jis";

*{
	margin:0;
	padding:0;
}

html{
  scrollbar-face-color: #000000;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
  scrollbar-3dlight-color: #000000;
  scrollbar-arrow-color: #ffffff;
  scrollbar-track-color: #000000;
  scrollbar-darkshadow-color: #000000;
}

body{

	font-size:80%;
    color: #ffffff;
	font-style:normal;
	line-height:1.6;
	font-family:Verdana, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	margin:0 auto 0 auto;
}




a:link{color:#ffffff; text-decoration:none;}
a:visited{color:#ffffff; text-decoration:none;}
a:hover{color :#AD0000; text-decoration:none;}
a:active{color:#AD0000; text-decoration:none;}

#write a{border-bottom:1px solid #AD0000;}
#write a:visited{border-bottom:1px solid #999;}

p{
	margin:0 0 1em 10px;
}

em{
	font-style:normal;
	color:#AD0000;
}

strong{
	font-weight:bold;
}

img{
	border:0;
}

hr{
	display:none;
}
	.line{
		height:30px;
	}

h1{
	font-size:120%;
	color:#ffffff;
	font-weight:bold;
	font-family:serif, Georgia, Arial, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	margin-left:30px;
}

h2{
	font-size:80%;
	color:#ffffff;
	margin-left:30px;
}

h3{
	font-size:100%;
	color:#ffffff;
	font-weight:bold;
	font-family:Arial, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	margin:0 0 10px 0;
}

#write{
	margin:20px 10px 0 10px;
}

#write ul{
	list-style-type:square;
	padding:0 0 1em 30px;
}

#menu{
	font-size:100%;
	font-family:Arial, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	text-align:right;
}

#menu ul li{
	font-size:100%;
	font-weight:bold;
	line-height:1.6;
	list-style-type:none;
	display:inline;
	padding:0 3px 0 3px;
}

.sub_menu{
	font-size:80%;
	color:#000;
	text-align:center;
	margin:20px 0 0 30px;
}

dl{margin-left:10px; }
dt{text-decoration:underline; }
dd{
	padding:0 0 0 5px;
	margin:0 10px 5px 10px;
	border-left:2px solid #310600;
}

p.info{
	background:#000000;
	height:80px;
	overflow:auto;
	padding:3px 0 0 10px;
	margin:10px 0 1em 0;
}

.float{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.clears{
	clear:both;
}

.footer{
	margin:20px 0 0 0;
	text-align:right;
}

#copy{
	font-size:10px;
	font-family:Arial;
	text-align:right;
}

#copy a{
	color:#310600;
}

input,select,textarea{ 
	font-size:100%;
	color:#310600;
	line-height:110%;
	padding:2px;
	background:#F5F5F5;
	border:1px solid #DDD;
}

b{font-weight:bold; }
i{font-style:oblique; }