@charset "utf-8";
@import url("reset.css");
@import url("typography.css");

/* 基本 ---------------------------------------------- */
*{
	margin		: 0;
	padding		: 0;
	color		: #000;
	font-size	: 10pt;
	font-family: "ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
	zoom		: 1;
}

img { border	: 0; }

li { list-style	: none;}

a:link{ color	: #0090CC;}
a:visited{ color: #0090CC;}
a:active{ color	: #0090CC;}
a:hover{ color	: #33CCFF;}


/* 全体 ---------------------------------------------- */
body{
	background	: #FFF url(/images/tmp/bg_enter.jpg) no-repeat center 0px;
}


/* main ---------------------------------------------- */
.caption{
	width		: 530px;
	margin		: 70px auto 10px;	
}

h1{
	width		: 530px;
	margin		: 0px auto 20px;
}

.day{
	width		: 336px;
	margin		: 0px auto 20px;
}

ul{
	width		: 530px;
	height		: 47px;
	margin		: 0 auto 42px;
	position	: relative;
	background	: url(/images/tmp/old_site.jpg) no-repeat;
}

li.btn_2009{
	position	: absolute;
	top			: 5px;
	left		: 131px;
}

li.btn_2008{
	position	: absolute;
	top			: 5px;
	left		: 264px;
}

li.btn_2007{
	position	: absolute;
	top			: 5px;
	left		: 397px;
}

.btn_information{
	width		: 339px;
	height		: 84px;
	margin		: 0 auto 40px;
	
}