*{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

body{
	background-color:#ffffff;
	background-image:url(image/background.jpg);
}

/* 基本 */

#side{
	position:absolute;
	width:220px;
	height:720px;
	left:0px;
}

#menu{
	position:absolute;
	width:160px;
	height:720px;
	left:220px;
	background-image:url(image/navi-footer.gif);
	background-position:0px 400px;
	background-repeat:no-repeat;
}

#main{
	position:relative;
	width:380px;
	height:720px;
	margin-left:380px;
}


/* サイド構成 */

#side .image01{
	width:220px;
	height:180px;
	background-image:url(image/side-image01.jpg);
}

#side .image02{
	width:220px;
	height:180px;
	background-image:url(image/side-image02.jpg);
}

#side .image03{
	width:220px;
	height:180px;
	background-image:url(image/side-image03.jpg);
}

#side .image04{
	width:220px;
	height:180px;
	background-image:url(image/side-image04.jpg);
}

#banner{
	position:absolute;
	width:200px;
	height:40px;
	top:550px;
	left:10px;
}


/* メニュー構成 */

#menu .backimage01{
	width:160px;
	height:60px;
	background-image:url(image/menu-image01.jpg);
}

#menu .toppage{
	width:160px;
	height:50px;
	background-image:url(image/menubtn-toppage.jpg);
	text-indent:-9999px;
}

#menu .intro{
	width:160px;
	height:50px;
	background-image:url(image/menubtn-intro.jpg);
	text-indent:-9999px;
}

#menu .point{
	width:160px;
	height:50px;
	background-image:url(image/menubtn-point.jpg);
	text-indent:-9999px;
}

#menu .stage{
	width:160px;
	height:50px;
	background-image:url(image/menubtn-stage.jpg);
	text-indent:-9999px;
}

#menu .character{
	width:160px;
	height:50px;
	background-image:url(image/menubtn-character.jpg);
	text-indent:-9999px;
}

#menu .graphic{
	width:160px;
	height:50px;
	background-image:url(image/menubtn-graphic.jpg);
	text-indent:-9999px;
}

#menu .products{
	width:160px;
	height:50px;
	background-image:url(image/menubtn-products.jpg);
	text-indent:-9999px;
}

#menu .backimage02{
	width:160px;
	height:310px;
	background-image:url(image/menu-image02.jpg);
}
#menu .toppage a,.intro a,.point a,.stage a,.character a,.graphic a,.products a{
	display:block;
	width:160px;
	height:50px;
	text-decoration:none;
}

/* メイン背景構成 */

#main .image01{
	width:380px;
	height:180px;
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(image/main-image01.jpg);
}

#main .image02{
	width:380px;
	height:180px;
	position:absolute;
	top:180px;
	left:0px;
	background-image:url(image/main-image02.jpg);
}

#main .image03{
	width:380px;
	height:180px;
	position:absolute;
	top:360px;
	left:0px;
	background-image:url(image/main-image03.jpg);
}

#main .image04{
	width:380px;
	height:180px;
	position:absolute;
	top:540px;
	left:0px;
	background-image:url(image/main-image04.jpg);
}
