@charset=shift_jis" ;
/* formatting style
-----------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 85%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFFF;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #660000;
	text-decoration: underline;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	left: +1px;
	top: +1px;
}
