@charset "utf-8";

/*
===== 1: universal reset =================================
*/

*{
	margin:0;
	padding:0;
}
body {

}

/*
===== CONTENTS ===========================================

	1: BASE STYLE

==========================================================
*/

/*
===== 1: BASE STYLE ====================================
*/
#entrance{
	height: 363px;
	width: 100%;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/entrance_bg.gif);
	background-repeat: repeat-x;
}
#entrance .flash{
	height: 363px;
	width: 840px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#under{
	text-align: center;
}
#under img{
	margin-top: 5px;
}

