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

/* basic elements */


/* 新規CSS */

.topnewslist1{
font-size: 14px;
margin: 20px;
list-style-type: none;
line-height: 1.5;
}

.menuimg{
padding: 10px;
float: left;
}

.menuimg2{
padding: 10px 10px 25px 10px;
float: left;
}


.menutext{
padding: 10px 7px 0 0;
color: gray;
line-height: 1.5;
}

.menutext2{
padding: 10px 10px 0 0;
color: #002157;
}

/* リンク集　table設定　*/

table.linklist{
width: 510px; 
border: 1px #660066 solid; 
margin: 15px 10px 15px 10px;
border-collapse: collapse;
padding: 0 0 0 10px;
}

th.linkhead{
background: #993399;
padding: 3px 5px;
font-size: 12px;
color: #fff;
font-weight: bold;
}

td.linksite{
border-bottom: 1px #660066 solid;
background: #fff;
padding: 10px 5px 10px 25px;
color: #000;
background-image:url(images/arrow_001.gif);
background-repeat: no-repeat;
background-position: 7px 15px;
}

.linksite a{
color: #696969;
}

.linksite a:hover{
color: #FF8C00;
}

td.linkgaiyou{
border-bottom: 1px #DCDCDC solid;
width: 330px; 
background: white;
padding: 10px 10px;
}


.linklist{

}



.blogbox{
border-right: 1px solid #FFA500;
border-left: 1px solid #FFA500;
border-bottom: 1px solid #FFA500;
width: 500px;
height: 200px;
overflow: auto;
scrollbar-base-color: #F5F5F5;
background: #fff;
}

.shopname{
font-weight: bold;
color: #4B0049;
}

.kago{
padding: 10px 10px 10px 15px;
}

.spec{
float: left;
}

.brandline{
border: 2px dotted #8B0000;
margin: 10px 0;
}

.entrybox img{
margin-left: 10px;
}

.blognews{
font-size: 14px;
color: #FF8C00;
font-weight: bold;
padding: 3px;
width: 494px;
background: #F5F5F5;
border: 1px solid #FFA500;

}


.blogkiji{
width: 480px;
height: 200px;
padding: 0px;
margin: 0px;

}

.map{
padding-top: 15px;
padding-left: 20px;
}

.accessmap{
font-size: 14px;
line-height: 1.5;
}

.brandlineup{
margin: 10px;
width: 500px;
padding: 20px;
background: #fff;
background-image:url(images/brandbg.jpg);
background-repeat: repeat-y;
background-position: center top;
font-weight: bold;
line-height: 1.5;
}
.entrybox{
font-size: 12px;
}

.souryou{
width: 500px;
border: 1px solid #660066;
border-collapse: collapse;
margin: 10px 0 10px 0;

}

.souryou td{
background: #fff;
border: 1px solid #660066;
padding: 5px;
}

.teikeigai{
width: 500px;
border: 1px solid #660066;
border-collapse: collapse;
margin: 10px 0 10px 0;
}

.teikeigai td{
background: #fff;
border: 1px solid #660066;
padding: 5px;
text-align: center;
}

.rank{
width: 500px;
border: 1px solid #660066;
border-collapse: collapse;
margin: 10px 0 10px 0;
}

.rank td{
background: #fff;
border: 1px solid #660066;
padding: 5px;
}

td.tdhead{
background: #660066;
color: white;
font-weight: bold;
}

td.tdhead2{
background: #993399;
color: white;
font-weight: bold;
}

td.size_pants{
vertical-align: top;
text-align: left;
}

.sizecell{
width: 40px;
}


.l{
float: left;
margin: 0 15px 10px 0;
}

.map_l{
float: left;
margin: 0 15px 10px 0;
width: 255px;
}
.kiji{
margin: 20px;
line-height: 1.3;
}

.kiji p{
padding: 0;
margin: 0;
}

.kijititle{
width: 510px;
border-bottom: 3px double #4B0049;
padding: 3px 0 3px 10px;
margin-bottom: 10px;
font-size: 14px;
color: #4B0049;
font-weight: bold;
}

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;
}

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

.logo{
float: left;
margin: 0 235px 0 0;
padding: 0;
}

/* ヘッダーグロナビ */

ul.main-menu{
clear: both;
height: 30px;
width: 800px;
margin: 0;
padding: 0;
}

.main-menu li {
	width:160px;
	height:30px;
	list-style-type:none;
	float: left;
	margin: 0;
                padding: 0;
}

.main-menu li a {
	width:160px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

.main-menu li.bt1 {
	background-image:url(images/common/menu1_off.gif);
	background-repeat:no-repeat;
}

.main-menu li.bt1 a:hover {
	background-image:url(images/common/menu1_on.gif);
	background-repeat:no-repeat;
}

.main-menu li.bt2 {
	background-image:url(images/common/menu2_off.gif);
	background-repeat:no-repeat;
}

.main-menu li.bt2 a:hover {
	background-image:url(images/common/menu2_on.gif);
	background-repeat:no-repeat;
}

.main-menu li.bt3 {
	background-image:url(images/common/menu3_off.gif);
	background-repeat:no-repeat;
}

.main-menu li.bt3 a:hover {
	background-image:url(images/common/menu3_on.gif);
	background-repeat:no-repeat;
}

.main-menu li.bt4 {
	background-image:url(images/common/menu4_off.gif);
	background-repeat:no-repeat;
}

.main-menu li.bt4 a:hover {
	background-image:url(images/common/menu4_on.gif);
	background-repeat:no-repeat;
}

.main-menu li.bt5 {
	background-image:url(images/common/menu5_off.gif);
	background-repeat:no-repeat;
}

.main-menu li.bt5 a:hover {
	background-image:url(images/common/menu5_on.gif);
	background-repeat:no-repeat;
}

.item{
margin: 0;
}

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

.goodstitle{
padding: 10px 5px 10px 5px;
}

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

.goodstext{
margin: 0;
}

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

.goodstext3{
margin: 5px 0 0 0;
}

.menu-link{
margin: 20px 0 20px 22px;
padding: 0;
line-height: 1.5;
}

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

.main2{
clear: both;
padding: 15px 0 15px 5px;
}

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

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

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

/* TOP　メニュー　*/
.menubox{
float: left;
width: 290px;
margin: 5px 9px 5px 0;
}

.menubox2{
float: left;
width: 290px;
margin: 5px 0 5px 0;
}

.menuimgbox{
float: left;
margin: 0 10px 0 10px;
padding: 0 0 15px 0;
}



/* 商品　小　*/
.syohinbox{
float: left;
width: 265px;
margin: 10px 0 15px 0;
line-height: 1.2;
}

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

.itemimg{
width: 150px;
float: left;
margin: 0 20px 10px 0;
padding-bottom: 25px;
}



.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 0;
}

.itemimg2{
width: 250px;
float: left;
margin: 0 10px 10px 10px;
}


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

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

td.tokutei2{
border: 1px #660066 solid;
width: 380px; 
background: white;
padding: 4px 10px;
}


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

.contact{
margin: 0 0 0 15px;

}


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

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

th.midashi2{
border-bottom: 1px white solid;
width: 330px; 
background: #993399;
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;
}

.pt10{
padding: 2px 10px 2px 0;
font-size: 10px;
}

.white{color: white;}
.red{color: red;}
.blue{color: blue;}
.gray{color: gray;}
.green{color: green;}
.brown{color: #8B4513;}
.orange{color: #FF4500;}

.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: #330033;font-weight: bold;}
.orangebd{color: #FF4500;font-weight: bold;}
.bd{font-weight: bold;}


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

.brandname{
color: #8B0000;
font-weight: bold;
font-size: 14px;
padding: 4px;
border-right: 2px solid #8B0000;
border-bottom: 2px solid #8B0000;
}

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

.space15{
margin: 15px 10px 15px 15px;
}

.space5{
margin: 0 0 0 5px;
}

.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{
padding: 75px 0 0 0;
color: #330033;

}

.footer{
margin: 25px 0 0 0;
background: #4B0049;
text-align: center;
}

.footertext{
color: white;
font-size: 11px;
}

.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: 800px;
   text-align: left;

}
#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;
   clear: both;
}

#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;
}


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

.entry-content{
   clear: both;
   margin: 0 10px;
}

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

.entry-body{
margin: 15px;
}

.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: 178px;
   position: relative;
   margin: 0 0 15px 0;
   font-size: 12px;
   line-height: 1.2;
border: solid 1px #C1C1C1;
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-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 11px;
}

.entry-more-link{
   font-size: 12px;
   padding-left: 10px;
}

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


/* page layout */

body
{

color: black;
background: #C7B29A;

	background-image: url(images/common/bg.gif);
	text-decoration: none;
}

#container
{
   width: 800px;
   background: #fff;
   border-right: 1px solid #857767;
   border-left: 1px solid #857767;
}



#banner
{
   width: 800px; /* 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: 15px 10px 0 0; width: 590px;}

#beta {
margin: 15px 10px 0 10px;
width: 180px;
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;

   padding: 4px 0 3px 10px;
width: 590px;
height: 30px;
background-image:url(images/common/titlebg.gif);
background-repeat:no-repeat;
   color: #4B0049;
   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;

}





/* ヘッダーグロナビ */

ul.main-menu2{
clear: both;
height: 60px;
width: 800px;
margin: 0;
padding: 0;
background: #8B4513;
}

.main-menu2 li {
	width:160px;
	height:60px;
	list-style-type:none;
	float: left;
	margin: 0;
                padding: 0;
}

.main-menu2 li a {
	width:160px;
	height:60px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

.main-menu2 li.bt1-1 {
	background-image:url(images/common/menu1-1_off.gif);
	background-repeat:no-repeat;
}

.main-menu2 li.bt1-1 a:hover {
	background-image:url(images/common/menu1-1_on.gif);
	background-repeat:no-repeat;
}

.main-menu2 li.bt2-2 {
	background-image:url(images/common/menu2-2_off.gif);
	background-repeat:no-repeat;
}

.main-menu2 li.bt2-2 a:hover {
	background-image:url(images/common/menu2-2_on.gif);
	background-repeat:no-repeat;
}

.main-menu2 li.bt3-3 {
	background-image:url(images/common/menu3-3_off.gif);
	background-repeat:no-repeat;
}

.main-menu2 li.bt3-3 a:hover {
	background-image:url(images/common/menu3-3_on.gif);
	background-repeat:no-repeat;
}

.main-menu2 li.bt4-4 {
	background-image:url(images/common/menu4-4_off.gif);
	background-repeat:no-repeat;
}

.main-menu2 li.bt4-4 a:hover {
	background-image:url(images/common/menu4-4_on.gif);
	background-repeat:no-repeat;
}

.main-menu2 li.bt5-5 {
	background-image:url(images/common/menu5-5_off.gif);
	background-repeat:no-repeat;
}

.main-menu2 li.bt5-5 a:hover {
	background-image:url(images/common/menu5-5_on.gif);
	background-repeat:no-repeat;
}

