/* CSS Document */

body {
	margin:0;
	font-size:85%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:160%;
	letter-spacing:0.04em;
	color:#111;
	background:#fff;
}
h2 {
	background-image:url(http://mushi-ya.net/img/back-h2.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:30px;
	border-bottom:1px dotted #ccc;
}
h3 {
	border-bottom:2px solid #666;
}


a:link {
	color:#06c;
}
a:visited {
	color:#069;
}
a:hover {
	color:#069;
	text-decoration:none;
}

a img {
	border:0;
	text-decoration:none;
}
img.left {
	float:left;
	margin-right:10px;
}

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

div#wrapper {
	text-align:left;
	width:800px;
}


div#title {
	text-align:right;
}

div.main-image {
	clear:both;
}
div#main {
	clear:both;
	width:600px;
	float:right;
}


/*----------------- サイド関係 -----------------*/
div#side {
	width:180px;
	float:left;
	margin-top:20px;
	background-image:url(img/back-side.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding-bottom:75px;
}
div#side dd {
	margin-left:0;
	padding-left:20px;
	border-bottom:1px dotted #ccc;
	line-height:180%;
}


/*----------------- タイトル関係 -----------------*/

div#title img.logo {
	float:left;
}
table.navigation {
	float:right;
}

div.main-image {
	background-image:url(img/main-image.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:300px;
}
/*----------------- トップページ関係 -----------------*/

table.banner img {
	margin-bottom:10px;
	padding-right:10px;
}
table.cat {
	width:100%;
	padding-bottom:20px;
}
table.cat td {
	text-align:center;
}

/*----------------- ナビ関係 -----------------*/
dl.navi dd {
	margin:0;
}

/*----------------- フッター関係 -----------------*/
div#footer {
	clear:both;
	padding-top:60px;
	background-image:url(img/back-footer.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
address {
	font-style: normal;
	width:350px;
	float:right;
}
div#footer dd {
	margin-top:0;
	margin-left:0;
	padding-left:15px;
	background-image:url(http://mushi-ya.net/img/arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
}
dl#site {
	font-size:90%;
	float:left;
	width:400px;
}
dl#site dd {
	margin-left:0;
	width:190px;
	float:left;
}


/*----------------- カテゴリページ関係 -----------------*/

dl.category dt{
	margin-left:30px;
	font-weight:bold;
}

dl.thumbnail dd {
	float:left;
	width:150px;
	height:145px;
	margin:0 0 5px 0;
	text-align:center;
	font-size:80%;
	line-height:110%;
}

dl.thumbnail dd  img {
	width:120px;
}
dl.thumbnail dd a img {
	border:1px solid #ccc;
}
dl.thumbnail dd a:hover img {
	border:1px solid #3c6;
}

/*---------- かご付近 ---------------*/

div.item-photo {
	float:left;
	width:282px;
	font-size:90%;
	color:#666;
}

div.item-photo a img {
	border:1px solid #fff;
}

div.item-photo a:hover img {
	border:1px solid #3c6;
}

div.item-detail {
	float:right;
	width:300px;
}
div.item-detail span {
	color:#666;
	font-size:80%;
}
div.cart span.price {
	color:#c00;
	font-size:180%;
}


/*----------------- ネット一覧 -----------------*/

div.item-list {
	clear:both;
	margin-bottom:15px;
}

div.spec {
	width:340px;
	float:right;
}
div.item-list table {
	background:#ccc;
	font-size:90%;
	margin-bottom:10px;
}
div.item-list table th {
	background:#eee;
	font-weight:normal;
	text-align:center;
}
div.item-list table td {
	background:#fff;
	text-align:center;
}


/*=========== データ関係 ===========*/


dl.data {
	width:100%;
	background-color:#fff;
	border-bottom:1px solid #ccc;
}
dl.data dt, dl.data dd {
	background-color:#fff;
	margin-left:0;
	margin-bottom:0;
	font-size:90%;
	line-height:150%;
}
dl.data dt {
	padding-left:10px;
	float:left;
	width:90px;
	border-top:1px solid #ccc;
	clear:left;
}
dl.data dd {
	background-color:#fff;
	margin-left:100px;
	margin-bottom:0;
	border-top:1px solid #ccc;
	padding:2px 0 1px 5px;
}

table.mail td {
	border-bottom:1px solid #ccc;
}

div.thumbnail {
	width:299px;
	text-align:center;
	float:left;
}

ul.feed {
	margin:10px 0;
}

li.feed {
        padding:5px;
}


