@charset "utf-8";

/* 【第二階層ページ設定】--------------------------------

   ■1.レイアウト
   ■2.共通部品
   ■3.サイドメニュー
   ■4.各ページ詳細

-------------------------------------------------------- */


/* ■1.レイアウト
---------------------------------------------------- */


/*パンくす共通*/

#pan_bg{
	height:47px;
	border-bottom:solid 1px #dfdfdf;
	background-color:#f5f5f5;
	min-width: 1020px;
}

#pan{
	width:1020px;
	margin-left: auto;
	margin-right: auto;
	font-size:14px!important;
	padding-top: 16px;
}


#pan ul {
	margin:0;
	padding: 0;
}

#pan li {
	float: left;
	padding-right: 9px;
	padding-left: 12px;
	padding-top:3px;
	background: url(../../images/second/pan_arrow.gif) no-repeat 0 50%;
	list-style-type:none;
}

#pan li:first-child{
	padding-left: 23px;
	background: url(../../images/second/home_icon.gif) no-repeat 0 0px;
}



/*メインエリア共通*/


#scd_mainarea{
	width:1020px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px 20px 0px;
	min-height: 300px;
}





#scd_d_l{
	width:250px;
	float: left;
	padding-bottom: 30px;
}


#scd_d_r{
	width:770px;
	float:right;
	padding-bottom: 30px;
}




/*article*/



#detailbox p{
	text-indent:0em;
	margin-bottom: 1em;
	margin-left: 0.5em;
	margin-right: 0em;
	}







/* ■2.共通部品
---------------------------------------------------- */


/*色共通*/


.gre{
	color:#2C4C23;
}

.gre_b{
	color:#2C4C23;
	font-weight:bold;
}


.red{
	color:#CC0000;
}

.red_b{
	color:#CC0000;
	font-weight:bold;
}


.blu{
	color:#153c7a;
}

.blu_b{
	color:#153c7a;
	font-weight:bold;
}


/*色共通（バックナンバー移植用）*/

.red_f{color:#CC0000;}
.red_fb{color:#CC0000;font-weight:bold;}
.blu_f{color:#153c7a;}
.blu_fb{color:#153c7a;font-weight:bold;}
.gre_f{color:#CCCCCC;}
.gre_fb{color:#CCCCCC;font-weight:bold;}




/* 強調ボックス*/

.pickup_box{
	padding:5px;
	background-color:#FFFFDF;
	border: 3px double #ddd;
	margin: 5px 0px 5px 0px;
	}

	
.gray_box{
	padding:5px; 
	background-color:#F8F8F8; 
	border: 3px double #ddd;
	}
	
	
	
/* テーブル共通*/

.t_box{
	border-collapse: collapse;
	line-height: 150%;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	}

.t_box caption{
	text-indent:0.8em;
	}

.t_box th{
	border: 1px solid #dddddd;
	padding:10px;
	font-weight: normal;
	color:#333333;
	background-color: #F3F3F3;
	vertical-align: middle;
	}

.t_box td{
	border: 1px solid #dddddd;
	padding:10px;
	}
	
.td_gry{
	background-color:#f6f6f6;
	font-weight:bold;
	}	
	
	
.td_yel{
	background-color:#FFFFCC;
	}	
		

.dline{
	border-right:double 3px #ddd!important;
}


.t_box ol{
	margin-top:0.5em;
	margin-bottom:0px!important;
	}
	
.t_box ul{
	margin-top:0.5em;
	margin-bottom:0px!important;
	}
	
.t_box li{
	margin-bottom:0.5em!important;
	}	

/* 挿入写真用*/

.photo_box{
	float:right;
	margin:0px 0.5em 15px 10px;
	border:solid 7px #f2f2f2;
 } 
 
 
.photo_box_nb{
	float:right;
	margin:0px 0.5em 15px 10px;
 }  
 
 
 
.half_box{
width: 385px;
float: left;

 }  
 
 
 
 
/* リスト()数字*/
 
ol.list_parentheses{
text-indent: -28px!important;
margin-left: 30px!important;

}
 
ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}
 
 
.udl{text-decoration: underline!important}
 
 
 
 
  
 
 
 
/* ■3.サイドメニュー
---------------------------------------------------- */

#scd_menu{
	background-color:#f6f6f6;
	border:solid 1px #e7e7e7;
	padding:10px;
	width:208px;
	}


#scd_menu img{
	margin:0px;
	padding:0px;
	vertical-align: top;
		}

#scd_menu li{
	list-style-type:none;
	}


#scd_menu a{
	padding-top:20px;
	padding-left:10px;
	padding-bottom:20px;
	padding-right: 10px;
	border-left:solid 1px #e7e7e7;
	border-right:solid 1px #e7e7e7;
	border-bottom:solid 1px #e7e7e7;
	background-color:#FFFFFF;
	width:186px;
	font-size:14px;
	line-height: 120%;
	display:block;
	}
	
	
#scd_menu a:hover{
	background-color:#2c4f87;
	text-decoration:none!important;
	border-left:solid 1px #e7e7e7;
	border-right:solid 1px #e7e7e7;
	border-bottom:solid 1px #71809b;
}



#here{
	display:block;
	padding-top:20px;
	padding-left:10px;
	padding-bottom:20px;
	padding-right: 10px;
	border-left:solid 1px #e7e7e7;
	border-right:solid 1px #e7e7e7;
	border-bottom:solid 1px #71809b;
	background-color:#2c4f87;
	width:186px;
	font-size:14px;
	line-height: 120%;
	display:block;
	color:#FFFFFF;
	}



#here ul{
	margin-top:20px;
}


#here li{
	color:#FFFFFF;
	background-image:url(../../images/second/side_li.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	margin:12px 5px;
}


#here a{
	padding:0px!important;
	border:none!important;
	width:166px!important;
	font-size:13px!important;
	line-height: 120%!important;
	background-color:#2c4f87!important;
	color:#FFFFFF!important;
	}

#here a:hover{
	text-decoration:underline!important;
}	

/* 第二階層 */

#min_li{
	margin:20px 0px!important;
		}

#min_li li{
	margin:9px 0px!important;
	padding-left:15px!important;
	background-image:url(../../images/second/side_li_min.gif);
	background-repeat:no-repeat;
		}
	
	
#min_li a{
	width:150px!important;
	font-size:11px!important;
	line-height: 120%!important;
	}


/* 見出し */


#side_index a{
	padding:0px!important;
	border:0px!important;
	width:208px!important;
	height:69px!important;
	background-color:#FFFFFF!important;
}


#side_index a:hover img{
   filter:alpha(opacity=90); 
   -moz-opacity:0.90; 
   opacity:0.90;
}



/* ■4.各ページ詳細
---------------------------------------------------- */

/* 共通*/


.a_box{
	margin: 10px 0px;
	background-color: #f6f6f6;
	padding: 12px 12px 12px 25px;
	border: solid 0px #e7e7e7;
	display: block;
	clear: both;
	background-image: url(../../images/second/li_icon.gif);
	background-repeat: no-repeat;
	background-position: 5px 16px;
 } 
 
.a_box img{
	margin-left: 10px;
 } 
 
 

/* 各インデックス*/

.indexbox{
	width:340px;
	border:solid 1px #e7e7e7;
	padding:14px 14px 5px 14px;
	float:left;
	background-color: #f6f6f6;
	margin-bottom: 30px;
	height:auto;
}




.indexbox img{
	margin-bottom: 10px;
}

.indexbox p{
	margin-bottom:3px!important;
	}

.indexbox_l{
	width:740px;
	border:solid 1px #e7e7e7;
	padding:14px 14px 5px 14px;
	float:left;
	background-color: #f6f6f6;
	margin-bottom: 30px;
	height:260px;
	background-image: url(../../eisei/imgs/white_bg.gif);
	background-position: right;
	background-repeat: repeat-y;
}


.indexbox_l img{
	margin-bottom: 10px;
}


.indexbox_l p{
	margin-bottom:3px!important;
	}

.indexbox_l ul{
	margin-bottom:10px!important;
	}

.indexbox_l li{
	margin-bottom:4px!important;
	list-style:none;
	}

 
 
.indexbox_l li li{
	list-style-image:url(../../images/sp.gif)!important;
	}
 

 
 
/* 	概要関連*/

.building{
	float:left;
	text-align:center;
	width:50%;
 } 
 





.jfha_news_top_img{
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 50px;
	float: left;
	border: solid 1px #ddd;
	width: 200px;
 }  
 
 
.jfha_news_top_txt{
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 70%;
	float: left;
 }   
 
 
 
 
.jfha_news_thumb{
	margin-top: 25px;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	float: left;
	border: solid 1px #ddd;
	width: 100px;
 }  


.jfha_news_txt{
	width: 80%;
	float:left;
 }  





/* 共済関連*/

.txt_form{
	border:solid 1px #666666;
	margin:0px 0.5em;
 } 
  
  
  
/* 書籍関連、（過去新着、知ろう防ごう食中毒：タブ切替）*/

.iiaji_thumb{
	margin:-10px 10px 10px 20px;
	float:left;
 } 
  
  
.tabs {
	margin-bottom: 50px!important;
}

.tabs li {
	width: 100px;
	height: 40px;
	float: left;
	text-align: center;
	list-style-type:none!important;
	font-size:14px;
	}
	
	
.tabs li a {
	display: block;
	width: 100px;
	background-color: #eeeeee;
	border:solid #ccc 1px;
	color: #333;
	padding:10px 0px 8px 0px;

	}
	
	
.tabs li a:hover {
	background-color: #003366 !important;
	color: #fff !important;
	}
	


/* 過去の新着関連*/

.bn_area {
	margin: 0;
	padding: 0px;
}

.bn_area img {
	margin-left: 7px;
	vertical-align: top;
	margin-top: 3px;
}


.bn_area dt {
	width: 160px;
	padding: 10px 0px 0px 0px;
	text-indent: 0em;
	text-align: left;
	font-weight:bold;
}

.bn_area dd {
	padding: 3px 0 10px 0px;
	border-bottom: dotted 1px #ccc;
}	


/* サイトマップ*/

.smap{
	margin-left:10px!important;
}
.smap li{
	float:left;
	border-left:dotted 1px #ccc;
	list-style-type:none;
	padding:5px 15px;
}


.smap li:first-child {border:none}
	
.smap_g li{
	padding:5px 0px;
	
}




/* 食品衛生情報関連*/


.sfs_plus li{
	width:230px!important;
	margin-right:10px;
}


.sfs_plus a{
	width:230px!important;
}




.syoku_qa{
    margin-bottom:40px;
	border-bottom:dotted 1px #ccc;
	}
	

.syoku_qa dt{
	display:block;
	cursor:pointer;
	margin-bottom:15px;
	margin-left:10px;
	position:relative;
	color:#073289!important;
	border-top:dotted 1px #ccc;
	padding-top:15px;
	}
	
	

.syoku_qa dt:first-child{
	border-top:none;
	}
		
	
.syoku_qa dt:hover{
    cursor:pointer;
}


.syoku_qa dd{
	background:#f7f7f7;
	border:dotted 1px #dddddd;
	margin-bottom:25px;
	margin-left:20px;
	padding:10px 20px;
	background-repeat:no-repeat;
	background-position:5px 21px;
	position:relative;
	}
	
.syoku_qa .hover{
    text-decoration:underline;
}	
		


.haccp_menu img{
	margin-bottom:10px;
	margin-left:8px;
}	
	
		
		
.haccp_tb00{
	background-color:#F6F6F6!important;
}	
.haccp_tb01{
	background-color:#EAF8D8!important;
}			
.haccp_tb02{
	background-color:#FEF1D1!important;
}			
.haccp_tb03{
	background-color:#ECFFFF!important;
}			
	

.haccp_box{
	margin-left:10px!important;
	}


		

.haccp_box li{
	background-color: #CBEBFC;
	border: solid 5px #EDF8FE;
	display: block;
	list-style-type:none;
	width:60%;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 5px!important;
	margin-left:20px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 25px;
 } 
 

 		
.haccp_box li:first-child {
	margin-left:0px;
	float:none;
	width:274px;

}		
		
		
		
		
 
#codex_anum{
	text-align: center;
	padding:20px 180px;
}	


#codex_anum li{
	float:left;
	list-style-type:none;
	margin-right:10px;
	padding: 5px 5px;

}	

		
#codex_anum a{
	display:block;
	background-color:#669900;
	color:#FFFFFF;
	font-size:10px!important;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
}		
	
	
	
#codex_anum a:hover{
	background-color:#88CA00;
}	


#codex_here a{	
	background-color:#88CA00;
}		
	

#h_wash img{
	margin-bottom:5px;	
	
}	

	
#h_wash li{
	list-style-type:none!important;
	width:158px;
	padding:10px;
	border:solid 1px #e7e7e7;
	height:180px;
	background-color:#f6f6f6;
	float:left;
	margin-left:10px!important;
	text-align: center;
	font-size:14px!important;
	line-height:130%!important;
}		
		
		
.links_calumn li{
	float:left;
	width:240px;
}
	
	
	
	
