﻿/* --- 全体の設定 --- */
table.all{
	width:100%;
	margin-bottom:0px;
}

/* --- タイトル設定 --- */
.MidashiOsm{
	background-image:url('title.gif')
}

/* --- 左側のメニュー設定 --- */
table.left{
	width:100%;
}

.left1{
	background-image:url('botan1.gif');
	font-size:small;
	height:30px;
	width:130px;
}

td.left1 A:link {
	color: #000000;
}
td.left1 A:visited {
	color: #000000;
}
td.left1 A:hover {
	color: #000000;
}
td.left1 A:active {
	color: #000000;
}

td.LeftMenu{
	vertical-align:top;
	width:135px;
	background-color:#E6E6FA;
}

/* --- 右側のコンテンツ設定 --- */
table.right{
	margin-top:30px;
	width:100%;
	border-collapse:collapse;
	border-spacing:10px;
}


/* --- フォント設定 --- */
.font1{
	font-size:small;
	letter-spacing:0.2em
}
/* --- 「メニュー」ページの設定 --- */
div#mokuji{
	width:80%;
	margin:auto;
	margin-top:5px;
	margin-bottom:20px;
}

div#mokuji h4 {
	padding-left: 5px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FF8EFA;
	color:#000000
}
div#mokuji A:link {
	color: #000000;
}
div#mokuji A:visited {
	color: #000000;
}
div#mokuji A:hover {
	color: #0000FF;
}
div#mokuji A:active {
	color: #000000;
}

/* --- 「ふるさと」ページの設定 --- */
.hurusato{
	width:90%;
	margin:auto;
}

/* --- 「工程」ページの設定 --- */
div#koutei1{
	width:80%;
	margin:auto;
	margin-top:5px;
	margin-bottom:20px;
}

div#koutei1 h4 {
	padding-left: 5px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FF8EFA;
	color:#000000
}
div#koutei1 A:link {
	color: #0000FF;
	text-decoration:underline
}
div#koutei1 A:visited {
	color: #D200FF;
	text-decoration:underline
}
div#koutei1 A:hover {
	color: #FF0000;
}
div#koutei1 A:active {
	color: #000000;
}

div#bunrui{
	width:100%
}

div#bunrui h2 {
	font-size: 120%;
	color: #7B007B;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.image1{
	margin:auto
}

