/* CSS Document */

body {
	background-image:url(img/bg_blue2.gif);
}

#contents{
margin-left:10px;
margin-right:10px;
	}


.r10 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 10px;
	line-height: 14px;
	font-weight: nomal;
}
.r12 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 12px;
	line-height: 16px;
	font-weight: nomal;
}
.r14 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.r18 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

a:link {
	color: #C00;
	text-decoration:none;
}
a:link#blue {
	color: #0066FF;
	text-decoration:none;
	}
a:link#orange {
	color: #FF6600;
	text-decoration:none;
	}
a:link#green {
	color: #009900;
	text-decoration:none;
	}
	
a:visited {
	color: #C00;
	text-decoration:none;
}
a:visited#blue {
	color: #0066FF;
	text-decoration:underline;
	}
a:visited#orange {
	color: #FF6600;
	text-decoration:underline;
	}
a:visited#green {
	color: #009900;
	text-decoration:underline;
	}

a:hover {
	color:#0066FF;
	text-decoration:underline;
}
a:hover#blue {
	color: #0066FF;
	text-decoration:underline;
}
a:hover#orange {
	color: #FF6600;
	text-decoration:underline;
}
a:hover#green {
	color: #009900;
	text-decoration:underline;
}

a:active {
	color:#0066FF;
	text-decoration:underline;
}

