@CHARSET "UTF-8";

#_JW_diet_basic ._dietInfo{
	border: 2px solid #ddd;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 20px;
}
#_JW_diet_basic ._dietInfo img{
	height: 105px;
	float: left;
	border: 1px solid #ddd;
	margin-right: 20px;
}
#_JW_diet_basic ._dietInfo dl{
	float: left;
}
#_JW_diet_basic ._dietInfo dl dt{
	font-weight: bold;
	font-size: 1.3em;
}
#_JW_diet_basic ._dietInfo dl dd span{
	font-weight: bold;
	background-image: url(../images/bullet.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}
#_JW_diet_basic ._dietTerm{		
	margin-bottom: 1em;
	border: 1px #ddd solid;
	padding: 1em;
	background-color: #fff;
	text-align: center;
}

#_JW_diet_basic ._dietTerm label{
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -5000px;
}	

#_JW_diet_basic ._dietTerm ._termLeft{
	background-image: url("../images/term_btn.gif");
	background-repeat: no-repeat;
	background-position: left top;
	width: 29px;
	height: 29px;
	text-indent: -5000px;
	border: 0;
	margin-right: 20px;
}
#_JW_diet_basic ._dietTerm ._termRight{
	background-image: url("../images/term_btn.gif");
	background-repeat: no-repeat;
	background-position: -29px top;
	width: 29px;
	height: 29px;
	text-indent: -5000px;
	border: 0;	
	margin-left: 20px;
}

#_JW_diet_basic ._fnTable {
	margin-bottom: 1em;
}

#_JW_diet_basic ._fnTable colgroup col.dDate{
	width: 100px;
}
#_JW_diet_basic ._fnTable colgroup col.dSep{
	width: 100px;
}
#_JW_diet_basic ._fnTable colgroup col.dTitle{
	width: 100px;
}
#_JW_diet_basic ._fnTable colgroup col.dContent{
	width: auto;
}
#_JW_diet_basic ._fnTable colgroup col.dInfor{
	width: 80px;
}
