﻿@charset "utf-8";

/* default settings */

html {
	overflow-y: scroll;
}

body{
	margin: 0;
	padding: 0;
	color: #666;
	background-color: #f2ece5;
	background-image: url(../images/bgHd.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: small;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}

ol {
	margin: 0;
	padding: 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

hr {
	display: none;
}

a:link{
	color: #00c;
	text-decoration: none;
}

a:visited{
	color: #999;
	text-decoration: none;
}

a:hover{
	color: #fc3;
}

/* basic layout */

#wrap {
	margin: 0 auto;
	position: relative;
	width: 750px;
	height: auto;
}

#header {
	margin-bottom: 36px;
	position: relative;
	width: 750px;
	height: 72px;
}

#image {
	margin-bottom: 20px;
	padding-top: 6px;
	float: left;
	width: 280px;
}

#main {
	margin-bottom: 20px;
	float: right;
	width: 440px;
}

#footer {
	border-bottom: solid 1px #8a644a;
	position: relative;
	clear: both;
	width: 750px;
	height: 20px;
}

/* 共通項目 */

#header h1 {
	position: absolute;
	top: 18px;
	left: 0;
	width: 136px;
	height: 54px;
}

#main h2 {
	margin-bottom: 20px;
}

#main p {
	margin-bottom: 1.2em;
	line-height: 1.4;
}

#footer img#copyright {
	position: absolute;
	left: 0;
	bottom: 0;
}

#footer ul#additionalLink {
	position: absolute;
	right: 5px;
	bottom: 0;
	list-style: none;
}

#additionalLink li {
	margin-left: 10px;
	float: left;
	width: auto;
	height: 20px;
	line-height: 20px;
}

/* トップページ */

body#top {
	background-image: none;
}

#top #mainview {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 520px;
}

#top #whatsnew {
	margin-left: -337px;
	position: absolute;
	top: 540px;
	left: 50%;
	width: 712px;
	height: 100px;
}

#top #whatsnew h2 {
	margin-bottom: 10px;
}

#top #whatsnew dl {
	width: 712px;
}

#top #whatsnew dt {
	margin-bottom: 2px;
	padding-left: 12px;
	float: left;
	clear: left;
	border-left: solid 3px #ccc;
	width: 110px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
}

#top #whatsnew dd {
	margin-bottom: 2px;
	float: left;
	width: 587px;
	height: 20px;
	line-height: 20px;
}

#top #footer {
	position: absolute;
	left: 0;
	top: 680px;
	width: 100%;
	height: 20px;
	text-align: center;
}

#top #copybox {
	margin: 0 auto;
	position: relative;
	width: 750px;
	height: 20px;
	text-align: left;
}

/* JUNMEN */

#junmen h3 {
	margin-bottom: 7px;
}

/* ニュース */

#news #main {
	position: relative;
	width: 750px;
}

ul#newsMenu {
	position: absolute;
	top: 15px;
	right: 0;
	list-style: none;
}

#newsMenu li {
	margin-left: 4px;
	float: left;
	width: 96px;
	heiht: 24px;
}

#newsMenu a {
	display: block;
	background-image: url(../../news/images/menu.gif);
	background-repeat: no-repeat;
	text-indent: -999px;
	height: 24px;
	line-height: 24px;
}

#newsMenu #nmJun a {
	background-position: 0 -48px;
}

#newsMenu #nmJun a.here {
	background-position: 0 0;
}

#newsMenu #nmJun a:hover {
	background-position: 0 -24px;
}

#newsMenu #nmRope a {
	background-position: -100px -48px;
}

#newsMenu #nmRope a.here {
	background-position: -100px 0;
}

#newsMenu #nmRope a:hover {
	background-position: -100px -24px;
}

#newsMenu #nmPicnic a {
	background-position: -200px -48px;
}

#newsMenu #nmPicnic a.here {
	background-position: -200px 0;
}

#newsMenu #nmPicnic a:hover {
	background-position: -200px -24px;
}

#newsMenu #nmJDR a {
	background-position: -300px -48px;
}

#newsMenu #nmJDR a.here {
	background-position: -300px 0;
}

#newsMenu #nmJDR a:hover {
	background-position: -300px -24px;
}

.boxNews {
	margin-bottom: 60px;
}

.hdNews {
	margin-bottom: 15px;
	padding-bottom: 2px;
	border-bottom: solid 1px #a0816a;
}

.newsJun {
	background-image: url(../../news/images/bgHdJun.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

.newsRope {
	background-image: url(../../news/images/bgHdRope.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

.newsPicnic {
	background-image: url(../../news/images/bgHdPicnic.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

.newsJDR {
	background-image: url(../../news/images/bgHdJDR.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

img.newsPhoto {
	margin-left: 20px;
	border: solid 5px #fbf9f7;
	float: right;
}

#main p.newsDate {
	margin-bottom: 0;
}

#main .boxNews h3 {
	margin-bottom: 12px;
}

/* 商品のご紹介 */

#showcase #main {
	float: none;
	width: 750px;
	height: auto;
}

#showcase #items {
	float: left;
	width: 560px;
}

#showcase #items h3 {
	margin-bottom: 15px;
}

#showcase #itemDetail {
	float: left;
	width: 560px;
}

#showcase #itemDetail h3 {
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	width: 510px;
	height: 45px;
	line-height: 45px;
	background-image: url(../../showcase/images/bgItemname.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#showcase #itemDetail #itemMain {
	margin-bottom: 20px;
	width: 540px;
}

#showcase #itemDetail #itemMain img.itemMainPhoto {
	float: left;
	border: solid 5px #fbf9f7;
}

#showcase #itemDetail #itemMain #itemMainDescription {
	float: right;
	width: 210px;
}
	

#showcase #itemDetail #itemSub {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 2px #d3cbc5;
}

#showcase #itemDetail #itemSub img.thumb {
	margin-right: 20px;
	float: left;
	border: solid 5px #fbf9f7;
}

#showcase #itemDetail h4 {
	margin-bottom: 10px;
}

#showcase #itemDetail dl#detailData {
	width: 540px;
}

#showcase #itemDetail #detailData dt {
	margin-bottom: 7px;
	float: left;
	clear: left;
	width: 90px;
}

#showcase #itemDetail #detailData dd {
	margin-bottom: 7px;
	float: left;
	width: 450px;
}

.boxItem {
	padding-right: 20px;
	float: left;
	width: 120px;
	height: 240px;
}

.boxItem img.thumb {
	margin-bottom: 5px;
	border: solid 5px #fbf9f7;
}

#main .boxItem p {
	margin-bottom: 20px;
}

#main .boxItem p.itemName {
	margin-bottom: 7px;
}

#showcase #sidebar {
	padding: 10px;
	position: relative;
	float: right;
	width: 160px;
	height: auto;
	background-image: url(../../showcase/images/bgSidebar.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#showcase #sidebar dl#categories {
	margin-bottom: 10px;
}

#showcase #sidebar #categories dt {
	padding-left: 20px;
	border-bottom: solid 1px #ccc;
	height: 24px;
	line-height: 24px;
	background-image: url(../../showcase/images/bgTopCat.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#showcase #sidebar #categories ul {
	list-style: none;
}

#showcase #sidebar #categories li {
	padding-left: 27px;
	border-bottom: solid 1px #ccc;
	height: 24px;
	line-height: 24px;
	background-image: url(../../showcase/images/bgSubCat.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#showcase #cvSidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 5px;
	background-image: url(../../showcase/images/cvSidebar.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/* 店舗のご案内ページ */

#store #main {
	float: none;
	width: 750px;
	height: auto;
}

.shop {
	margin-bottom: 20px;
}

img.shopImg {
	float: left;
}

.shopCnt {
	margin-bottom: 20px;
	float: right;
	width: 440px;
}

#store h3 {
	margin-bottom: 7px;
}

img.imgInstore {
	margin-bottom: 10px;
	border: solid 1px #960;
}

#main p.addr {
	margin-bottom: 5px;
	padding-left: 56px;
	background-image: url(../../store/images/iconAddr.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

#main p.tel {
	background-image: url(../../store/images/iconTel.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 56px;
}

/* 利用条件・プライバシーポリシー */

#additionalInfo #main {
	float: inherit;
	width: 750px;
}

#additionalInfo #main dt {
	margin-bottom: 10px;
	color: #600;
	font-weight: bold;
}

#additionalInfo #main dd {
	margin-bottom: 10px;
	line-height: 1.4;
}

#additionalInfo #main ol {
	margin-top: 1em;
	margin-left: 20px;
	line-height: 1.4;
}

/* 会社概要 */

#additionalInfo dl#profile {
	width: 400px;
}

#additionalInfo #profile dt {
	margin-bottom: 5px;
	float: left;
	clear: left;
	width: 100px;
	line-height: 1.6;
	color: #666;
}

#additionalInfo #profile dd {
	margin-bottom: 5px;
	margin-left: 0;
	float: left;
	width: 300px;
	line-height: 1.6;
	color: #666;
}


/* ナビゲーション */

ul#navi {
	position: absolute;
	top: 18px;
	right: 0;
	clear: left;
	list-style: none;
}

#navi li {
	float: left;
	height: 54px;
}

#navi a {
	display: block;
	height: 54px;
	line-height: 54px;
	text-indent: -1999px;
}

#nvJun a {
	width: 104px;
	background-image: url(../images/navi.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#nvJun a:hover {
	background-image: url(../images/navi.gif);
	background-position: 0px -54px;
	background-repeat: no-repeat;
}

#nvRope a {
	width: 94px;
	background-image: url(../images/navi.gif);
	background-position: -104px 0;
	background-repeat: no-repeat;
}

#nvRope a:hover {
	background-image: url(../images/navi.gif);
	background-position: -104px -54px;
	background-repeat: no-repeat;
}

#nvRopepicnic a {
	width: 125px;
	background-image: url(../images/navi.gif);
	background-position: -198px 0;
	background-repeat: no-repeat;
}

#nvRopepicnic a:hover {
	background-image: url(../images/navi.gif);
	background-position: -198px -54px;
	background-repeat: no-repeat;
}

#nvNews a {
	width: 65px;
	background-image: url(../images/navi.gif);
	background-position: -323px 0;
	background-repeat: no-repeat;
}

#nvNews a:hover {
	background-image: url(../images/navi.gif);
	background-position: -323px -54px;
	background-repeat: no-repeat;
}

#nvShowcase a {
	width: 90px;
	background-image: url(../images/navi.gif);
	background-position: -388px 0;
	background-repeat: no-repeat;
}

#nvShowcase a:hover {
	background-image: url(../images/navi.gif);
	background-position: -388px -54px;
	background-repeat: no-repeat;
}

#nvStore a {
	width: 76px;
	background-image: url(../images/navi.gif);
	background-position: -478px 0;
	background-repeat: no-repeat;
}

#nvStore a:hover {
	background-image: url(../images/navi.gif);
	background-position: -478px -54px;
	background-repeat: no-repeat;
}

#nvShopping a {
	width: 91px;
	background-image: url(../images/navi.gif);
	background-position: -409px 0;
	background-repeat: no-repeat;
}

#nvShopping a:hover {
	background-image: url(../images/navi.gif);
	background-position: -409px -54px;
	background-repeat: no-repeat;
}

/* U R here */

#junmen li#nvJun {
	width: 104px;
	background-image: url(../images/navi.gif);
	background-position: 0 -108px;
	background-repeat: no-repeat;
	text-indent: -999px;
}

#rope li#nvRope {
	width: 94px;
	background-image: url(../images/navi.gif);
	background-position: -104px -108px;
	background-repeat: no-repeat;
	text-indent: -999px;
}

#ropepicnic li#nvRopepicnic {
	width: 125px;
	background-image: url(../images/navi.gif);
	background-position: -198px -108px;
	background-repeat: no-repeat;
	text-indent: -999px;
}

#news li#nvNews {
	width: 65px;
	background-image: url(../images/navi.gif);
	background-position: -323px -108px;
	background-repeat: no-repeat;
	text-indent: -999px;
}

#showcase li#nvShowcase {
	width: 86px;
	background-image: url(../images/navi.gif);
	background-position: -388px -108px;
	background-repeat: no-repeat;
	text-indent: -999px;
}

#store li#nvStore {
	width: 86px;
	background-image: url(../images/navi.gif);
	background-position: -478px -108px;
	background-repeat: no-repeat;
	text-indent: -999px;
}

/* CLEAR FIX */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */