/* Base Weblog (base-weblog.css) */

/* basic elements */


/* 新規CSS */

img {vertical-align: text-bottom;}

.topic{
padding: 3px 0 3px 5px;
font-size: 14px;
font-weight: bold;
color: #00008B;
border-bottom: 3px double silver;
border-left: 3px double silver;
width: 500px;
}

.titleimg{
padding: 15px 0 0 0;
}

.titleimg2{
padding: 15px 0 0 0;
}

.toplogo{
background-image:url(images/common/headerbg.gif);
background-repeat: repeat-x;
height: 100px;
}

.goods{
padding: 10px 0 20px 0;
}

.goodsimg{
clear: both;
float: left;
margin: 0 10px 10px 15px;
}

.goodstext{
padding: 0 0 0 0;
height: 40px;
}

.goodstext2{
padding: 10px 0 0 0;
height: 40px;
}

.goodstext3{
padding: 5px 0 0 0;
height: 40px;

}

.menu-link{
padding: 0;
margin: 10px 0 10px 25px;
line-height: 1.5;
}

.main{
clear: both;
padding: 15px 0 15px 0;
}

.main2{
clear: both;
padding: 15px 0 15px 15px;
line-height: 1.3;
}

.main2 p{
margin: 0 0 0 5px;
}

.mainimg{
clear: both;
float: left;
margin: 0 10px 0 15px;
}

.maintext{
float: left;
padding: 3px 20px 0 15px;
width: 320px;
}

.mainlogo{
margin: 10px 0 0 0;
}

.itemfooter{
width: 520px;
clear: both;
background: #F5F5F5;
border: 1px solid orange;
padding: 10px 10px 10px 20px;
color: gray;
font-size: 14px;
font-weight: bold;
line-height: 1.3;
}


/* 商品　小　*/
.syohinbox{
float: left;
width: 285px;
margin: 10px 0 15px 0;
}

.imgbox{
float: left;
margin: 0 10px 0 10px;
padding: 0 0 25px 0;
}

.shisaimg{
width: 125px;
height: 93px;
}

.shisaimg2{
width: 93px;
height: 125px;
}

.thum{
font-size: 10px;
color: gray;
}

.price{
color: red;font-weight: bold;
padding: 5px 0 3px 0;
}

/* 商品　大　*/
.syohinbox2{
width: 500px;
margin: 10px 0 15px 0;
}

.imgbox2{
float: left;
margin: 0 10px 0 10px;
}

.shisaimg3{
width: 250px;
height: 186px;
}

.shisaimg4{
width: 186px;
height: 250px;
}

.spec2{
height: 200px;
}

/* 特定商取引法に基づく表記　table設定　*/
table.tokutei{
width: 550px; 
border: 1px silver solid; 
border-collapse: collapse;
}

td.tokutei1{
border: 1px silver solid;
width: 120px; 
background: #CD5C5C;
padding: 4px 5px;
color: white;
font-weight: bold;
}

td.tokutei2{
border: 1px silver solid;
width: 430px; 
background: white;
padding: 4px 10px;
}


/* お問い合せフォーム　*/

.contact{
margin: 0 0 0 0;

}


table.mailform{
margin: 15px 0 0 0;
width: 560px; 
font-size: 12px;
}

th.midashi1{
border-bottom: 1px white solid;
width: 200px; 
background: #CD5C5C;
padding: 5px;
color: white;
font-weight: bold;
}

th.midashi2{
border-bottom: 1px white solid;
width: 360px; 
background: #CD5C5C;
padding: 5px;
color: white;
font-weight: bold;
}

td.enq1{

border-bottom: 1px silver solid; 
width: 200px; 
background: #F5F5F5;
padding: 2px 5px;
}

td.ans1{

border-bottom: 1px silver solid; 
width: 360px; 
background: #F5F5F5;
padding: 2px 5px;
}

textarea {
width: 280px;
height: 150px;
}

.send{
margin: 10px 0 0 200px;
}


.white{color: white;}
.red{color: red;}
.blue{color: blue;}
.gray{color: gray;}
.green{color: green;}
.brown{color: #A52A2A;}

.redbd{color: red;font-weight: bold;}
.bluebd{color: blue;font-weight: bold;}
.graybd{color: gray;font-weight: bold;}
.greenbd{color: green;font-weight: bold;}
.brownbd{color: #A52A2A;font-weight: bold;}
.bd{font-weight: bold;}

.bd14{
font-weight: bold;
font-size: 14px;
}

.space10{
margin: 0 0 0 10px;
}

.footer-link{
clear: both;
margin: 30px auto 0 auto;
padding: 15px 0 0 0;
text-align: center;
font-size: 12px;
color: gray;
line-height: 1.3;
}

.footer-link a{
text-decoration: none;
color: black;
}

.footer-link a:hover{
text-decoration: none;
color: #FF4500;
}


.seo{
margin: 0;
background: #003663;
text-align: left;
}

.seotext{
margin: 0px 0 0 5px;
color: white;
}

.footer{
margin: 10px 0 0 0;
background: #003663;
text-align: center;
}

.footertext{
color: white;
}

.footertext a{color: white;text-decoration: none;}
.footertext a:hover { color: #DC143C;text-decoration: none;}

/* 新規CSSここまで */





html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: 'ＭＳ Ｐゴシック', verdana, 'trebuchet ms', sans-serif;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin: 0;
    margin: 0;
    font-size: 12px;
}



/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 820px;
   text-align: left;
   border-left: 1px solid gray;
   border-right: 1px solid gray;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#beta, #gamma, #delta
{
   display: inline; /* ie win bugfix */
   float: left;
   min-height: 1px;
}

#alpha{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
   position: static;
}


/* banner user/photo */

.banner-user
{
   float: left;
   overflow: hidden;
   width: 64px;
   margin: 0 15px 0 0;
   border: 0;
   padding: 0;
   text-align: center;
}

.banner-user-photo
{
   display: block;
   margin: 0 0 2px 0;
   border: 0;
   padding: 0;
   background-position: center center;
   background-repeat: no-repeat;
   text-decoration: none !important;
}

.banner-user-photo img
{
   width: 64px;
   height: auto;
   margin: 0;
   border: 0;
   padding: 0;
}


/* content */

.content-nav
{
   margin: 10px;
   text-align: center;
   font-size: 13px;

}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 1px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}


/* modules */

.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
}

.module-content
{
   width: 190px;
   position: relative;
   margin: 0 0 15px 0;
   font-size: 12px;
   line-height: 1.2;
border: solid 1px #0072BC;
background-color: #fff;
}

.module-content2
{
   position: relative;
   margin: 2px 0 10px 0;
   font-size: 11px;
   line-height: 1.2;
border:1px #C0C0C0 outset;
background-color: white;
}

.module-list,
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list2
{
   list-style: none;
   margin: 0 0 0 4px;
   padding: 0;
vertical-align: middle;
}

.module-list-item2
{
list-style-image: url(images/common/listpoint.gif);
   margin: 3px 3px 3px 20px;
   padding: 4px;
   line-height:1.3;
border-bottom: 1px dotted silver;
border-top: 1px solid white;
}

.module-list-item
{
margin: 2px 0 2px 0;
padding: 5px 0 5px 5px;
border:2px #C0C0C0 outset;
background-color: white;
}






/* Vicksburg (theme-vicksburg.css) */

/* basic page elements */

body
{
   font-family: 'ＭＳ Ｐゴシック', 'trebuchet ms', verdana, helvetica, arial, sans-serif;
   font-size: small;
   line-height: 1.2;
}

a { color: blue; text-decoration: underline;}
a:hover {
color: #DA0B00;
}

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

.module-content a { color: blue;text-decoration: underline;}
.module-content a:hover {
color: #DA0B00;
}


.module-content2 a { 
color: black;text-decoration: none;font-size: 12px;
}
.module-content2 a:hover { color: #DA0B00;
top: 2px;
left:2px;
font-size: 12px;
}


h1, h2, h3, h4, h5, h6
{
   font-family: 'ＭＳ Ｐゴシック', 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 3px 0 0 5px;
   padding: 3px 5px 0px 5px;
   border-left: solid 4px #DC143C;
   color: #DC143C;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
   color: #fff;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 11px;
}

.commenter-profile img { vertical-align: middle; }


/* page layout */

body
{
min-width: 820px;
color: black;
background: #DCDCDC;
background-image: url(images/bg.gif);
background-repeat: repeat-x;
}

#container
{
   width: 820px;
   margin-bottom: 20px;
   background: #fff;
}



#banner
{
   width: 820px; /* necessary for ie win */
   background: #336699;
}

#banner-inner
{
   padding: 5px 3px;
   border-width: 1px 1px 0 1px;
   border-style: solid;
   border-color: #336699;
}

.banner-user
{
   width: 70px;
   margin-top: 3px;
   font-size: 11px;
}

.banner-user-photo { border: 1px solid #fff; }

#banner-header
{
   margin: 0;
   color: #fff;
   font-size: 18px;
   font-weight: bold;
   line-height: 1;
   text-shadow: #36414d 0 2px 3px;
}

#banner-description
{
   margin-top: 2px;
   margin-bottom: 0;
   margin-right: 120px;
   color: gray;
   background: none;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.125;
   text-shadow: #36414d 0 1px 2px;
   float: left;
}

h2.banner-descriptionright
{
   margin: 4px 0 0 0;
   color: gray;
   background: none;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.125;
   text-shadow: #36414d 0 1px 2px;
}

#alpha { margin: 10px 10px 0 0; width: 580px;}

#beta {
margin: 10px 10px 0 15px;
width: 200px;
height: 100%;
}

#gamma, #delta { width: 180px; background: #e6ecf2; }

#beta-inner,
#gamma-inner,
#delta-inner
{
   padding: 0px;
}

.date-header
{
   margin-top: 0;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
}

.entry-header
{
   margin-top: 0;
   border-bottom: 2px solid #9ACD32;
   padding: 0 0 3px 5px;
   color: black;
   font-weight: bold;
   font-size: 14px;
}

.entry-headertop
{
   margin-top: 0;
   margin-left: 10px;
   border-bottom: 2px solid #9ACD32;
   padding: 0 0 3px 5px;
   color: black;
   font-weight: bold;
   font-size: 14px;
}

.entry-contenttop
{
   margin-left: 10px;
   line-height: 1.5;
}

.entry-content,
.comment-content,
.trackback-content
{
   margin: 0;
   line-height: 1.5;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 11px;
   text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
   margin-left: 10px;
}

.content-nav { margin-top: 0; }

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #a3b8cc;
   padding: 0 10px;
   color: #292e33;
   font-size: 11px;
   text-align: center;
   background: #e6ecf2;
}

.comments-open-footer
{
   margin: 10px 0;
}


/* modules */

.module
{
   margin: 0 0 0 0;

}



.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 10px; }

.module-powered { border-width: 0; }
.module-powered .module-content
{
   margin: 10px 2px 5px 2px;
   border: 1px dashed #a3b8cc;
   padding: 5px;
   color: #292e33;
   background: #fff;
}

.module-syndicate .module-content
{
   margin: 2px 2px 5px 10px;
   padding: 5px;
}
.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }



.module-list .module-list
{
   margin: 0 0 0 0;

}

