/* CSS Document */

.text {
	font-size: 12px;
	color: #FFFFCC;
}
.bold {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
}
.midashi {
	font-size: 12px;
	font-weight: bold;
	color: #FF4500;
}
.gyoukan{
	line-height:150%;
	font-size: 12px;
	font-weight: normal;
	color: #d98719;
}
a:link {
	color: #CC9900;
	font-weight: bold;
}
a:visited {
	color: #CC9900;
	font-weight: bold;
}
a:hover {
	color: #CC9900;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #CC9900;
	font-weight: bold;
}
body {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", san-serif;
	color:#CC9900
}
