@charset "utf-8";
/* CSS Document */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0px;
	padding:0px;
	border:0px;
	outline:0px;
	font-weight:inherit;
	font-style:inherit;
	font-family:inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline:0px;
}
body {
	color:#3c3c3c;
	font-size:12px;
	line-height:14px;
}
ol, ul {
	list-style:none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0px;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}

/*start***********************************************/
#centering{
	width:950px;
	margin:0px auto;
	text-align:center;
	}
#wrapper{
	text-align:left;
	position:relative;
	}
#header{
	height:110px;
	position:relative;
	}
#navi{
	height:60px;
	position:relative;
	}
.main{
	color:#68471F;
	margin:0px 14px 0px 16px;
	}
#footer{
	height:45px;
	margin:0px 14px 0px 16px;
	position:relative;
	}	
/*header*/
#logo{
	position:absolute;
	top:71px;
	left:26px;
	}
#season{
	position:absolute;
	top:77px;
	left:779px;
	height:33px;
	}
#season li{
	float:left;
	margin:0px 5px 0px 0px;
	width:33px;
	height:33px;
	text-indent:-9999px;
	}
#season li a{
	display:block;
	width:33px;
	height:33px;
	}
/*navi*/
#navi .png_bg{
	display:block;
	z-index:1;
	}
#navi ul{
	position:absolute;
	top:10px;
	left:25px;
	z-index:2;
	}
#navi li{
	float:left;
	display:inline;	
	}
#navi li img{
	display:block;
	}
/*footer*/
#footer img{
	z-index:1;
	display:block;
	width:920px;
	height:30px;
	}
#footer p{
	font-size:10px;
	color:#666666;
	padding:0px 0px 0px 15px;
	}
	