@charset "utf-8";


/* topImage --------------------------------- */
.topImage1 {
	background: url(images/topImage1.jpg) no-repeat;
	text-indent: -9999px;
	height: 268px;
	width: 590px;
	margin-bottom: 20px;
}
.topImage2 {
	background: url(images/topImage2.jpg) no-repeat;
	text-indent: -9999px;
	height: 268px;
	width: 590px;
	margin-bottom: 20px;
}
.topImage3 {
	background: url(images/topImage3.jpg) no-repeat;
	text-indent: -9999px;
	height: 268px;
	width: 590px;
	margin-bottom: 20px;
}
/* 110402追記 --------------------------------- */
#container #LeftBlock {
	width: 590px;
	clear: both;
	float: left;
}
#container #LeftBlock #mainImage {
	margin-bottom: 15px;
}
#container #LeftBlock #info-box {
	padding: 10px;
	border: 1px solid #E60012;
	margin-bottom: 20px;
}
#container #LeftBlock #info-box h3 {
	margin-bottom: 10px;
}
#container #LeftBlock #info-box dl {
	margin-left: 10px;
}
#container #LeftBlock #info-box dt {
	font-weight: bold;
}
#container #LeftBlock #shopbox {
	border: 1px solid #E60012;
	width: 590px;
}
#container #LeftBlock #shopbox li {
	border: 1px solid #E60012;
	float: left;
	margin: 5px;
}

#container #RightBlock {
	float: right;
	width: 248px;
	background: url(images/dog.gif) no-repeat center bottom;
	padding-bottom: 200px;
}
#RightBlock .redbox {
	border: 1px solid #E60012;
	width: 242px;
	margin-bottom: 15px;
}
#RightBlock .bluebox {
	border: 1px solid #006AB5;
	width: 242px;
	margin-bottom: 15px;
}

