@charset "UTF-8";

/*----------------------------------------------------------------------
	Jop Information Peach (since 2007/10/02)
	created by N.Ohwada

	contents/mini/comic/css/content.css
	1.Content index.html
	2.Content flash box
------------------------------------------------------------------------*/


/* 1.Content index.html
------------------------------------------------------------------------*/

div#content div#titleImg {
	margin-bottom:20px;
}

div#content div#subTitleImg {
	margin-bottom:10px;
	text-align:center;
}

div#content div#bnImg {
	margin-bottom:20px;
	text-align:center;
}

div#content div#bnImg {
	margin-bottom:20px;
	text-align:center;
}

div#content div#characterBox {
	padding-top:30px;
	background:url(../images/lineImg.jpg) repeat-x left top;
}

div#content div#characterBox div.characterBoxInner {
	display:block;
	margin-bottom:20px;
}

div#content div#characterBox div.characterBoxInner div.characterBox01 {
	float:left;
	width:100px;
	padding-left:54px;
}

div#content div#characterBox div.characterBoxInner div.characterBox02 {
	float:left;
	width:198px;
	padding-left:10px;
}

div#content div#characterBox div.characterBoxInner p.charaName {
	color:#ff5d5d;
	font-size:14px;
	font-weight:bold;
}

div#content div#characterBox div.characterBoxInner p.charaKana {
	color:#ff5d5d;
}

div#content div#characterBox div.characterBoxInner p.charaTxt {
	color:#3d81ff;
}

div#content div#writerBox {
	display:block;
	padding-bottom:10px;
	padding-top:30px;
	background:url(../images/lineImg.jpg) repeat-x left top;
}

div#content div#writerBox div#writerPhoto {
	float:left;
	width:140px;
	padding-left:54px;
}

div#content div#writerBox div#writerProfile {
	float:left;
	width:500px;
	padding-left:10px;
}

div#content div#writerBox div#writerProfile p#writerTxt {
	color:#608d3e;
}


/* 2.Content flash box
------------------------------------------------------------------------*/

div#content div#comicSwf {
	padding-bottom:10px;
}


/* 3.Content back number
------------------------------------------------------------------------*/

div#bnTitle {
	width: 680px;
	margin: 0 auto 32px auto;
	padding-top: 10px;
}

div#bnThisMonth {
	width: 680px;
	margin: 0 auto 40px auto;
	padding-bottom: 7px;
	background: url(../images/bnImg02.gif) no-repeat left bottom;
}

div.bnBox {
	display: block;
	width: 624px;
	margin: 0 auto;
	padding: 20px 0;
}

div.bnBoxLeft {
	float: left;
	width: 100px;
}

div.bnBoxRight {
	float: right;
	width: 496px;
}

div.bnBox p.bnChapterTitle {
	padding-bottom: 12px;
	font-size: 14px;
	font-weight: bold;

}

div.bnBox p.bnChapterTxt {
	padding-bottom: 6px;
}

div.bnBox p.bnChapterLink {
	text-align: right;
}

div.bnBox p.bnChapterLink a:link {
	color:#ff6666;
	text-decoration: underline;
}

div.bnBox p.bnChapterLink a:visited {
	color: #ff6666;
	text-decoration: underline;
}

div.bnBox p.bnChapterLink a:hover {
	color: #ff9999;
	text-decoration: underline;
}

div.bnBox p.bnChapterLink a:active{
	color: #ff9999;
	text-decoration: underline;
}

