@charset "utf-8";
#container {
	background-image: url(../common/container_bg.gif);
	background-repeat: repeat-y;
	width: 872px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 160%;
	background-color: #999999;
	color: #FFFFFF;
}

#clear_float {
	clear: both;
}

p {
	margin-top: 4px;
	margin-bottom: 0px;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFCC;
	text-decoration: underline;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}


#container_main {
	width: 860px;
	margin-right: 6px;
	margin-left: 6px;
}
#container_bottom {
	background-image: url(../common/container_bottom.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 872px;
	margin: 0px;
}
#container_top {
	background-image: url(../common/container_top.gif);
	height: 6px;
	width: 872px;
	margin: 0px;
}

#top_banner {
	padding: 0px;
	margin: 0px;
	width: 860px;
	height: 102px;
	font-size: 9px;
	line-height: 9px;
}
#top_banner img {
	vertical-align: top;
}
#menu_bar {
	font-size: 9px;
	line-height: 9px;
}
#menu_bar img {
	vertical-align: top;
}
#flash_bar {
	height: 48px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 9px;
	line-height: 9px;
}
#text_size {
	height: 28px;
	margin-bottom: 10px;
	text-align: right;
	font-size: 9px;
	line-height: 9px;
	vertical-align: top;
}
#main {
	margin-top: 10px;
}
#main h1 {
	margin: 0px;
	padding: 0px;
}
#main img {
	font-size: 9px;
	line-height: 9px;
	vertical-align: top;
}



#footer_up {
	height: 44px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
	padding-top: 4px;
}
#footer_bottom {
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 10px;
	height: 24px;
	line-height: 24px;
}
#footer_bottom #shibaken {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	text-align: right;
	float: right;
	margin-right: 10px;
}
#footer_bottom #shibaken a {
	color: #999999;
	text-decoration: none;
}

#footer_bottom address {
	font-style: normal;
	float: left;
}
#footer_up img {
	vertical-align: middle;
}
#menu_bar a:hover img {
	opacity:0.5;
	filter: Alpha(Opacity=50);
}
