/* =============================================================================
  基本
   ========================================================================== */
html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1020px;
	height: 100%;
	background-color: #000;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	line-height: 160%;
	text-align: center;
}

img {
	vertical-align: bottom;
}


#wrapper {
	width: 100%;
	min-width: 996px;
    background-image: url(../img/main_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

	
	
/* =============================================================================
   メイン部分
   ========================================================================== */
#container1 {
	position: relative;
	width: 996px;
	height: 146px;
	margin: 0 auto;
}

#gallery_title {
	position: absolute;
	top: 82px;
	left: 0;
}

#container2 {
	width: 996px;
	margin: 0 auto;
	text-align: left;
}

.gallery_day {
	margin: 40px 0 30px;
}

.ev_top {
	margin: 0 0 30px;
}

.ev_left {
	float: left;
	width: 483px;
	margin: 0 0 30px;
}

.ev {
	margin: 30px 0 0;
}

.ev_right {
	float: right;
	width: 483px;
	margin: 0 0 30px;
}



#link {
	margin: 80px auto 0;
}
