@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background-image:url(img/border.gif);
	background-repeat:repeat-x;
	background-position:top top;
	font-size:85%;
	line-height:150%;
	letter-spacing:1px;
}

img {
	border:0;
}


h1 {
	float:right;
	font-size:80%;
	color:#666;
	margin:0;
	font-weight:normal;
}
h2 {
	border-left:6px solid #9c0;
	border-bottom:3px solid #333;
	padding-left:5px;
	font-size:120%;
}
h3 {
	border-left:5px double #cf0;
	border-bottom:1px solid #333;
	padding-left:5px;
	clear:both;
}
h4 {
	background:#f90;
	padding:3px;
}
a:link {
	color:#36c;
	text-decoration:none;
}
a:visited {
	color:#39c;
	text-decoration:none;
}
a:hover {
	color:#39c;
	text-decoration:underline;
}
strong.bg {
	padding:3px;
	background:#fc6;
}
li.font-red {
	color:#f00;
}

/*-----------------	レイアウト -----------------*/

div#head {
	margin:7px;
	text-align:center;
	width:800px;
}
div.inner {
	width:800px;
	text-align:left;
}

div#contents {
	margin-top:20px;
}

div#main {
	float:right;
	text-align:left;
	width:600px;
}
div#side {
	float:left;
	width:180px;
}
div#footer {
	background:#c90;
	clear:both;
	background-image:url(img/back-footer.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:20px;
	magin-top:20px;
}

img.left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
/*-----------------	サイド -----------------*/

div#side img {
	margin-bottom:10px;
}

dl.navi {
	border:1px solid #333;
	margin-top:0;
	padding-top:10px;
	padding-bottom:10px;
	font-size:90%;
}
dl.navi dd {
	margin-left:0;
	padding-left:10px;
}
dl.navigation dd {
	margin-left:0;
	padding-left:10px;
	border-bottom:1px dotted #ccc;
}
div#side dl.navigation img {
	margin-bottom:0px;
}

/*-----------------	サーチ -----------------*/

div.content-nav {
	text-align:center;
	font-weight:bold;
	font-size:130%;
}
div.content-nav a {
	font-weight:normal;
	font-size:85%;
}
h2 span#current-page {
	font-weight:normal;
	padding-left:30px;
}



div#searchform {
	text-align:center;
	background-image:url(img/bg-search.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:40px;
	padding-bottom:5px;
	margin-bottom:5px;
}


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



/*-----------------	トップページ -----------------*/

div#cat-navi {
	width:800px;
}
div#cat-navi table {
	width:100%;
}
div#cat-navi td {
	padding-top:20px;
	text-align:center;
}
div.newslist {
	height:120px;
	overflow:auto;
}
div.tweet {
	margin-top:10px;
}
div.tweet h3 {
	clear:none;
}

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

div.right {
	float:right;
	width:390px;
	text-align:left;
}
div.left {
	float:left;
	width:390px;
	text-align:left;
}
div#footer a:link {
	color:#fff;
	text-decoration:underline;
}
div#footer a:visited {
	color:#fff;
	text-decoration:underline;
}
div#footer a:hover {
	color:#000;
	text-decoration:underline;
}

/*----------------- カレンダー -----------------*/

table.cal{
	width:100%;
	margin-top: 20px;
	background: #999;
	font-size: 90%;
}
	
table.cal td.on, td.title{
	background: #fff;	
}

table.cal td {
	width:14%;
} 
table.cal td.off{
	background: #fcc;
	color: #000;	
}
	
table.cal tr.youbi{
	background: #eee;	
}

table.cal span.nichi{
	color: #fcc;
}
	
table.cal tr{
	align: center;
}


/*-----------------	サムネイル -----------------*/

div#item-list {
	margin-top:20px;
}

div.thumbnail {
	width:146px;
	height:180px;
	text-align:center;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:10px;
	float:left;
	font-size:90%;
	line-height:120%;
}
div.thumbnail a {
	font-weight:bold;
}

/*-----------------	商品ページ共通 -----------------*/

div.item-delivery {
	padding:10px;
	border:3px solid #333;
	clear:both;
}
div.item-delivery h4 {
	margin-top:0;
}
div.recommend {
	margin-top:15px;
}
/*-----------------	かご横 -----------------*/
div.cart {
	width:270px;
	float:left;
}
div.cart span.price {
	font-size:140%;
	font-weight:bold;
	color:#f00;
}
div.cart span.ex {
	font-size:90%;
	font-weight:normal;
	color:#f00;
}
div.cart-information {
	padding:5px;
	border:1px solid #ccc;
	background:#eee;
}

div.cart-side {
	width:320px;
	float:right;
}
div.cart-side a.delivery {
	background:#ccc;
	padding:3px 20px 3px 20px;
	font-weight:bold;
	border:1px solid #c00;
}

/*-----------------	送料のページ -----------------*/

table.delivery {
	width:100%;
	border:1px solid #333;
}

table.delivery th {
	text-align:center;
	font-weight:normal;
	color:#fff;
	background:#060;
	border-bottom:1px solid #333;
}

table.delivery td {
	text-align:center;
	border-bottom:1px solid #ccc;
}
td.size {
	background:#ffe;
	border-right:1px solid #ccc;
}

/*-----------------	問い合わせ -----------------*/
table.mail {
	border:1px solid #ccc;
}
table.mail td {
	border-bottom:1px dotted #ccc;
}


/*-----------------	パンくず -----------------*/

div#bread {
	text-align:right;
	font-size:90%;
	margin-bottom:0;
	margin-right:2px;
}