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

#left {
	background: url(side_shop.jpg) no-repeat top left;
}

#Contents p.top {
	margin-bottom: 3px;
	border-bottom: solid 3px #666633;
}
#Contents p#basketLook {
	clear: both;
	float: right;
	margin: 10px 0 5px;
}
#Contents p#basketLook a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

#Contents #guide {
	float: right;;
	overflow: hidden;
}

#Contents #guide p {
	float: left;
	margin-right: 10px;
	padding-left: 4px;
	border-left: solid 3px #614F30;	
}

#Contents #guide p a {
	text-decoration: none;
}

#Contents #guide p a:link,
#Contents #guide p a:visited {
	color: #333333;
}

#Contents #guide p a:hover {
	color: #4444AA;
	text-decoration: underline;
}

#Contents .bdtop {
	border-top: dotted 1px #333333;
}

#Contents .item {
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: dotted 1px #333333;
	overflow: hidden;
}

#Contents .item .textbox {
	float: right;
	width: 300px;
}

#Contents .item .textbox p.name{
	width: 300px;
	margin-bottom: 15px;
	padding-top: 3px;
	padding-left: 3px;
	border: solid 1px #CCCCCC;
	background: #E7CFA7;
	font-size: 100%;
}

#Contents .item .textbox p.com{
	margin-top: 15px;
	margin-bottom: 15px;
}

#Contents .item img {
	float: left;
}

#Contents .item p#basketIn {
	clear: both;
	float: right;
}

#Contents .item p#basketIn a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}



