/*---------------------------------*/
/* danstips */
/*---------------------------------*/

#sub_title_danstips{
	background-image: url("../gfx/sub_title_danstips.gif");
}

#sub_div_danstips {
	background-color: #004477;
	height:90px;
	background-image: url("../gfx/sub_div_bottom.gif");
	background-repeat:no-repeat;
	background-position: 0 104px;
}

.danstip{
	margin-left:2px;
	padding-top:18px;
	padding-left:12px;
	background-color: #faf4eb;
	background-image: url("../gfx/sub_div_bottom.gif");
	background-repeat:no-repeat;
	background-position: 0 147px;
	height:130px;
	
}

.danstip_img{
	float:left;
	margin-right:5px;
	border:1px #ae6700 solid;
}

.danstip_text{
	background-image: url("../gfx/arrow.gif");
	background-repeat:no-repeat;
	background-position: 0 5px;	
	padding-left:12px;
	position:absolute;
	left:300px;
	width:470px;
	line-height:19px;
}

.danstip_info{
	position:absolute;
	left:312px;
	width:470px;
	margin-top:100px;
}

.sub_hr_danstips{
	background-image: url("../gfx/sub_hr_danstips.gif");
}

#link_back_danstips{
	margin-left:510px;
}

/*---------------------------------*/
/* danstips_detail */
/*---------------------------------*/

#sub_title_danstips_detail{
	background-image: url("../gfx/sub_title_danstips_detail.gif");
}

.sub_danstips_img{	
	float:left;
	border:1px #004477 solid;
	margin: 0 10px 5px 0;
}

