@charset "utf-8";

/* トップページスタイル
 * **************************************************
 *
 * 1 : mainImage
 * 2 : whatsNew
 *
 * **************************************************
 */

/* ======================================
	1 : mainImage [ メインイメージ ]
====================================== */
#content .mainImage {
}


/* ======================================
	2 : whatsNew [ 健保組合からのお知らせ ]
====================================== */
#content .whatsnew{
}

#header .logo {
	height: 60px;
	padding-top: 25px;
	width: 400px;
	float: left;
}
#header .naviS {
	float: left;
	padding-top: 25px;
	height: 60px;
}
#header .naviS img {
	margin: 0 0 8px 8px;
}
#content .news {
	position: absolute;
	width: 520px;
	height: 180px;
	left: 0px;
	top: 260px;
}
#content .news .kiji {
	margin-top: 20px;
	height: 140px;
	overflow-y: scroll;
	overflow-x:hidden;
}
#content .news .kiji dl {
	width: 490px;
}
#content .news .kiji dt {
	color: #FFFFFF;
	background-image: url(../images/top/hizuke_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 10px;
	float: left;
	height: 18px;
	width: 70px;
	line-height: 13px;
	text-align: center;
	margin-right: 10px;
	vertical-align: middle;
	padding-top: 3px;
}
#content .news .kiji dd {
	font-size: 12px;
	line-height: 17px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 80px;
}
#content .news .kiji .new {
	margin-left: 8px;
}
#content .contentTop {
	position: absolute;
	width: 630px;
	height: 400px;
	left: 0px;
	top: 470px;
}
#content .pickupContents {
	position: absolute;
	width: 210px;
	height: 550px;
	left: 640px;
	top: 320px;
}
#content .pickupContents img {
	margin-bottom: 5px;
}
#content .pickupContents .ad {
	background-image: url(../images/top/pickup_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 109px;
	padding-top: 12px;
	padding-left: 12px;
	font-size: 12px;
	line-height: 17px;
}
#content .contentTop .konnatoki {
	width: 195px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
}
#content .contentTop .annai {
	width: 296px;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
}
#content .contentTop .guide {
	width: 296px;
	float: left;
	padding-top: 20px;
}
#content .contentTop .annai .link, #content .contentTop .guide .link {
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 10px;
}
