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

/***************************************

・メイン部分

***************************************/


body{
	background-image:url(img/bk2.jpg);
	background-repeat:repeat;
}


.tokusetu_body{
	background-color:#fff;
}




/*=================================================
キャラクター紹介部分
==================================================*/


.character{
	width:800px;
	overflow:hidden;
}

.shinobu_illust{
	float:left;
	width:182px;
}

.introduction{
	float:left;
	width:436px;
}
	
.shinobu{
	background-color:#b0dcf8;
	border-radius:10px;
	margin:0;
	padding:15px;
}

.sumomo{
	background-color:#f7c4ea;
	border-radius:10px;
	margin:0;
	padding:15px;
}

.sumomo_illust{
	float:left;
	width:182px;
}

.chr_clear{
	clear:both;
	width:800px;
}

/*=================================================
書籍一覧部分
==================================================*/


.folder{
	width:820px;
	background-image:url(img/file_bk.gif);
}

.folderCont{
	width:720px;
	padding:10px 0 10px 0;
}

.bookCont{
	line-height:150%;
	overflow:hidden;
}


