@charset "shift_jis";

/*初期化
------------------------------------------*/
h1,h2,h3,h4,h5,h6,p,div,form,ul{
	margin:0;
	padding:0;
}

/*全体設定
------------------------------------------*/

body {
	color: #cccccc;
	margin:0;
	padding:0;
	background-color: #fff;
	background-image: url(../img/mainbg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align:center;
}


#base {
	width:870px;
	margin:0 auto;
	text-align:center;
}

/*共通設定
------------------------------------------*/
br.cbos{
	clear:both;
}

#title {
	background: #7B503B;
}

.hr {
	width:100%;
	height: 11px;
	background: url(../img/ssy.gif) repeat-x;
	margin: 5px 0;
	clear: both;
}

h3 {
	color:#5a86ac;
	font-size:110%;
	font-weight:bold;
	border-bottom:1px #9ac0e1 solid;
	margin: 0.5em 0;
	padding: 0.2em 0;
}

#contents {
	width:800px;
	margin: 0 auto;
	text-align: left;
}

.qr_s {
	margin:0 10px 10px 0;
}

/*アイテム
------------------------------------------*/

#itembase {
	width:800px;
	background: url(../img/itembase_bg.gif) bottom;
}

.itembase_top {
	background: url(../img/itembase_top.gif) top;
	height:11px;
	font-size:5px;
	width:800px;
}

#item_left {
	width:240;
	float:left;
	margin:0 10px 15px 10px;
	padding:0;
	display:inline;
	text-align: center;
}

#item_center {
	width:240;
	float:left;
	margin:0 10px 15px 20px;
	padding:0;
	display:inline;
	text-align: center;
}

#item_right {
	width:240;
	float:left;
	margin:0 10px 15px 20px;
	padding:0;
	display:inline;
	text-align: center;
}

.itemtxt {
	padding:5px 17px;
	line-height:1.5em;
}

.sslimg {
	border:1px #999 solid;
	margin:10px;
}


/*ヘッダー
------------------------------------------*/

h1 {
	text-indent:-9999px;
	width:864px;
	height:239px;
	background-image: url(../img/maintitle.jpg);
	margin: 0 auto;
}

a.header {
	display:block;
	width:864px;
	height:239px;
}


h1.s {
	text-indent:-9999px;
	width:864px;
	height:108px;
	background-image: url(../img/maintitle_s.jpg);
}

a.header_s {
	display:block;
	width:864px;
	height:108px;
}


/*ボタン
------------------------------------------*/

a.cart {
	text-indent:-10000px;
	text-decoration:none;
	display:block;
	width:216px;
	height:42px;
	background-image:url(../img/cart.jpg);
	margin:0 auto;
}

a.cart:hover {
	background-position:0 -42px;
}


a.cart_det {
	text-indent:-10000px;
	text-decoration:none;
	display:block;
	width:216px;
	height:42px;
	background-image:url(../img/cart.jpg);
	float:right;
}

a.cart_det:hover {
	background-position:0 -42px;
}



a.detail {
	text-indent:-10000px;
	text-decoration:none;
	display:block;
	width:216px;
	height:23px;
	background-image:url(../img/detail.jpg);
	margin:0 auto;
}

a.detail:hover {
	background-position:0 -23px;
}


a.sub_cart {
	text-indent:-10000px;
	text-decoration:none;
	display:block;
	float:right;
	width:161px;
	height:40px;
	background-image:url(../img/subcart.jpg);
	margin:5px 0;
}

a.sub_cart:hover {
	background-position:0 -40px;
}


a.sub_list {
	text-indent:-10000px;
	text-decoration:none;
	display:block;
	float:left;
	width:89px;
	height:35px;
	background-image:url(../img/submenu.jpg);
	margin-bottom:5px;
}


a.sub_list:hover {
	background-position:0 -35px;
}

/*詳細
------------------------------------------*/

#photo {
	text-align:center;
}

#photo img {
	margin:5px;
	border:1px #ccc solid;
}

.bigimage {
	text-indent:-10000px;
	background-image:url(../img/bigimage.gif);
	width:270px;
	height:19px;
	margin-bottom:5px;
	float:left;
}

/*カート
------------------------------------------*/

#cart {
	text-align:center;
}


/*フッター
------------------------------------------*/
#footer {
	margin:15px 0 0 0;
	padding: 15px 0;
	border-top: 2px #b2cbe0 solid;
}

.footer_left {
	float:left;
	line-height:1.8em;
}

.footer_right {
	float:right;
	line-height:1.8em;
	text-align:right;
}


/*テキスト
------------------------------------------*/
td,body {
	color:#666;
	font-size:12px;
}

.small {
	color:#666;
	font-size:80%;
}

/*強調テキスト*/
.pw { 
	color:#605b43;
	font-weight:bold;
}

/*記事用*/
.note {
	 line-height:160%;
}

/*カートテーブル
------------------------------------------*/

table.cart{
width:650px;
border-collapse:collapse;
border:1px solid #3B7A9B;
margin:5px;
padding:0;
width:100%;
}

th{
border:1px solid #3B7A9B;
color:#5aB0DD;
background:#CAE2EF;
font-size:x-small;
margin:0px;
padding:5px;
empty-cells:show;
}

td{
line-height:120%;
border:1px solid #3B7A9B;
vertical-align:top;
margin:0px;
padding:5px;
empty-cells:show;
}

td.cartnon {
border:0;
margin:0px;
padding:5px;
empty-cells:show;
}


/*リンク
------------------------------------------*/

/*通常リンク色*/
a:link{
	color: #5a86ac;
}
a:visited{
	color:#7b95ab;
}
a:hover{
	color: #4794d7;
}
a:active{
	color:#8dcaff;
}

/*リンク色（強調）*/
a.pw:link{
	color: #bb370f;
}
a.pw:visited{
	color:#c14a25;
}
a.pw:hover{
	color: #ff4800;
}
a.pw:active{
	color:#62230b;
}
