@charset "utf-8";

body{
	color: #000000;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../image/bg.gif);
	background-repeat: repeat-y;
	padding: 0px;
}

/* container */
#container {
	background-color: #f5f2c5;
	width: 980px;
	float: left;
	padding-bottom: 30px;

}


/* Aside */
#aside {
	float: left;
	width: 220px;
}
#aside h1 a {
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	background-image: url(../menu/image/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 115px;
	width: 201px;
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
}
#aside ul#navskip {
	height: 0;
	overflow: hidden;
	}


/* menu */
#menu {
	background-image: url(../menu/image/menu.gif);
	background-repeat: no-repeat;
	height: 510px;
	width: 208px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#menu h2 {
	height: 0px;
	overflow: hidden;
}
#menu ul {
	list-style-type: none;
}
#menu ul li a {
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}
#menu-quiz a {
	background-image: url(../menu/image/menu-quiz.gif);
	position: absolute;
	height: 66px;
	width: 88px;
	left: 6px;
	top: 18px;
}
#menu-quiz a:hover {
	background-position: 0px -66px;
}

#menu-arasuji a {
	background-image: url(../menu/image/menu-arasuji.gif);
	position: absolute;
	height: 67px;
	width: 88px;
	left: 112px;
	top: 41px;
}
#menu-arasuji a:hover {
	background-position: 0px -67px;
}

#menu-cast a {
	background-image: url(../menu/image/menu-cast.gif);
	position: absolute;
	height: 67px;
	width: 88px;
	left: 6px;
	top: 87px;
}
#menu-cast a:hover {
	background-position: 0px -67px;
}

#menu-song a {
	background-image: url(../menu/image/menu-song.gif);
	position: absolute;
	height: 67px;
	width: 88px;
	left: 111px;
	top: 114px;
}
#menu-song a:hover {
	background-position: 0px -67px;
}

#menu-message a {
	background-image: url(../menu/image/menu-message.gif);
	position: absolute;
	height: 67px;
	width: 88px;
	left: 7px;
	top: 163px;
}
#menu-message a:hover {
	background-position: 0px -67px;
}

#menu-happyou a {
	background-image: url(../menu/image/menu-happyou.gif);
	position: absolute;
	height: 66px;
	width: 88px;
	left: 111px;
	top: 192px;
}
#menu-happyou a:hover {
	background-position: 0px -66px;
}

#menu-siawasenavi a {
	background-image: url(../menu/image/menu-siawasenavi.gif);
	position: absolute;
	height: 77px;
	width: 102px;
	left: 1px;
	top: 237px;
}
#menu-siawasenavi a:hover {
	background-position: 0px -77px;
}

#menu-nattoku a {
	background-image: url(../menu/image/menu-nattoku.gif);
	position: absolute;
	height: 82px;
	width: 102px;
	left: 105px;
	top: 267px;
}
#menu-nattoku a:hover {
	background-position: 0px -82px;
}

#menu-interview a {
	background-image: url(../menu/image/menu-interview.gif);
	position: absolute;
	height: 77px;
	width: 102px;
	left: 1px;
	top: 237px;
}
#menu-interview a:hover {
	background-position: 0px -75px;
}

#menu-psychology a {
	background-image: url(../menu/image/menu-psychology.gif);
	position: absolute;
	height: 76px;
	width: 103px;
	left: 105px;
	top: 356px;
}
#menu-psychology a:hover {
	background-position: 0px -76px;
}

#menu-080414_book a {
	background-image: url(../menu/image/menu-080414_book.gif);
	position: absolute;
	height: 82px;
	width: 102px;
	left: 105px;
	top: 267px;
}
#menu-080414_book a:hover {
	background-position: 0px -77px;
}







/* Content */
#content {
	float: left;
	width: 740px;
	background-color: #FFFFFF;
	margin-top: 14px;
}
#content .page-up {
	background-image: url(../menu/image/pageup.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 30px;
	width: 740px;
	clear: both;
}
#content .page-up p {
	font-size: 12px;
	text-align: right;
	margin-right: 16px;
}
#footer {
	clear: left;
	height: 47px;
	width: 980px;
}
