/***********************************************************/
/* COMMON LAYOUT */
/***********************************************************/
#pages {
	width: 980px;
	margin: auto;
	padding: 0;
	text-align: left;
 }	
#contents {
 width: 980px;
	margin: 0;
	padding: 0;
}
#box_wrapper{
	border: #ccc 1px solid;
	background: #ffffff;
	padding: 16px;
	vertical-align: top;
}
#box_wrapper h3{
	margin-top:32px;
}

h4{
	border-left:6px #aaa solid;
	padding-left:8px;
}

/***********************************************************/
/* HEADER */
/***********************************************************/
#header {
	width: 980px;
	height: 75px;
	font-size:12px;
	position:relative;
	}
#h1_head_box {
	margin:0;
	display: block;
	width: 365px;
	float:right;
	}
#nilim{
	position:absolute;
	top:10px;
	right:202px;
}
/***********************************************************/
/* NAVI */
/***********************************************************/
#head_tab{
	/*border:1px #000 solid;*/
	margin:0px;
	padding:0;
	list-style-type: none;
}
#head_tab li{
	float:left;
	padding-right:6px;
	margin-top:17px;
	}
	#head_tab a{
		background:url(../img/head_tab.png);
		display:block;
		width:200px;
		height:42px;
		text-indent:-9999px;
		overflow:hidden;
		/*margin-top:7px;*/
		margin-top:1px;
	}
		#tab_case a			{background-position:0px 0px;}
		#tab_pattern a		{background-position:-200px 0px;}
		#tab_connect a		{background-position:-400px 0px;}
		#tab_case a:hover	{background-position:0px -50px;}
		#tab_pattern a:hover{background-position:-200px -50px;}
		#tab_connect a:hover{background-position:-400px -50px;}

/***********************************************************/
/* CONTENTS */
/***********************************************************/
/* SEARCH・LIST 検索条件 */
#box_result_page_serach
/*#search_box*/{
	width:940px; 
	padding:8px 0 ;
}
*html #search_box{/*IE6*/
	width:940px; 
}

/*SEARCH*/
#box_result_page_serach {
	margin-bottom:8px;
	}
/*list*/
#box_result_page_list{
/*	position:absolute;
	top:68px;
	right:0px;*/
	background-color:#FFFFFF; 
	}
/*検索結果数*/
	#condition .result_title{
	font-size:90%;
	border:0px #fff none;
	font-weight:bold;
	color:#666;
	margin:0;
	padding:4px 6px;
	/*width:748px;*/ 
	}
	.result_count{
/*	padding:8px 0;
	text-align:right;
	margin-bottom:8px;*/
	float:left;
	width:180px;
	text-align:center;
	}
		.result_count strong{
			font-size:200%;
		}
#condition {
	margin: 8px 0px;
	padding: 0px;
	background-color:#fff;*/
	width:720px;
	float:left;
	}
*html #condition {/*IE6*/
	width:740px;
	}

/**** btn ***/
#btn_go_list{
	width:160px;
	height:52px;
	background: url(../img/btn_go_list.png) no-repeat;
	margin:8px 0 8px 0px;
}
#btn_clear{
	width:94px;
	height:28px;
	background: url(../img/btn_clear.png) no-repeat;
	display:block;
	margin:0 0 8px 8px;
}
#btn_back{
	display:block;
	width:110px;
	height:26px;
	background: url(../img/btn_back.gif) no-repeat;
}
#btn_go_case{
	display:block;
	width:136px;
	height:48px;
	background: url(../img/btn_go_case.png) no-repeat;
}
/* SEARCH */
.text_serach{
	display:block;
	height:56px; 
}
.search_double ul,
.search_triple ul{
	list-style-type: none;
	margin-left:8px;
	padding-left:8px;
	}
.search_double {
	float: left;
	width: 350px;
	margin: 0px 6px;
	vertical-align: top;
	}
.search_triple {
 width: 280px;
 margin:8px 12px 16px 12px;
 float:left;
 }
.search_triple ul {
	margin-bottom: 20px;
	}
#search_freeword {
	padding: 10px 10px 20px;
	margin: 0 0 10px;
	border: #dddddd 1px solid;
	background: #ffffff;
	}
#search_freeword h3 {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	}

/* LIST */	
#list_single {
/*	float: left;
	width: 730px;*/
	vertical-align: top;
	}
		#tbl_result_page_list form,
		#tbl_result_page_list strong{
		margin:0; 
		}
		#tbl_result_page_list .result_count{
		width:160px;
		text-align:center; 
		padding:0; 
		margin:0;
		}
		#tbl_result_page_list #condition{
		border:0px #fff none;
		background-color: #FEF8FA;
		}
		#search_word{
		width:700px; 
		}
		/*#tbl_result_page_list td{
		padding:6px;
		}*/
			#search_word td,
			#search_word th{
			border-bottom:1px #ccc solid;
			font-weight:normal;
			line-height:110%;
			padding:6px;
			}
			#search_word th{
			width:120px;
			padding-right:16px;
			}
	/************* 081120haga　他の場所に応用しにくいので、.tbl_listに変更 **************/
	.tbl_list {
		border-bottom: none;
		border-left: none;
		border-right: #ddd 1px solid;
		text-align: center;
		}
	.tbl_list td, .tbl_list th {
		font-size: 90%;
		border-top: none;
		border-bottom: #bbb 1px solid;
		border-left: #ddd 1px solid;
		border-right: none;
		padding: 3px;
		}
	.tbl_list th {
		background-color: #939393;
		color:#fff;
		}
	.tbl_list thead th {
		text-align:center;
		}
	.tbl_list tbody th {
		background-color: #7bb;
		background-color: #FFECE1;
		color:#444;
		}
		.even-row{
			background-color: #FFF3F6;
			background-color: #FFF3EA;
		}
.tbl_head {
	background: #ffffff;
	}
/* CARD*/
.box_case dl {
	margin-left:20px;
	}
.box_case dt {
	margin-top: 20px;
	width: 400px;
	border-left: #aaaaaa 4px solid;
	padding-left:4px;
	}
.box_case dd {
	}
.box_case h4 {
	margin: 20px 0 10px 0;
	padding: 3px;
	}
.box_case fieldset {
	margin: 10px 0;
	} 
.box_case fieldset p {
	margin:0 20px;
	} 
.box_case fieldset ul {
	margin-top:0;
	margin-bottom:0;
	margin-right:20px;
	} 
/****** 対策テーブル *******/
/*
.tbl_take th,
.tbl_take td{
}
*/

.pattern_card_waku_1{
	margin: 0px 20px 0px 30px;
	padding: 0px 0px 0px 0px;
}

.pattern_card_waku_2{
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:1px #999999 solid;
	width: 100%;
}
.tbl_take{
	width:auto;
}

.tbl_td_jikoyobo_title{
	border-bottom:2px #00AA88 solid;
	border-left:0px #00AA88 solid;
	padding: 0px 0px 0px 10px;
}
.tbl_take td{
	border:1px #c6c6c6 solid;
	padding:4px;
	border-left:1px #e6e6e6 solid;
	border-right:1px #e6e6e6 solid;
}
	

.go_top{margin-top:40px;}


/***********************************************************/
/* FOOTER */
/***********************************************************/
#footer {
 width: 100%;
	background: #3d3d3d;
	text-align: center;
	padding:16px 0;
	clear:both;
	}
#footer address {
	font-style: normal;
	font-size: 90%;
	color: #ffffff;
	line-height:200%;
	}

	
	
