/*----BODY----*/
BODY {
	scrollbar-face-color:#ffffff;
	scrollbar-track-color:#ffffff; 
	scrollbar-arrow-color:#990000;
	scrollbar-shadow-color:#990000;
	scrollbar-highlight-color:#e89452;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	margin: 0px;
	}
/*----リンク----*/
a:link {
	color: #6699ff; text-decoration: none; font-weight: bold;
	}
a:visited {
	color: #6666ff; text-decoration: none; font-weight: bold;
	}
a:hover {
	text-decoration: underline; font-weight: bold;
	}
a{
	text-decoration: none;
	}
/*---フォント----*/
/*濃いグレイ*/
.drkg {
	font-size: 12px;
	color:#333333;
	line-height: 17px;
font-weight: normal;
}
/*薄いグレイ*/
.litg {
	font-size: 12px;
	color:#666666;
	line-height: 17px;
}
/*オレンジ*/
.orng {
	font-size: 12px;
	color:#e89452;
	line-height: 17px;
}
/*茶*/
.brown {
	font-size: 12px;
	color:#990000;
	line-height: 17px;
}
/*紺*/
.navy {
	font-size: 12px;
	color:#006699;
	line-height: 17px;
}
/*薄いグレイ小*/
.small {
	font-size: 12px;
	color:#666666;
	line-height: 15px;
}
/*白太字*/
.white12 {
	font-size: 12px;
	color:#ffffff;
	line-height: 19px;
	font-weight: bold;
}
.white {
	font-size: 14px;
	color:#ffffff;
	line-height: 19px;
	font-weight: bold;
}
/*サブメニュー*/

/*----サブメニュー----*/
.sub {
	font-size: 13px;
	color:#990000;
	line-height: 17px;
}
a:link #sub{
	color: #990000; text-decoration: none; font-weight: normal;
	}
a:visited #sub{
	color: #990000; text-decoration: none; font-weight: normal;
	}
a:hover #sub{
	text-decoration: underline; font-weight: normal;
	}
a #sub{
	text-decoration: none;
	}