@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: 0px auto 10px;
	padding: 0px;
	background: #171717 url(img/FONDO-HOME.png) repeat-x top;
	color: #333;
}
*:first-child+html body { 
	font-size: 75%;
}
html>/**/body {
	font-size: 75%\9;
}
a:link, a:visited {
	color: #039;
}
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: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	font-size: 90%;
	color: #999;
	padding-bottom: 20px;
}
#cr a {
	color: #FFF;
}
#up {
	clear: both;
	font-size: 90%;
	text-align: right;
	padding-top: 10px;
}

/*-----base setting-----*/
#wrap {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background: #000;
}
#hd {
	background: url(img/transicionHeader.jpg) no-repeat bottom;
	height: 135px;
}
#hdlf {
	float: left;
	width: 225px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#lang {
	text-align: right;
	margin-right: 10px;
	padding-top: 5px;
}
#lang a {
	color: #FFF;
}
#contents {
	background: #FFF;
	clear: both;
	padding: 20px 30px;
}

/*-----navigation-----*/
#hdnv ul, #ftnv ul {
	font-size: 90%;
	list-style: none;
}
#hdnv ul a, #ftnv ul a {
	color: #FFF;
	text-decoration: none;
}
#hdnv li, #ftnv li {
	padding-bottom: 2px;
}
#hdnv {
	margin-top: 20px;
}
#hdnv ul {
	font-weight: bold;
}
#hdnv li {
	float: left;
	width: 130px;
	margin-left: 5px;
}
#ftnv {
	clear: both;
}
#ftnv ul {
	width: 60em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#ftnv li {
	float: left;
	width: 11em;
	margin-right: 5px;
	margin-left: 5px;
}
.nvhome {
	border-bottom: 2px solid #FC0;
}
.nvabout {
	border-bottom: 2px solid #00A1E5;
}
.nvproduct {
	border-bottom: 2px solid #EE3324;
}
.nvrecipe {
	border-bottom: 2px solid #DA9188;
}
.nvcontact {
	border-bottom: 2px solid #66B301;
}

/*-----home-----*/
#fla {
	float: left;
}
#trt {
	float: right;
	width: 550px;
}
#trt h2 {
	clear: both;
	font-size: 110%;
	text-align: left;
	padding: 5px;
}
#trt h2 a {
	color: #FFF;
}
#tabout {
	overflow: hidden;
	position: relative;
	margin-bottom: 4px;
}
#tabout h2 {
	background: #00A1E5;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}
#tabout ul {
	list-style: none;
}
#tabout li {
	float: left;
}
#tproduct, #trecipe, #tcontact {
	float: left;
}
#trecipe, #tcontact, .lfmgn {
	margin-left: 5px;
}
#tproduct h2 {
	background: #EE3324;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}
#trecipe h2 {
	background: #DA9188;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}
#tcontact h2 {
	background: #66B301;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}

/*-----page base-----*/
#plf {
	float: left;
	width: 180px;
}
#prt {
	float: right;
	width: 665px;
}
#plf ul {
	list-style: none;
}
#plf li {
	margin-bottom: 5px;
}
#prt h2 {
	clear: both;
	font-size: 110%;
	text-align: left;
	padding: 7px 10px 6px;
	color: #FFF;
}
#prt p {
	line-height: 170%;
	margin-bottom: 10px;
}
#contents #prt p.mgnnon {
	margin-bottom: 0px;
}
.floatlf {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatrt {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.txtrt {
	text-align: right;
}
.txtlf {
	text-align: left;
}

/*-----quality-technology-----*/
#pabout h2 {
	background: #00A1E5;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}
#pabout h2 span {
	color: #ff9;
}
.aboutbox {
	border: 1px solid #00A1E5;
	padding: 15px 15px 5px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
.aboutbox table {
	clear: both;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
.aboutbox th, .aboutbox  td {
	text-align: left;
	padding: 3px 5px;
	vertical-align: top;
}
.aboutbox th {
	font-weight: normal;
	background: #DDD;
}
.aboutbox td {
	background: #EEE;
}

/*-----jamon-salami-----*/
#pproduct h2 {
	background: #EE3324;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}
#pproduct h2 span {
	color: #ff9;
}
.ppbox {
	width: 320px;
	float: left;
	margin-left: 10px;
}
.prdctbox {
	border: 1px solid #EE3324;
	padding: 15px 0px 5px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
.prdctbox p {
	margin-left: 10px;
}
.prdctbox img {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.prdctbox div {
	background: #DDD;
	width: 130px;
	float: left;
	text-align: left;
	margin: 0px 0px 10px 10px;
	padding: 5px 0px 5px 5px;
}
#pproduct #plf {
	text-align: left;
}
#pproduct #plf a {
	color: #333;
}
#pproduct #plf h3 {
	font-size: 110%;
}
#pproduct #plf h3 a {
	background: #DDD;
	display: block;
	margin-bottom: 5px;
	padding: 3px;
}
#pproduct #plf ul {
	margin-bottom: 15px;
}
#pproduct #plf li a {
	background: #EEE;
	display: block;
	padding: 2px 2px 2px 5px;
	_height: 1px;
}

/*-----recipe-----*/
#precipe h2 {
	background: #DA9188;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}
#precipe h2 span {
	color: #000;
}
.rcpbox {
	border: 1px solid #DA9188;
	padding: 15px 15px 10px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
.rcpbox div {
	font-weight: bold;
	text-align: left;
}
.rcpbox img {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.rcpbox ul, .rcpbox ol {
	text-align: left;
}
.rcpbox ul {
	margin-left: 25px;
	margin-bottom: 10px;
}
.rcpbox ol {
	margin-left: 30px;
}
.rcpbox li {
	margin-bottom: 5px;
	line-height: 150%;
}
#precipe #plf ul {
	margin-bottom: 15px;
	text-align: left;
}
#precipe #plf li a {
	background: #EEE;
	display: block;
	padding: 5px;
	_height: 1px;
	color: #333;
}

/*-----inquiry-----*/
#inquiry {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#inquiry h3 {
	margin-bottom: 5px;
	text-align: left;
}
#inquiry th, #inquiry td {
	text-align: left;
	padding: 3px 5px;
}
#inquiry table {
	width: 100%;
	margin-bottom: 10px;
	line-height: 170%;
}
#inquiry th {
	white-space: nowrap;
}
#inquiry td input {
	margin-top: 1px;
	margin-bottom: 1px;
}
#inquiry textarea {
	width: 500px;
}
#inquiry input:focus {
	background:#EEE;
}
#inquiry textarea:focus {
	background:#EEE;
}
.formbox {
	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;
}
.txtlt {
	text-align:left;	
}
.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%;
}
