@charset "utf-8";

html {
	overflow-y:scroll;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	_font-size: 75%;
	text-align: center;
	margin: 10px auto;
	padding: 0px;
	background: #FFF url(img/00back.gif) repeat-x top;
	color: #333;
}
*:first-child+html body { 
	font-size: 75%;
}
html>/**/body {
	font-size: 75%\9;
}
a:link, a:visited {
	color: #008000;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	margin: 0px;
	padding: 0px;
}
p, dl {
	text-align: left;
}
img {
	border-style: none;
}
.clear {
	clear: both;
}
#cr {
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	font-size: 80%;
	text-align: right;
	color: #040;
	border-top: 1px solid #999;
}
#cr a {
	color: #333;
}
#up {
	clear: both;
	font-size: 90%;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*-----base setting-----*/
#wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#hd {
	height: 80px;
	margin-bottom: 5px;
}
#hdlf {
	float: left;
	width: 760px;
	text-align: left;
	margin-top: 10px;
}
#hd h1 {
	font-size: 150%;
	color: #008000;
	margin-bottom: 5px;
}
#hd h2 {
	font-size: 120%;
}
#hd h3 {
	float: right;
	width: 135px;
}
#hd img {
}
#hdnv {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
#hdnv ul {
	list-style: none;
	text-align: center;
}
#hdnv li {
	display: inline;
	padding: 5px;
}

/*-----home-----*/
#tcontents {
	background: url(img/00top.jpg) no-repeat center;
	height: 525px;
	width: 800px;
	clear: both;
	margin: 10px auto;
}
#tcontents h2 {
	font-size: 150%;
	color: #FFF;
	line-height: 150%;
	padding-top: 20px;
	padding-bottom: 10px;
}
#tcontents h3 {
}
#tcontents h4 {
	margin-top: 300px;
	font-size: 90%;
	font-weight: normal;
	color: #040;
	text-align: left;
	margin-left: 10px;
}
#tcontents h5 {
	float: right;
	width: 390px;
	margin-right: 10px;
	margin-top: 125px;
}

/*-----page base-----*/
#pcontents {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#pcontents h2 {
	margin-bottom: 20px;
}
#pcontents h3 {
	clear: both;
	font-size: 120%;
	text-align: left;
	border-left: 5px solid #933;
	margin-bottom: 15px;
	border-bottom: 1px solid #933;
	margin-top: 20px;
	padding-left: 5px;
}
#pcontents p {
	margin-bottom: 10px;
	line-height: 150%;
}
.floatlf {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatrt {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.products, .recipe, .msg {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

/*-----products-meat-ham-----*/
.products hr {
	color: #9c7f4f;
	background: #9c7f4f;
	padding: 0px;
	height: 1px;
	margin-bottom: 20px;
	border-color: #9c7f4f;
	border-width: 1px 0px 0px;
	clear: both;
}
.products h4 {
	font-size: 120%;
	text-align: left;
	margin-left: 10px;
	clear: both;
	margin-bottom: 10px;
}
.prolf {
	float: left;
	width: 80px;
}
.procen {
	float: left;
	width: 230px;
}
.prort {
	float: right;
	width: 450px;
	margin-bottom: 20px;
}
.prort table, .prort th, .prort td {
	border-collapse:collapse;
	border: 1px solid #9c7f4f;
}
.prort table {
	width: 100%;
}
.prort th, .prort td {
	padding-top: 3px;
	padding-bottom: 3px;
}
.prort thead th {
	background: #dac9a9;
}
.prort tbody th {
	background: #e1d7c9;
}

/*-----recipe-----*/
.relf {
	float: left;
	width: 345px;
}
.relf table {
	width: 100%;
	margin-top: 10px;
}
.relf caption {
	font-weight: bold;
	text-align: left;
}
.relf td {
	text-align: left;
	vertical-align: top;
}
.rert {
	float: right;
	width: 400px;
	text-align: left;
	line-height: 150%;
}
.rert ol {
	margin-left: 25px;
	margin-bottom: 20px;
}
.rert li {
	margin-bottom: 5px;
}
.chef {
	clear: both;
	font-size: 80%;
	text-align: right;
	padding-bottom: 20px;
}

/*-----message-news-----*/
#pcontents .msg h3 {
	border-left-style: none;
	border-bottom-color: #9c7f4f;
	border-bottom-width: 2px;
	font-size: 100%;
	padding: 5px;
	margin-top: 0px;
	background: #dac9a9;
}
.msg {
	border: 2px solid #9c7f4f;
	clear: both;
	margin-bottom: 20px;
}
.msg img {
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.msg p {
	margin-right: 10px;
	margin-left: 10px;
}
.date {
	border-top: 2px solid #9c7f4f;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	clear: both;
	background: #dac9a9;
}
.msg hr {
	color: #9c7f4f;
	background: #9c7f4f;
	padding: 0px;
	height: 1px;
	margin-bottom: 20px;
	border-color: #9c7f4f;
	border-width: 1px 0px 0px;
	margin-right: 10px;
	margin-left: 10px;
}
.txtrt {
	text-align: right;
}

/*-----inquiry-----*/
#inquiry {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#inquiry h3 {
	border-style: none;
	margin-top: 0px;
	padding-left: 0px;
}
#inquiry table, #inquiry th, #inquiry td {
	border-collapse:collapse;
	border: 1px solid #CCC;
}
#inquiry th, #inquiry td {
	text-align: left;
	padding: 3px 5px;
}
#inquiry table {
	width: 100%;
	margin-bottom: 10px;
	line-height: 170%;
}
#inquiry th {
	background: #EEE;
	white-space: nowrap;
}
#inquiry td input {
	margin-top: 1px;
	margin-bottom: 1px;
}
#inquiry textarea {
	width: 500px;
}
#inquiry input:focus {
	background:#F3F1D1;
}
#inquiry textarea:focus {
	background:#F3F1D1;
}
.formbox {
	background: #EEE;
	padding: 10px;
	margin-bottom: 10px;
}
.formbox div, .formbox ol {
	text-align: left;
}
.formbox ol {
	list-style: none;
	margin-left: 20px;
}
.formbox li {
	text-indent: -3em;
	padding-left: 3em;
}
.must {
	color: #E00;
	font-size: 90%;
	font-weight: bold;
	vertical-align: text-top;
}
.txtnml {
	font-size: 90%;
	font-weight: normal;
}
.ja {
	ime-mode:active;
}
.num {
	ime-mode:inactive;
}
.w100 {
	width: 100px;
}
.w200 {
	width: 200px;
}
.w300 {
	width: 300px;
}
#cpi {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	height: 130px;
}
#cpi img {
	float: left;
}
#cpi div {
	float: right;
	width: 150px;
	margin-top: 50px;
}
.err {
	color: #E00;
	font-size: 90%;
}
