/* ===============================================================
   共通部分
===============================================================　*/

.clearfix{*zoom:1;}
.clearfix:after{
	content:""; 
	display:block; 
	clear:both;
}


/* wrapper */
#wrapper{
	margin:0 auto;
	font-size:14px;
	line-height:1.286;
}


/* ヘッダー */
#header{
	width:1056px;
	margin:0 auto;
	padding-bottom:15px;
}

#gnav{
	float:left;
	margin:22px 0 0 28px;
	font-size:85%;
}
#gnav li{display:inline;}
#gnav li a{
	color:#000;
	text-decoration:none;
}
#gnav li a:hover,
#gnav li.current a{
	color:#62b2fa;
	text-decoration:none;
}
#header p{
	float:right;
	width:100px;
	margin:0 28px 0 0;
	text-align:center;
	background:#000;
}
#header p a{
	display:block;
	width:100px;
	height:22px;
	padding-top:18px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#main_img{
	text-align:center;
}
#main_img h1{
	width:1028px;
	height:74px;
	padding:65px 0 0 28px;
	text-align:left;
	font-size:64px;
	font-weight:bold;
}

#member_img{
	text-align:center;
}
#member_img h1{
	width:1028px;
	height:90px;
	background:url(../img/tweet/member_img.jpg) center top no-repeat;
	margin:0 auto 25px;
	padding:65px 0 0 28px;
	text-align:left;
	font-size:64px;
	font-weight:bold;
}

#oldtsubuyaki_img{
	text-align:center;
}
#oldtsubuyaki_img h1{
	width:1028px;
	height:90px;
	background:url(../img/tweet/oldtsubuyaki_img.jpg) center top no-repeat;
	margin:0 auto 25px;
	padding:65px 0 0 28px;
	text-align:left;
	font-size:64px;
	font-weight:bold;
}

#tsubuyaki_img{
	text-align:center;
}
#tsubuyaki_img h1{
	width:1028px;
	height:90px;
	background:url(../img/tweet/tsubuyaki_img.jpg) center top no-repeat;
	margin:0 auto 25px;
	padding:65px 0 0 28px;
	text-align:left;
	font-size:64px;
	font-weight:bold;
}

#today_img{
	text-align:center;
}
#today_img h1{
	width:1028px;
	height:90px;
	background:url(../img/tweet/today_img.jpg) center top no-repeat;
	margin:0 auto 25px;
	padding:65px 0 0 28px;
	text-align:left;
	font-size:64px;
	font-weight:bold;
}

#totsugeki_img{
	text-align:center;
}
#totsugeki_img h1{
	width:1028px;
	height:90px;
	background:url(../img/tweet/totsugeki_img.jpg) center top no-repeat;
	margin:0 auto 25px;
	padding:65px 0 0 28px;
	text-align:left;
	font-size:64px;
	font-weight:bold;
}

#event_img{
	text-align:center;
}
#event_img h1{
	width:1028px;
	height:90px;
	background:url(../img/tweet/event_img.jpg) center top no-repeat;
	margin:0 auto 25px;
	padding:65px 0 0 28px;
	text-align:left;
	font-size:64px;
	font-weight:bold;
}


/* main */
#main{
	width:1056px;
	margin:0 auto;
}



/* footer */
#footer{
	width:1056px;
	margin:0 auto 60px;
}
#footer p{
	font-size:116%;
	margin:0 0 0 28px;
}