@charset "utf-8";

.spTopMenu {
	display: none;
}

/*----------------------------------------------
メインメニュー
----------------------------------------------*/

#mainMenu {
	background: #dceff8;
}

#mainMenu .inner {
	position: relative;
	padding: 17px 0 28px;
}

#mainMenu .inner ul {
	margin:  0 -7px -15px 0;
}

#mainMenu .inner li {
	float: left;
	width: 145px;
	margin: 0 10px 15px 0;
}

#mainMenu .inner li.menu04,
#mainMenu .inner li.menu08 {
	clear: left;
}

#mainMenu .inner li a {
	display: block;
	height: 135px;
	box-shadow: 3px 3px 3px #ccc;
	background: #fff;
	border: 1px solid #ededed;
	border-radius: 3px;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	text-align:  center;
	line-height: 1.2;
	padding: 10px 0 0 0;
}

#mainMenu .inner li a img {
	display: block;
	margin: 0 auto 15px;
}

.img01 {
	position: absolute;
	bottom: 0px;
	right: -40px;
}

.img02 {
	position: absolute;
	top: 17px;
	right: 198px;
	width: 252px;
	height: 114px;
	background: url(../images/index/img02.png) no-repeat;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 1.4;
	padding: 25px 0 0 0;
}

/*------------------------------------------------
けんぽからのお知らせ
------------------------------------------------*/

#infoArea {
	width: 918px;
	margin: 30px auto;
	border: 2px solid #bde4ff;
	padding: 20px;
}

#infoArea .columnLeft {
	width: 285px;
	text-align: center;
}

#infoArea .columnLeft h3 {
	font-size: 26px;
	font-weight: bold;
	color: #328bc7;
	letter-spacing: -0.1em;
	line-height: 2.5;
	margin: -15px 0 25px;
}

#infoArea .columnLeft .backnumber a {
	display: block;
	text-align: center;
	padding: 10px 0;
	background: #e7f5ff url(../images/common/icon_arrow02.png) 45px center no-repeat;
	text-decoration: none;
	color: #333;
	letter-spacing: -0.1em;
	border-radius: 5px;
}

#infoArea .columnRight {
	width: 605px;
}

#infoArea .columnRight ul {
	overflow: auto;
	height: 185px;
}

#infoArea .columnRight li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

#infoArea .columnRight li .date {
	width: 145px;
	display:  inline-block;
	vertical-align: top;
}

#infoArea .columnRight li .explain {
	width: 440px;
	display: inline-block;
	vertical-align: top;
}

#infoArea li .explain a {
	color: #333;
	text-decoration: none;
}

#infoArea li .explain a:hover {
	text-decoration: underline;
}

/*------------------------------------------------
バナーエリア
------------------------------------------------*/
#bannerArea {
	width:960px;
	margin:0 auto 30px;
}

#bannerArea li {
	width: 230px;
	float: left;
	margin-right:13px;
}

#bannerArea li a {
	display: block;
	background: #f5f7de;
	height: 52px;
	border-radius: 5px;
	box-shadow: 2px 2px 0 #e4e6cf;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
	letter-spacing: -0.1em;
	text-decoration: none;
	padding: 18px 10px 10px;
}

#bannerArea li.bnr01 a {
	color: #f86ea2;
	background-image: url(../images/index/ph_banner01.jpg);
	background-position: 130px 11px;
	background-repeat: no-repeat;
}

#bannerArea li.bnr02 a {
	color: #27cb97;
	background-image: url(../images/index/ph_banner02.jpg);
	background-position: 130px 11px;
	background-repeat: no-repeat;
}

#bannerArea li.bnr03 a {
	color: #f87b36;
	background-image: url(../images/index/ph_banner03.jpg);
	background-position: 130px 11px;
	background-repeat: no-repeat;
}

#bannerArea li.bnr04 a {
	color: #f24040;
	background-image: url(../images/index/ph_banner04.jpg);
	background-position: 130px 11px;
	background-repeat: no-repeat;
}

#bannerArea li:last-child {
	margin-right:0;
}

#bannerArea li a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}






