@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: 8px auto 10px;
	padding: 0px;
	background: url(img/00back.gif);
}
*:first-child+html body { 
	font-size: 75%;
}
html>/**/body {
	font-size: 75%\9;
}
a:link, a:visited {
	color: #009;
}
a:hover {
	text-decoration: none;
	color: #C00;
}
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;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	font-size: 80%;
	width: 815px;
	text-align: right;
	color: #333;
}
#cr a {
	color: #333;

}
#up {
	clear: both;
	font-size: 90%;
	text-align: right;
	padding-top: 10px;
}

/*-----base setting-----*/
#bdr {
	width: 800px;
	border: 10px solid #900;
	margin: 0px auto;
	padding: 0px;
	border-radius: 10px; /* CSS3 */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
}
#wrap {
	width: 800px;
}
#thd {
	height: 150px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
#hd {
	margin-bottom: 10px;
}
#lang {
	float: right;
	margin-right: 15px;
}
#hdnv ul, #ftnv ul {
	list-style: none;
}
#hdnv ul a, #ftnv ul a {
}
#hdnv {
	float: left;
	width: 700px;
	padding-bottom: 8px;
}
#hdnv ul {
}
#hdnv li {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}
#ftnv {
	font-size: 90%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#ftnv ul {
}
#ftnv li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;

}
#contents {
	clear: both;
	background: #FFF;
	padding: 15px;
}

/*-----home-----*/
#tlf {
	float: left;
	width: 404px;
	padding-top: 30px;
}
#trt {
	float: right;
	width: 350px;
	text-align: left;
}
#contents #trt h2 {
	margin-bottom: 10px;
}
#contents #trt ul {
	margin-left: 40px;
	margin-bottom: 10px;
}
#contents #trt li {
	margin-bottom: 5px;
}
#contents #trt li ul {
	margin-bottom: 0px;
	margin-left: 20px;
}
#contents #trt li li {
}
#icex {
	font-size: 80%;
	text-align: right;
	padding-top: 5px;
}

/*-----page base-----*/
#contents h2 {
	text-align: left;
	margin-bottom: 10px;
}
#contents p {
	line-height: 170%;
	margin-bottom: 15px;
}
.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;
}

/*-----history-feature-----*/
.history {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.history h3 {
	text-align: left;
	margin-bottom: 15px;
}
.history h4 {
	text-align: left;
	font-size: 120%;
	color: #2e3192;
	margin-bottom: 5px;
}
hr.historybdr {
	clear: both;
	color: #900;
	background: #900;
	padding: 0px;
	height: 1px;
	margin-bottom: 15px;
	border-color: #900;
	border-width: 1px 0px 0px;
}

/*-----news-----*/
.newbox {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border: 2px solid #CCC;
	margin-bottom: 15px;
	padding: 10px;
}
.date {
	text-align: right;
	margin-bottom: 5px;
}
.newbox h3 {
	font-size: 100%;
	background: #DDD;
	text-align: left;
	padding: 5px 10px;
	margin-bottom: 10px;
}

/*-----products-queso-----*/
#quesolf, #quesort {
	text-align: left;
}
#quesolf {
	float: left;
	width: 405px;
}
#quesort {
	float: right;
	width: 360px;
}
#quesolf h2 {
	margin-bottom: 50px;
}
#quesolf h3, #quesort h3 {
	font-size: 100%;
	margin-left: 10px;
}
#quesolf h3 img, #quesort h3 img {
	vertical-align: middle;
	margin-right: 5px;
}
#quesolf ul, #quesort ul {
	margin-left: 40px;
	margin-bottom: 10px;
	list-style: circle;
}
#quesolf li, #quesort li {
	margin-bottom: 5px;
}

/*-----inquiry-----*/
#inquiry {
	width: 650px;
	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%;
}
