@charset "utf-8";

/*=============== ボディ ===============*/
body.mangaPage {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 90% sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}

/*=============== ヘッダ ===============*/
#scndHeader {
	height: 63px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #CC9900;
	border-left: 1px solid #CC9900;
	background-image: url(../../images/header2_bg_j.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/*=============== ヘッダ（マンガ） ===============*/
#mangaHeader {
	height: 63px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header_mng_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CC9900;
	border-left-color: #CC9900;
}

/*=============== HOMEボタン（ヘッダ左・マンガ） ===============*/
.homeBtnManga {
	height: 63px;
	width: 120px;
	background-image: url(../images/header_mng_btn_on.gif);
	background-repeat: no-repeat;
	text-align: left;
}

.homeBtnManga em {
	visibility: hidden;
	color: #63524A;
}

.homeBtnManga a {
	height: 63px;
	width: 120px;
	text-decoration: none;
	display: block;
	background-image: url(../images/header_mng_btn_off.gif);
	background-repeat: no-repeat;
}

.homeBtnManga a:hover {
	background: url(none);
	text-decoration: none;
}

/*=============== ページ全体（マンガ） ===============*/
#pageAll {
	width: 880px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background: url(../../images/colors.jpg) no-repeat left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CC9900;
	border-left-color: #CC9900;
	padding-top: 12px;
}

#pageAllManga {
	width: 880px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CC9900;
	border-left-color: #CC9900;
	padding-top: 12px;
}

/*=============== トピックパス ===============*/
.topicPath_m {
	width: 752px;
	margin-bottom: 20px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

.topicPath_m p {
	font-size: 100%;
	line-height: 100%;
}

.topicPath_m a,
.topicPath_m a:visited {
	color: #333333;
	text-decoration: none;
	line-height: 100%;
}

.topicPath_m a:hover {
	color: #CC0000;
	text-decoration: underline;
}


/*=============== 本文（メニュー） ===============*/
.mangaBody {
	width: 752px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 6px;
	margin-bottom: 14px;
}

.mangaBody .mangaMenu {
	background-color: #F2ECD7;
	padding-top: 10px;
	padding-bottom: 16px;
	padding-left: 40px;
	width: 712px;
}

.mangaMenu .upperUnit {
	width: 626px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 2px dotted #C0A441;
	margin-bottom: 10px;
	padding-left: 42px;
}

.upperUnit .upperLeft {
	float: left;
	width: 128px;
}

.upperUnit .upperRight {
	float: left;
	width: 492px;
}

.upperRight .story4 {
	float: left;
	width: 182px;
	padding-right: 10px;
}

.upperRight .story4 .unitTitle {
	font-size: 90%;
	line-height: 110%;
	font-weight: bold;
	color: #F30;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
}

.upperRight .story4 .outline {
	min-height:70px;
	font-size: 80%;
	line-height: 135%;
	text-align: justify;
	letter-spacing: 0.1em;
}

.story4 .readBtn {
	padding-top: 10px;
}

.upperRight .summary {
	float: left;
	width: 296px;
}

.summary .subTitle {
	font-size: 90%;
	line-height: 110%;
	font-weight: bold;
	color: #960;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 294px;
}

.summary .explanation {
	font-size: 80%;
	line-height: 135%;
	text-align: justify;
	letter-spacing: 0.1em;
	width: 294px;
}

.summary .btnArea {
	padding-top: 4px;
}

.summary .btnArea p.btn {
	float: left;
	width: 140px;
	height: 28px;
	padding-right: 6px;
}

.mangaMenu .unit {
	float: left;
	min-height:310px;
	height: auto !important;
	height: 310px;
	width: 180px;
	border: 2px dotted #C0A441;
	text-align: center;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-right: 30px;
}

.mangaMenu .unitEnd {
	float: left;
	min-height:310px;
	height: auto !important;
	height: 310px;
	width: 180px;
	border: 2px dotted #C0A441;
	text-align: center;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-right: 0px;
}

.mangaMenu .unit .unitTitle,
.mangaMenu .unitEnd .unitTitle {
	font-size: 90%;
	line-height: 110%;
	font-weight: bold;
	color: #F30;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
}

.mangaMenu .unit .outline,
.mangaMenu .unitEnd .outline {
	min-height:70px;
	height: auto !important;
	height: 70px;
	font-size: 80%;
	line-height: 135%;
	text-align: justify;
	letter-spacing: 0.1em;
	overflow: visible;
}

.mangaMenu .unit .readBtn,
.mangaMenu .unitEnd .readBtn {
	padding-top: 10px;
}

/*=============== 本文（マンガ本体） ===============*/
.mangaMain {
	width: 866px;
	margin-bottom: 13px;
	padding-left: 12px;
	height: 495px;
}

.mangaMain .leftVolTitle {
	padding-top: 28px;
	float: left;
	padding-right: 10px;
}

/*=== マンガ（ページ画像） ===*/
.mangaMain .mangaBox {
	float: left;
	width: 713px;
	height: 494px;
	overflow: auto;
	border: 1px solid #CCC;
}

.mangaBox .staffHeader {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 0.2em;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
}

.mangaBox .staffUnit {
	padding-bottom: 18px;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 18px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}

.mangaBox .staffUnit .staffTitle {
	font-weight: bold;
	color: #666;
}

.mangaBox .staffUnit .staffNormal {
	font-weight: normal;
}

.mangaBox .staffUnit .staffTxt {
	padding-left: 136px;
	line-height: 150%;
	padding-top: 8px;
}

/*=== ページ送り ===*/
.mangaMain .pageSending {
	float: left;
	width: 52px;
	padding-left: 10px;
}

.pageSending p.sideBtnBottom {
	margin-bottom: 6px;
}

/*=== インジケーター ===*/
.pageSending .indicator {
	text-align: center;
	padding-top: 10px;
	height: 300px;
}

.pageSending .indicator table {
	border-collapse: separate;
	font-size: 12px;
	line-height: 100%;
	margin-right: auto;
	margin-left: auto;
}

.pageSending .indicator table td {
	color: #C6C6C6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1EDE1;
	font-size: 90%;
}

.pageSending .indicator table td.pass {
	color: #C99;
	background-color: #C99;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C99;
	border-bottom-color: #C99;
}

.pageSending .indicator table td.pass4 {
	color: #C99;
	background-color: #C99;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C99;
	border-bottom-color: #C99;
}

.pageSending .indicator table a,
.pageSending .indicator table a:visited {
	color: #C6C6C6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1EDE1;
	background-color: #C6C6C6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F3F0E5;
}

.pageSending .indicator table a:hover {
	color: #999;
	background-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3EFE5;
}

/*=== ページ送り ===*/
.pageSending .sendBtn {
	height: 80px;
	padding-top: 6px;
}

.pageSending .sendBtn .left {
	float: left;
	height: 80px;
	width: 25px;
}

.pageSending .sendBtn .right {
	float: right;
	height: 80px;
	width: 25px;
}

/*=============== ページトップ ===============*/
.pageTop {
	width: 752px;
	text-align: right;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.pageTop p {
	font-size: 90%;
	line-height: 100%;
}

.pageTop a,
.pageTop a:visited {
	line-height: 100%;
	color: #996600;
	text-decoration: none;
}


.pageTop a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/*=============== クリア ===============*/
.clear {
	clear: both;
	width: 100%;
}

/*=============== フッタ（下部マージン無し） ===============*/
#footerSimple {
	background: #E9E1BC;
	width: 860px;
	padding: 3px 10px 4px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C90;
}

#footerSimple .copy {
	width: 700px;
	font-size: 12px;
	line-height: 120%;
	color: #333333;
	padding-bottom: 2px;
}
