/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {line-height: 1;}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-size: 100%;
	font-weight: normal;
	overflow: hidden;
}
ol, ul {list-style: none;}

blockquote {quotes: none;}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

th{font-weight: normal;}

a img {border: none;}

img{vertical-align: text-bottom;}

.clearfix {width:100%; margin: 0;}
.clearfix:after{
     content: ".";
     display: block;
     clear: both;
     height: 0;
     visibility: hidden;
     }

/* =Layout
-------------------------------------------------------------- */

html{	
	background-color: #D1ECFB;
}

body{
	background-image: url(images/bg_01.png);
	background-repeat: repeat-x;	
	background-position: center top;
	font-size: 12px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',Verdana,Helvetica,Arial,Sans-Serif;
	color: #333;
}


/* = ヘッダー
-------------------------------------------------------------- */

header{
	width: 100%;
	height: 579px;
	margin: 0 auto;
	background: url(images/img_01.png) no-repeat;
	background-position: center center;
}

	#header_inner{
		width: 1010px;
		margin: 0 auto;
		position: relative;
	}
	
		#header_inner h1{
			position: absolute;
			top: 43px;
			left: 160px;
			font-size: 30px;
			font-weight: bold;
			line-height: 35px;
		}
		
		#header_inner h2{
			position: absolute;
			top: 207px;
			left: 10px;
			line-height: 24px;
		}




/* = 真ん中
-------------------------------------------------------------- */

#container{
	width: 1010px;
	margin: 0 auto;	
}

	#lottery_img{
		margin-top: 6px;
		margin-left: 10px;
	}

	#container ul{margin-top: 23px;}
	
		#container ul li{
			float: left;
			width: 200px;
			height: 230px;
		}
		
			#container ul li.vol1{background: url(images/img_03.png) no-repeat;}
			#container ul li.vol2{background: url(images/img_04.png) no-repeat;}
			#container ul li.vol3{background: url(images/img_05.png) no-repeat;}
			#container ul li.vol4{background: url(images/img_06.png) no-repeat;}
			#container ul li.vol5{background: url(images/img_07.png) no-repeat;}
			
			#container ul li a{
				width: 175px;
				height: 55px;
				margin-top: 134px;
				margin-left: 20px;
				overflow: hidden;
				display: block;
			}
		
				#container ul li a:hover img{margin-top: -55px;}
	
	.vol_note{
		margin-top: 12px;
		margin-left: 10px;
	}
	
	
	#sche_list{
		width: 990px;
		height: 790px;
		margin-top: 20px;
		margin-left: 10px;
		background: url(images/bg_02.png);
		position: relative;
	}
	
	#sche_list a{
		width: 175px;
		height: 59px;
		position: absolute;
		left: 619px;
		overflow: hidden;
		display: block;
	}
	
		#sche_list a:hover img{margin-top: -59px;}

	#sche_list a.event_btn_01{top: 111px;}
	#sche_list a.event_btn_02{top: 271px;}
	#sche_list a.event_btn_03{top: 591px;}



/* = フッター
-------------------------------------------------------------- */

footer{
	width: 100%;
	margin-top: 39px;
	position: relative;
}

	#top_btn{
		width: 1010px;
		margin: 0 auto;
		text-align: right;
		position: relative;
		z-index: 1;
	}
	
		#top_btn a{margin-right: 10px;}
		
		
#footer_inner{
	width: 100%;
	height: 90px;
	position: relative;
	top: -1px;
	z-index: 0;
	border-top: 1px solid #B4CEDD;
	background-color: #fff;
}

	#footer_inner div{
		width: 1010px;
		margin: 0 auto;
	}
	
		#footer_inner a{
			width: 148px;
			height: 50px;
			margin: 0 auto;
			margin-top: 20px;
			display: block;
		}
