@charset "utf-8";

/*************************************
  zenmi.jp　一般サイト用スタイルシート
  HTML更新、不要タグ削除、要素名整理を実施
  2024-06-10
*************************************/

/* 画面全体 */
body {
	background-image: url(img/bk1.gif);
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* リンク文字色、アンダーライン無し */
a:link {
    color: #06F;
    text-decoration: none;
}
a:visited {color: #3CF;}
a:hover {color: #F90;}
a:active {color: #FC0;}

/* トップ画像と上部メニュー */
#div_container {
    align-content: center;
    font-size: small;
    margin-left: auto;
	margin-right: auto;
    margin-top: 30px;
    width: 1024px;
}

/* トップ画像 */
#img_header {
    padding-bottom: 0px;
    height: 100px;
    width: 1024px;
}

/* 上部メニュー */
#ul_navibar {
    height: 30px;
    width: 1024px;
    margin: 0px;
    padding: 0px;
}
#ul_navibar li {
	float: left;
    list-style-type: none;
	text-align: center;
	height: 30px;
    width: 146.2px;
}
#ul_navibar a {
	background-color: #F63;
	display: block;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 5px;
}
#ul_navibar a:hover {
	color: #333;
	background-color: #FC6;
}

/* メインテーブル */
#table_main {
    background-color: #FFFFFF;
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 1024px;
}

/* サブテーブル */
.table_sub{
    background-color: #FFFFFF;
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

/* 個別ページの見出し画像 */
#img_line {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    height: 30px;
    width: 1024px;
    align-items: center;
}

/* 個別ページのサブ見出し画像 */
.img_line_sub {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    height: 24px;
    width: 860px;
    align-items: center;
}

/* アイコン画像_四角青 */
.img_b1{
    width: 12px;
    height: 11px;
}

/* アイコン画像_三角黒 */
.img_b2{
    width: 9px;
    height: 10px;
}

/* アイコン画像_PDF */
.img_pdf{
    width: 16px;
    height: 16px;
}

/* 全味会館写真 */
#img_kaikan{
    width: 250px;
    height: 290px;
}

/* アクセスマップ画像 */
#img_access{
    text-align: center;
    width: 612px;
    height: 502px;
}

/* 全味工連と各ブロックの組織_書式設定 */
#td_soshiki{
    text-align: center;
    background-color: #993333;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    width: 860px;
    height: 60px;
    font-weight: bold;
    font-size: 16px;
}

/* これ以下はフッター */
/* 下部リンク表示 */
#table_link {
    background-color: #FFF;
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 860px;
    height: 80px;
    text-align: center;
}

/* 中味研リンク */
#img_chumi{
    width: 254px;
    height: 52px;
}

/* みそ健リンク */
#img_misobunner{
    width: 254px;
    height: 52px;
}

/* 著作権規定-許諾申請書リンク */
.td_chosaku{
    width: 150px;
}

/* 最下部の著作権表示 */
#td_footer {
    background-color: #F90;
    clear: both;
	color: #FFF;
	text-align: center;
    height: 23px;
}
