﻿HTML, BODY {
	scrollbar-base-color:		#FFFFFF;
	scrollbar-fece-color:		#FFFFFF;
	scrollbar-track-color:		#FFFFFF;
	scrollbar-arrow-color:		#6699FF;
	scrollbar-3dlight-color:	#6699FF;
	scrollbar-highlight-color:	#6699FF;
	scrollbar-shadow-color:		#6699FF;
	scrollbar-darkshadow-color:	#6699FF;
	border-color:			#6699FF;
	background-color:		#FFFFCC;
}
.TopStyle{
	font-size:			16pt;
	color:				#0000ff;
}
.Title{
	font-size:			16pt;
	font-weight:		bold;
	text-align:			center;
	color:				#006600;
	background-color:	#ccffcc;
	margin:				0px;
	padding:			5px;
	border:				2px solid #008800;
	position:			absolute;
	top:				20px;
	left:				230px;
	height:				25px;
	width:				500px;

}
.counter{
	text-align:			right;
	margin:				0px;
	padding:			5px;
	border:				none;
	position:			absolute;
	top:				0px;
	left:				230px;
	height:				20px;
	width:				500px;

}
.Infomation{
	font-size:			10pt;
	text-align:			right;
	color:				#000000;
	background-color:	none;
	margin:				0px;
	padding:			5px;
	border:				none;
	position:			absolute;
	top:				55px;
	left:				350px;
	height:				25px;
	width:				380px;

}
.MenuStyle{		/*for Main,SubMenu*/
	position:			absolute;
	font-weight:		bold;
}
.LogoStyle{		/*for Logo*/
	position:			absolute;
}
.Contents{
	position:			absolute;
	top:				100px;
	left:				230px;
	width:				500px;
}
.Topics{
	width:				500px;
	height:				50px;
	background:			#ffdddd;
	padding:			3px;
	border:				1px solid #FF0000;
	overflow:			auto;
}
.CaptionTitle{
	font-family:		"ＭＳ 明朝";
	font-size:			16pt;
	font-weight:		bold;
	background:			#ffee99;
	padding:			0 5px;
	border:				dotted 2px #f60;
	width:				500px;
}
.attention{
	background:			#ffeeee;
	padding:			0 5px;
	font-weight:		bold;
	border-bottom:		solid 1px #cccccc;
	border-right:		solid 1px #cccccc;
	border-left:		solid 10px #ff6666;
	width:				500px;
}
.menu{
	background-image:	url(./images/line1.jpg);
	background-repeat:		no-repeat;
	width:			504px;
	height:			297px;
/*	background:			#ffffff;*/
/*	padding:			2px 2px;*/
	font-weight:		bold;
/*	border-top:			groove 5px #0099ff;*/
/*	border-bottom:		groove 5px #0099ff;*/
/*	border-right:		groove 5px #0099ff;*/ /*groove ridge double*/
/*	border-left:		groove 5px #0099ff;*/
}
.flow{
	background:			#ffffff;
	background-repeat:		no-repeat;
	padding:			2px 2px;
	font-weight:		bold;
	border-top:			double 5px #aaaaff;
	border-bottom:		double 5px #aaaaff;
	border-right:		double 5px #aaaaff; /*groove ridge double*/
	border-left:		double 5px #aaaaff;
}
.back{
	font-weight:		bold;
	text-align:			center;
	width:				500px;
}

/* Style of Text */
.Redtxt{
	color:				#ff0000;
}
.Toptxt1{
	color:				#ff4444;
	font-size:			20pt;
}
.Toptxt2{
	color:				#6666ff;
	font-size:			20pt;
}
.Toptxt3{
	color:				#006600;
	font-size:			20pt;
}
.Toptxt4{
	font-family:		'ＭＳ 明朝';
	font-size:			16pt;
	font-weight:		bold;
}
.Indextxt{
	color:				#4444ff;
	font-size:			16pt;
	font-weight:		bold;
}
.Attentiontxt{
	color:				#ff4444;
	font-size:			16pt;
	font-weight:		bold;
}

/* Style of Anchor */
A{
	text-decoration:	none;
}
A:Link{
	color:				#0000ff;
}
A:Visited{
	color:				#6666ff;
}
A:Active{
	color:				#0000ff;
}
A:Hover{
	color:				#ff0000;
	text-decoration:	underline;
	background-color:	#ffdddd;
}

