@charset "shift_jis";
  /*スクロールバー設定*/
html {
  scrollbar-3dlight-color:#ffffff;
  scrollbar-arrow-color:#ffffff;
  scrollbar-darkshadow-color:#cccccc;
  scrollbar-face-color:#cccccc;
  scrollbar-highlight-color:#cccccc;
  scrollbar-shadow-color:#cccccc;
  scrollbar-track-color:#efefef;
}
body {
  color: #666666;
  margin: 0px;
  padding: 0px;
  text-align: center;
  background : #ffffff url(wallppr032.gif) repeat scroll 0% 0%;
  /*壁色と壁紙設定*/
	font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
/*全体の文字サイズ(75%)と行間(/2)設定*/
}
h1,h2,h3,p,ul,li{
  margin: 0px;
  padding: 0px;
}
ul{
  list-style-type: none;
}
.color1 {
  color: #Fff0000;
}
img {
  border: none;
}
.uline1 {
  /*background : url(uline_1.gif) repeat-x left bottom;*/
    border-bottom:dotted 1px #a0a0a0;
    margin-bottom: 10px;
}
.oline1{
    border-top:dotted 1px #a0a0a0;
    margin-top: 20px;
}
/*全般のリンク設定。（a:hoverはカーソルオーバー時）*/
a {
  color: #666666;
}
a:hover {
  color: #ff0000;
}
/*コンテナー（HP全体の枠）
------------------------------------------------------------------------*/
#container {
  width: 1050px;
  border: 1px solid #666666;
  /*HPを囲む枠の色と幅*/
	text-align: left;
  margin-right: auto;
  margin-left: auto;
}
/*ヘッダー（h1タグとサイト名が入っている部分）
------------------------------------------------------------------------*/
#header {
	font-size: 30px;/*サイト名部分の文字サイズ*/
	font-weight: bold;/*太字にする*/
	color: #ffffff;/*文字色*/
	background-color: #009999;
	background-image : url(images/nihonbashi.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center bottom;/*背景色と画像の指定*/
	height: 160px;
}
#header.fuji{
    background-image: url("images/fuji.jpg");
}
#header h1 {
  font-size: 10px;
  /*h1の文字サイズ*/
	padding-left: 10px;
}
#header p {
  padding-left: 20px;
}
/*ページ上部メインメニュー
------------------------------------------------------------------------*/
#mainmenu {
  padding: 0px;
}
#mainmenu ul {
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #666666;
  background : #ffffff url(mainmenu_bg.gif) repeat-x;
  /*メニュー背景のグラデーション画像指定箇所*/
	border-top: 1px solid #666666;
}
#mainmenu li {
  float: left;
}
#mainmenu ul li a {
  display: block;
  width: 149px;
  text-align: center;
  border-right: 1px solid #999999;
  color: #666666;
  /*メニューの文字色*/
	text-decoration: none;
}
#mainmenu ul li:last-child a {
    width: 148px;
}
#mainmenu ul li a:hover {
  background: #ffcc66;
/*メニューカーソルオーバー時に背景色をこの色にする*/
}
#mainmenu .last {
  border-right-style: none;
/*一番右のメニューの右境界線を消す設定*/
}
/*左コンテンツ
------------------------------------------------------------------------*/
#left {
  background: #990033;
  /*背景色*/
	width: 200px;
  vertical-align: top;
  padding: 10px 10px 10px 10px;
}

/*中央コンテンツ
------------------------------------------------------------------------*/
#center {
  width: 760px;
  vertical-align: top;
  background: #99cccc;
  /*背景色*/
	padding: 10px 35px;
}

#center p {
  padding: 0.5em 18px 1em;
}
#center table tr td > table{
}
#center table tr td > table td{
}
#center table tr td > table.table_plr18_10{
    padding-left: 18px;
    padding-right: 18px;
}
#center table tr td > table.table_plr18_10 td{
    padding: 0 10px 0 10px;
}
#center table tr td > table.table_ptb10{
    padding-top:10px;
    padding-bottom:10px;
}
#center table tr td > table.table_plr18{
    padding-left: 18px;
    padding-right: 18px;
}
#center h2 {
  border-left: 8px solid #333333;
  /*左に5pxの直線を入れる設定*/
	font-size: 100%;
  background : #fff url(h2_bg.gif) no-repeat left bottom;
  /*背景のグラデーション画像指定箇所*/
	padding-left: 17px;
  line-height: 40px;
  margin-bottom: 0.5em;
    margin: 20px 0;
}
#center img.center_td_title_img{
    /*margin: 10px 20px;*/
    margin: 10px 14px 10px 14px;
}
#center img.center_title_img{
    background-color: #fff;
    padding: 15px 25px 15px 25px;
    margin: 10px 0 0 0;
}
#center table.kikaku_noren_table{
    width: 100%;
}
/*左右コンテンツのh2,h3とリンク設定
------------------------------------------------------------------------*/
#left h2,#right h3 {
  background: #ffffff;
  border: 1px solid #666666;
  font-size: 100%;
  text-align: center;
}
#left h2 a,#right h3 a {
  text-decoration: none;
}
#left h2 a:hover,#right h3 a:hover{
  text-decoration: underline;
}
/*左コンテンツ内の商品メニュー
------------------------------------------------------------------------*/
#left ul.menu {
  margin-bottom: 1em;
  text-align: center;
/*メニュー名を中央よせ。左よせがいいならここの１行を外す。*/
}
#left ul.menu li a {
  color: #FFFFFF;
  /*メニューの文字色*/
	text-decoration: none;
  /*リンクの初期設定の下線を外す設定*/
	border-bottom: 1px dotted #ffffff;
  /*メニュー下に1pxの点線を入れる設定*/
	display: block;
  width: 208px;
}
#left ul.menu a:hover {
  color: #ff0000;
  /*カーソルオーバー時の文字色*/
	text-decoration: underline;
/*オーバー時に消していた下線を表示させる設定。不要なら１行丸ごと外す。*/
}


/*フッター（最下部コピーライト部分）
------------------------------------------------------------------------*/
#footer {
  color: #FFFFFF;
  background: #009999;
  text-align: center;
  border-top: 1px solid #666666;
}
#footer a {
  color: #FFFFFF;
}
/*左右コンテンツ内の商品写真を囲んでいるボックス設定（上のラインなし）
------------------------------------------------------------------------*/
.box1 {
  border-right: 1px solid #666666;
  /*右のライン設定*/
	border-bottom: 1px solid #666666;
  /*下のライン設定*/
	border-left: 1px solid #666666;
  /*左のライン設定*/
	padding: 5px;
  font-size: 85%;
  /*文字サイズを全体より少し小さく設定。同じがいいなら丸ごと１行削除*/
	background: #eaf4f9;
}
/*中央にある四角い商品写真を囲んでいるボックス
------------------------------------------------------------------------*/
.box2 {
  background: #efefef;
  /*背景色*/
  border: 1px solid #808080;
      line-height: 1.4;
    margin-left: 20px;
    margin-right: 20px;
  margin-bottom: 10px;
    padding: 10px 20px 10px 20px;
}
.box2_hiyoke{
    padding: 10px 0px 10px 0px;
}
.box2 h3 {
  font-size: 100%;
}
.box2 .fl {
  float: left;
  margin-right: 5px;
}
/*角丸テーブル設定（特に変更する必要なし）
------------------------------------------------------------------------*/
.marutable {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;

}
.marutable750{
    width:750px;
}
.marutable p {
    padding: 0 10px 0 10px;
}

.marutable .td1 {
  background: url(images/table/1.gif) no-repeat;
  height: 11px;
  width: 11px;
}
.marutable .td2 {
  background: url(images/table/2.gif) no-repeat;
  height: 11px;
  width: 11px;
}
.marutable .td3 {
  background: url(images/table/3.gif) no-repeat;
  height: 11px;
  width: 11px;
}
.marutable .td4 {
  background: url(images/table/4.gif) no-repeat;
  height: 11px;
  width: 11px;
}

.marutable .white {
  background-color: #FFFFFF;
}
/*clearfix（変更しない）
------------------------------------------------------------------*/
.cf{
    overflow: hidden;
}

/*.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cf {
  display: inline-block;
}*/
/* Hides from IE-mac \*/
/*IE-macの使用はもうないだろうでコメントアウト*/
/**html .cf {
  height: 1%;
}
.cf {
  display: block;
}*/
/* End hide from IE-mac */


/*ここから追加分
/*------------------------------------------------------
/*カート関連

/*トップページなどヘッダーに追加した部分--------------------*/
#header{
position:relative;
}
#header p.cart_btn{
position:absolute;
top:50px;
right:20px;
}
#header p.cart_btn a{
display:block;
    font-size:18px;
font-weight:400;
    line-height: 28px;
color:#fff;
text-decoration:none;
    background-image: url("./img/cart_ico.png"),url("./img/arrow_ico.png");
    background-position: left 16px center, right 9px center;
    background-repeat: no-repeat,no-repeat;
    background-color: #990033;
    border: #fff 2px solid;
    border-radius:5px;
    width: 200px;
    padding: 15px 20px 13px 56px;
}

#header p.cart_btn a:hover{
    text-decoration:none;
background-color:#b84d71;
}
/*トップページ類似共通設定*/
table.table_w100pct{
    width: 100%; 
}
div.top_back_menu{
    background-color : #cccccc;
    padding: 0px 10px 0px 10px;
    margin: 5px 18px 10px 18px;
}
/*会社情報、特定商取引*/
table.com_table{
}
table.com_table td{
    line-height: 18px;
    padding: 5px 0;
}
/*リンク*/
table.link_table{
    border-collapse: collapse;
    border:#000 solid 1px;
    width:100%;
}
table.link_table td{
    border:#000 solid 1px;
}
/*規格のれんなどのページに追加した部分--------------------*/
td.lower_check_cart{
}
td.lower_check_cart a{
font-size:13px;
font-weight:700;
text-decoration:underline;
}
td.lower_check_cart a:hover{
text-decoration:none;
}
td.lower_check_cart a.lower_cart {
padding-left:38px;
}
td.lower_check_cart a.lower_cart:hover{
}

/*どこでもカラーミー関連のデザイン調整------------------*/
.cartjs_box{
border:0 !important;
}
.cartjs_box table {
width: 332px !important;
margin: 0 auto;
border:0 !important;
padding:0 !important;
}
.cartjs_box table th{
font-size:14px;
text-align:right;
padding-right:10px;
border:0 !important;
}
.cartjs_box table td{
font-size:14px;
border:0 !important;
}
.cartjs_cart_in input{
margin-top: 10px !important;
margin-bottom:20px !important;
}



.cartjs_block{
border:0 !important;
}
.cartjs_box .cartjs_block table {
width: 200px !important;
margin: 0 auto;

}
.cartjs_box .cartjs_block table tbody{

}
.cartjs_box .cartjs_block table tr{

}
.cartjs_box .cartjs_block table th{
font-size:14px !important;
text-align:right !important;
padding-right:10px !important;
background:#fff !important;
width:50px !important;

}
.cartjs_box .cartjs_block table td p.cartjs_product_price{
font-size:14px !important;
}
.cartjs_block .cartjs_btn{
width:150px !important;
display:block !important;
font-weight:bold !important;
text-decoration:none !important;
color:#000 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size:14px !important;
padding:10px 5px !important;
text-align:center !important;
margin:0 auto !important;
-webkit-box-shadow: none  !important;
box-shadow: none  !important;
background-color: #ccc !important;
background-image: none !important;
border:0 !important;
text-shadow: none !important;
}

