<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


body {
	background-color: #FFF;
	color:#666;
	background:url(/kumao/images/bg.gif) repeat-y center fixed;
}
	

#wrapper {
	width: 740px;
	margin: 0 auto;
	background-color: #FFF;
}


/*/// header ///*/

#header {
	padding-top:20px;
	margin-bottom:40px;
}

#mainTitle{
	width:310px;
	margin:10px auto;
}


/*/// content ///*/

.content{
	position:relative;
	clear: both;
	text-align:center;
 }

.manga{
	position:relative;
	width:301px;
	height:868px;
	margin:10px auto 20px auto;
}

.manga img{
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}

.date{
	margin-bottom:30px;
	text-align:center;
	font-size:12px;
}

.comment{
	margin-bottom:20px;
	text-align:center;
}

#lineStamp {
	position: absolute;
	left: 65px;
	bottom: 270px;
}

#notice{
	position:absolute;
	left:-10px;
	bottom:50px;
}

#notice4{
	position:absolute;
	left:520px;
	bottom:30px;
}

.prevNext{
	width:314px;
	margin:20px auto 10px auto;
	text-align:center;
}

.prevNextOlder{
	width:434px;
}

.bigin{
	display:inline;
	padding-top:20px;
}


#chara{
	margin:30px 0 50px 0;
}

#chara li{
	float:left;
}

#archives{
	margin:20px 0;
	letter-spacing:0;
}

#archivePrev, #archiveNext{
	width:100px;
	margin:0 auto;
	cursor:pointer;
}

.disable{
	filter: alpha(opacity=40);
	opacity: 0.4;
	cursor:default !important;
}
	

#archiveListWrap{
	height:38px;
	margin:3px 0;
	overflow:hidden;
}

#archiveList li{
	float:left;
	width:140px;
	margin-right:10px;
}

#archiveList li:last-child{ margin-right:0; }

#archiveList a{
	display:block;
	width:140px;
	background:url(/kumao/images/btn_archive.gif) no-repeat;
	font-size:10px;
	line-height:38px;
	text-align:center;
	text-decoration:none;
	color:#333;
}

#archiveList a:visited{
	background:url(/kumao/images/btn_archive-visited.gif) no-repeat;
}

#archiveList a:hover{
	background:url(/kumao/images/btn_archive-over.gif) no-repeat;
}

#archiveList{ position:relative; }


/*/// footer ///*/
#footer{
	width:520px;
	margin:50px auto 35px auto;
}

#footer li{
	float:left;
	margin-right:80px;
}
#footer li:last-child{ margin-right:0; }

.fb-likeWrap{
	text-align:center;
}

#copyright {
	margin-top:35px;
	clear:both;
}


/*/// kumao baloon ///*/
#baloon{
	position:absolute;
	display:none;
	z-index:99;
}

.text0205{
	font-weight:bold;
	padding-top:15px;
	text-align:center;
	font-size:15px;
	color:#A09EE3;}

#last_info{
	text-align:center;
	margin: 0 auto;
	padding-bottom:25px;
	}
</pre></body></html>