@charset "utf-8";

/* CSS Document */

/*==========================================================================================

	// comic.html

==========================================================================================*/


div#main h1 {
	height: 70px;
	background:url(../images/comic-h1.gif) no-repeat;
	text-indent:-999999px;
}

div#main h2 {
	text-indent:-999999px;
	background:url(../images/comic-h2.gif) no-repeat;
	width:640px;
	height:50px;
}


div#main dl {
	height:384px;
	margin: 0 auto;
	width: 500px;
	text-align: right;
	padding-top: 20px;
}

div#main dl dd {
	margin-right:20px;
	line-height: 30px;
	font-weight: bold;
	font-size: 123.1%;
}


div#main p { display:none;}
