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

#ansin_list_title{
	height: 28px;
	width: 650px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
        margin-bottom: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF9C00;
	padding: 0px;
}
.ansin_listCon{
	clear: left;
	float: left;
	width: 650px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.ansin_listConTitle{
/*	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #FF9C00;*/
        font-size: 15px;
        margin-top: 15px;
        margin-bottom: 20px;
	float: left;
	width: 625px;
	clear: left;
	padding-left: 10px;
	padding-top: 0px;
}

.ansin_listConTitle h1 {
	font-size: 16px;
        font-weight: bold;
        padding-bottom: 10px;
	text-decoration: none;
	color: #333;
	float: left;
	margin: 0px;
	clear: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9C00;
	width: 625px;
}

.ansin_listConSubTitle{
        font-size: 16px;
        font-weight: bold;
        display: block;
	width: 625px;
        
}


