body {
	margin: 0; 
	padding: 0; 
	font-size: 100%; 
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Verdana, Arial, sans-serif, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	color: #333333;
	background: #999999;
}

a:link {
	color: #3333FF;
}

a:active {
	color: #FFCC00;
}

a:visited {
	color: #6666CC;
}

a:hover {
	color: #FF9900;
}


td,th {
	font-size: 0.8em;
}

#sitetitle {
	font-size: 1.2em;
	font-weight: bold;
}

#sitetitle a {
	text-decoration: none;
	color: #333333;
}

#sitetitle a:visited {
	color: #333333;
}

#topmenu,#topmenu a:link,#topmenu a:visited {
	text-decoration: none;
	color: #333333;
}

#topmenu a:hover {
	text-decoration: underline;
	color: #333333;
}





/* ==================== ヘッダーメニューボタン ==================== */


#menubtn	{width: 665px;
			height:29px;
			margin:0px auto;
			}

#menubtn ul	{margin: 0;
			padding: 0;}

#menubtn li	{list-style-type: none;
			float: left;
			height:29px;
			text-align:center;
			}

#menubtn li a	{display: block;
				overflow: hidden;
				width: 109px;
				height: 100%;
				color:#FFFFFF;
				}

.menubtn01{ background-color:#a5a3d9; margin-right:2px;}
.menubtn01 a:hover {background-color:#1e1b5d;}
.menubtn01b {background-color:#1e1b5d; margin-right:2px;}
.menubtn_end{ background-color:#a5a3d9; margin-right:1px;}
.menubtn_end a:hover {background-color:#1e1b5d;}
.menubtn_end_b {background-color:#1e1b5d; margin-right:1px;}


/*#1e1b5d #a5a3d9 #DFF0FF*/