@charset "utf-8";
.topcontainer {
	height: 548px;
	background-image: url(../imgs/topbg.png);
	background-repeat: no-repeat;
}
#topbox {
	margin-right: 30px;
	margin-left: 35px;
	height: 518px;
	width: 705px;
}
#topbox #head {
	height: 77px;
}

#topbox #main {
	height: 422px;
	width: 705px;
	background-image: url(../imgs/chara.png);
	background-repeat: no-repeat;
	background-position: 390px 20px;
	overflow: hidden;
	position: relative;
}
#topbox  dl {
	background-image: url(../imgs/topmenu.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 411px;
	width: 375px;
	margin-left: 13px;
	margin-top: 5px;
}
#topbox   #main  dt a {
	text-indent: -9999px;
	display: block;
	height: 137px;
	width: 375px;
	overflow: hidden;
}

#topbox dd {
	margin-top: -70px;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 30px;
	font-weight: bold;
}
#topbox #main dd a {
	text-decoration: none;
}
#topcomment {
	display: block;
	height: 50px;
	width: 270px;
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-size: 0.9em;
	color: #666666;
	background-color: #FDF7F7;
	border: 1px outset #C74747;
	padding: 5px;
}




.dredtx {
	color: #602806;
}
.lpinktx {
	color: #FFE6FF;
}
.lcyan {
	color: #E6FFFF;
}
