@charset "utf-8";

/* ===================================================================
CSS Document

 file name  :style.css
 style info :カテゴリトップ用
=================================================================== */

/* 印刷-----------------------------------------------------*/
@import url("http://www.health-net.or.jp/common/css/top_print.css");
/*--------------------------------------------------------- */

#pr_area{
	background:url(../image/bg_pr_area.jpg) no-repeat top right;
}

/*--緑BOX--------------------*/

#body_area.index .note_d  {
	margin-top:30px;
	overflow:hidden;
	padding-bottom:5px;
	width:690px;
}

#body_area.index .note_d div.image{
	float:left;
	width:78px;
	margin-left:10px;
}

.ie6 #body_area.index .note_d div.image{
	margin-left:5px;
}

#body_area.index .note_d div.text{
	float:right;
	margin-right:10px;
	width:580px;
}

.ie6 #body_area.index .note_d div.text{
	margin-right:5px;
}

.ie6 #body_area.index .note_d div.text ul.link_normal{
	width:570px;
}

#body_area.index .note_d .image img{
	border:#d9edc1 solid 4px;
}

