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

.body {
	background-color: #FF9933;
	margin-top: 20px;
}
.copyright {
	color: #331E00;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
.bottommenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.table_middle      { background: url(../img/top_image.png) no-repeat scroll 425px 10px }

.table_middle_menu   { background: url(../img/corokkies.jpg) no-repeat scroll 360px 40px }

.table_middle_access {
	background-attachment: scroll;
	background-repeat: no-repeat;
}

.table_middle_contact {
	background-attachment: scroll;
	background-repeat: no-repeat;
}

.table_background {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
}

.text {
	font-family: "メイリオ", "EE EゴシチE", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 150%;
}
.subtext {
	font-family: "メイリオ", "EE EゴシチE", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 150%;
}
.h2 {
	font-family: "メイリオ", "EE EゴシチE", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
}


.h1 {
	font-family: "メイリオ", "EE EゴシチE", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #FF0000;
}
a:active { color: #f00; text-decoration: none }
a:link  {
	color: #993300;
	text-decoration: none
}
a:visited  {
	color: #999999;
	text-decoration: none
}

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

