
/*common*/


.clear{
	clear:both;
}

.flLeft{
	float:left;
}

.flRight{
	float:right;
}





#linkList{
	width:520px;
	margin:10px auto;
}



#prof{
	width:580px;
	margin:auto;
	padding:auto 20px;
}

#prof p{
	width:310px;
	margin:0;
	padding:0;
	float:left;
	text-align:left;
}





/*IllustList*/


#Lcontainer {
	padding-top: 10px;
}




#artistIllust{}

#artistIllust table{
	width:620px;
}

#artistIllust table td{
	padding:0 5px;
	text-align:center;
}


#artistIllust table td p{
	width:146px;
	margin:0;
	padding:0;
	text-align:center;}

#artistIllust table td p.name{
	padding-top:13px;
	padding-bottom:5px;
	background:url(../artist/img/list/bk_name_illust.gif) no-repeat top center;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}

#artistIllust table td p.name a{
	color:#ffffff;
	text-decoration:none;
}

#artistIllust table td p.name a:hover{
	text-decoration:underline;
}



/*detailIllust*/


#detailIllust{
	width:620px;
	margin:auto;
}

#art_Illu_cont{
	width:620px;
	background:url(../artist/img/list/line_illust.gif) repeat-y;
}



.e2_illust{
	clear:both;
	width:580px;
	margin:auto;
	margin-top:15px;
}

.e2_illust div{
	margin:0;
	padding:15px;
	border-left:solid 1px #FFD5F2;
	border-right:solid 1px #FFD5F2;
	border-bottom:solid 1px #FFD5F2;
	font-weight:bold;
}


.e2_illust div p{
	float:left;
	padding:3px 10px 3px 0;
}














/*ComicList*/

	
	
#artistComic{}

#artistComic table{
	width:620px;
}

#artistComic table td{
	padding:0 5px;
	text-align:center;
}


#artistComic table td p{
	width:146px;
	margin:0;
	padding:0;
	text-align:center;}
	
#artistComic table td p.name{
	padding-top:13px;
	padding-bottom:5px;
	background:url(../artist/img/list/bk_name_comic.gif) no-repeat top center;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}

#artistComic table td p.name a{
	color:#ffffff;
	text-decoration:none;
}

#artistComic table td p.name a:hover{
	text-decoration:underline;
}


/*detailComic*/


#detailComic{
	width:620px;
	margin:auto;
}

#art_Comi_cont{
	width:620px;
	background:url(../artist/img/list/line_comic.gif) repeat-y;
}



.e2_comic{
	clear:both;
	width:580px;
	margin:auto;
	margin-top:15px;
}

.e2_comic div{
	margin:0;
	padding:15px;
	border-left:solid 1px #FFDFAA;
	border-right:solid 1px #FFDFAA;
	border-bottom:solid 1px #FFDFAA;
	font-weight:bold;
}


.e2_comic div p{
	clear:both;
	float:left;
	padding:3px 10px 3px 0;
}








