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

/*========================================
*
* デフォルトのスタイル
*
========================================*/

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, form, fieldset {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	/*color: #333333;*/
	color: #666666;
	background: transparent;
}

a {
	color: #006699;
	text-decoration: underline;
}

img {
	border: none;
	vertical-align: bottom;
}

li {
	list-style-type: none;
}

/*========================================
*
* 共通
*
========================================*/

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.clear-both {
	clear: both;
}

.size0 { font-size: 0; line-height: 0; }

.img-left-margin {
	float: left;
	margin-right: 12px;
	margin-bottom: 20px;
}

.img-right-margin {
	float: right;
	margin-left: 12px;
	margin-bottom: 20px;
}

/*========================================
*
* 左右可変
*
========================================*/

.wrapper {
	width: 100%;
	text-align: center;
}

.clipping {
	position: relative;
	overflow: hidden;
}

.blank-left {
	position: absolute;
	width: 50%;
	/*height: 100%;*/
	left: -400px;
}

.blank-right {
	position: absolute;
	width: 50%;
	/*height: 100%;*/
	right: -400px;
}

.content {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 800px;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

.topnavi ul {
	position: absolute;
	left: 440px;
	top: 9px;
}

.topnavi li {
	float: left;
	line-height: 0;
	font-size: 10px;
}

.topnavi li a {
	display: block;
	height: 13px;
	text-indent: -9999px;
}

.topnavi li a:hover {
	background: none !important;
}

#menu-home a { width: 40px; background: url(../images/header/menu-home.png) no-repeat; }
#menu-home   { width: 40px; margin:0 0 0 12px; background: url(../images/header/menu-home2.png) no-repeat; }

#menu-otoiawase a { width: 70px; background: url(../images/header/menu-otoiawase.png) no-repeat; }
#menu-otoiawase   { width: 70px; margin:0 0 0 12px; background: url(../images/header/menu-otoiawase2.png) no-repeat; }

#menu-saiyou a { width: 60px; background: url(../images/header/menu-saiyou.png) no-repeat; }
#menu-saiyou   { width: 60px; margin:0 0 0 6px; background: url(../images/header/menu-saiyou2.png) no-repeat; }

#menu-sitemap a { width: 70px; background: url(../images/header/menu-sitemap.png) no-repeat; }
#menu-sitemap   { width: 70px; margin:0 0 0 4px; background: url(../images/header/menu-sitemap2.png) no-repeat; }

#menu-english a { width: 100px; background: url(../images/header/menu-english.png) no-repeat; }
#menu-english   { width: 100px; margin:0 0 0 12px; background: url(../images/header/menu-english2.png) no-repeat; }

/*========================================
*
* メニュー
*
========================================*/

#menu {
}

#menu-content {
	height: 100px;
	background: url(../images/header/menu-bar.png) no-repeat;
}

#top-link {
	z-index: 5;
	position: absolute;
	top: 0px;
	left: 50px;
	width: 127px;
	height: 126px;
}


#menu-content ul {
	position: absolute;
	top: 31px;
}

#menu-content li {
	line-height: 0;
	font-size: 0;
}

#menu-content li a {
	display: block;
	height: 18px;
	text-indent: -9999px;
}

#menu-content li a:hover {
	background: none;
}


/*========================================
*
* トップイメージ部分
*
========================================*/

#top-image {
	background: url(../images/top-image-blank.png) repeat-x;
}

/*========================================
*
* トピックパス部分
*
========================================*/

#topicpath {
	height: 27px;
	background: url(../images/topicpath-blank.png) repeat;
}

#topicpath div {
	height: 27px;
	background-color: #e7e7e7;
	font-size: 12px;
	line-height: 24px;
}

#topicpath p {
	margin-left: 11px;
}

/*========================================
*
* フッター部分
*
========================================*/

#footer {
	height: 117px;
	background: url(../images/footer/footer-blank.png) repeat-x top;
}
.footer-wrapper {
	width: 900px;
	margin: 0 auto;
}
.footer-contenttop {
	background: url(../images/footer/footer-content2.png) no-repeat !important;
}

#footer-content {
	height: 117px;
	background: url(../images/footer/footer-content.png) no-repeat;
}

#footer-content ul {
	margin-right: 10px;
	margin-bottom: 8px;
	text-align: right;
}

#footer-content li {
	font-size: 10px;
	color: #9e9e9e;
	display: inline;
	line-height: 22px;
	margin-right: 11px;
}

#footer-content li a {
	color: #9e9e9e;
	text-decoration: none;
}

#footer-content li a:hover {
	text-decoration: underline;
}

/*========================================
*
* メイン部分
*
========================================*/

#main {
	background: url(../images/main-blank.png) repeat;
}
.main-wrapper {
	width: 900px;
	margin: 0 auto;
}
#main-content {
	background-color: #ffffff;
}

#top-content {
	/*
	background: #ffffff url(../images/main-top.png) no-repeat top;
	padding-top: 42px;
	*/
	background-color: #ffffff;
}

/* TOPの左側 */
.main-left {
	margin-left: 35px;
	padding-top: 20px;
	width: 426px;
	font-size: 12px;
	line-height: 20px;
}

.main-left dt {
	float: left;
	width: 80px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #999999;
}

.main-left dd {
	padding-left: 80px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: url(../images/line.png) no-repeat left bottom;
}

/* TOP以外の左側 */
.main-left2 {
	/*margin: 0 265px 0 43px;*/
	margin-left: 43px;
	width: 492px;
	padding-top: 27px;
	font-size: 14px;
	line-height: 24px;
}

.main-left3 {
	/*margin: 0 265px 0 43px;*/
	margin-left: 43px;
	width: 492px;
	padding-top: 27px;
	font-size: 12px;
	line-height: 16px;
}

/* TOPの右サイドバー */
.main-right {
	float: right;
	clear: right;
	display: inline; /* IE6バグ対策 */
	width: 251px;
	min-height: 772px;
	height: auto !important;
	height: 772px;
	padding-left: 14px;
	padding-right: 16px;
	padding-top: 15px;
	margin-right: 35px;
	background: url(../images/main-right.png) no-repeat top;
}

/*
.main-right img {
	margin-bottom: 9px;
}
*/

.main-right dl img {
	margin-bottom: 0;
}

.main-right dt {
	float: right;
	width: 88px;
	text-align: right;
	padding-top: 9px;
}

.main-right dd {
	font-size: 10px;
	line-height: 14px;
	padding-right: 88px;
	padding-top: 9px;
	padding-bottom: 13px;
	border-top: 1px solid #dddddd;
}

/* TOP以外の右サイドバー */

/*sake*/
.main-right2 {
	float: right;
	width: 213px;
	height: 992px;
	background: url(../sake/images/main-right.png) repeat-x top;
}

.main-right-foods {
	float: right;
	width: 213px;
	/*height: 992px;*/
	min-height: 700px;
	height: auto !important;
	height: 700px;
	background: url(../foods/images/main-right.png) repeat-x top;
}


/* フッター画像 */
.main-bottom {
	margin-top: 40px;
	/*height: 368px;*/
}

/*========================================
*
* リンクバー
*
========================================*/
.linkbar {
	background: url(../images/linkbar-bg.png) repeat-y left;
	height: 22px;
	line-height: 20px;
	margin-top: 12px;
}

.linkbar li {
	display: inline;
	font-size: 12px;
	margin-left: 10px;
}

.linkbar img {
	vertical-align: middle;
	margin-right: 6px;
}

.linkbar a {
	color: #3366cc;
}

/*========================================
*
* 小見出し
*
========================================*/

.h3-margin {
	margin-top: 38px;
	margin-bottom: 6px;
}

.h4-margin {
	margin-top: 20px;
}

.h3-margin-top {
	margin-top: 38px;
}

/*========================================
*
* 料理写真
*
========================================*/

.food-picture {
	display: block;
	margin-top: 10px;
}

/*========================================
*
* 商品ラインナップ
*
========================================*/

.lineup-list {
	font-size: 12px;
}

.lineup-list img {
	vertical-align: middle;
	margin-left: 7px;
	margin-right: 7px;
}

.lineup-list dt {
	font-weight: bold;
	margin-top: 6px;
	padding-left: 20px;
	width: 470px;
	background: url(../sake/images/lineup-mark.png) no-repeat left;
}

.lineup-list dd {
	padding-left: 20px;
	padding-bottom: 6px;
	width: 470px;
	background: url(../sake/images/lineup-line.png) no-repeat bottom;
}

/*========================================
*
* ブランド一覧
*
========================================*/

.brand-list-a {
	margin-bottom: 0px;
}

.brand-list-b {
	margin-bottom: 30px;
}

.brand-list li {
	width: 213px;
	height: 42px;
	text-indent: -9999px;
}

.brand-list a {
	display: block;
	width: 213px;
	height: 42px;
	text-indent: -9999px;
}

.brand-list a:hover {
	background: none !important;
}

#brand-kuroobi a { background: url(../sake/images/brand-kuroobi.png) no-repeat; }
#brand-kuroobi   { background: url(../sake/images/brand-kuroobi-o.png) no-repeat; }
#brand-kuroobi-s { background: url(../sake/images/brand-kuroobi-s.png) no-repeat; }

#brand-kagatobi a { background: url(../sake/images/brand-kagatobi.png) no-repeat; }
#brand-kagatobi   { background: url(../sake/images/brand-kagatobi-o.png) no-repeat; }
#brand-kagatobi-s { background: url(../sake/images/brand-kagatobi-s.png) no-repeat; }

#brand-kyoka a { background: url(../sake/images/brand-kyoka.png) no-repeat; }
#brand-kyoka   { background: url(../sake/images/brand-kyoka-o.png) no-repeat; }
#brand-kyoka-s { background: url(../sake/images/brand-kyoka-s.png) no-repeat; }

#brand-fukunohikari a { background: url(../sake/images/brand-fukunohikari.png) no-repeat; }
#brand-fukunohikari   { background: url(../sake/images/brand-fukunohikari-o.png) no-repeat; }
#brand-fukunohikari-s { background: url(../sake/images/brand-fukunohikari-s.png) no-repeat; }

#brand-kazeyomizuyohitoyo a { background: url(../sake/images/brand-kazeyomizuyohitoyo.png) no-repeat; }
#brand-kazeyomizuyohitoyo   { background: url(../sake/images/brand-kazeyomizuyohitoyo-o.png) no-repeat; }
#brand-kazeyomizuyohitoyo-s { background: url(../sake/images/brand-kazeyomizuyohitoyo-s.png) no-repeat; }

#brand-fukumasamune a { background: url(../sake/images/brand-fukumasamune.png) no-repeat; }
#brand-fukumasamune   { background: url(../sake/images/brand-fukumasamune-o.png) no-repeat; }
#brand-fukumasamune-s { background: url(../sake/images/brand-fukumasamune-s.png) no-repeat; }

#brand-mizuho a { background: url(../sake/images/brand-mizuho.png) no-repeat; }
#brand-mizuho   { background: url(../sake/images/brand-mizuho-o.png) no-repeat; }
#brand-mizuho-s { background: url(../sake/images/brand-mizuho-s.png) no-repeat; }

#brand-momotose a { background: url(../sake/images/brand-momotose.png) no-repeat; }
#brand-momotose   { background: url(../sake/images/brand-momotose-o.png) no-repeat; }
#brand-momotose-s   { background: url(../sake/images/brand-momotose-s.png) no-repeat; }

#brand-hatugokoro a { background: url(../sake/images/brand-hatugokoro.png) no-repeat; }
#brand-hatugokoro   { background: url(../sake/images/brand-hatugokoro-o.png) no-repeat; }
#brand-hatugokoro-s { background: url(../sake/images/brand-hatugokoro-s.png) no-repeat; }

#brand-omborato a { background: url(../sake/images/brand-omborato.png) no-repeat; }
#brand-omborato   { background: url(../sake/images/brand-omborato-o.png) no-repeat; }
#brand-omborato-s { background: url(../sake/images/brand-omborato-s.png) no-repeat; }

#brand-dominique a { background: url(../sake/images/brand-dominique.png) no-repeat; }
#brand-dominique   { background: url(../sake/images/brand-dominique-o.png) no-repeat; }
#brand-dominique-s { background: url(../sake/images/brand-dominique-s.png) no-repeat; }

#brand-mubyousokusai a { background: url(../sake/images/brand-mubyousokusai.png) no-repeat; }
#brand-mubyousokusai   { background: url(../sake/images/brand-mubyousokusai-o.png) no-repeat; }
#brand-mubyousokusai-s { background: url(../sake/images/brand-mubyousokusai-s.png) no-repeat; }

#brand-kounotori a { background: url(../sake/images/brand-kounotori.png) no-repeat; }
#brand-kounotori   { background: url(../sake/images/brand-kounotori-o.png) no-repeat; }
#brand-kounotori-s { background: url(../sake/images/brand-kounotori-s.png) no-repeat; }

#brand-kuturogiomborato a { background: url(../sake/images/brand-kuturogiomborato.png) no-repeat; }
#brand-kuturogiomborato   { background: url(../sake/images/brand-kuturogiomborato-o.png) no-repeat; }
#brand-kuturogiomborato-s { background: url(../sake/images/brand-kuturogiomborato-s.png) no-repeat; }

#brand-foodcreation a { background: url(../sake/images/brand-foodcreation.png) no-repeat; }
#brand-foodcreation   { background: url(../sake/images/brand-foodcreation-o.png) no-repeat; }
#brand-foodcreation-s { background: url(../sake/images/brand-foodcreation-s.png) no-repeat; }

#brand-omboratobar a { background: url(../sake/images/brand-omboratobar.png) no-repeat; }
#brand-omboratobar   { background: url(../sake/images/brand-omboratobar-o.png) no-repeat; }
#brand-omboratobar-s { background: url(../sake/images/brand-omboratobar-s.png) no-repeat; }


/*========================================
*
* バナーメニュー
*
========================================*/

.banner-menu {
	margin-bottom: 16px;
	display: block;
	width: 213px;
	height: 40px;
	text-indent: -9999px;
}

.banner-menu a {
    display: block;
	height: 40px;
	text-indent: -9999px;
}

.banner-menu a:hover {
	background: none !important;
}

#banner-onlineshop a { background: url(../images/banner-onlineshop.png) no-repeat; }
#banner-onlineshop  { background: url(../images/banner-onlineshop-o.png) no-repeat; }

#banner-chokueiten a { background: url(../images/banner-chokueiten.png) no-repeat; }
#banner-chokueiten  { background: url(../images/banner-chokueiten-o.png) no-repeat; }

#banner-shoplist a { background: url(../images/banner-shoplist.png) no-repeat; }
#banner-shoplist  { background: url(../images/banner-shoplist-o.png) no-repeat; }

/*========================================
*
* サイドバナー
*
========================================*/

.side-banner-header { height: 27px; width: 252px; }
.side-banner-header a { display: block; height: 27px; text-indent: -9999px; }
.side-banner-body { background: url(../images/side/side-banner-bg.png) repeat-y; padding-left: 9px; padding-right: 11px; width: 232px; font-size: 12px; }
.side-banner-footer { height: 9px; background: url(../images/side/side-banner-footer.png) no-repeat; width: 252px; }

/*========================================
*
* コラム
*
========================================*/

.column { background-color: #eeeeee; border: 1px solid #dddddd; padding: 14px; font-size: 12px; line-height: 18px; }

/*================================================================================
*
* TOPページ
*
================================================================================*/

/*========================================
*
* Flash部分
*
========================================*/

#top-flash {
	height: 359px;
	background: url(../images/flash-blank.png) repeat-x;
}

/*========================================
*
* メイン部分
*
========================================*/

#osirase {
	text-indent: -9999px;
	height: 45px;
	background: url(../images/osirase.png) no-repeat;
}

#goannai {
	text-indent: -9999px;
	height: 52px;
	background: url(../images/goannai.png) no-repeat;
}

/* フッター画像 */
#main-bottom a {
	width: 97px;
	height: 116px;
	background: url(../images/main-bottom3.png) no-repeat;
}


