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

html,
body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body {
	background-image:url(images/bg_body.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#000;
}

img {
	border:none;
	vertical-align:bottom;
}

#container {
	width:1019px;
	margin:0 auto;
}

#leftnavi {
	width:108px;
	float:left;
	padding-top:24px;
	margin:0px;
}

#contents {
	width:910px;
	float:left;
	background-color:#000;
	margin:0;
	display:inline;
}

#flasharea {
	width:910px;
	height:510px;
}

#History {
	overflow:auto;
	width:910px;
	height:508px;
	background-color:#000;
}

#General {
	width:910px;
	height:510px;
}

#gallery {
	width:857px;
	background-color:#000;
	background-image:url(images/history_2009g.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding:225px 0 0 33px;
}

#gallery div {
	width:94px;
	height:62px;
	padding:0 0 12px 10px;
	float:left;
}

#footer {
	padding:55px 0 0;
	color:#FFF;
	text-align:right;
	font-size:12px;
	font-family:Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}