@charset "utf-8";
/* CSS Document */

/*------------ 背景設定 ------------*/
body {
	background: url(../images/top/body_bg_top.jpg) repeat-x left top;
}

/*------------ メインイメージ ------------*/
#main_image {
	padding: 5px 0 8px 6px;
}

/*------------ コンテンツ ------------*/
#top_contents #main_contents {
	width: 630px;
	padding: 20px 10px;
	float: left;
}

#top_contents #side_contents {
	width: 260px;
	float: right;
	margin-top: -89px;
	position: relative;
}

/*------------ 最新保険ニュース ------------*/
#news_box {
	width: 627px;
	margin-bottom: 25px;
	padding-bottom: 6px;
	background: url(../images/top/news_btm.jpg) no-repeat left bottom;
}

#news_box h3 {
	width: 627px;
	height: 38px;
	text-indent: -9999px;
	background: url(../images/top/news_title.jpg) no-repeat left top;
}

#news_inner {
	width: 627px;
	background: url(../images/top/news_body.jpg) repeat-y left top;
	_zoom: 1;
	overflow: hidden;
}

#news_box table {
	width: 614px;
	margin: -1px 5px 0 6px;
}

#news_box table th {
	width: 15%;
	padding: 10px 0;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	border-top: #999999 1px dotted;
}

#news_box table td {
	padding: 10px;
	vertical-align: top;
	border-top: #999999 1px dotted;
}

/*------------ ヘッドラインニュース ------------*/
#headline_box {
	width: 627px;
	padding-bottom: 7px;
	background: url(../images/top/headline_btm.jpg) no-repeat left bottom;
}

#headline_title {
	width: 627px;
	height: 38px;
	position: relative;
}

#headline_box h3 {
	width: 627px;
	height: 38px;
	text-indent: -9999px;
	background: url(../images/top/headline_title.jpg) no-repeat left top;
}

#headline_title p {
	width: 50px;
	padding-left: 15px;
	position: absolute;
	top: 13px;
	right: 0;
	background: url(../images/common/icon_allow.gif) no-repeat left 3px;
}

#headline_box #headline_title p a {
	color: #FFF;
}

#headline_title p a:hover {
	color: #FFF;
	text-decoration: underline;
}

#headline_inner {
	width: 627px;
	background: url(../images/top/headline_body.jpg) repeat-y left top;
}

#headline_box table {
	width: 613px;
	margin: 0 auto;
}

#headline_box table th {
	width: 15%;
	padding: 10px 0;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
}

#headline_box table td {
	padding: 10px;
	vertical-align: top;
}

.sky_bg {
	background-color: #E9EFF7;
}

/*------------ ブログボタン ------------*/
#top_contents #side_contents p#blog {
	width: 260px;
	height: 89px;
	background: url(../images/top/side_title_off.jpg) no-repeat left top;
}

#top_contents #side_contents p#blog a {
	width: 260px;
	height: 89px;
	display: block;
	text-indent: -9999px;
	background: url(../images/top/side_title_off.jpg) no-repeat left top;
}

#top_contents #side_contents p#blog a:hover {
	width: 260px;
	height: 89px;
	background: url(../images/top/side_title_on.jpg) no-repeat left top;
}



