@charset "utf-8";
/*------------------------------------------------------------

	HOME

------------------------------------------------------------*/
.mv_area{
	padding:0 4px;
}

.home_readtext{
	background:#EFEFEF;
	margin:0;
	padding:10px 15px;
	font-size:110%;
}

/*=========== home_know ===========*/
.home_know{
	margin:5px 0 0 15px;
}
.home_know a{
	display:block;
	text-decoration:none;
}
.home_know dl{
	float:left;
	display:block;
	width:155px;
	margin-right:15px;
	margin-top:10px;
}
.home_know dt{
	padding-left:18px;
}
.home_know dt a{
	font-weight:bold;
}
.home_know dd{
	float:left;
	padding:2px;
	font-size:80%;
}
.home_know dd img{
	float:left;
	margin-right:4px;
}
.home_know dd a:link,
.home_know dd a:visited{
	color:#333333;
}

/* item_lentigo */
.home_know .item_lentigo dt a:link,
.home_know .item_lentigo dt a:visited{
	color:#187DD8;
}
.home_know .item_lentigo a:hover,
.home_know .item_lentigo a:active{
	color:#45aAff;
}
.home_know .item_lentigo dl{
	background:#F5FAFE;
}
.home_know .item_lentigo dt{
	background:url(/img_home/ic_tri_blue.gif) left 2px no-repeat;
}
.home_know .item_lentigo dd{
	border:2px solid #B5D8F7;
}

/* item_cure */
.home_know .item_cure dt a:link,
.home_know .item_cure dt a:visited{
	color:#716DF1;
}
.home_know .item_cure a:hover,
.home_know .item_cure a:active{
	color:#8B44FF;
}
.home_know .item_cure dl{
	background:#F2F1FE;
}
.home_know .item_cure dt{
	background:url(/img_home/ic_tri_purple.gif) left 2px no-repeat;
}
.home_know .item_cure dd{
	border:2px solid #D3D2FB;
}

/* item_cancer */
.home_know .item_cancer dt a:link,
.home_know .item_cancer dt a:visited{
	color:#F06084;
}
.home_know .item_cancer a:hover,
.home_know .item_cancer a:active{
	color:#FF449B;
}
.home_know .item_cancer dl{
	background:#FDEAEF;
}
.home_know .item_cancer dt{
	background:url(/img_home/ic_tri_pink.gif) left 2px no-repeat;
}
.home_know .item_cancer dd{
	border:2px solid #FBCEDA;
}

/* home_know_03,06 */
#home_know_03,
#home_know_06{
	margin-right:0;
}

/*=========== home_cure ===========*/
.home_cure{
	border:3px solid #D2D3F7;
	padding:8px 7px 8px 13px;
	float:left;
}
.home_cure_block{
	float:left;
	width:250px;
	margin:5px 0;
}
p.home_cure_image{
	float:left;
	margin:0;
	width:118px;
	background:url(/img_home/bg_cure.gif) repeat-y right;
}
.home_cure_block dl{
	float:right;
	width:130px;
}
.home_cure_block dt{
	padding-left:16px;
	background:url(/img_home/ic_cure.gif) 3px center no-repeat;
}
.home_cure_block dd{
	padding-left:16px;
}
.home_cure_block a{
	display:block;
}
.home_cure_block dt a{
	font-size:110%;
	font-weight:bold;
}
.home_cure_block dt a:link,
.home_cure_block dt a:visited{
	color:#5F5AEF;
}
.home_cure_block dd a:link,
.home_cure_block dd a:visited{
	color:#333333;
	text-decoration:none;
}
.home_cure_block dt a:hover,
.home_cure_block dd a:hover,
.home_cure_block dt a:active,
.home_cure_block dd a:active{
	color:#8F8AFF;
}

