@charset "utf-8";

/**********************************
  LOCAL NAVIGATION
**********************************/

#lnavi {
	background-image: url(../images/bg/bg-lnavi.gif);
}

#lnavi ul li.page01 span a { background-image: url(../images/lnavi/lnavi-01-on.gif); }

#lnavi.page01 ul li.page01 span a,
#lnavi.page01 ul li.page01 span a:hover {
	background-image: url(../images/lnavi/lnavi-01-on.gif);
}

#lnavi ul li.page01 span a:active,
#lnavi ul li.page01 span a:hover {
	background-image: url(../images/lnavi/lnavi-01-on.gif);
}

#lnavi .left {
	width:76px;
}

#lnavi .right {
	width:95px;
}

#staff01 {
	border-top:2px solid #E1E7EF;
	padding-top:13px;
	margin-left:10px;
	margin-right:10px;
}

#staff02 {
	border-top:1px solid #E1E7EF;
	padding-top:13px;
	margin-left:10px;
	margin-right:10px;
	margin-top:7px;
	padding-bottom:7px;
}

#staff01 p,
#staff02 p { margin:0 !important; padding:0 !important; line-height:1.3em !important; }


#staff01 p.name,
#staff02 p.name {
	padding-bottom:5px !important;
	margin-bottom:5px !important;
	background-image: url(../../shared/images/line/dot-02.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/**********************************
  PAGE ELEMENTS
**********************************/

/* -------------------
  H3
------------------- */

#main h3 {
	height: 22px;
	width: 610px;
	background-image: url(../images/sub/h3.gif);
	background-repeat: no-repeat;
}

#main h3.h3-01 {
	background-image: url(../images/sub/h3-01.gif);
}

#main h3.h3-02 {
	background-image: url(../images/sub/h3-02.gif);
}


/* -------------------
  BOX
------------------- */

/* 取扱商品囲み */

.item {
	width:588px;
	background-image: url(../images/bg/bg-item-body.gif);
	background-repeat: repeat-y;
	margin-left:20px;
	padding-top:7px;
}

.item .right {
	width:188px;
	margin-right:9px;
}

.item .right img {
	margin-bottom:7px;
}

.item .left {
	width:350px;
	margin-left:20px;
}

.item .left p.note {
	margin-left:0px !important;
	margin-top:15px !important;
}

.item-head {
	width:588px;
	height:3px;
	/*\*/ overflow: hidden; /**/
	background-image: url(../images/bg/bg-item-head.gif);
	background-repeat: no-repeat;
	margin-left:20px;
}

.item-foot {
	width:588px;
	height:3px;
	/*\*/ overflow: hidden; /**/
	background-image: url(../images/bg/bg-item-foot.gif);
	background-repeat: no-repeat;
	margin-bottom:10px;
	margin-left:20px;
}

/* 各アイテム */

.jokunitem {
	padding: 15px 0;
	background-image: url(../../shared/images/line/dot-01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.jokunitem h4 {
	background-image: url(../../shared/images/list/list-01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:17px;
	font-weight:bold;
}


/* -------------------
  LIST (UL)
------------------- */

.jokunitem ul {
	margin-left:35px;
	margin-top:7px;
}

.jokunitem ul li {
	margin-bottom:5px;
}





