@charset "shift_jis";


/* body wrapper
----------------------------------------------------*/
body {
    background: #FFE1D8 url(../images/bg.jpg) repeat-y center top;
}

#wrapper {
    position: relative;
    margin: 0 auto;
    width: 960px;
	height: 1700px;
}


/* slice
----------------------------------------------------*/
h1, h2 {
	display: block;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

#cont1 {
    width: 960px;
    height: 475px;
    background: url(../images/slice1.jpg) no-repeat;
}

#cont2 {
    width: 960px;
    height: 470px;
    background: url(../images/slice2.jpg) no-repeat;
}

#cont3 {
    width: 960px;
    height: 315px;
    background: url(../images/slice3.jpg) no-repeat;
}

#footer {
	position: relative;
    width: 960px;
    height: 110px;
    background: url(../images/slice5.jpg) no-repeat;
}


/* navigation
----------------------------------------------------*/
li { position: absolute; }
#nv1 { left: 67px; top: 556px; }
#nv2 { left: 67px; top: 614px; }
#nv3 { left: 67px; top: 672px; }
#nv4 { left: 67px; top: 730px; }
#nv5 { left: 67px; top: 788px; }
#nv6 { left: 67px; top: 846px; }

ul li a {
	display: block;
	width: 310px;
	height: 58px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background-image: url(../images/nv.jpg);
}
#nv1 a { background-position: 0 0; }
#nv2 a { background-position: 0 -58px; }
#nv3 a { background-position: 0 -116px; }
#nv4 a { background-position: 0 -174px; }
#nv5 a { background-position: 0 -232px; }
#nv6 a { background-position: 0 -290px; }
#nv1 a:hover,
#nv2 a:hover,
#nv3 a:hover,
#nv4 a:hover,
#nv5 a:hover,
#nv6 a:hover {
	background: none;
}

#footer a {
	position: absolute;
	top: 10px;
	left: 418px;
	display: block;
	width: 526px;
	height: 92px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background-image: url(../images/nv7.jpg);
}
#footer a:hover {
	background: none;
}


/* hidden
----------------------------------------------------*/
#wrapper p {
    display: none;
}

#wrapper h3 {
    display: none;
}
