/* FOUNDATION */

body {
	padding: 0px;
	text-align: center;
	background-color: #B6B7B1;
	margin: 0px;
	background-image: url(../index/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}

/* CONTAINER */

#container {
	width: 860px;
	text-align: center;
	margin: 70px auto 0px;
}
#container #flashcontent {
	text-align: center;
	padding-bottom: 0px;
	width: 760px;
	background: url(../index/index.jpg) no-repeat left 70px;
	margin-right: auto;
	margin-left: auto;
}

/* FOOTER */

#container #footer {
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 30px;
	font-size: 10px;
	line-height: 160%;
}

/* TEXT DISPLAY */

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
li {
	display: inline;
	list-style-type: none;
}
ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
img {
	border-style: none;
	text-decoration: none;
	border-width: 0px;
}

