@charset "utf-8";
/* CSS Document */

#mangaGekijo {
	width:630px;
	margin:0 auto;
	background:#000000;
	color:#FFFFFF;
	min-height: 1em;
    display: inline-table;
}

#mangaGekijo:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #mangaGekijo {
    height: 1em;
}

#mangaGekijo {
    display: block;
}
/**/



/* レポーター紹介 */
#reporter {
	background:#e4007f;
	padding:0 0 10px 10px;
	text-align:center;
	width:620px;
	min-height: 1em;
    display: inline-table;
}

#reporter:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #reporter {
    height: 1em;
}

#reporter {
    display: block;
}
/**/


.rSet {
	width:190px;
	height:225px;
	float:left;
	border:#e4007f solid 5px;
	text-align:center;
	margin:0 5px 0 0;
	background:#ffffff;
}

#newReport {
	border:#000000 solid 5px;
}


/* 枠組み */
#comicBox {
	width:630px;
	padding:20px 0;
}


/* 左列リンク */
#bnLink {
	width:220px;
	background:url(../images/bn_bg.gif);
	float:left;
	margin-left:10px;
	padding:10px;
}

.bnTitle {
	background:url(../images/bn_title.gif) no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	height:17px;
	padding:3px 0 0 25px;
}

#bnLink ul{
	margin:0px;
	padding:0 0 10px 0;
	list-style:none;
}

#bnLink li {
	line-height:120%;
	padding: 5px 0px 5px 10px;
	background:url(../images/list_icon04.gif) no-repeat 0px 8px;
	text-decoration: none;
	text-align:left;
}


/* マンガ */
#comicMain {
	float:right;
	text-align:center;
	width:320px;
	margin:0 auto;
	padding:0 30px 0 0;
}

#comicTitle {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	background:url(../images/c_title.gif) no-repeat;
	height:23px;
	padding:7px 0 0 0;

}

#reporterName {
	color:#e4007f;
	font-size:10px;
	background:url(../images/c_sakusya.gif) no-repeat;
	height:20px;
	padding:0 0 0 0;
	margin-bottom:10px;
}

#coment {
	text-align:left;
	padding:10px 0;
}

/* 作者プロフィール */
#prof {
	background:#e4007f;
	text-align:left;
	margin-bottom:20px;
}

#profName {
	background:url(../images/prof.gif) no-repeat;
	height:28px;
	padding:8px 0 0 110px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

#prof p {
	padding:10px;
}



/* バックナンバーページ(20090812追加) +++++++++++++++++++++++++ */

#bnPage {
	width:590px;
	background:url(../images/bn_bg.gif);
	margin:10px auto;
	padding:10px;
}

#bnPage h1 {
	text-align:center;
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
	padding:5px;
	margin-bottom:5px;
	font-size:16px;
}

#bnPage ul{
	margin:0px;
	padding:0 0 10px 0;
	list-style:none;
}

#bnPage li {
	line-height:120%;
	padding: 10px 0px 5px 20px;
	background:url(../images/list_icon04.gif) no-repeat 10px 12px;
	text-decoration: none;
	text-align:left;
}












