a:link {
	color:#909;
	background-color:transparent;
	text-decoration:underline;
}

a:visited {
	color:#636;
	background-color:transparent;
	text-decoration:underline;
}

a:hover, a:active {
	color:#96c;
	background-color:transparent;
	text-decoration:underline;
}

/* ----- contents ----- */

#content {
	background-image:url(../images/bg2.gif);
}

/* ----- leftmenuのon表示 ----- */

#left-manga {
	display:block;
	width:170px;
	height:26px;
	background:url(../images/left_manga.gif) bottom no-repeat;
	text-indent:-9999px;
}

/* ----- title ----- */

#content-title {
	display:block;
	width:674px;
	height:29px;
	background:url("images/title.gif") no-repeat;
	text-indent:-9999px;
}

#manga-menu {
	float:left;
	display:block;
	width:210px;
	margin:10px 0 0 15px;
	_margin:10px 0 0 5px;
	background:#9ff url(images/manga_menu.gif) no-repeat;

}

#menu-text {
	display:block;
	font-size:12px;
	line-height:24px;
	margin:90px 10px 10px 10px;
}

#manga {
	float:left;
	width:230px;
	height:700px;
	margin:10px 0 0 15px;
}

#manga-text {
	float:left;
	display:block;
	width:180px;
	font-size:11px;
	line-height:15px;
	margin:10px 0 0 15px;
}

/* ----- content下 ----- */

#content-bottom {
	width:850px;
	height:15px;
	background-image:url(../images/bg_bottom2.gif);
}