@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
				"メイリオ",,Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic",
				sans-serif;
}


#menu a, #menu a:link, #menu a:visited{
	text-decoration:none;
	color:#FFFFFF;
	background-color:#008000;
}
#menu a:hover{
	color:#FFFFFF;
	background-color:#009999;
}


A:link {
	color: #3366CC;
	text-decoration: none;
}
A:visited {
	color: #3366CC;
	text-decoration: none;
}
A:hover {
	color: #3366CC;
	text-decoration: underline;
}
A:active {
	color: #3366CC;
	text-decoration: none;
}


/* 59 */
.stylSm {font-size: smaller}
.stylSmBl {
	font-size: smaller;
	font-weight: bold;
}


.stylSmWh {
	font-size: smaller;
	color: #FFFFFF;
}
.stylWh {color: #FFFFFF}


.stylBlP24 {
	font-size: 24px;
	font-weight: bold;
}

.stylLgBl {
	font-size: larger;
	font-weight: bold;
}
.stylRd {
	color: #FF0000;
}
.stylGr {
	color: #999999;
}
.stylSmGr {
	font-size: smaller;
	color: #999999;
}
.stylBlRd {
	color: #FF0000;
	font-weight: bold;
}


.styleXLgBl {
	font-size: x-large;
	font-weight: bold;
}

