@charset "Shift_Jis";

*{
	margin :0;
	padding:0;
}

html{
	font-size:100%;
	color: #555;
	font-style:normal;
	line-height:1.5;
	font-family:Verdana,"‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	scrollbar-track-color:#FFFFFF;
	scrollbar-face-color:#F4F4F4;
	scrollbar-shadow-color:#F4F4F4;
	scrollbar-darkshadow-color:#DDDDDD;
	scrollbar-highlight-color:#EEEEEE;
	scrollbar-3dlight-color:#F4F4F4;
	scrollbar-arrow-color:#4AD3FF;
	height:100%;
}

body{
	font-size:85%;
	font-size:normal;
	background:#F4F4F4;
	margin:0 auto 0 auto;
}

table{
	font-size:100%;
	font-size:normal;
}

a:link{color:#555; text-decoration:underline;}
a:visited{color:#555; text-decoration:underline;}
a:hover{color:#0097C3;text-decoration:underline;}
a:active{color:#0097C3;text-decoration:underline;}

p{
	margin:10px 20px 30px 10px;
}

em{
	color:#FF4C72;
	font-style:normal;
}

strong{
	color:#0097C3;
	font-weight:bold;
}

img{
	border:0;
}

h3{
	font-size:100%;
	color:#AAAAAA;
	font-family: Arial, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	background:  #FFFFFF left center no-repeat;
	height:19px;
	padding:0 0 0 10px;
	margin:10px 0 0 0;
}

span.mini{
	font-size:80%
}

#contents{
	padding:10px 30px 0px 30px;
}

#menu{
	margin:10px 0 20px 80px;
}

#menu li a{
	font-size:100%;
	color:#555;
	font-weight:normal;
	font-family: "Century Gothic", Arial, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	line-height:2.5;
	display:block;
	width:95%;
	text-decoration:none;
}

#menu li a:hover{
	background:#E6E6FA;
	text-decoration:none;
}

p.info{
	background:#F4F4F4;
	height:75px;
	overflow:auto;
	padding:5px;
	margin:10px 20px 30px 10px;
}

.clear{
	clear:both;
}

input,select,textarea{ 
	font-size:100%;
	color:#333;
	line-height:110%;
	padding:3px;
	background:#E6E6FA;
	border:solid #DDD 1px;
}
	
b{font-weight:bold; }
i{font-style:oblique; }