
/* ƒ}ƒ“ƒK */

#manga{
	width		: 650px;
	margin		: 0 0 50px 0;
}

#m_box{
	width		: 650px;
	background	: url(./img/box.gif) repeat-y;
	float		: left;
	margin			: 0 0 10px 0;
}
#m_box_h{
	width		: 650px;
	background	: url(./img/box_top2.gif) no-repeat;
	float			: left;
	padding		: 30px 0 0 0;
}
#m_box_f{
	width		: 650px;
	background	: url(./img/box_bt2.gif)  no-repeat bottom left;
	float			: left;
	padding		: 0 0 20px 0;
}
#m_box_f #img{
	padding		: 0 0 25px 25px;
}

#botan{
	width		: 650px;
	height		: 40px;
	float		: left;
}

#botan #pad{
	width		: 590px;
	margin		: 0 0 0 25px;
}

#botan #b01{
	display		: block;
	width		: 295px;
	height		: 40px;
	float		: left;
}
#botan #b02{
	display		: block;
	width		: 295px;
	height		: 40px;
	float		: left;
	text-align	: right;
}


.box_bs{
	width			: 650px;
	float			: left;
	margin			: 0 0 10px 0;
	background		: url(./img/box.gif) repeat-y;
}

.box_bg{
	width			: 650px;
	float			: left;
	padding-bottom	: 20px;
	background		: url(./img/box_bt.gif) no-repeat bottom;
}

.box{
	width			: 650px;
	float			: left;
	background		: url(./img/box_top.gif) no-repeat;
}

.box h3{
	margin			: 0 0 15px 0;
}

.box .list{
	clear			: left;
	margin:0 0 10px 0;
	padding			: 0 0 0 25px;
}

.box .list h4{
	width			: 575px;
	font-size		: 13px;
	line-height		: 22px;
	color			: #663300;
	margin			: 0 0 5px 0;
	padding			: 0 0 0 24px;
	background		: url(./img/i1.gif) no-repeat 0 0;
	border-bottom	: 1px dotted #9e9e9e;
}

.box .list h4 span{
	color:#ff0000;
	font-size:11px;
}

.box .list h5{
	font-size		: 12px;
	color			: #663300;
}

.box .list ul{
	margin			: 0 0 10px 0;
}
.box .list ul:after{
	content			: "";
	display			: block;
	clear			: both;
}

.box .list li{
	width			: 60px;
	height			: 25px;
	float			: left;
	font-size		: 10px;
	line-height		: 25px;
}

.box .list li a{
	display			: block;
	width			: 55px;
	height			: 25px;
	text-align		: center;
	background		: url(./img/bt.gif) no-repeat;
	color			: #e8e0d0;
}

.box .list li a:hover{
	display			: block;
	width			: 55px;
	height			: 25px;
	background		: url(./img/bt_o.gif) no-repeat;
	color			: #ffffff;
	text-decoration	: none;
}

.box .list .on a{
	display			: block;
	width			: 55px;
	height			: 25px;
	text-align		: center;
	background		: url(./img/bt_o.gif) no-repeat;
	color			: #ffffff;
}


