@charset "utf-8";
/* CSS Document */

div.manga_center {
	width:600px;
	height:auto;
	margin-left:183px;
	text-align:center;
	margin-bottom:30px;
	float: left;
	}
	
div.title_logo {
	width:600px;
	height:150px;
	margin-top: 15px;
	background:url(manga/title.jpg) no-repeat center top;
	}

div.reader {
	width:580px;
	height:20px;
	line-height:20px;
	margin-left:10px;
	text-align:left;
	}

div.manga {
	width:auto;
	height:auto;
	margin-top:20px;
	}


div.thum {
	width:200px;
	height:40px;
	float:left;
	border-color:#000000;
	border-width:thin;
	border-style:solid;
	}

div.title {
	width:245px;
	height:40px;
	line-height:40px;
	float:left;
	border-color:#FF0066;
	border-width:thin;
	border-right-width:0;
	border-style:dotted;
	}

div.title1 {
	width:245px;
	height:20px;
	line-height:20px;
	font-weight:bold;
	background-color:#FFCCFF;
	}

div.title2 {
	width:245px;
	height:20px;
	line-height:20px;
	}

div.date {
	width:145px;
	height:40px;
	line-height:43px;
	float:left;
	border-color:#FF0066;
	border-width:thin;
	border-style:dotted;
	}

div.naiyo {
	width:500px;
	height:40px;
	line-height:16px;
	margin-left:50px;
	
	}
	

div.right_manga {
	width:300px;
	height:auto;
	text-align:center;
	margin-top:30px;
	margin-left:5px;
	float: left;
	}

div.memo {
	width:600px;
	height:auto;
	margin-top:15px;
	text-align:center;
	background-color: #FFE0F0;
	}

/*20110520追加*/
div.attention {margin-top:8px; color:#F00; font-weight:bold; text-align:center;}
