/*背景のスタイル*/
body {
	background-image: url(images/back.gif);
	background-repeat: repeat-y;
	margin-top:0px;
	}

/*キャッチコピーのスタイル*/
.head {
	width: 750px;
	height: 15px;
	text-align: left;
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	background-color: #f5f5dc;
	}

/*サイドメニューのスタイル*/
A.side { font-size: 12px } A.side 
{ text-decoration: none } A.side:link { color: #660000 } A.side:active { color: 
#CC0000 } A.side:visited { color: #660000 } A.side:hover { color: #CC0000 } 

/*NEWSのスタイル*/ A.news:link { color: #CC0000 } A.news:active { 
color: #FF0000 } A.news:visited { color: #CC0000 } A.news:hover { color: #FF0000 
}
/*font style*/
.wine { font-size: 12px }

/*フッターのスタイル*/
div.foot {
	font-size:12px;
	color: #666666;
	font-family: 'ＭＳ Ｐゴシック',Osaka,;
	padding: 0px;
	margin-left: 150px;
	width: 600px;
	text-align: center;
}
.foot:link {
  text-decoration: none;
  color:#666666;}
.foot:visited {
  text-decoration: none;
  color:#666666;}
.foot:hover { color:#FFFFFF;
  text-decoration:underline; color:#666666;}

/*テーブル内TD背景を白に*/
#td_bg td{
background-color: #FFFFFF;
}

/* もろみ酢ページ用スタイル */


.moromi h1{
	font-size:x-large;
	color:green;
	text-align:center;
}

.moromi h2{
	font-size:medium;
	text-align:center;
}

.moromi h3{
	font-size:medium;
	color:green;
	text-align:left;
}

.moromi h3.2nd{
	font-size:medium;
	color:green;
	text-align:center;
}

.moromi #moromi001{
	float:left;
}

.moromi #moromi002{
	float:left;
	color:green;
	font-weight: bold;
}

.moromi #moromi003{
	color:green;
	font-weight: bold;
}

.moromi #description01{
	width:280px;
	border:3px double orange;
	padding:10px;
	background-color:#ffffcc;
	text-align:left;
}

.moromi p{
	font-size:x-small;
	font-weight:bold;
	text-align:left;
}

.moromi #clear{
	clear:both;
}

.moromi hr{
	border-top:1px solid orange;
	border-bottom:1px solid white;
}

.moromi #description02{
	width:90%;
	border:2px dotted orange;
	padding:10px;
	background-color:#ffffcc;
	font-size:samll;
	color:maroon;
	text-align:left;
}

.moromi #description02 p{
	float:left;
	height:50px;
	text-align:left;
	font-size:medium;
	color:orangered;
	margin-right:1em;
}

.moromi #mineral {
	width:90%;
	font-size:x-small;
	text-align:center;
}

.moromi #mineral th.sakiyama{
	font-size:x-small;
	text-align:center;
	border:1px solid orange;
	background-color: moccasin;
}

.moromi #mineral th{
	font-size:x-small;
	text-align:center;
	border:1px solid orange;
}

.moromi #mineral td.sakiyama{
	font-size:x-small;
	text-align:center;
	border:1px solid orange;
	background-color: moccasin;
	font-weight:bold;
}

.moromi #mineral td{
	font-size:x-small;
	text-align:center;
	border:1px solid orange;
	background-color: white;
}

.moromi #mineral td.left{
	font-size:x-small;
	text-align:left;
	padding-left:1em;
	border:1px solid orange;
	background-color: white;
}

.moromi #description03{
	width:90%;
	padding:10px;
	text-align:left;
	font-weight:bold;
}

.moromi #description04{
	width:90%;
	padding:10px;
	text-align:center;
	font-weight:bold;
	font-size:medium;
	color:green;
	margin:0;
}

.moromi #description05{
	width:90%;
	border:3px double green;
	padding:10px;
	background-color:honeydew;
	text-align:left;
	color:red;
}

.moromi #description05 span.big{
	font-size:x-large;
}
.moromi #description05 div.left{
	width:100%;
	border-bottom:1px solid green;
	margin:1em;
	font-weight:bold;
}

.moromi #description05 div.inner{
	margin:1em 2em 1em 2em;
	font-size:x-small;
	color:#000;
}

#mineraldata th.sakiyama{
	font-size:small;
	color:#FFF;
	text-align:center;
	border:1px solid #fe8a33;
	background-color: #FF0000;
}

#mineraldata th{
	font-size:small;
	text-align:center;
	border:1px solid orange;
	background-color: white;
}

#mineraldata td.sakiyama{
	font-size:small;
	color:#FFF;
	text-align:center;
	border:1px solid #fe8a33;
	background-color: #FF0000;
	font-weight:bold;
}

#mineraldata td{
	font-size:small;
	text-align:center;
	border:1px solid orange;
	background-color: white;
}

#mineraldata td.left{
	font-size:small;
	text-align:left;
	padding-left:1em;
	border:1px solid orange;
	background-color: white;
}

