@charset "shift_jis";

/***************************************************
	column.css
	コラムフローレイアウトスタイル定義
***************************************************/

/* 共通設定
------------------------------------------------------------ */
/*-----contents-----*/
#contents h2.title {
	margin-bottom: 15px;
	padding: 5px 12px;
	border: 1px solid #3296c8;
	background: url(../img/temp/title_bg.jpg) left center repeat-x;
}

#contents h2.title span,
#contents h2.title a {
	display: block;
	padding: 2px 0 0 10px;
	background: url(../img/temp/border02.gif) left top repeat-y;
	color: #3296c8;
	font-weight: bold;
	font-size: 120%;
	line-height: 1;
}

#contents {	padding-bottom: 7em;}
#wrap {	position: relative;}
#wrap .value_partner {	height: 57px;}
#wrap .value_partner div {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 569px;
	margin: 15px 15px 15px 0;
	padding: 9px 10px;
	border: 1px solid #c8c8c8;
	line-height: 1.3;
}
#wrap .value_partner p.bn {
	float: right;
	width: 240px;
	padding-top: 1px;
}
#wrap .value_partner p.bn a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
}

#contents .inner01 {	padding: 0 0 30px 20px;}
#contents .inner02 {	padding: 0 0 15px 20px;}

#contents .column_navi {
	margin-top: 20px;
	padding: 1px 0 0;
	background: url(../img/kaigyo/page_navi_bg.jpg) repeat-x;
/*	text-align: right;*/
}
#contents .column_navi li.pre {
	float: left;
	width: 270px;
}

#contents .column_navi li.pre a {
	display: block;
	height: 38px;
	padding-left: 38px;
	line-height: 38px;
	background: url(../img/hoken/column_navi02.jpg) left 0 no-repeat;
	color: #3296c8;
	font-weight: bold;
/*	font-size: 120%;*/
}
#contents .column_navi li.pre a:hover {	background-position: left -38px;	color:#FF9900;}

#contents .column_navi li.next {
	float: right;
	width: 270px;
}
#contents .column_navi li.next a {
	display: block;
	height: 38px;
	padding-right: 38px;
	line-height: 38px;
	background: url(../img/hoken/column_navi.jpg) right 0 no-repeat;
	color: #3296c8;
	font-weight: bold;
/*	font-size: 120%;*/
	text-align: right;
}
#contents .column_navi li.next a:hover {	background-position: right -38px;	color:#FF9900;}

#contents ul.entry_list li {
	margin-bottom: 3px;
	padding: 3px 3px 10px;
	background: url(../img/temp/border01.gif) left bottom repeat-x;
}
#contents ul.entry_list li a {
	padding-left: 15px;
	background: url(../img/temp/ico07.gif) left center no-repeat;
}
#contents ul.entry_list li span {
	display: block;
	margin-top: 3px;
	padding: 10px 10px 5px;
	background-color: #f7f7f7;
}
#contents ul.entry_list li a.more {
	display: block;
	padding: 0 5px 10px;
	background: url(../img/temp/more.gif) right bottom no-repeat;
	font-size: 90%;
	line-height: 1.3;
	text-decoration: none;
	color: #666666;
}
#contents ul.entry_list li a.more:hover {
	color: #3296c8;
	text-decoration: none;
}

/* 0825 */
#contents div.entry_list {
	margin-bottom: 10px;
	padding: 3px 5px 0;
	border: 1px solid #4ca3cf;
}
#contents div.entry_list h3 a {
	display: block;
	padding: 2px 0 1px 15px;
	background: url(../img/temp/ico03.gif) left center no-repeat;
	color: #4ca3cf;
	font-weight: bold;
	font-size: 120%;
}
#contents div.entry_list .entry_body {
	padding: 0 10px;
}
#contents div.entry_list p.more {
	margin-top: 5px;
	padding: 8px 5px;
	text-align: right;
	border-top: 1px dashed #4ca3cf;
}


#contents div.entry_list table,
#contents .inner01 table {	width: 100%;}
#contents div.entry_list table td,
#contents .inner01 table td {
	padding: 2px 10px;
	border: 1px solid #e7e7e7;
}

/* 各ページ　ナビ設定
------------------------------------------------------------ */
#wrap.kaigyou #snavi .column h4.kaigyou a,
#wrap.hoken #snavi .column h4.hoken a {
	background-position: 0 -24px;
}

/* トップページ
------------------------------------------------------------ */




