@charset "UTF-8";
/* ==============================
  css-works-manga
=================================
main
---------------------------------
h2-title-aria
---------------------------------
main-txt
---------------------------------
btn-link
---------------------------------

============================== */

/* ------------------------------
  main
------------------------------ */
#main {
	width: 960px;
	margin-bottom: 50px;
	position: relative;
}

/* ------------------------------
  h2-title-aria
------------------------------ */
#h2-title-aria {
	width: 461px;
	padding-top: 45px;
	margin-bottom: 16px;
}
h2 {
	width: 275px;
	height: 111px;
	background: url(../contents/img/manga/h2.gif) no-repeat;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	float: left;
}

#h2-title-aria ul {
	width: 158px;
	padding-top: 44px;
	float: right;
}
#h2-title-aria li {
	width: 158px;
	height: 30px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
}
#h2-title-aria li a {
	width: 158px;
	height: 30px;
	background: url(../contents/img/manga/nav_comics_list.gif) no-repeat;
	text-decoration: none;
	display: block;
	outline: none;
}
#h2-title-aria li a:hover {
	background-position: 0 -30px;
}

/* ------------------------------
  main-txt
------------------------------ */
#main-txt {
	width: 880px;
	color: #FFFFFF;
	padding-top: 155px;
	padding-left: 40px;
	padding-right: 40px;
}

#main-txt h3 {
	font-size: 14px;
	margin-bottom: 14px;
}

#main-txt p {
	font-size: 12px;
	line-height: 1.5;
}
#main-txt p a {
	color: #ffd200;
}
#main-txt p a:hover {
	color: #ffe87c;
}

#main-txt p.btm20 {
	margin-bottom: 20px;
}
#main-txt p.btm30 {
	margin-bottom: 30px;
}

#main-txt p#label_continue span.labelImg {
	width: 65px;
	height: 19px;
	background: url(../contents/img/manga/label_continue2.png) no-repeat;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	display: block;
	float: left;
}
* html #main-txt p#label_continue span.labelImg {
	behavior: expression(IEPNGFIX.fix(this));
}
#main-txt p#label_continue span.labelTxt {
	width: 500px;
	color: #a3a3a3;
	display: block;
	padding-left: 10px;
	float: left;
}

#main-txt p#label_serially span.labelImg {
	width: 65px;
	height: 19px;
	background: url(../contents/img/manga/label_serially2.png) no-repeat;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	display: block;
	float: left;
}
* html #main-txt p#label_serially span.labelImg {
	behavior: expression(IEPNGFIX.fix(this));
}
#main-txt p#label_serially span.labelTxt {
	width: 500px;
	color: #a3a3a3;
	display: block;
	padding-left: 10px;
	float: left;
}

#main-txt p#label_complete span.labelImg {
	width: 65px;
	height: 19px;
	background: url(../contents/img/manga/label_complete2.png) no-repeat;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	display: block;
	float: left;
}
* html #main-txt p#label_complete span.labelImg {
	behavior: expression(IEPNGFIX.fix(this));
}
#main-txt p#label_complete span.labelTxt {
	width: 500px;
	color: #a3a3a3;
	display: block;
	padding-left: 10px;
	float: left;
}

/* ------------------------------
 btn-link
------------------------------ */
#main ul#btn-link {
	width: 290px;
	position: absolute;
	left: 0;
	bottom: 17px;
}

#main ul#btn-link li {
	width: 137px;
	height: 29px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	padding-right: 8px;
	float: left;
}
#main ul#btn-link li a {
	width: 137px;
	height: 29px;
	text-decoration: none;
	display: block;
	outline: none;
	background-repeat: no-repeat;
}
#main ul#btn-link li#btn-item a {
	background-image: url(../contents/img/works/btn_item.gif);
}
#main ul#btn-link li#btn-character a {
	background-image: url(../contents/img/works/btn_character.gif);
}
#main ul#btn-link li a:hover {
	background-position: 0 -29px;
}
