@charset "shift_jis";


#side h2 {
	background: url(img/h2-create.gif) no-repeat left top;
}


/*ボーダーをつける*/
.border dd {
	border-bottom: 1px solid #666666;}
	
/*新しいイラスト*/
.newill {
	border: 1px solid #990000;}

/*血表現*/
.blill {
	border: 1px solid #663399;
}

/*イラストリスト*/
.ul-illust {
	padding-bottom:2em;
	zoom:100%;
}

.ul-illust:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.ul-illust li {
	width:140px;
	height:50px;
	float:left;}

.ul-illust img {
	float:left;
	margin:0 5px 0 0;}


/*ドット絵リスト*/
ul.dotlt {
	clear:both;
	margin-bottm:2em;}

ul.dotlt li{
	float:left;
	padding-right:5px;
	padding-bottom:10px;}


ol.comics {
	margin-bottom:1.5em;}


/*bnnerlist dl*/

.bn-list {
	margin-top:10px;
	margin-bottom:2em;
border-bottom: 1px dotted #ACACAC;

}
 
.bn-list dt {
	position: relative;
	width: 240px;
	
	padding-top: 10px;
	padding-left: 210px;
	border-top: 1px dotted #ACACAC;
}
 
.bn-list dt.firstChild,
.bn-list dt:first-child {
	border-top: 0;
	padding-top: 0;
}
 
.bn-list dt a {
	padding-left: 10px;
	background: url(../images/list-01.gif) no-repeat left center;
}
 
.bn-list dt img {
	position: absolute;
	top: 15px;
	left: 0;
}
 
.bn-list dt.firstChild img,
.bn-list dt:first-child img {
	top: 0;
}
 
.bn-list dd {
	margin-bottom: 10px;
	padding-left: 220px;
	height: 40px;
	
}
 
.bn-list > dd {
	min-height: 40px;
	height: auto;
}



/*bnnerlist dl-noneborder*/

.bn-list-nb {
	margin-top:10px;
	margin-bottom:2em;

}
 
.bn-list-nb dt {
	position: relative;
	width: 390px;
	padding-top: 10px;
	padding-left: 210px;
	font-weight: bold;
}
 
.bn-list-nb dt.firstChild,
.bn-list-nb dt:first-child {
	border-top: 0;
	padding-top: 0;
}
 
.bn-list-nb dt a {
	padding-left: 10px;
	background: url(../images/list-01.gif) no-repeat left center;
}
 
.bn-list-nb dt img {
	position: absolute;
	top: 15px;
	left: 0;
}
 
.bn-list-nb dt.firstChild img,
.bn-list-nb dt:first-child img {
	top: 0;
}
 
.bn-list-nb dd {
	margin-bottom: 0;
	padding-left: 220px;
	height: 40px;
}
 
.bn-list-nb > dd {
	min-height: 40px;
	height: auto;
}