@charset "UTF-8";

@import url("css/reset.css");
@import url("css/fonts.css");
@import url("css/base.css");



/* layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #f2edd7;
}

#wrapper {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

#wrapper-inner {
    width: 980px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

#content {
    width: 100%;
}

#header, #nav, #banner, #content, #article, #aside, #footer {
    position: relative;
    overflow: hidden;
}

#banner {
    width: 100%;
}

#article, #aside {
    float: left;
}

.layout-2column #article {
    float: none;
    clear: both;
}

.layout-2column #article #left,
.layout-2column #article #right {
    display: inline;
    float: left;
}

.layout-1column #article {
    clear: both;
    float: none;
}

/* レイアウト・3カラム */

.layout-3column #wrapper-inner {
    width: 980px;
}

.layout-3column #article {
	float: left;
	width: 600px;
	margin-left: 190px;
	display: inline;
}

.layout-3column #aside-left {
    width: 180px;
	float: left;
	margin-left: -790px;
}

.layout-3column #aside-right {
    width: 180px;
	float: left;
	margin-left: 10px;
}

.layout-3column #footer {
    clear: both;
}


/* レイアウト・2カラム右サイドバー */

.layout-2column-right #article {
    width: 660px;
}

.layout-2column-right #aside {
    width: 200px;
}

/* レイアウト・2カラム左サイドバー */

.layout-2column-left #article {
    left: 190px;
    width: 780px;
}

.layout-2column-left #aside {
    left: -800px;
    width: 180px;
}

/* レイアウト・2カラム等幅 */

.layout-2column #article #left {
    width: 430px;
}

.layout-2column #article #right {
    width: 430px;
}

/* レイアウト・1カラム */

.layout-1column #article {
    width: 860px;
}


/* style ----------------------------------------------------------------- */


a { color: #0066ff; text-decoration: underline;}
a:hover { text-decoration: none; }
a:hover img { filter: alpha(opacity=90); -moz-opacity: 0.9; opacity: 0.9; }


#header {
    margin: 0;
    padding: 0;
	background: url(images/header-bg.jpg) no-repeat;
	width: 980px;
	height: 90px;
}

#logo {
	float: left;
	width: 129px;
	height: 58px;
	margin: 23px 152px 0 0;
	padding: 0 0 0 26px;
}

#header h1 {
	font-size: 75%;
	font-weight: normal;
	color: #666;
	margin-top:16px;
}

#header h1 a {
    text-decoration: none;
}

#header p {}

#banner {
    margin: 0;
    border: 0;
}

#nav {
    background: url(images/nav-bg.jpg) no-repeat;
	width: 980px;
    height: 30px;
    margin: 0 0 10px 0;
    padding: 0;
}

#search {
	float: left;
	width: 310px;
	margin:5px 0 0 70px;
	display: inline;
}

#search .search-input {
	height: 16px;
	width: 116px;
	margin: 0 3px 0 0;
}

#search .search-submit {
	margin-top: 0;
}

#nav ul {
	float: right;
    margin: 0;
    padding: 0;
	width: 600px;
    height: 30px;
    border: 0;
    list-style: none;
}

#nav ul li {
    margin: 0;
    padding: 0;
    float: left;
    height: 30px;
    border: 0;
    list-style: none;
}

#nav ul li a {
    margin: 0;
    padding: 0;
    display: block;
    background: none;
    height: 30px;
    border: 0;
}

#nav ul li.nav01 a {
    background: url(images/img-nav01.jpg) left top no-repeat;
    text-indent: -9999px;
    width: 100px;
}

#nav ul li.nav02 a {
    background: url(images/img-nav02.jpg) left top no-repeat;
    text-indent: -9999px;
    width: 100px;
}

#nav ul li.nav03 a {
    background: url(images/img-nav03.jpg) left top no-repeat;
    text-indent: -9999px;
    width: 100px;
}

#nav ul li.nav04 a {
    background: url(images/img-nav04.jpg) left top no-repeat;
    text-indent: -9999px;
    width: 100px;
}

#nav ul li.nav05 a {
    background: url(images/img-nav05.jpg) left top no-repeat;
    text-indent: -9999px;
    width: 100px;
}

#nav ul li.nav06 a {
    background: url(images/img-nav06.jpg) left top no-repeat;
    text-indent: -9999px;
    width: 100px;
}

#nav ul li.nav07 a {
    background: url(images/img-nav07.jpg) left top no-repeat;
    text-indent: -9999px;
    width: 100px;
}

#nav ul li.nav08 a {
    background: url(images/img-nav08.jpg) left top no-repeat;
    text-indent: -9999px;
    width: 100px;
}

#nav ul li.on,
#nav ul li.on a,
#nav ul li a:hover {
  background-position: 0 -30px;
}

#content {
    margin: 0 0 20px 0;
}

#article {
    margin: 0 auto;
    padding: 0;
}

.layout-1column #article {
    margin: 0;
}

/* パンくずリスト */

#topicpath {
	margin: 10px 0 5px 0;
	padding: 0;
	overflow: hidden;
}


#topicpath ol {
	margin: 0;
	padding: 0;
	font-size: 80%;
}

#topicpath ol li {
	float: left;
	padding-right: 7px;
	padding-left: 10px;
	background: url(images/topicpath-arrow.gif) no-repeat 0 50%;
	list-style-type: none;
}

#topicpath ol li.home {
	padding-left: 0;
	background: none;
}

#topicpath ol li a:link,
#topicpath ol li a:visited {
	color: #3366FF;
	text-decoration: underline;
}

#topicpath ol li a:hover,
#topicpath ol li a:active {
	color: #FF6633;
	text-decoration: underline;
}

#topicpath ol li em {
	font-style: normal;
	font-weight: bold;
}

/* コンテンツ部分汎用 */

#article-header {
	width: 780px;
	height: 32px;
	margin: 0;
	padding: 0;
	background: url(images/article-header-bg.jpg) no-repeat left top;
	clear: both;
}

.layout-3column #article-header {
	width: 600px;
	height: 32px;
	margin: 0;
	padding: 0;
	background: url(images/article-header-bg-600px.jpg) no-repeat left top;
	clear: both;
}

#article-header h2 {
	font-size: 93%;
	padding: 10px 0 0 10px;
	margin: 0;
}

#article-content {
	margin: 0;
	padding: 20px;
	background: url(images/article-content-bg.jpg) repeat-y bottom center;
	overflow: hidden;
}

.layout-3column #article-content {
	margin: 0;
	padding: 20px;
	background: url(images/article-content-bg-600px.jpg) repeat-y bottom center;
	overflow: hidden;
}

.archive-description {
	font-size: 85%;
	color: #ff8225;
}

#article-content-footer {
	background: url(images/article-content-footer-bg.jpg) no-repeat;
	width: 780px;
	height: 10px;
	margin-bottom: 10px;
}

.layout-3column #article-content-footer {
	background: url(images/article-content-footer-bg-600px.jpg) no-repeat;
	width: 600px;
	height: 10px;
	margin-bottom: 10px;
}

/* 商品一覧 */

.item-list table {
	width: 100%;
	border: 0;
}

.item-list table th {
	margin: 0;
	padding: 2px 0;
	background: #f0f0f0;
	border: 1px solid #e5e5e5;
	color: #1d6c47;
	font-weight: normal;
	font-size: 85%;
	
}

.item-list table td {
	margin: 0;
	padding: 10px;
	border: 0;
	background: url(images/line-horizontal.gif) no-repeat left bottom;
}

.item-list .list-item-image {
	width: 120px;
}

.item-list .list-item-name {
	width: 270px;
}

.item-list .list-item-maker {
	width: 110px;
	text-align: center;
}

.item-list .list-item-price {
	width: 90px;
	text-align: right;
}

.item-list .list-item-detail {
	width: 50px;
	text-align: center;
}

.item-list .list-item-price .price1 {
	font-size: 117%;
	font-weight: bold;
	color: #d7261c;
}

.item-list .list-item-price .price2 {
	font-size: 77%;
}

.item-list .list-item-name .item-number {
	font-size: 85%;
}

table.tablesorter tbody tr.odd td {
  background: #fff9f4;
}



.main-mod {
	margin: 0 0 10px 0;
	padding: 0;
}

.detail-mod {
	margin: 0 0 10px 0;
	padding: 0;
}

.main-mod-header {
	width: 600px;
	height: 32px;
	margin: 0;
	padding: 0;
}

.detail-mod-header {
	width: 780px;
	height: 32px;
	margin: 0;
	padding: 0;
}

.main-mod-header h3 {
	display: none;
}

.detail-mod-header h3 {
	display: none;
}

.main-mod-body {
	padding: 0;
	background: #fff url(images/main-mod-body-bg-600px.jpg) repeat-y bottom center;
	overflow: hidden;
}

.detail-mod-body {
	padding: 0;
	background: #fff url(images/detail-mod-body-bg-780px.jpg) repeat-y bottom center;
	overflow: hidden;
}

.main-mod-body h4 {
	margin: 0 0 10px 0;
}

.main-mod-body p {
	font-size: 85%;
}

.item-content {
	width: 130px;
	float: left;
	margin-right: 0;
	padding: 10px;
}

.detail-mod .item-content {
	width: 136px;
}

.item-content h4 {
	font-size: 93%;
	margin-bottom: 5px;
}

.item-content .item-image {
	text-align: center;
	margin-bottom: 5px;
}

.item-content .item-description {
	font-size: 77%;
	margin-bottom: 5px;
}

.item-content .item-price {
	font-size: 77%;
	margin-bottom: 5px;
}

.item-content .price-red {
	font-weight: bold;
	color: #d7261c;
}

.item-list-body {
	width: 600px;
	background: url(images/item-list-body-bg.jpg) repeat-y bottom center;
}

.reform-achivement-body {
	width: 600px;
	background: url(images/reform-achivement-body-bg.jpg) repeat-y bottom center;
}

.news-body {
	background: url(images/news-body-bg.jpg) repeat-y bottom center;
}

.media-body {
	background: url(images/main-mod-body-bg-235px.jpg) repeat-y bottom center;
}

.hand-tsushin-body {
	background: url(images/main-mod-body-bg-235px.jpg) repeat-y bottom center;
}

.entry-content {
	width: 260px;
	float: left;
	margin-right: 0;
	padding: 20px 20px 0 20px;
}

.entry-content-header {
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(images/line-horizontal.gif) no-repeat left bottom;
	overflow: hidden;
}

.entry-content-header h4 {
	float: left;
	font-size: 93%;
	font-weight: normal;
	margin: 0;
}

.entry-content-header .entry-date {
	float: right;
	font-size: 77%;
	font-weight: normal;
	margin: 3px 0 0 0;
}

.entry-content .read-more {
	text-align: right;
	margin: 0;
}

.detail-mod-content {
	width: 345px;
	margin-right: 0;
	margin: 20px 20px 0 20px;
	padding: 0 0 10px 0;
	background: url(images/line-horizontal.gif) no-repeat left bottom;
}

.detail-mod-content h4 {
	color: #1d6c47;
	font-size: 93%;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding-left: 15px;
	background: url(images/h4-icon.gif) no-repeat 2px center;
}

.detail-mod-content p {
	font-size: 93%;
	margin: 0;
}


#main-new-item .main-mod-header {
	background: url(images/new-item-header.jpg) no-repeat;
}

#main-recommend-item .main-mod-header {
	background: url(images/recommend-item-header.jpg) no-repeat;
}

#main-recommend-item .detail-mod-header {
	background: url(images/detail-recommend-item-header.jpg) no-repeat;
}

#main-recommend-item .detail-mod-body {
	width: 780px;
	background: url(images/detail-mod-body-bg-780px.jpg) repeat-y left bottom;
}

#main-reform-achivement .main-mod-header {
	background: url(images/reform-achivement-header.jpg) no-repeat;
}

#main-reform-achivement .main-mod-body {
	padding-bottom: 20px;
}

#main-news {
	width: 355px;
	float: left;
	margin-right: 10px;
}

#main-news .main-mod-header {
	background: url(images/news-header.jpg) no-repeat;
	width: 355px;
}

#main-news .main-mod-body {
	width: 355px;
	padding-bottom: 20px;
}

#main-news .entry-content {
	width: 315px;
}

#main-media {
	width: 235px;
	float: left;
}

#main-media .main-mod-header {
	background: url(images/media-header.jpg) no-repeat;
	width: 235px;
}

#main-media .main-mod-body {
	width: 235px;
	padding-bottom: 20px;
}

#main-media .entry-content {
	width: 195px;
}

#main-hand-tsushin {
	width: 235px;
	float: left;
}

#main-hand-tsushin .main-mod-header {
	background: url(images/hand-tsushin-header.jpg) no-repeat;
	width: 235px;
}

#main-hand-tsushin .main-mod-body {
	width: 235px;
	padding-bottom: 20px;
}

#main-hand-tsushin .entry-content {
	width: 195px;
}

#detail-payment {
	width: 385px;
	float: left;
	margin-right: 10px;
}

#detail-payment .detail-mod-header {
	background: url(images/detail-payment-header.jpg) no-repeat;
	width: 385px;
}

#detail-payment .detail-mod-body {
	width: 385px;
	padding-bottom: 20px;
	background: url(images/detail-mod-body-bg-385px.jpg) repeat-y bottom center;
}

#detail-shipping {
	width: 385px;
	float: left;
	margin-right: 0;
}

#detail-shipping .detail-mod-header {
	background: url(images/detail-shipping-header.jpg) no-repeat;
	width: 385px;
}

#detail-shipping .detail-mod-body {
	width: 385px;
	padding-bottom: 20px;
	background: url(images/detail-mod-body-bg-385px.jpg) repeat-y bottom center;
}

#pager {
	font-size: 85%;
}

#pager img {
	vertical-align: middle;
}

/* 商品詳細 */

#item-content .item-detail {
	border-top: 3px solid #ccc;
	overflow: hidden;
	background: url(images/line-vertical.gif) no-repeat 520px top;
}

#item-content .item-image {
	float: left;
	width: 200px;
	margin: 10px;
}

#item-content .item-outline {
	float: left;
	width: 280px;
	margin: 10px;
}

#item-content .item-outline .item-description {
	margin-bottom: 20px;
}

#item-content .item-outline table {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 93%;
}

#item-content .item-outline table tr {
	background: url(images/line-horizontal.gif) no-repeat left bottom;
}

#item-content .item-outline table th {
	border: 0;
	padding: 5px 0 5px 15px;
	margin: 0;
	width: 55px;
	text-align: left;
	font-weight: normal;
	background: url(images/tbl-icon.gif) no-repeat 2px center;
}

#item-content .item-outline table td {
	border: 0;
	padding: 5px 0;
	margin: 0;
	width: 200px;
	text-align: right;
}

#item-content .item-purchase {
	float: left;
	width: 180px;
	margin: 20px;
	padding: 0;
}

#item-content .item-purchase table {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 85%;
}

#item-content .item-purchase table tr {
	background: url(images/line-horizontal.gif) no-repeat left bottom;
}

#item-content .item-purchase table th {
	border: 0;
	padding: 5px 0;
	margin: 0;
	width: 50px;
	text-align: left;
	font-weight: normal;
}

#item-content .item-purchase table td {
	border: 0;
	padding: 5px 0;
	margin: 0;
	width: 130px;
	text-align: right;
}

#item-content .item-purchase .price-red {
	font-weight: bold;
	color: #d7261c;
	font-size: 146.5%;
}

#item-content .item-purchase .submit {
	margin-top: 10px;
	text-align: right;
}

#item-content .item-spec {
	width: 740px;
	margin: 0;
	padding: 0 0 20px 0;
	border-top: 3px solid #ccc;
	background: url(images/line-horizontal.gif) no-repeat left bottom;
	clear:both;
	overflow: hidden;
	font-size: 93%;
}

#item-content .item-spec .item-spec-header {
	float: left;
	padding: 0 0 0 15px;
	margin: 20px 0 0 0;
	width: 105px;
	text-align: left;
	background: url(images/tbl-icon.gif) no-repeat 2px center;
}

#item-content .item-spec .item-spec-body {
	float: left;
	padding: 0;
	margin: 20px 0 0 0;
	width: 600px;
	text-align: left;
}


/* ウェブページ */

#page-content .section {
	clear: both;
	line-height: 1.4;
	margin-bottom: 20px;
	font-size: 93%;
}

#page-content .section .section-header {
	color: #1d6c47;
	padding: 6px 20px;
	margin: 0 0 15px 0;
	font-size: 108%;
	background: url(images/section-header-bg.jpg) top left no-repeat;
}

#page-content .section h4 {
	color: #1d6c47;
	padding: 0 0 0 15px;
	margin: 0 5px 10px 5px;
	background: url(images/h4-icon.gif) center left no-repeat;
}

#page-content .section p {
	margin: 0 5px 15px 5px;
}

#page-content .section ul {
	margin: 0 0 20px 0;
	padding: 0 20px 0 20px;
}

#page-content .section ul ul {
	margin: 10px 0 10px 0;
	padding: 0 20px 0 20px;
}

#page-content .section ol ul {
	margin: 10px 0 10px 0;
	padding: 0 20px 0 20px;
}

#page-content .section ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	background: url(./images/list-icon.gif) left 3px no-repeat;
	list-style: none;
}

#page-content .section ol {
	margin: 0 0 20px 0;
	padding: 0 20px 0 25px;
}

#page-content .section ol ol {
	margin: 10px 0 10px 0;
	padding: 0 20px 0 20px;
}

#page-content .section ul ol {
	margin: 10px 0 10px 0;
	padding: 0 20px 0 30px;
}

#page-content .section ol li {
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
	list-style-type: decimal;
}

#page-content .section ul ol li {
	margin: 0 0 3px 0;
	padding: 0;
}

#page-content .section dl {
	width: 550px;
	margin: 30px 5px 20px 5px;
	padding: 0;
	overflow: hidden;
}

#page-content .section dl dt {
	width: 105px;
	float: left;
	margin: 0 5px 10px 0;
	padding: 10px 10px 0 0;
	border-top: 2px solid #1d6c47;
	font-weight: normal;
}

#page-content .section dl dd {
	width: 420px;
	float: left;
	margin: 0 0 10px 0;
	padding: 10px 0 0 10px;
	border-top: 2px solid #ccc;
	line-height: 1.4;
}

#page-content .section dl dd p {
	margin: 0 0 10px 0;
	padding: 0;
}


/* カテゴリーアーカイブ */

#category-content .section {
	clear: both;
	line-height: 1.4;
	margin-bottom: 20px;
	font-size: 93%;
}

#category-content .section .section-header {
	color: #1d6c47;
	padding: 6px 20px;
	margin: 0 0 15px 0;
	font-size: 108%;
	background: url(images/section-header-bg.jpg) top left no-repeat;
}

#category-content .section h4 {
	color: #1d6c47;
	padding: 0 0 0 15px;
	margin: 0 5px 10px 5px;
	background: url(images/h4-icon.gif) center left no-repeat;
}

#category-content .section p {
	margin: 0 5px 15px 5px;
}

#category-content .section ul {
	margin: 0 0 20px 0;
	padding: 0 20px 0 20px;
}

#category-content .section ul ul {
	margin: 10px 0 10px 0;
	padding: 0 20px 0 20px;
}

#category-content .section ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	background: url(./images/list-icon.gif) left 3px no-repeat;
	list-style: none;
}

#category-content .section ol {
	margin: 0 0 20px 0;
	padding: 0 20px 0 25px;
}

#category-content .section ol ol {
	margin: 10px 0 10px 0;
	padding: 0 20px 0 20px;
}

#category-content .section ol li {
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
}

#category-content .section dl {
	width: 550px;
	margin: 30px 5px 20px 5px;
	padding: 0;
	overflow: hidden;
}

#category-content .section dl dt {
	width: 105px;
	float: left;
	margin: 0 5px 10px 0;
	padding: 10px 10px 0 0;
	border-top: 2px solid #1d6c47;
	font-weight: normal;
}

#category-content .section dl dd {
	width: 420px;
	float: left;
	margin: 0 0 10px 0;
	padding: 10px 0 0 10px;
	border-top: 2px solid #ccc;
	line-height: 1.4;
}

#category-content .section dl dd p {
	margin: 0 0 10px 0;
	padding: 0;
}

#category-content .entry-date {
	font-size: 77%;
	margin: 0;
	padding-bottom: 5px;
	background: url(images/line-horizontal.gif) no-repeat left bottom;
}


/*  エントリーアーカイブ  */

#entry-content .section {
	clear: both;
	line-height: 1.4;
	margin-bottom: 20px;
	font-size: 93%;
}

#entry-content .section .section-header {
	color: #1d6c47;
	padding: 6px 20px;
	margin: 0 0 15px 0;
	font-size: 108%;
	background: url(images/section-header-bg.jpg) top left no-repeat;
}

#entry-content .section h4 {
	color: #1d6c47;
	padding: 0 0 0 15px;
	margin: 0 5px 10px 5px;
	background: url(images/h4-icon.gif) center left no-repeat;
}

#entry-content .section p {
	margin: 0 5px 15px 5px;
}

#entry-content .section ul {
	margin: 0 0 20px 0;
	padding: 0 20px 0 20px;
}

#entry-content .section ul ul {
	margin: 10px 0 10px 0;
	padding: 0 20px 0 20px;
}

#entry-content .section ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	background: url(./images/list-icon.gif) left 3px no-repeat;
	list-style: none;
}

#entry-content .section ol {
	margin: 0 0 20px 0;
	padding: 0 20px 0 25px;
}

#entry-content .section ol ol {
	margin: 10px 0 10px 0;
	padding: 0 20px 0 20px;
}

#entry-content .section ol li {
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
}

#entry-content .section dl {
	width: 550px;
	margin: 30px 5px 20px 5px;
	padding: 0;
	overflow: hidden;
}

#entry-content .section dl dt {
	width: 105px;
	float: left;
	margin: 0 5px 10px 0;
	padding: 10px 10px 0 0;
	border-top: 2px solid #1d6c47;
	font-weight: normal;
}

#entry-content .section dl dd {
	width: 420px;
	float: left;
	margin: 0 0 10px 0;
	padding: 10px 0 0 10px;
	border-top: 2px solid #ccc;
	line-height: 1.4;
}

#entry-content .section dl dd p {
	margin: 0 0 10px 0;
	padding: 0;
}

#entry-content-footer {
	font-size: 77%;
	margin: 0;
	padding-top: 5px;
	background: url(images/line-horizontal.gif) no-repeat left top;
}

#category-latest-entry {
	margin: 30px 0 10px 0;
	padding: 0;
	font-size: 85%;
}

#category-latest-entry h3 {
	color: #1d6c47;
	padding: 0 0 0 15px;
	margin: 0 5px 10px 5px;
	background: url(images/h4-icon.gif) center left no-repeat;
}

#category-latest-entry p {
	margin: 0 5px 15px 5px;
}

#category-latest-entry  ul {
	margin: 0 0 20px 0;
	padding: 0 20px 0 20px;
}

#category-latest-entry  ul ul {
	margin: 10px 0 10px 0;
	padding: 0 20px 0 20px;
}

#category-latest-entry  ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	background: url(./images/list-icon.gif) left 3px no-repeat;
	list-style: none;
}


/*  検索結果  */

#search-result {
	margin: 0;
	padding: 0;
}

#search-result-header {
	text-align: right;
	font-size: 93%;
	margin: 0 0 20px 0;
	padding-bottom: 5px;
	background: url(images/line-horizontal.gif) no-repeat left bottom;
}

#search-error {
	margin: 0 0 20px 20px;
	padding: 0;
}

#search-error ul {
	font-size: 85%;
}

#search-result ol {
	margin: 0 0 20px 20px;
	padding: 0;
}

#search-result ol li {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}

#search-result ol li h3 {
	font-size: 115%;
	margin: 0 0 5px 0;
	font-weight: normal;
}

#search-result ol li p {
	font-size: 85%;
	margin-bottom: 3px;
}

#search-result ol li .url {
	font-size: 77%;
	margin: 0;
	color: green;
}

#search-result-footer {
	margin: 0;
	padding: 30px 0;
	background: #dde9e4;
	text-align: center;
	border-top: 1px solid #2da96f;
	border-bottom: 1px solid #2da96f;
}


/*  お問い合わせ  */

.form-body .tbl-form {
	width: 550px;
	margin: 20px 5px 20px 5px;
	padding: 0;
	border: 0;
	font-size: 93%;
}

.form-body .tbl-form th {
	width: 150px;
	float: left;
	margin: 0;
	padding: 10px 10px 10px 0;
	border: 0;
	border-top: 2px solid #1d6c47;
	font-weight: normal;
}

.form-body .tbl-form td {
	width: 380px;
	float: left;
	margin: 0;
	padding: 10px 0 10px 10px;
	border: 0;
	border-top: 2px solid #ccc;
	line-height: 1.4;
}

.form-body h4 {
	color: #1d6c47;
	padding: 2px 4px;
	margin: 6px 0 10px 20px;
	border-left: 3px solid #1d6c47;
	font-size: 108%;
}

.shop-body {
	margin: 0 5px;
	padding: 24px 0 0 0;
	overflow: hidden;
}

.shop-body .shop-ube {
	margin: 0 0 24px 0;
	padding: 0 0 20px 0;
	clear: both;
	overflow: hidden;
}

.shop-body .shop-shimonoseki {
	margin: 0 0 12px 0;
	padding: 0 0 18px 0;
	clear: both;
	overflow: hidden;
}

.shop-body .shop-content-body {
	margin: 0 0 15px 0;
	padding: 0;
	overflow: hidden;
}

.shop-body .shop-image {
	float: left;
	margin: 0 20px 0 0;
	width: 200px;
}

.shop-body .shop-detail {
	float: left;
}

.shop-body .shop-name {
	color: #1d6c47;
	padding: 3px;
	margin: 0 0 5px 0;
	border-left: 3px solid #1d6c47;
}

.shop-body p {
	font-size: 85%;
	margin: 0 0 5px 0;
}

.shop-access {
	clear: both;
}

.shop-access .accessmap-header {
	background: url(images/accessmap.gif) top left no-repeat;
	width: 90px;
	height: 19px;
	margin-top: 20px;
	margin: 0;
	text-indent: -9999px;
}

.shop-access .accessmap {
	margin: 0 0 10px 0;
	border: 1px solid #eee;
	padding: 4px;
}

.shop-access .map-information h4 {
	color: #1d6c47;
	padding: 3px;
	margin: 0 0 5px 0;
	border-left: 3px solid #1d6c47;
}

.shop-access .map-information p {
	padding: 0;
	margin: 0 0 5px 0;
}

#page-content .shop-access .map-information h4 {
	color: #1d6c47;
	padding: 3px;
	margin: 0 0 5px 0;
	border-left: 3px solid #1d6c47;
	background: none;
}


/* サイドバー */

#aside {
    float: right;
    width: 200px;
}

#aside .section {
    margin-bottom: 5px;
}

#aside .section h4 {}

#aside .section h4 a {
    text-decoration: none;
}

#aside .section ul {}

#aside .section ul li {}

.side-content {
	margin: 0 0 5px 0;
	padding: 0;
}

.side-mod {
	margin: 0 0 5px 0;
	padding: 0;
}

.side-mod-header {
	width: 180px;
	height: 30px;
	margin: 0;
	padding: 0;
}

.side-mod-header h3 {
	display: none;
}

.side-mod-body {
	padding: 10px;
	background: #fff url(images/side-mod-body-bg.gif) repeat-y top center;
}

.side-mod-body h4 {
	margin: 0 0 10px 0;
}

.side-mod-body p {
	font-size: 85%;
}

.side-mod ul {
	margin: 0 0 10px 5px;
	padding: 0;
	font-size: 85%;
}

.side-mod ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	background: url(images/list-icon.gif) no-repeat left center;
}

.side-mod-footer {
	background: url(images/side-mod-footer.gif) no-repeat;
	width: 180px;
	height: 5px;
}

#side-cat .side-mod-header {
	background: url(images/side-cat-header.gif) no-repeat;
}

#side-guide .side-mod-header {
	background: url(images/side-guide-header.gif) no-repeat;
}

#side-glossary .side-mod-header {
	background: url(images/side-glossary-header.gif) no-repeat;
}

#side-benefit .side-mod-header {
	background: url(images/side-benefit-header.gif) no-repeat;
}

#side-ranking .side-mod-header {
	background: url(images/side-ranking-header.gif) no-repeat;
}

#side-ranking .side-mod-body {
	padding: 0px;
	background: #fff url(images/side-ranking-body-bg.gif) repeat-y top center;
}

#side-ranking .side-mod-body ol {
	margin: 0;
	padding: 0;
}

#side-ranking .side-mod-body li {
	margin: 0 1px;
	padding: 0;
	display: block;
	padding: 10px;
	font-size: 85%;
	overflow: hidden;
	width: 158px;
}

#side-ranking .side-mod-body li img {
	float: left;
	margin-right: 10px;
}

#side-ranking .side-mod-body .odd {
	background: #dde9e4;
}

#side-ranking .side-mod-footer {
	background: url(images/side-ranking-footer.gif) no-repeat;
	width: 180px;
	height: 5px;
}


/*  サイド カレンダー  */

.cal_wrapper li.cal_headline {
	background: #404040;
	color: #fff;
}

.cal_wrapper span.Today {
	font-weight: bold;
	display: block;
}
.cal_wrapper li.deli {
	background-color: #009900;
	color: #FFFFFF;
}
.cal_wrapper li.openingsale {
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #FF0000;
}
.cal_wrapper li.holyday {
	background: #ff8225;
	color: #ffffff;
}
.cal_wrapper li.Sun {
	background: #ffc092;
	color: #FF0000;
}
.cal_wrapper li.Sat {
	background: #ffc092;
	color: #0000FF;
}
.cal_wrapper li.undefined {
	background: #ffc092;

}

.cal_wrapper {
	padding: 0;
	width: 176px;
	background: none;
	position: relative;
	margin: 0 2px 10px 2px;
}


.cal_wrapper ul.cal_ui {
	display: none;
	padding: 0;
	margin: 0;
	width: 60px;
	float: right;
}

.cal_wrapper ul li {
	padding: 0;
	margin: 0;
	background: #fff;
}

.cal_wrapper ul.cal_ui li {
	float: left;
	width: 20px;
	height: 15px;
	font-size: 85%;
	list-style: none;
	background-repeat: no-repeat;
	cursor: pointer;
}

li.cal_prev {
	background-image: url(cal_01.gif);
}
li.cal_to {
	background-image: url(cal_02.gif);
}
li.cal_next {
	background-image: url(cal_03.gif);
}

.cal_base {
	
}

.cal_wrapper .cal_base p {
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	margin: 0;
}

.cal_wrapper ul.cal_main {
	clear: both;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border-top: solid 1px #f0f0f0;
	border-right: solid 1px #f0f0f0;
}

.cal_wrapper ul.cal_main li {
	padding: 2px 0;
	margin: 0;
	width: 24px;
	text-align: center;
	list-style: none;
	font-size: 77%;
	float: left;
	overflow: hidden;
	border-left: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
}
.cal_wrapper ul.cal_main li span {
	padding: 2px;
	display: block;
}



.cal_wrapper .cal_footer {
	margin: 10px 0 0 0;
}

.cal_wrapper .cal_footer p {
	font-size: 85%;
}

.cal_wrapper .cal_footer span.holiday {
	color: #ff8225;
}


#footer {
	width: 950px;
	margin: 0;
	padding: 15px 15px 60px 15px;
	color: #fff;
	background: #1d6c47 url(images/footer-bg.jpg) no-repeat top center;
	letter-spacing: 0.8px;
}

.copyright {
	font-size: 77%;
	font-family: Tahoma, Geneva, sans-serif;
	float: left;
	margin-bottom: 30px;
}

#footer a, #footer a:hover {
	color: #fff;
}

#footer ul {
	clear: right;
	float: right;
	overflow: hidden;
	margin: 0 0 5px 0;
	padding: 0;
}

#footer ul li {
	display: inline;
	margin-left: -1px;
	padding: 0 2px 0 6px;
	border-left: 1px #8eb6a3 solid;
	list-style-type: none;
	font-size: 77%;
}


/*  Ajax Loading  */

.loading {
	background: url(images/ajax-loader.gif) center center no-repeat;
	dispaly: none;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


/* image ----------------------------------------------------------------- */

.img-left {
    float: left;
    margin: 0 10px 10px 0;
}

.img-right {
    float: right;
    margin: 0 0 10px 10px;
}


/* text ----------------------------------------------------------------- */

.bold { font-weight: bold; }
.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }
.underline { text-decoration: underline; }
.quotation { padding: 10px; background: #eee; }

.red { color: #ee0000; }
.blue { color: #0066ff; }

.dark-red { color: #cc0000; }

.smaller { font-size:85%; }
.larger { font-size:116%; }

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }


/* box ----------------------------------------------------------------- */

.box-gray {
    margin: 10px 40px 10px 40px;
    padding: 20px 10px 10px 10px;
    background: #f5f5f5;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.box-white {
    margin: 10px 40px 10px 40px;
    padding: 20px 10px 10px 10px;
    background: #fff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
