@charset "UTF-8";

@import url("css/reset.css");
@import url("css/fonts.css");
@import url("css/base.css");



/* layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #f0f5f5 url(images/img-body-bg.jpg) repeat-x;
}

#wrapper {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    background: none;
    text-align: left;
}

#content {
    width: 810px;
}

#header, #nav, #banner, #content, #article, #aside, #footer {
    position: relative;
    overflow: hidden;
}

#article, #aside {
    float: left;
}

.layout-2column #article {
    float: none;
}

.layout-2column #article {
    clear: both;
}

.layout-2column #article #left,
.layout-2column #article #right {
    display: inline;
    float: left;
}

.layout-1column #article {
    clear: both;
}


/* レイアウト・2カラム右サイドバー */

.layout-2column-right #article {
    width: 540px;
}

.layout-2column-right #aside {
    width: 240px;
}

/* レイアウト・2カラム左サイドバー */

.layout-2column-left #article {
    left: 240px;
    width: 570px;
}

.layout-2column-left #aside {
    left: -590px;
    width: 220px;
}

/* レイアウト・2カラム等幅 */

.layout-2column #article #left {
    width: 400px;
}

.layout-2column #article #right {
    width: 400px;
}

/* レイアウト・1カラム */

.layout-1column #article {
    width: 800px;
}


/* style ----------------------------------------------------------------- */


a { color: #135ef2; text-decoration: none;}
a:hover { text-decoration: underline; }
a:hover img { filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; }

/*  header  */

#header {
    margin: 0 auto;
    padding: 0;
    background: url(images/img-header-bg.jpg) no-repeat;
    width: 860px;
    height: 100px;
}

#header h1 {
    margin: 10px 0 0 0;
    text-align: right;
    font-size: 75%;
    font-weight: normal;
    color: #999;
}

#header h1 a {
    text-decoration: none;
}

#header #logo {
    float: left;
    margin: 0 0 0 10px;
}

#header #header-nav {
    background: none;
    height: 14px;
    margin: 10px 0 0 0;
    padding: 0;
}

#header #header-nav ul {
    float: right;
    margin: 0;
    padding: 0;
    height: 14px;
    border: 0;
    list-style: none;
}

#header #header-nav ul li {
    margin: 0 0 0 10px;
    padding: 0;
    float: left;
    height: 14px;
    border: 0;
    list-style: none;
}

#header p {}


/*  banner  */

#banner {
    margin: 0;
    padding: 0;
    background: url(images/img-banner-bg.jpg) repeat-x;
}

#banner-inner {
    margin: 0 auto;
    padding: 0;
    width: 860px;
}


.layout-2column-left #banner {
    height: 18px;
    margin: 0;
    padding: 0;
    background: url(images/img-banner-bg.jpg) repeat-x;
}

/*  nav  */

#nav {
    width: 860px;
    background: none;
    height: 40px;
    margin: 0 auto;
    padding: 0;
}

#nav ul {
    margin: 0;
    padding: 0;
    width: 860px;
    height: 40px;
    border: 0;
    list-style: none;
}

#nav ul li {
    margin: 0;
    padding: 0;
    float: left;
    height: 40px;
    border: 0;
    list-style: none;
}

#nav ul li a {
    margin: 0;
    padding: 0;
    display: block;
    background: none;
    height: 40px;
    border: 0;
}

#nav ul li.nav01 a {
    background: url(images/img-nav01.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 144px;
}

#nav ul li.nav02 a {
    background: url(images/img-nav02.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 143px;
}

#nav ul li.nav03 a {
    background: url(images/img-nav03.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 143px;
}

#nav ul li.nav04 a {
    background: url(images/img-nav04.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 143px;
}

#nav ul li.nav05 a {
    background: url(images/img-nav05.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 143px;
}

#nav ul li.nav06 a {
    background: url(images/img-nav06.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 144px;
}

#nav ul li.on,
#nav ul li.on a,
#nav ul li a:hover {
    background-position: 0 -40px;
}


/*  topic path  */

#topic-path {
    width: 810px;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 80%;
    height: 20px;
	overflow: hidden;
}

#topic-path ol {
    width: 810px; 
    margin: 0;
    padding: 0;
}   
#topic-path ol li {   
    float:left;   
    line-height:110%;   
    list-style-type:none;
    margin: 0;
    padding: 4px 0 3px 0;
}   
#topic-path ol li a {   
    margin-right:5px;   
    padding-right:10px;   
    background:url(images/img-topicpath.gif) no-repeat right center;
}  

#content {
    width: 810px;
    margin: 0 auto;
    padding: 25px 0 30px 0;
}

#article {
    margin: 0 auto;
    padding: 0;
}

.layout-2column-left #article #article-header {
    width: 570px;
    margin: 0 0 20px 0;
    padding: 26px 0 14px 10px;
    background: url(images/img-article-header-bg.jpg) no-repeat;
}

.hidden {
    display: none;
    margin: 0;
}

.layout-2column-left #article .section {
    margin: 0 0 20px 0;
    padding: 0;
}

.layout-2column-left #article .section h3 {
    margin: 0 0 20px 0;
    padding: 0;
}

.layout-2column-left #article .section .section-header {
clear: both;
    width: 570px;
    height: 27px;
    margin: 0 0 10px 0;
    padding: 8px 0 0 20px;
    background: url(images/img-section-header-bg.jpg) no-repeat;
}

.layout-2column-left #article .section h4 {
    margin: 0 0 10px 20px;
    padding: 0 0 0 5px;
    border-left: 3px solid #95b9e9;
}

.layout-2column-left #article .section p {
    margin: 0 10px 10px 10px;
    padding: 0;
}

.layout-2column-left #article .section .anchor {
    float: right;
    font-size: 80%;
    margin: 0;
    padding: 0 0 0 10px;
    background: url(images/img-link-icon.gif) left center no-repeat;
}

.layout-2column-left #article .section ul,
.layout-2column-left #article .section ol {
    margin: 0 0 20px 0;
    padding: 0 20px 0 40px;
}

.layout-2column-left #article .section ul ul,
.layout-2column-left #article .section ol ol {
    margin: 10px 0 10px 0;
    padding: 0 20px 0 20px;
}

.layout-2column-left #article .section ul li,
.layout-2column-left #article .section ol li {
    margin: 0 0 5px 0;
    padding: 0 0 0 16px;
    background: url(./images/img-list-icon.gif) left 3px no-repeat;
    list-style: none;
}

.layout-2column-left #article .section .box-gray ul,
.layout-2column-left #article .section .box-gray ol {
    margin: 0 0 10px 0;
    padding: 0 20px 0 35px;
}

.layout-2column-left #article .section table {
    border-collapse: collapse;
    margin: 0 0 10px 0;
    padding: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
}

.layout-2column-left #article .section table th,
.layout-2column-left #article .section table td {
    margin: 0;
    padding: 10px;
	border: 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/*  access  */

.layout-2column-left #article .accessmap {
    width: 570px;
    margin: 0;
}

.layout-2column-left #article .access p {
    float: left;
}

.layout-2column-left #article .accessmap .map-information {
    width: 210px;
    margin:0;
    padding: 0;
}

.layout-2column-left #article .accessmap .map-information .logo {
    margin:0 10px 10px 0;
}

.layout-2column-left #article .accessmap .map-information .appearance {
    margin:0 0 10px 0;
}

.layout-2column-left #article .accessmap .map-information h4 {
    margin:0 0 5px 0;
}

.layout-2column-left #article .accessmap .map-information p {
    font-size: 75%;
    margin: 0;
    padding: 0;
}

/*  company  */

.layout-2column-left #article .company-outline dl {
    width: 300px;
    overflow: hidden;
    margin: 15px 0 40px 20px;
    padding: 0 0 1px 0;
	background: url(images/img-content-underline.gif) left bottom no-repeat;
}

.layout-2column-left #article .company-outline dl dt {
    display: block;
    float: left;
    width: 80px;
    margin: 0;
    padding: 8px 0 5px 0;
	background: url(images/img-content-underline.gif) left top no-repeat;
	font-weight: bold;
}

.layout-2column-left #article .company-outline dl dd {
    display: block;
    float: left;
	width: 220px;
    margin: 0;
    padding: 8px 0 5px 0;
	background: url(images/img-content-underline.gif) left top no-repeat;
}

.layout-2column-left #article .company-history dl {
    overflow: hidden;
    margin: 15px 0 40px 20px;
    padding: 0 0 1px 0;
	background: url(images/img-content-underline.gif) left bottom no-repeat;
}

.layout-2column-left #article .company-history dl dt {
    display: block;
    float: left;
    width: 120px;
    margin: 0;
    padding: 8px 0 5px 0;
	background: url(images/img-content-underline.gif) left top no-repeat;
	font-weight: bold;
}

.layout-2column-left #article .company-history dl dd {
    display: block;
    float: left;
	width: 410px;
    margin: 0;
    padding: 8px 0 5px 0;
	background: url(images/img-content-underline.gif) left top no-repeat;
}

/*  services  */

.layout-2column-left #article .services-menu {
    width: 570px;
    margin: 0 0 20px 0;
    padding: 20px 0 0 10px;
	background: none;
	overflow: hidden;
}

.layout-2column-left #article .services-menu .service {
    width: 270px;
    margin: 0 0 20px 0;
    padding: 0;
}

.layout-2column-left #article .services-menu .service a:hover {
    background: #fff;
}

.layout-2column-left #article .services {
    width: 570px;
    height: 100%;
    margin: 0 0 20px 0;
    padding: 0;
	background: none;
}

/*  toppage services  */

.services {
    background: none;
    padding: 0;
    overflow: hidden;
    width: 540px;
}

.section .service {
    display: block;
    float: left;
    display: inline;
    margin: 0 0 20px 0;
    width: 270px;
    height: 80px;
    overflow: hidden;
}

.section .service img {
    float: left;
    margin-right: 5px;
}

.section .service a:hover img {
filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1;
}

.section .service .title-eng {
    margin: 0;
font-size: 80%;
font-family: 'Myriad Pro';
color: #888;
line-height: 1;
}

.section .service .title-jp {
color: #135ef2;
font-weight: bold;
line-height: 1.4;
}

.section .service .detail {
font-size: 85%;
}

.section .service a {
    display: block;
    width: 265px;
    height: 80px;
border-left: 5px solid #F0F5F5;
color: #333;
text-decoration: none;
}

.section .service a:hover {
    display: block;
    width: 265px;
    height: 80px;
border-left: 5px solid #135ef2;
background: #fff;
}

/*  toppage achivements  */

.achivements #achivements-header {
    width: 540px;
    height: 30px;
    background: url(images/img-top-achivements.jpg) no-repeat;
    margin: 20px 0 20px 0;
}

.achivements #achivements-header h3 {
    display: none;
}

.achivements #achivements-header p {
    text-align: right;
    margin: 0 10px 0 0;
}

.achivements #achivements-header p img {
    margin: 8px 5px 0 0;
}

.achivements,
.layout-2column-left #article .achivements  {
padding: 0;
overflow: hidden;
width: 540px;
}

.achivements ul,
.layout-2column-left #article .achivements ul {
width: 540px;
margin: 0 0 0 10px;
padding: 0;
}

.achivements ul li,
.layout-2column-left #article .achivements ul li {
    float: left;
    display: inline;
    margin: 0 10px 20px 0;
    padding: 0;
    width: 255px;
    height: 90px;
    background: none;
}

.achivements ul li img,
.layout-2column-left #article .achivements ul li img {
    float: left;
    margin-right: 10px;
}

.achivements ul li .date,
.layout-2column-left #article .achivements ul li .date {
    margin: 0;
font-size: 80%;
font-family: 'Myriad Pro';
color: #888;
line-height: 1.2;
}

.achivements ul li .title,
.layout-2column-left #article .achivements ul li .title {
color: #135ef2;
font-weight: bold;
line-height: 1.4;
}

.achivements ul li .detail,
.layout-2column-left #article .achivements ul li .detail {
font-size: 85%;
}

/*  topics & events  */

.layout-2column-left #article .topics-list dl,
.layout-2column-left #article .events-list dl {
    overflow: hidden;
    margin: 15px 0 40px 20px;
    padding: 0 0 1px 0;
	background: url(images/img-content-underline.gif) left bottom no-repeat;
}

.layout-2column-left #article .topics-list dl dt,
.layout-2column-left #article .events-list dl dt {
    display: block;
    float: left;
    width: 120px;
    margin: 0;
    padding: 8px 0 5px 0;
	background: url(images/img-content-underline.gif) left top no-repeat;
}

.layout-2column-left #article .topics-list dl dd,
.layout-2column-left #article .events-list dl dd {
    display: block;
    float: left;
	width: 410px;
    margin: 0;
    padding: 8px 0 5px 0;
	background: url(images/img-content-underline.gif) left top no-repeat;
}

/*  toppage topics  */

.topics #topics-header {
    width: 540px;
    height: 30px;
    background: url(images/img-top-topics.jpg) no-repeat;
    margin: 20px 0 20px 0;
}

.topics #topics-header h3 {
    display: none;
}

.topics #topics-header p {
    text-align: right;
    margin: 0 10px 0 0;
}

.topics #topics-header p img {
    margin: 8px 5px 0 0;
}

.topics dl {
    margin: 0 10px 20px 10px;
    padding: 0;
font-size: 93%;
}

.topics dl dt {
    display: block;
    float: left;
    display: inline;
    width: 130px;
    margin: 0;
    padding: 0 0 10px 0;
}

.topics dl dd {
    display: block;
    float: 400px;
    margin: 0;
    padding: 0 0 10px 0;
}


#aside {
    float: right;
    width: 200px;
}

#aside .section {
    margin-bottom: 10px;
}

#aside .section h4 {
margin: 0;
}

#aside .section h4 a {
    text-decoration: none;
}

#aside .section ul {
margin: 0;
padding: 0;
}

#aside .section ul li {
list-style: none;
margin: 0 0 5px 0;
padding: 0;
}

#aside .section ul li img {
margin: 0;
padding: 0;
vertical-align: bottom;
}

#aside .allumeur {
background: #fefefe;
margin: 0 0 10px 0;
padding-bottom: 0;
width: 240px;
overflow: hidden;
}

#aside #side-list {
    margin: 0 0 20px 0;
    padding: 0;
}

#aside #side-list ul {
    margin: 0;
    padding: 1px 0 0 0;
    background: url(./images/img-side-list-ul-bg.gif) no-repeat;
vertical-align: top;
}

#aside #side-list ul li {
    width: 160px;
    height: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 85%;
}

#aside #side-list ul li a {
    display: block;
    width: 160px;
    height: 22px;
    margin: 0;
    padding: 10px 10px 0 30px;
    text-decoration: none;
    background: url(./images/img-side-list-li-bg.gif) top left no-repeat;
}

#aside #side-list ul li a:hover {
    display: block;
    width: 160px;
    height: 22px;
    margin: 0;
    padding: 10px 10px 0 30px;
    background-position: 0 -32px;
    color: #000;
}

#aside #side-list ul li.on a {
    background-position: 0 -32px;
}

#aside #side-list ul li.on a:hover {
    background-position: 0 0;
}

#aside .allumeur #allumeur-header {
    margin: 0;
}

#aside .allumeur #events-header {
    width: 240px;
    height: 20px;
    background: url(images/img-side-events.gif) no-repeat;
    margin: 0;
}

#aside .allumeur #events-header h4 {
    display: none;
}

#aside .allumeur #events-header p {
    text-align: right;
    margin: 0 10px 0 0;
}

#aside .allumeur #events-header p img {
    margin: 3px 5px 0 0;
}


#aside .allumeur #events-header p {
    margin: 0;
}

#aside .allumeur dl {
    margin: 0 10px;
    padding: 0;
    font-size: 85%;
}

#aside .allumeur dl dt {
    display: block;
    float: left;
    display: inline;
    width: 70px;
    margin: 0 0 0 0;
    padding: 10px 0;
    background: url(images/img-side-dl-underline.gif) no-repeat;
}

#aside .allumeur dl dd {
    display: block;
    float: left;
    width: 150px;
    margin: 0 0 0 0;
    padding: 10px 0;
    background: url(images/img-side-dl-underline.gif) no-repeat;
}

#aside .allumeur #allumeur-footer {
    clear: both;
    width: 220px;
    margin: 0 10px;
    padding: 10px 0;
    background: url(images/img-side-dl-underline.gif) no-repeat;
    overflow: hidden;
}

#aside .allumeur #allumeur-footer p {
    float: right;
    font-size: 80%;
    margin: 0;
    padding: 0 0 0 10px;
    background: url(images/img-link-icon.gif) left center no-repeat;
}

#footer {
    margin: 20px 0 0 0;
    height: 150px;
    background: url(images/img-footer-line.gif) left top repeat-x;
}

#footer a, #footer a:hover {
    color: #333;
}

#footer-inner {
    width: 860px;
    margin: 15px auto;
    height: 150px;
    overflow: hidden;
}

#footer #copyright {
    float: left;
    font-family: 'Myriad Pro';
    font-size: 76%;
    letter-spacing: 0.08em;
    margin: 0;
}


#footer #footer-nav {
    float: right;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 80%;
    border-right: 1px #999 solid;
}

#footer #footer-nav li {
    display: inline;
    margin-left: 0px;
    padding: 0 3px 0 3px;
    border-left: 1px #999 solid;
    list-style-type: none;
}

#footer #footer-sub-nav {
text-align: right;
clear: both;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 80%;
}

#footer #footer-sub-nav li {
    display: inline;
    margin-left: 0px;
    padding: 0 0 0 6px;
    list-style-type: none;
}



/* 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: 1em; background: #eee; }



.red { color: #ee0000; }

.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;
}

.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%; }

.section-list {
 margin:0 0 30px 0;
}

.section-list dl,
.section-list dl dt,
.section-list dl dd
{
 margin:0 10px;
}

.section-list dt
{
 clear:left;
 float:left;
 width:100px;
 padding:10px 0 10px 20px;
 background:url(./images/img-list-icon.gif) 5px 50% no-repeat;
}

.section-list dt
{
 width:100px;
}

.section-list dd
{
 padding:10px 10px 10px 100px;
 background:url(./images/dotline.gif) 0 100% repeat-x;
}









/* item list ----------------------------------------------------------------- */

.item-list-header-index {
    width: 520px;
    height: 25px;
    background: url(images/list-header-index.gif) no-repeat;
    margin: 0;
    padding: 0;
}

.item-list-header-detail {
    width: 520px;
    height: 25px;
    background: url(images/list-header-detail.gif) no-repeat;
    margin: 0;
    padding: 0;
}

.item-list-header-pickup h3,
.item-list-header-close h3,
.item-list-header-open h3,
.item-list-header-index h3,
.item-list-header-detail h3,
.item-list-header-bakery h3 {
    float: left;
    text-indent: -9999px;
}


.item-list-header-button {
    float: right;
    margin: 5px 5px 0 0;
    padding: 0;
    overflow: hidden;
}

.item-list-header-button li {
    display: inline;
    float: left;
    font-size: 100%;
    margin: 0;
    padding: 0 5px 0 0;
}

.item-footer {
    width: 570px;
    height: 68px;
    overflow: hidden;
    margin: 0 0 20px 0;
    padding: 10px 0 5px 0;
    background: url(images/img-item-footer-bg.gif) top left no-repeat;
}

.item-footer .txt-contact {
float: left;
    margin: 10px 0 0 40px;
    padding: 0;
    font-size: 85%;
}

.item-footer .txt-contact .phonenumber {
    font-size: 197%;
    color: #135ef2;
    font-family: Georgia;
}

.item-footer .btn-contact {
float: right;
    margin: 4px 10px 0 0;
    padding: 0;
    font-size: 85%;
}


/* 商品一覧 */

.item-list {
    width: 570px;
    font-size: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    overflow: hidden;
}

.item-list-contents,
.item-list-contents-odd {
    width: 570px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-bottom: 8px solid #f0f5f5;
    background: #fff;
}

.item-list-contents-even {
    width: 570px;
    background: #fff;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-bottom: 8px solid #f0f5f5;
}

.item-list-content-image {
    float: left;
    width: 138px;
    margin: 10px 0;
}

.item-list-content-image p {
    text-align: center;
    vertical-align: middle;
}

.item-list-content {
    float: right;
    width: 400px;
    margin: 10px 20px 0 0;
}

.layout-2column-left #article .item-list .item-list-content h3 {
    font-size: 108%;
    margin: 5px 0 5px 0;
    padding: 0 0 5px 0;
    background: url(images/img-content-underline.gif) bottom left no-repeat;
}

.item-list-detail {
    margin: 0 0 10px 0;
    float: left;
}

.layout-2column-left #article .item-list .item-list-category {
    margin: 0 0 15px 0;
    font-size: 85%;
}

.layout-2column-left #article .item-list-content table {
    width: 260px;
    font-size: 77%;
    border: 0;
}

.layout-2column-left #article .item-list-content table th,
.layout-2column-left #article .item-list-content table td {
    font-weight: normal;
    margin: 0;
    padding: 2px 4px 2px 2px;
border: 0;
    background: url(images/img-content-underline.gif) bottom left no-repeat;
}

.layout-2column-left #article .item-list-content table th {
    width: 20%;
    background: #f3f6ff url(images/img-content-underline.gif) bottom left no-repeat;
}

.layout-2column-left #article .item-list .item-list-price {
    margin: 30px 0 0 0;
    float: right;
    width: 120px;
}

.layout-2column-left #article .item-list .item-list-price p {
    font-size: 85%;
    margin: 0 0 5px 0;
}

.price {
    color: #f50000;
    font-size: 170%;
    font-weight: bold;
}

/* 商品詳細 */

.item-contents {
    width: 570px;
    font-size: 100%;
    margin: 0 0 20px 0;
    padding: 20px 0;
    overflow: hidden;
    background: #fff;
}

.item-details {
    float: right;
    width: 290px;
    margin-right: 20px;
}

.item-details-image {
    float: left;
    width: 260px;
}

.item-details-image p {
    text-align: center;
    vertical-align: middle;
}

.layout-2column-left #article .item-details h3 {
    font-size: 116%;
    margin: 20px 0 5px 0;
    padding: 0 0 5px 0;
    background: url(images/img-content-underline.gif) bottom left no-repeat;
}

.item-details .item-list-detail {
    margin: 0 0 10px 0;
}

.layout-2column-left #article .item-details .item-list-category {
    margin: 0 0 15px 0;
    font-size: 85%;
}

.item-details table {
    font-size: 85%;
    border: 0;
    margin: 0;
}

.item-details table th,
.item-details table td {
    font-weight: normal;
    margin: 0;
    padding: 4px 6px 3px 6px;
    border: 0;
    background: url(images/img-content-underline.gif) bottom left no-repeat;
}

.item-details table th {
    width: 20%;
    background: #f3f6ff url(images/img-content-underline.gif) bottom left no-repeat;
}

.layout-2column-left #article .item-contents .item-details-price {
    float: left;
    margin: 10px 0 20px 0;
    width: 100%;
}

.layout-2column-left #article .item-contents .item-details-price p {
    font-size: 100%;
    margin: 0;
}

/* 商品詳細追記 */

.item-details-more {
    clear: both;
    padding: 20px 0;
    margin: 15px 15px 0 15px;
    font-size: 93%;
    background: url(images/img-content-underline.gif) top left no-repeat;
}

/* Pagetop ----------------------------------------------------------------- */

#pagetop {
    clear: both;
    float: right;
    margin: 20px 0;
}

#pagetop p {
    font-size: 85%;
padding-left: 14px;
background: url(images/pagetop.gif) no-repeat left center;
}


