@charset "utf-8";
/* CSS Document */


/* 下層ページ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
	color: #333333;
	font-size: 12px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ pro W3";
	background-image: url(../img/header_bg2.jpg);
	background-repeat: repeat-x;
}
#under_mainImg {
	height: 203px;
	width: 950px;
}
#rightColumn .pagebute {
	text-align: right;
	margin-top: 30px;
}
#rightColumn .pagebute a {
	text-decoration: none;
	color: #CC3366;
}
#rightColumn .pagebute a:hover {
	text-decoration: underline;
}
#rightColumn .recommendBox {
	width: 660px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
}
#rightColumn .recommendBox .product_photo {
	float: left;
	width: 160px;
	height: 148px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	position: relative;
}
#rightColumn .recommendBox .product_photo img {
	position: absolute;
}
#rightColumn .recommendBox .textArea {
	float: left;
	margin-left: 20px;
	width: 400px;
	padding-top: 5px;
}
#rightColumn .recommendBox .textArea .product_name {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC3366;
	height: 24px;
	line-height: 24px;
	padding-top: 4px;
}
#rightColumn .recommendBox .textArea .product_name a {
	font-size: 15px;
	height: 24px;
	padding-left: 6px;
	color: #333333;
	text-decoration: none;
}
#rightColumn .recommendBox .textArea .product_name a:hover {
	color: #666666;
}
#rightColumn .recommendBox .textArea .recommend_body {
	font-size: 14px;
	line-height: 21px;
	padding-top: 10px;
}
