@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:94px;
	margin:0px;
	background:url(../images/logo.png) 0 2px no-repeat;
}

#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-position:left top;
	background-repeat:no-repeat;
	padding:0 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;
}


/*トップトピックス*/



.topic {
	width:900px;
	padding-top:15px;
	overflow:hidden;
}

#info {
	border:1px solid #FFF;
	margin-bottom:20px;
	background:#000;
}

#info h2{
	width:899px;
	height:49px;
	margin:0;
}

#info ul{
	padding:15px 15px 30px;
	margin:0;
	margin-left:20px;
}

#info ul li{
	color:#FEFE45;
	line-height:25px;
	font-size:13px;
}

#info a{
	color:#FEFE45;
}

#info a:hover{
	color:#FEFE45;
	text-decoration:none;
}

.btn {
	width:351px;
	float:left;
}

.btn a{
	display:block;
	margin-bottom:10px;	
}

.twitter {
	width:533px;
	float:right;
}

