@charset "utf-8";
/* CSS Document */

/* 要素リセット */

* {
   margin: 0;
   padding: 0;
}

h1,h2,h3,h4,h5,h6,p,address {
   font-size: 100%;
   font-weight: normal;
   font-style: normal;
}

img {
   border: none;
}

/* 全ページ共通 */

body {
   margin: 0px;
   padding: 0px;
   text-align: left;
   font-size: 90%;
   color: #333;
   line-height: 1.5em;
   font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
   background-color: #ffffff;
}

#container {
	width: 900px;
	margin: auto;
}

.toplogo_area a{
	color: #586374;
	font-weight: bold;
}

.toplogo_area a:hover{
	color: #999;
}

.toplogo {
	text-align: right;
	font-size: 11px;
	float: right;
}

#header {
	width: 900px;
	border-bottom: 3px solid #586374;
	overflow: hidden;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#contents {
	width: 900px;
	overflow: hidden;
	padding-bottom: 50px;
}

/* ナビ */

.navi {
	list-style: none;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
}

.navi li {
	float: right;
	padding-left: 50px;
	line-height: normal;
}

.navi a:link { color: #333; }
.navi a:visited {color: #333; }
.navi a:hover { color: #999; }
.navi a:active { color: #333; }
.navi a { text-decoration: none; }

/* LEFT AREA */

#left-area {
	width: 250px;
	float: left;
}

.left-banner {
	margin-bottom: 10px;
}

.left-text {
	padding: 10px 0px;
	border-bottom: 1px solid #333;
	border-bottom-style: dotted;
/*	font-size: 12px;*/
}

.left-text2 {
	padding: 10px 0px;
/*	font-size: 12px;*/
}

.left-text a:link { color: #333; }
.left-text a:visited {color: #333; }
.left-text a:hover { color: #999; }
.left-text a:active { color: #333; }
.left-text a { text-decoration: none; }

.left-text2 a:link { color: #333; }
.left-text2 a:visited {color: #333; }
.left-text2 a:hover { color: #999; }
.left-text2 a:active { color: #333; }
.left-text2 a { text-decoration: none; }

.tetra {
	margin: 0px 5px 0px 10px;
	vertical-align: auto;
}

#right-area {
	width: 620px;
	float: right;
}

/* FOOTER */

#footer-area {
	width: 100%;
	min-width: 900px;
	background-color: #fef7eb;
	border-top: 5px solid #586374;
	clear: both;
}

#footer {
	width: 900px;
	margin: auto;
	background-image: url(../image/footer-bgm.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}

.footer-navi {
	list-style: none;
	padding: 10px 0px 0px 0px;
/*	font-size: 12px;*/
}

.footer-navi li {
	float: left;
	padding: 0px 10px 0px 0px;
	line-height: normal;
}

.footer-navi a:link { color: #333; }
.footer-navi a:visited {color: #333; }
.footer-navi a:hover { color: #999; }
.footer-navi a:active { color: #333; }
.footer-navi a { text-decoration: none; }

.footer-logo {
	margin: 50px 0px 10px 0px;
}

address {
	line-height: normal;
	padding-bottom: 5px;
	line-height: 1.2em;
}

.copyright {
	color: #fff;
	background-color: #586374;
	text-align: center;
	font-size: 12px;
	padding: 3px 0px;
}

/* 装飾関係 */

.clear { clear: both; }
.shadow{
	-moz-box-shadow: 2px 2px 3px 3px #ccc;
	-webkit-box-shadow: 2px 2px 3px 3px #ccc;
	box-shadow: 2px 2px 3px 3px #ccc;
	background-color: #eee;
}
.m_b30 { margin-bottom: 30px; }

/* INDEXページ */

.index-h1 {
	font-size: 24px;
	font-weight: bold;
	padding: 7px 0px 10px 0px;
	color: #336;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.top-comme {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #336;
	padding-bottom: 5px;
	margin-bottom: 30px;
	color: #336;
}

.top_image {
	margin-bottom: 30px;
}

.item-area {
	float: left;
	width: 290px;
	margin: 0px 10px 20px 10px;
	text-align: right;
	overflow: hidden;
}

.item-area p {
	font-weight: bold;
}

.item {
	border: 1px solid #586374;
	margin-bottom: 5px;
}

.shousai {
	float: left;
	margin-left: 10px;
}

.shousai-btm {
	background-color: #586374;
	color: #fff;
	font-weight: bold;
	padding: 2px 10px;
	border-radius: 3px;
}

.shousai a:link { color: #fff; }
.shousai a:visited {color: #fff; }
.shousai a:hover { color: #999; }
.shousai a:active { color: #fff; }
.shousai a { text-decoration: none; }

/* 商品案内ページ */

.item-area2 {
	width: 100%;
	overflow: hidden;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #333;
	border-bottom-style: dotted;
}

.item-h2 {
	font-size: 16px;
	font-weight: bold;
	background-image: url(../image/item/h2-bgm.jpg);
	color: #fff;
	padding: 5px 0px;
	margin-bottom: 10px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-radius: 3px;
	width: 300px;
	text-align: center;
}

.item_sentence ul {
	list-style-type: disc;
	margin-left: 20px;
}

.item_sentence li {
	margin-bottom: 10px;
}

.price-text {
	font-size: 15px;
	font-weight: bold;
}


.item-gazo {
	margin: 0px 0px 20px 10px;
	-moz-box-shadow: 2px 2px 3px 3px #ccc;
	-webkit-box-shadow: 2px 2px 3px 3px #ccc;
	box-shadow: 2px 2px 3px 3px #ccc;
	background-color: #eee;
}

.item-text {
	float: left;
	width: 360px;
	margin-left: 5px;
}

.cart-area {
/*	width: 410px;
	height: 150px;*/
	border: 1px solid #586374;
	text-align: right;
	float: left;
	padding: 15px;
	margin-left: 15px;
}

.cart-area input {
	margin-top: 10px;
	vertical-align: top !important;
}


.cart2-area {
	border: 1px solid #586374;
	text-align: right;
	float: right;
}

.cart2-area a {
	padding: 15px;
	background-color: #eee;
	color: #586374;
	font-weight: bold;
	display: block;
}


.cart2-area a:hover {
	background-color: #ddd;
}


/* なかむら商店の製法ページ */

.recipe-h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	margin-bottom: 15px;
	color:  #336;
	border-bottom: 1px solid#336;
	border-bottom-style: dotted;
	border-left: 5px solid #336;
}

.recipe-text {
	padding-bottom: 100px;
}

.recipe-list {
	margin-left: 20px;
}

.recipe-img {
	float: right;
	margin: 0px 5px 50px 10px;
	-moz-box-shadow: 2px 2px 3px 3px #ccc;
	-webkit-box-shadow: 2px 2px 3px 3px #ccc;
	box-shadow: 2px 2px 3px 3px #ccc;
	background-color: #eee;
}

/* 会社案内ページ */

.infor_table {
	margin-bottom: 30px;

}

.infor_table th {
	border-bottom: 1px solid #ccc;
	padding: 5px 20px 5px 0px;
}

.infor_table td {
	border-bottom: 1px solid #ccc;
	padding: 5px 20px 5px 0px;
}

.map_text {
	border-bottom: 1px solid #666;
	border-bottom-style: dotted;
	margin-bottom: 10px;
}































