@charset "shift_jis";
/* ****************************************************
Since : 2008-01-20
Last Modify : 2008-05-20
**************************************************** */
body {
	line-height: 1.4;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 83%;
	color: #000000;
}

table th,
table td {/* for IE hack */
	line-height: 1.4;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}

table th{/* for IE hack */
	color: #000000;
}
table td {/* for IE hack */
	color: #000000;
}

.strong {
	font-weight: bold;
	font-size: 110%;
}
em,
.bold {
	font-weight: bold;
}

.fontNormal {
	font-weight: normal !important;
}

.textRed {
	color: #ff0000;
}

.smallText {
	font-size: 83%;
}

/* ilnk
=================================*/
a:link {
	color: #000099;
	text-decoration: none;
}

a:visited {
	color: #9900cc;
	text-decoration: none;
}

a:hover {
	color: #000099;
	text-decoration: underline;
}