@charset "utf-8";
/* CSS Document */
.artcon
{
	float:left;
	width:220px;
	height:auto;
}
.artlist
{
	border: 1px solid #d891bd;
	width:208px;
	margin:auto;
	height:302px;
}

.artlist .atitle
{
	font-size:14px;
	font-weight:700;
	color:#701a4f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbc6d3;
	
}
.artlist .content
{
	line-height:20px;
	color:#3e3e3e;
	font-size:11px;
}

.infolist
{
	margin:0 0 18px 0;
}
.infolist .atitle
{
	font-size:14px;
	font-weight:700;
	color:#666666;
}
.infolist .content1
{
	line-height:20px;
	color:#3e3e3e;
	font-size:11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbc6d3;
}
 
.bigimg
{
	width:auto;
	flaot:left;
}
.bigimg img
{
	text-align:center;
}
.smallimg
{
	width:375px;
	flaot:left;
}
.infopara
{
	width:275px;
	float:right;
}
.infopara .ctitle
{
	font-weight:700;
	color:#701a4f;
}
 
FIELDSET
{
	border: 1px solid #CCCCCC;
}
 
LEGEND{
	font-size: 14px;
	font-weight: bold;
	line-height:18px;
	padding:0 5px 0 5px;
}
 
 