@charset "UTF-8";

/* 大枠 */
body {
	background: #FFF;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
}
#wrapper #top_con {
	width: 555px;
	margin: 320px auto 100px auto;
}

/* jqueryアニメ */
#anim_img {
	width: 555px;
	height: 115px;
	overflow: hidden;
	position: relative;
}
#anim_img:after {
	content: '';
}
#anim_img img {
	opacity: 0;
	-moz-opacity: 0; /*for Firefox*/
	filter: alpha(opacity=0); /*for IE*/
}
#anim_img img {
	position: absolute;
}

#anim_menu {
	display: none;
}
