@import url(見出し.css);
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 : url(../image/bg_side.gif);
}

a:link {
	color: #003399;
}

a:active {
	color: #FF9900;
}

a:visited {
	color: #CC3366;
}

a:hover {
	color: #FF9900;
}

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

.sitetitle {
	font-size:1em;
	color:#000000;
	font-weight:bold;
}

.sitetitle a:link,
.sitetitle a:active,
.sitetitle a:visited {
	color: #000000;
	text-decoration:none;
}

.sitetitle a:hover {
	text-decoration:underline;
}
h1{
  font-size : 120%;
  color : navy;
  background-color : white;
}

h2{
  font-size : 90%;
  color : #0000cc;
}
