@charset "utf-8";


/*---------- ページ全体の指定 ----------*/

body {
  font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ ゴシック","Hiragino KaKu Gothic Pro", Osaka;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #333333;
  background-image: url(img/back.gif);
}

a:link {
  color: #663333;
  font-size: 14px;
}

a:visited {
  color: #663333;
  font-size: 14px;
}

p {
  margin: 20px 0 20px 0;
  line-height: 150%;
  letter-spacing: 1px;
}

h1 {
  font-size: 14px;
  margin: 0;
  padding: 2px 3px 0px 3px;
  color: #E0E0D0;
}

form {
	display: block;
	width: auto;
	margin: 0 0 10px 0;
	padding: 0;
}


/*---------- メイン ----------*/

#main {
	padding: 0;
	width: 780px;
	border-right:  solid 3px #c6c6c6;
	border-bottom: solid 3px #c6c6c6;
	border-left: solid 3px #c6c6c6;
	background-color: #663333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



/*---------- ヘッダー ----------*/

#header {
	margin: 0;
	width: 780px;
	height: 90px;
	background-color: #663333;
	font-family:Verdana;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #993300;
	color: #E0E0D0;
}

#header h1 {
	margin: 0;
	padding: 2px 0 0 10px;
	text-align: left;
	font-size: 11px;
	color: #E0E0D0;
	font-weight: normal;
}

#header h2 {
	margin: 0;
	width: 400px;
	text-align: left;
	font-size: 16px;
	color: #CCCC99;
	padding: 10px;
}


#table-left{
  text-align: left;
  font-size: 18px;
  color: #E0E0D0;
  line-height: 150%;
  text-decoration: none;
}

#table-left a{
  font-size: 18px;
  color: #E0E0D0;
  text-decoration: none;
}

#table-left a:hover{
  font-size: 18px;
  color: #E0E0D0;
  text-decoration: none;
}


#table-right{
  text-align: right;
  margin: 0;
  padding: 2px 14px 2px 0;
  font-size: 14px;
  color: #E0E0D0;
  line-height: 150%;
  text-decoration: none;
}

#table-right a{
  font-size: 14px;
  color: #E0E0D0;
  text-decoration: none;
}

#table-right a:hover{
  font-size: 14px;
  color: #E0E0D0;
  text-decoration: none;
}


#header-menu {
  background-color: #333333;
  margin: 0px;
  padding: 7px 0 5px 15px;
  background: url(img/head_menu_back.gif) repeat;
}

#header-menu ul {
  text-align: left;
  padding-bottom: 1px;
  margin: 0px;
  width: auto;
}

#header-menu li {
  color: #ffffff;
  display: inline;
  padding-left: 9px;
  padding-right: 5px;
  background: url(img/l_icon.gif) no-repeat;
}

#header-menu a {
  color: #ffffff;
  text-decoration: none;
}

#header-menu a:hover {
  color: #DDDD99;
}


/*---------- コンテンツ ----------*/

#container {
  margin: 0px;
  padding: 6px;
  background-color: #663333;
}


/*---------- メインコンテンツ ----------*/

#contents {
	float: right;
	margin: 0;
	padding: 5px 2px 0 10px;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 1px;
	width: 585px;
	background-color: #FFFFFF;
}

#contents img.head_photo {
  margin: 0 0 10px 0;
}

#contents h2 {
  margin: 0 0 7px 0;
  padding: 8px 0 10px 20px;
  line-height: 110%;
  font-size: 14px;
  color: #333333;
  background-image: url(img/titlebar.gif);
  background-repeat: no-repeat;
}

#contents h3 {
  margin: 0;
  padding: 8px 0 0 10px;
  line-height: 110%;
  font-size: 18px;
  color: #003399;
}

#contents h4 {
  margin: 0;
  padding: 8px 0 0 10px;
  line-height: 110%;
  font-size: 14px;
  color: #003399;
}

#contents p {
	line-height: 150%;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;
}

#contents div.sample {
	margin: 5px;
	padding: 5px;
	float: right;
	height: 100px;
	width: 100px;
	border: 1px solid #CC8080;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
}

.selector {
	width:580px;
	border: none;
	margin: 0px;
	padding: 0px;
}
.selector_left {
	width:15%;
	text-align:left;
}
.selector_center {
	font-size:12px;
	width:70%;
	text-align:center;
}
.selector_right {
	width:15%;
	text-align:right;
}
.selector a {
	display: tabel-cell;
	margin: 0px;
	padding: 2px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 9px;
	text-align: center;
	height: 20px;
	width: 30px;
	border: 3px outset;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	background-color: #CCCCCC;
}
.selector a:hover {
	border: 3px inset;
	color: #FFFF00;
	background-color: #0000FF;
}

.jump_button {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.jump_button_on {
	margin: 1px;
	padding: 0px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12px;
	text-align: center;
	height: 24px;
	width: 36px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	font-weight: bold;
}

.item_list {
	font-size: 11px;
	line-height: normal;
	padding: 0px;
	width: 580px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 3px double #666633;
}
.item_list th {
	margin: 1px 0px 1px 0px;
	padding:4px;
	text-align:center;
	vertical-align: top;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #666633;
	font-size: 11px;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666633;
}
.item_list td {
	margin: 1px 0px 1px 0px;
	padding:4px;
	text-align:center;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
.item_list a {
	font-size:12px;
	text-decoration: none;
	color: #003366;
}
.item_list a:hover {
	font-size:12px;
	text-decoration: none;
	color: #ff0000;
}
.it {
	font-size:9px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 4px;
	display: block;
}


.display {
	font-size: 12px;
	line-height: normal;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	width: 20%;
	padding-bottom: 10px;
}

.display a {
	font-size: 12px;
	line-height: normal;
	text-decoration: none;
	display: block;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}

.display a:hover {
	font-size: 12px;
	line-height: normal;
	text-decoration: none;
	color: #993300;
	background-color: #CCCC99;
}

div.table {
	width: 560px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	display: table;
}

div.table dl {
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin: 0px 10px 0px 10px;
	padding: 0px;
	display: table;
}

div.table dt {
	width: 120px;
	float: left;
	color: #993300;
	font-weight: normal;
	text-align: center;
	margin: 5px 10px 5px 0px;
	padding: 5px 0px 5px 0px;
}

div.table dd {
	width: 380px;
	float: left;
	color: #333333;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
div.table#faq dt {
	float: none;
	width: auto;
	text-align: left;
	margin: 10px 0 5px 0;
	padding: 0 0 0 10px;
	border-left: 5px solid #996666;
}
div.table#faq dd {
	float: none;
	width: auto;
	margin: 0 0 10px 30px;
	padding: 0;
}

div.table2 {
	width: 560px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	display: table;
}

div.table2 ul {
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin: 0px 10px 0px 10px;
	padding: 0px;
	display: table-row;
}

div.table2 ul li {
	width: 100px;
	float: left;
	color: #000099;
	font-weight: normal;
	text-align: center;
	margin: 5px 10px 5px 0px;
	padding: 5px 0px 5px 0px;
	list-style-type: none;
	border: 1px solid #FF00FF;
	display: table-cell;
}

div.table2 ul dl {
	width: 360px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #FF0000;
	display: table-row;
}

div.table2 ul dl dt {
	width: 350px;
	float: left;
	color: #993300;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border: 1px solid #008000;
	display: table-cell;
}

div.table2 ul dl dd {
	width: 350px;
	float: left;
	color: #333333;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	line-height: 120%;
	border: 1px solid #0000FF;
	display: table-cell;
}

#contents2 {
	padding: 5px;
	font-size: 13pt;
	line-height: 150%;
	width: 750px;
	background-color: #FFFFFF;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#product {
	font-size: 20pt;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #003380;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka ;
}
#product .it {
	font-size: 20pt;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
#photo {
	padding: 10px;
	float: left;
	width: 240px;
	text-align: center;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 10px;
	vertical-align: top;
}
#photo img {
	width: 100%;
	height:auto
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#comments {
	line-height: 150%;
	text-align: left;
	margin: 10px auto 20px auto;
	vertical-align: top;
	padding: 10px;
	width: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka ;
}
#comments th {
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}
#comments td {
	text-align: left;
	vertical-align: top;
}
#comments p {
	margin-top: 0px;
}

/*---------- メニュー ----------*/

#menu {
	float: left;
	margin: 0;
	padding: 0;
	width: 170px;
	letter-spacing: 1px;
	text-align: left;
	background-color: #663333;
	color: #E0E0D0;
}

#menu h2 {
  margin: 0 0 7px 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 14px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}


.menulist {
  margin: 0 0 14px 0;
  padding: 5px 2px 0px 5px;
  width: 160px;
  text-align: left;
}

.menulist h2 {
  margin: 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 14px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

.menulist a{
	color: #CCCC90;
	display: block;
	width: 148px;
	padding: 6px 0 5px 10px;
	font-size: 14px;
	background-color: #996659;
	border: 1px solid #503030;
 }

.menulist a:hover{
  color: #996659;
  background-color: #E0E0C0;
}

.menulist p {
  padding: 0px 0px 12px 4px;
  line-height: 150%;
}

#menu p {
  margin: 10px 4px 0 4px;
  line-height: 150%;
}

li {
  list-style-image: url(img/mark.gif);
  margin: 0 0 5px 0;
}

#search {
	width: 148px;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	line-height: 150%;
	border: 4px double #CCCC90;
}

#search label {
	display: block;
	width: 138px;
	padding: 5px 0px 2px 0px;
	font-size: 14px;
	line-height: normal;
	text-align: center;
 }

.input-menu-s {
	font-size: 10px;
	line-height: normal;
	margin: 0px;
	padding: 2px 0 2px 0;
	width: 60px;
	border: 1px solid #503030;
}
.input-menu-m {
	font-size: 12px;
	line-height: normal;
	margin: 0px;
	padding: 2px 0 2px 0;
	width: 70px;
	border: 1px solid #503030;
}
.input-menu-l {
	font-size: 12px;
	line-height: normal;
	margin: 0px;
	padding: 2px 0 2px 0;
	width: 140px;
	border: 1px solid #503030;
}
.button {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	line-height: normal;
	text-align: center;
	border-top-width: 2px;
	border-top-style: double;
	border-top-color: #CCCC90;
}

#login {
	margin: 0px;
	padding: 5px 0px 5px 5px;
	line-height: 150%;
}

#login label {
	display: block;
	padding: 5px 10px 2px 0px;
	font-size: 14px;
	line-height: normal;
	text-align: left;
 }

#login .button {
	margin: 10px 5px 0px 0px;
	padding: 10px 10px 5px 50px;
	text-align: left;
	border-top-width: 2px;
	border-top-style: double;
	border-top-color: #CCCCCC;
}


/*---------- フッター ----------*/

#footer {
  clear: both;
  margin: 0;
  padding: 4px 0 15px 10px;
  text-align: center;
  font-size: 11px;
  color: #E0E0D0;
  border-top: solid 4px;
  border-top-color: #993300;
  background-color: #663333;
}

#footer a {
  color: #E0E0D0;
  font-size: 11px;
 }

#footer a:hover {
  color: #E0E0D0;
}



/*---------- 文字装飾 ----------*/

.dush {
	letter-spacing: 0px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}



/*---------- フォーム ----------*/

.wrap-form {
  margin: 20px 0px 0px 10px;
  padding: 0;
  width: 560px;
}

.wrap-form p {
	margin: 0; padding: 0; 
}

.wrap-form dl {
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin: 0px;
	padding: 0px;
	display: table;
}

.wrap-form dt {
	width: 120px;
	float: left;
	color: #996666;
	font-weight: bold;
	text-align: left;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
}

.wrap-form dd {
	width: 380px;
	float: left;
	color: #666;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 10px;
/*	border-left: 4px solid #993300;
*/}

.input-b {
	width: 200px;
	background-color: #996659;
	border-left: 1px solid #CC9999;
	border-right: 2px solid #663333;
	border-top: 1px solid #CC9999;
	border-bottom: 2px solid #663333;
	margin-top: 0px;
	padding: 5px;
	color: #CCCC90;
	font-weight: bold;
	letter-spacing: 3px;
}
.copy { text-align: right; }
.copy a { font-size: 9px; text-decoration: none; color: #ccc; background-color: #eee; }
.hiss { color: #f90; font-size: 9px; padding-left: 10px; }
.err { color: red; }
.point { color: #663333; font-size: 9px; }
.align-c { text-align: center; }
.input-s { width: 100px; }
.input-m { width: 240px; }
.input-l { width: 360px; }
.inp4 { width: 80px; }
.inp2 { width: 40px; }

.pointor {
	border: none;
	margin: 0px 5px 0px 0px;
}

#list table,
#list2 table {
	width:580px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border:solid 1px #999999;
}
#list th,
#list td,
#list2 th,
#list2 td {
	font-size:12px;
	text-align:center;
	font-weight:normal;
	padding: 2px;
	margin: 2px;
	border: 1px solid #CCCCCC;
	vertical-align: top;
}
#list th {
	border-bottom: 3px double #999999;
}
#list2 th {
	border-right: 3px double #999999;
}
#list a,
#list2 a {
	font-size: 12px;
}
#list a#btm,
#list2 a#btm {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px
	font-style: normal;
	font-weight: bold;
	background-color:#CCCCCC;
	border:3px outset;
	color: #0000FF;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0 1px 0 1px;
}
#list a#btm:hover,
#list2 a#btm:hover {
	background-color:#0000FF;
	border:3px inset;
	color: #FFFF00;
}

#post table {
	width: 560px;
	margin: 10px auto 10px auto;
	padding: 0 5px 0 5px;
	border:none;
}
#post th,
#post td {
	font-size:14px;
	text-align:left;
	font-weight:normal;
	padding: 2px;
	margin: 2px;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}
#post th {
	text-align:right;
	width: 120px;
}
#post td {
	width: 440px;
}


#presslist table {
	width:560px;
	border-bottom: 1px solid #C0C0C0;
	margin: 0 auto 0 auto;
	padding: 0px;
}
#presslist th,
#presslist td {
	font-size:14px;
	text-align:left;
	font-weight:normal;
	padding: 5px;
	margin: 0px;
	vertical-align: top;
	border-top: 1px solid #C0C0C0;
}
#presslist th {
	width: 60px;
}
#presslist a {
	font-size:9px;
	font-style: normal;
	font-weight: normal;
	border-bottom: 1px dashed #0000FF;
	color: #0000FF;
	text-decoration: none;
}


#storelist table {
	width: 560px;
	border-bottom: 1px solid #C0C0C0;
	margin: 0 auto 0 auto;
	padding: 0px;
}
#storelist th,
#storelist td {
	font-size:12px;
	text-align:left;
	font-weight:normal;
	line-height: normal;
	padding: 5px;
	margin: 0px;
	vertical-align: top;
	border-top: 1px solid #C0C0C0;
}
#storelist th {
	width: 100px;
}


table#storeinfo {
	width: 450px;
	border-bottom: none;
	margin: 0;
	padding: 0px;
}
#storeinfo th {
	text-align:right;
	font-weight:normal;
	width: 60px;
}
#storeinfo img {
	margin: 0 0 5px 5px;
	float: right;
}
th#storetitle {
	font-size: 18px;
	font-weight: bold;
	text-align:left;
	color: #003399;
	width: 450px;
	border-top: none;
}
#storeinfo a {
	font-size: 12px;
}

#closebuttom {
	text-align: center;
}
#closebuttom a {
	margin: 1px;
	padding: 5px;
	background-color: #CCCCCC;
	border: 3px outset;
	font-size:12px ;
	color: #000000;
	text-decoration: none;
}

#datetime {
	font-size: 10pt;
	text-align: right;
}

#thumb32 {
	float: left;
	margin-right: 10px;
	width: 32px;
	height: 32px;
}
#thumb32 img {
	border: none;
	width: 100%;
	height: auto;
}


ul.inlinelist {
  text-align: center;
  padding: 0;
  margin: 1px 0 5px 0;
  width: auto;
}

.inlinelist li {
  display: inline;
  margin: 0;
  padding: 0 1px 0 0;
  color: #ffffff;
}

.inlinelist a {
  color: #ffffff;
  background-color: #993333;
  text-decoration: none;
  display: table-cell;
  border: 5px outset;
  padding: 5px;
}

.inlinelist a:hover {
  color: #993333;
  background-color:#FFFF00;
  border: 5px inset;
}
#rightlist {
	float:right;
}
#rightlist table {
	margin: 5px 20px 0 0;
	padding: 0px;
	text-align: center;
	border:solid 1px #999999;
}
#rightlist th,
#rightlist td {
	font-size:12px;
	text-align:center;
	font-weight:normal;
	padding: 2px;
	margin: 2px;
	border: 1px solid #CCCCCC;
	vertical-align: top;
}
#rightlist th {
	border-bottom: 3px double #999999;
}
#rightlist a {
	font-size: 12px;
}
#rightlist a#btm {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px
	font-style: normal;
	font-weight: bold;
	background-color:#CCCCCC;
	border:3px outset;
	color: #0000FF;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 0 1px 0 1px;
}
#rightlist a#btm:hover {
	background-color:#0000FF;
	border:3px inset;
	color: #FFFF00;
}

div.col_2 {
	float: left;
	width: 260px;
	margin: 0 5px 0 5px;
	text-align: center;
}
.list {
	width:auto;
}
.list table {
	margin: 5px auto 0 auto;
	padding: 0px;
	text-align: center;
	border:solid 1px #999999;
}
.list th,
.list td {
	font-size:12px;
	text-align:center;
	font-weight:normal;
	line-height: 120%;
	padding: 2px;
	margin: 2px;
	border: 1px solid #CCCCCC;
	vertical-align: top;
}
.list td img {
	margin:10px;
}
.list th a,
.list td a {
	display: table-cell;
	text-decoration: none;
}
.list th a:hover,
.list td a:hover {
	background-color: #FFFF99;
}
.list .soldout,
.list .soldout a {
	color: #999999;
}
.list .soldout img {
	filter: Gray;
}

span.new {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
p.new {
	line-height: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	text-align: center;
}

.bl2l {
	height: 46px;
	overflow: auto;
}

