@charset "UTF-8";

body {
	background: #FFFBDB url(../index/bg.gif) repeat-x top;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#container {
	margin: 0px auto;
	padding: 0px;
	width: 920px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#container #header {
	height: 30px;
}
#container #main {
	height: 490px;
	background: #FFFFFF;
}
#container #main #flash {
	border: 1px solid #ECE5C8;
}
#container #footer {
	text-align: left;
	padding-top: 10px;
	padding-left: 0px;
	width: 580px;
	float: left;
	color: #999999;
	margin-bottom: 15px;
	font-size: 10px;
	font-style: normal;
	line-height: 200%;
	font-weight: normal;
	font-variant: normal;
}
#container #copyright {
	text-align: right;
	float: right;
	width: 340px;
	padding-top: 10px;
	color: #999999;
	font-size: 10px;
	font-style: normal;
	line-height: 200%;
	font-weight: normal;
	font-variant: normal;
	margin-bottom: 15px;
}
#container #navi {
	clear: both;
	border-top: 1px dotted #CCCCCC;
	color: #999999;
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 200%;
}
li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
ol {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	background: #FFFFFF;
}
#container #footer a:link {
	color: #DE8900;
	text-decoration: none;
}
#container #footer a:visited {
	color: #DE8900;
	text-decoration: none;
}
#container #footer a:hover {
	color: #CC0000;
	text-decoration: none;
}
#container #footer a:active {
	background: #EDEDED;
}
