@charset "shift_jis";

@import url(../css/common.css);
@import url(../css/basic.css);

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

   Style Info: お楽しみ
 
==================================================================== */

/* ---------------------------------------------
    ぬり絵
----------------------------------------------*/

ul.nurie {
	width:615px;
	list-style:none;
	margin:10px 0 25px 0;
	}

.nurie:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	}

.nurie li {
	font-size:0;
	line-height:0;
	float:left;
	display:inline;
	margin-top:15px;
	}


/* ---------------------------------------------
    漫画
----------------------------------------------*/

.comic {
	width:615px;
	margin:10px 0 25px 0;
	}

.comic:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	}


.comic h4 { line-height:0; }

.comic .bt {
	width:615px;
	background:url(image/cmc01_3.gif) no-repeat left top;
	line-height:0;
	text-align:center;
	padding:25px 0;
	}

.comic .bt:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	}

.comic ul {
	width:266px;
	list-style:none;
	margin:0 auto;
	}
.comic ul:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	}
.comic li {
	line-height:0;
	float:left;
	margin:0 5px;
	display:inline;
	}

