/** 規格書タイムズ スタイルシート **/
/* 共通項目 */

body{
	background-color: #ffffff;
	color:#000000;
	margin:0;
	padding:0;
	font-size:10pt;
}

a img{
	border:none;
}


/* メニューのライン */
#menu_top #menu_line{
	border-bottom:2px solid #f3ae95;
	width:800px;
}

#menu_anzen #menu_line{
	border-bottom:2px solid #f7c876;
	width:800px;
}

#menu_eisei #menu_line{
	border-bottom:2px solid #abde1e;
	width:800px;
}

#menu_link #menu_line{
	border-bottom:2px solid #4be26e;
	width:800px;
}

#menu_nikkei #menu_line{
	border-bottom:2px solid #34ba15;
	width:800px;
}

h1{
	margin:0;
	padding:0;
}

h1 img{
	vertical-align:text-bottom;
}


/** 全体のレイアウト **/
/* 右ナビが入る */
#contents_type01{
	margin-top:20px;
	margin-left:20px;
	margin-bottom:20px;
	width:780px;
}

/* 右ナビが入らない */
#contents_type02{
	margin:20px;
	width:760px;
}

/** タイトル要素 **/
.tit{
	width:100%;
	border:1px solid #e2e2e2;
	background-color:#ffffff;
	margin:0px;
	padding:1px;	
}

.tit_bg{
	background-image:url(../images/tit_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:25px;
	width:100%;
}

.tit_bg a{
	font-weight:bold;
}

.tit_bg td{
	padding:5px;
}

.tit_bg h2{
	font-size:14px;
	margin:0px;
	padding:0px;
	padding-left:5px;
}

h2.anzen{
	border-left:3px solid #f6b441;
}

h2.eisei{
	border-left:3px solid #abdd1d;
}

h2.link{
	border-left:3px solid #69d582;
}

.tit_arrow_anzen a{
	background-image:url(../images/arrow_anzen.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:8px;
	font-size:10px;
}


.tit_arrow_eisei a{
	background-image:url(../images/arrow_eisei.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:8px;
	font-size:10px;
}


/** 点線ラインの入るテーブル要素 **/
/* 衛生と表示 */
.list_eisei{
	width:100%;
}

.list_eisei td{
	background-image:url(../images/dot_eisei.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:20px;
}

.list_eisei caption{
	font-weight:bold;
	padding-left:7px;
	background-image:url(../images/dot_eisei.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.list_eisei .h_line{
	border-left:2px solid #abdd1d;
	width:90px;
	padding-left:8px;
}

.list_eisei .h_line img{
	margin-top:3px;
}

.list_eisei ul{
	margin:0px;
	padding:0px;
}

.list_eisei li{
	list-style-type:none;
	background: url(../images/arrow_eisei.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	line-height:1.7em;
	padding-left:8px;
	font-weight:bold;
}

.list_eisei li span{
	font-weight:normal;
	padding-left:8px;
}


.list_eisei .line_clear td{
	background-image:none;
	line-height:1.5em;
}


/* 食の安全コラム */
.list_anzen{
	width:100%;
}

.list_anzen td{
	background-image:url(../images/dot_anzen.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:20px;
	
}

.list_anzen .h_line{
	border-left:2px solid #f7bf5e;
	width:110px;
	padding-left:8px;
}


.list_anzen .line_clear td{
	background-image:none;
	line-height:1.5em;
}

.line_clear p{
	margin:0;
	padding:0;
}

/* リンク集 */
.list_link{
	width:100%;
}

.list_link td{
	background-image:url(../images/dot_link.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:20px;
	font-weight:bold;
	line-height:1.5em;
}

.list_link ul{
	margin:0px;
	padding:0px;
}

.list_link li{
	list-style-type:none;
	background: url(../images/arrow_link.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	line-height:1.7em;
	padding-left:8px;
	font-weight:bold;
}

.list_link .h_line{
	border-left:2px solid #69d582;
	width:180px;
	padding-left:8px;
}

.list_link .line_clear td{
	background-image:none;
}

/** レイアウト余白 **/
.layout_10{
	margin-bottom:10px;
}

.layout_20{
	margin-bottom:20px;
}

/** テキスト **/
.column ,
.lh{
	line-height:1.5em;
	font-weight:normal;
	padding:0;
	margin:0;
}

/* トップページ 食の安全コラム */
p.toppage{
	margin:0;
	padding-top:5px;
	margin-bottom:5px;

}


p.topeisei{
	margin:0;
	padding:10px 0;
	background-image:url(../images/dot_eisei.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

p.topjirei{
	margin:0;
	padding:0;
	padding-bottom:10px;
	background-image:url(../images/dot_anzen.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom:10px;
	line-height:1.5em;
}

p#jirei_tit{
	height:70px;
	margin:0;
	padding:0;
	line-height:1.5em;
	margin-bottom:5px;
}

p#jirei_tit span{
	color:#e4447d;
}

p#jirei_tit strong{
	display:block;
	padding-top:3px;
}


p#jirei_tit img{
	width:110px;
	margin-right:8px;
	border:1px solid #e8e8e8;
}


/** TOP login **/
.login_tb{
	border:1px solid #e2e2e2;
}

.login_tb th{
	background-image:url(../images/top_login_bg.gif);
	background-repeat:repeat;
	padding:6px;
	text-align:left;
	font-size:10pt;
}

.login_tb td{
	padding:4px;
}

.login_tb #login_kikaku{
	width:170px;
	border-left:3px solid #ee7a51;
}

.login_tb #login_kikaku img,
.login_tb #login_fim img{
	margin-left:2px;
}

.login_tb #login_kikaku div{
	margin-top:10px;
	margin-left:6px;
}

.login_tb #login_fim{
	width:170px;
	border-left:3px solid #b0d081;
}


/* 記事タイトルリンク　*/

a.title_link{
	font-size:14px;
	font-weight:bold;
}

/** 文字要素 **/

.small_font{
	font-size:10px;
}

.font_gry{
	color:#666666;
}


/* 記事 */
.up_date{
	text-align:right;
	font-size:10px;
	color:#666666;
	margin:5px 0 0 0;
	padding:0;
}

.title_text{
	font-size:16px;
	line-height:1.7em;
	display:block;
	margin-bottom:5px;
}

.sub_txt{
	color:#000000;
	border-left:3px solid #f7bf5e;
	padding-left:7px;
}

.sub_txt_eisei{
	color:#000000;
	border-left:3px solid #e15151;
	padding-left:7px;
	font-size:14px;
	margin-bottom:10px;
	display:block;
}
.sub_txt_eisei_title {
	display:block;
	margin-bottom:10px;
}

.sub_txt_hyouji{
	color:#000000;
	border-left:3px solid #618cf1;
	padding-left:7px;
	font-size:14px;
	margin-bottom:10px;
	display:block;
}

.sub_txt_hyouji span,
.sub_txt_eisei_title span{
	font-weight:normal;
	font-size:10pt;
}

.text_r{
	margin:0;
	text-align:right;
	padding:0;
	margin-bottom:15px;
}

/* 執筆者プロフィール */
.profile{
	border:5px solid #f5ead6;
	width:100%;
	margin-top:10px;
}

.profile_bg p{
	padding:5px;
	font-size:14px;
	font-weight:bold;
	line-height:1.4em;
	background-image:url(../images/dot_anzen.gif); 
	background-repeat:repeat-x; 
	background-position:bottom;
}

.profile_bg{
	background-image:url(../images/profile_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.profile_gry_line{
	background-image:url(../images/line_profile.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	width:100%;
	margin:0px;
	margin-bottom:5px;
	padding-bottom:10px;
}

.profile_name{
	font-size:14px;
}

.profile_gry_line span{
	color:#666666;
}

/** 提供 **/
.support{
	background-color:#f7f7f7;
	border:1px solid #dbdbdb;
	margin-top:15px;
	width:100%;
}

.support p{
	margin:10px;
}

/** 矢印　**/
.arrow_anzen{
	background-image:url(../images/arrow_anzen.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:8px;
}

.arrow_eisei{
	background-image:url(../images/arrow_eisei.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:8px;
}

/** サイドナビ **/
/* バナー*/ 
.side_bnr{
	width:100%;
	background-color:#eeeeee;
	border:1px solid #e2e2e2;
	padding-top:8px;
}

.side_bnr img{
	margin-bottom:8px;
	width:175px;
	display:block;
}

/* コラム最新記事　*/

.side_backnumber{
	width:100%;
	background-image:url(../images/side_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	border:1px solid #e2e2e2;
}

.side_backnumber p{
	font-weight:bold;
	background-image:url(../images/dot_side.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin:0;
	padding:8px;
}

.side_backnumber span{
	display:block;
	margin:5px;
}

.side_backnumber a{
	display:block;
	margin:5px;
	line-height:1.2em;
}

/** pagetop **/
.page_top{
	width:800px;
	margin-bottom:10px;
}

/** 以前の規格書タイムズCSSから引継ぎ分 **/
table#tbl-01 {
	border: 1px #cbcbcb solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table#tbl-01 th {
	padding: 4px;
	border: #cbcbcb solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
table#tbl-01 td {
	padding: 4px;
	border: 1px #cbcbcb solid;
	border-width: 0 0 1px 1px;
	text-align: center;
	white-space: nowrap;
}
table#tbl-02 {
	border: 1px #cbcbcb solid;
	border-collapse: collapse;
	border-spacing: 0;
}
table#tbl-02 th {
	padding: 4px;
	border: #cbcbcb solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
table#tbl-02 td {
	padding: 4px;
	border: 1px #cbcbcb solid;
	border-width: 0 0 1px 1px;
}
table#tbl-03 {
	border: 1px #cbcbcb solid;
	border-collapse: collapse;
	border-spacing: 0;
}
table#tbl-03 th {
	padding: 4px;
	border: #cbcbcb solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
table#tbl-03 td {
	padding: 4px;
	border: 1px #cbcbcb solid;
	border-width: 0 0 1px 1px;
}

.img_mgn{
	margin:8px 0px;
}


/** 表組み関連 **/
/* ページ識別 class */
div.eisei_eisei{/*衛生と表示-衛生*/}
div.eisei_hyouji{/*衛生と表示-表示*/}

/** 衛生と表示 表組み tdに行間指定 **/
div.eisei_eisei table td,
div.eisei_eisei table th,
div.eisei_hyouji table td,
div.eisei_hyouji table th{
	line-height:1.5em;
}

/* 衛生と表示一覧　年月日 */
table caption{
	text-align:left;
	padding:10px 0 5px 0;
	font-size:10pt;
}


/* 衛生と表示 冒頭のグレー枠 */
.hyouji_topbox{
	border:1px solid #cccccc;
	width:100%;
	margin:10px 0 15px 0;
}

.hyouji_topbox ul{
	padding:10px;
}

/* 衛生と表示 仕切りライン */
.eisei_line{
	background-image:url(../images/dot_eisei.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:100%;
	margin:5px 0 15px 0;
	text-align:right;
	height:20px;
}

.eisei_line a{
	background-image:url(../images/arrow_eisei_up.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left:10px;
}

/** 衛生と表示 ページ下詳細リンク **/
.eisei_bottom{
	text-align:right;
	margin:0;
	padding-bottom:5px;
	line-height:1.5em;
	background-image:url(../images/dot_eisei.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:100%;
}


/** **/
p.link_manual{
	margin:10px 0 0;
	padding:0;
}


/* 20090302追加　安全コラム＆食の衛生と表示 コラム下PR部分 */
#pr_box{
	background-color:#ebf3f7;
	margin-top:30px;
	border-top:1px solid #a6bcf4 ;
	border-bottom:1px solid #a6bcf4;
	background-image:url(/times/images/icon_pr.gif);
	background-position:5px 0;
	background-repeat:no-repeat;
}
#pr_box p{
	padding:15px 5px 5px 5px;
	margin:0;
	display:block;
	font-weight:bold
}


/*　20090218追加　トップページ「おすすめ情報」用スタイル　*/
.bnr_osusume{
	margin:3px 0 0 0;
	padding:0;
}
.bnr_osusume table.osusume{
	margin:0 3px 0 2px;
	width:182px;
}
.bnr_osusume table.osusume td.text{
	padding:4px 0;
	background:url(/times/images/bnr/blog_article_bgline.gif) repeat-x bottom;
	width:138px;
	line-height:1;
	color:#666;
}
.bnr_osusume table.osusume td.text p.infotext {
	padding:0;
	margin-bottom:0;
	background-image:none;
	font-weight: normal;
}
.bnr_osusume table.osusume td.text p.infotext a.infotexta{
	margin:2px 0 2px 3px;
}

.bnr_osusume table.osusume td.text p.servicename{
	padding:2px 4px;
	margin-bottom:3px;
	background-image:none;
	font-weight: normal;
}
.bnr_osusume table.osusume  td.bnrimage{
	padding:3px 0 0 0;
	background:url(/times/images/bnr/blog_article_bgline.gif) repeat-x bottom;
	width:48px;
}
.bnr_osusume table.osusume  td.bnrimage a{
	margin:0;
}

