body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	line-height: 140%;
	color: #ccc;
	background-color: #000000;
	width: 800px;
	margin: 20px auto;
}
a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #6666CC;
	text-decoration: underline;
}
a:hover,a:active {
	background: #FFCC00;
	text-decoration: underline;
}

h1 {
	text-indent: -9999px;
	background: url(images/top_banner.jpg) no-repeat;
	height: 75px;
	width: 800px;
	margin: 0;
}
h2 {
	width: 90%;
	margin: 20px auto;
	padding-left: 20px;
	border-bottom: 1px #666 solid;
}
h3 {
	text-align: center;
	font-size: medium;
	color: #990000;
	background: url(images/h3_bg.jpg) no-repeat center center;
	height: 30px;
	vertical-align: middle;
}


#contents {
	padding: 20px 50px 10px 50px;
	margin: 0;
	color:#333;
	background: #fff;
	clear: both;
	border-top: 1px #000 solid;
}

#root_navi {
	font-size: x-small;
	margin: 0;
	padding: 5px;
	width: 580px;
	float: left;
	background: #fff;
}
#global_navi {
	width: 200px;
	float: right;
	margin: 0;
	padding: 5px;
	font-size: x-small;
	text-align: right;
	background: #fff;
}
#global_navi a:link {
	color: #333;
	padding: 0.1em 0.5em;
	text-decoration: none;
}
#global_navi a:visited {
	color: #333;
	padding: 0.1em 0.5em;
	text-decoration: none;
}
#global_navi a:hover {
	color: #fff;
	background: #fe2f11;
	padding: 0.1em 0.5em;
	text-decoration: none;
}

#bottom_navi {
	clear: both;
	text-align: center;
	margin-top: 10px;
}

#footer {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: x-small;
	line-height: 1.2em;
	padding-top: 0.5em;
	text-align: left;
	border-top: 1px solid #ccc;
}

#address {
	width: 300px;
	float: left;
}

#footer table {
	width: 460px;
	float: left;
}
#footer td {
	padding: 0.2em;
}
#footer a:link,
#footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
	background: #666;
}


.now {
	color:#fff;
	background: #fe2f11;
	padding: 0.1em 0.5em;
}

.clear_both {
	clear: both;
}

.centering {
	text-align: center;
}

.left_image {
	float: left;
	margin-right: 1em;
}

.right_image {
	float: right;
	margin-left: 1em;
}

.logo {
	vertical-align: middle;
	height: 1.2em;
	width: auto;
}
.maruyasu {
	vertical-align: middle;
	width: 1.1em;
	height: 1.1em;
}
	

