@import "style-contents.css";
/*================================================

　初期化

================================================*/
body {
	behavior:url("css_js/csshover2.htc");
}
body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	background-image: url(images_site/body_bg.png);
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
a {
	color: #009933;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
ul, ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
	height: 1px;
	width: 99%;
	font-size: 1px;
	line-height: 1px;
}
#EntryAdmin {
	font-size: 10px;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px dotted #CCCCCC;
	position: absolute;
	left: 10px;
	line-height: 14px;
	bottom: 20px;
}
div#ALL {
	width: 850px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-image: url(images_site/all_bg_yrep.gif);
	background-repeat: repeat-y;
 min-height: 100%;
 height: auto !important;
	height: 100%;
 margin: 0px auto -130px;
}
div#ALL2 {
 height: 100%;
	background-image: url(images_site/page_bg_xrep.png);
	background-repeat: repeat-x;
}
/*================================================

　ヘッダ部分

================================================*/

#TAGLINE {
	font-size: 12px;
	line-height: 12px;
	margin: 0px;
	padding: 20px 0px 0px 20px;
}
#TAGLINE strong {
	font-weight: normal;
}
#HEADER {
	height: 126px;
	width: 850px;
	position: relative;
	background-image: url(images_site/header_bg.png);
	background-repeat: no-repeat;
}
#LOGO {
	height: 88px;
	width: 302px;
	position: absolute;
	top: 38px;
	left: 0px;
}
#LOGO a {
	height: 88px;
	width: 302px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
#TELFAX {
	position: absolute;
	top: 38px;
	left: 364px;
	width: 260px;
	text-indent: -9999px;
	overflow: hidden;
}
a#CONTACT {
	background-image: url(images_site/header_contact.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 82px;
	width: 209px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 38px;
	right: 12px;
}
a#CONTACT:hover {
	background-position: 0px -82px;
}
/*================================================

　メニュー部分

================================================*/
ul#GLOBALMENU {
	width: 229px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#GLOBALMENU li {
	background-image: none;
	margin: 0px;
	padding: 0px;
}
ul#GLOBALMENU li a {
	background-image: url(images_site/menu_bg.jpg);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
ul#GLOBALMENU li.oiwaizake a {
	background-position: 0px 0px;
	height: 60px;
	width: 229px;
}
ul#GLOBALMENU li.sake a {
	background-position: 0px -60px;
	height: 45px;
	width: 229px;
}
ul#GLOBALMENU li.shochu a {
	background-position: 0px -105px;
	height: 45px;
	width: 229px;
}
ul#GLOBALMENU li.info a {
	background-position: 0px -150px;
	height: 60px;
	width: 229px;
}
ul#GLOBALMENU li.oiwaizake a:hover {
	background-position: -229px 0px;
}
ul#GLOBALMENU li.sake a:hover {
	background-position: -229px -60px;
}
ul#GLOBALMENU li.shochu a:hover {
	background-position: -229px -105px;
}
ul#GLOBALMENU li.info a:hover {
	background-position: -229px -150px;
}

/*================================================

　コンテンツ

================================================*/
#WRAPPER {
}
p#TOPICPATH {
	font-size: 12px;
	line-height: 14px;
	padding: 10px 10px 5px;
	margin-bottom: 10px;
	margin-top: 0px;
}
#TOPICPATH a {
	color: #006699;
	text-decoration: none;
}
#TOPICPATH a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#CONTENTS {
	float: left;
	width: 620px;
	background-image: url(images_site/contents_bg_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 130px;
}
#CONTENTS h1#PageImage, #CONTENTS h1#CategoryImage {
	height: 130px;
	width: 620px;
	position: relative;
}
#CONTENTS h1#PageImage img, #CONTENTS h1#CategoryImage img {
	z-index: 9;
	left: 0px;
	top: 0px;
	position: absolute;
}
#CONTENTS h2.entryTitle {
	background-image: url(images_site/blog_h2_bg.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 50px;
	padding-left: 70px;
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 22px;
	color: #635E0F;
}
#CONTENTS ul, #CONTENTS ol {
	padding-top: 5px;
}
#CONTENTS ul li, #CONTENTS ol ul li {
	background-image: url(images_site/ul_li_marker.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 2px;
	padding-bottom: 5px;
}
#CONTENTS ol li, #CONTENTS ul ol li {
	background-image: url(images_site/ol_li_marker.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 2px;
	padding-bottom: 5px;
}

table.sakeItem {
	border-collapse:collapse;
	border: 1px solid #CFCFCF;
	width: 600px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 14px;
}
table.sakeItem th {
	background-color: #ECEBB3;
	padding: 3px;
	color: #7D780A;
	border: 1px solid #CFCFCF;
}
table.sakeItem td {
	border: 1px solid #CFCFCF;
	padding: 3px;
}
table.sakeItem td.sakeLabel {
	text-align: right;
	width: 120px;
}
table.sakeItem td.sakeImage {
	width: 200px;
}
.entryBlock {
	padding: 10px 20px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
	width: 580px;
	overflow: hidden;
}
.entryBlock p {
	margin: 10px 0px 5px;
}
.entryContact {
	font-size: 12px;
	line-height: 18px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
}
.entryExtend {
	font-size: 12px;
	margin: 0px;
	padding: 5px;
	color: #666666;
	text-align: right;
}
.entryDate {
	font-size: 10px;
	text-align: right;
	margin: 0px;
	padding: 5px 10px 20px;
	border-top: 1px solid #E3E3E3;
}
#CategoryFooterNavi {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	margin: 0px;
	padding: 10px 0px;
}
/*================================================

　サイドバー

================================================*/
#SIDE {
	float: right;
	width: 229px;
	background-color: #F3F3F3;
	background-image: url(images_site/side_bg_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 210px;
}
#SIDE h3 {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 15px;
}
#SIDE p.photo {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#SIDE p.photo img {
	border: 1px solid #CCCCCC;
}
#SIDE p {
	margin: 0px;
	padding: 5px 15px;
	font-size: 12px;
	line-height: 16px;
}
#SIDE p.linkRight {
	text-align: right;
}
#SIDE p.rss {
	text-align: center;
}
#SIDE ul.sidemenu {
	margin: 0px;
	padding: 5px 15px 5px 13px;
	font-size: 12px;
	line-height: 16px;
}
#SIDE ul.sidemenu li {
	background-image: url(images_site/side_listmarker.gif);
	padding-bottom: 5px;
	background-repeat: no-repeat;
	padding-left: 15px;
}
/*================================================

　フッター

================================================*/
.push {
width: 850px;
height: 130px;
}
#FOOTER {
	background-color: #F8F8F8;
	background-image: url(images_site/footer_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 850px;
	height: 130px;
	margin-right: auto;
	margin-left: auto;
}
#FOOTER p {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
/*================================================

　問い合わせ用

================================================*/
h3#AboutOrder {
	background-image: url(images_site/images_top/top_about_order.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 50px;
	width: 620px;
	margin-bottom: 15px;
}

#ContactForm p.formp {
	font-size: 12px;
}
#ContactForm table {
	border-collapse:collapse;
	border: 1px solid #C0CBD6;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 150%;
}
#ContactForm table th, #ContactForm table td {
	border-collapse:collapse;
	border: 1px solid #C0CBD6;
	padding: 7px;
	font-size: 12px;
	line-height: 150%;
}
#ContactForm table th {
	text-align: left;
	width: 150px;
	color: #153A42;
	background-color: #ECF0F4;
}
#ContactForm table td.tableSubmit {
	background-color: #FFFFCC;
	padding: 10px 5px;
}
#ContactForm .hissu {
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
}
#ContactForm p.red {
	font-size: 12px;
	color: #FFFF33;
	background-color: #CC0000;
	margin: 0px;
	padding: 3px;
}
#ContactForm label {
	white-space: nowrap;
}
table.fields {
	margin-bottom: 15px;
}
