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

/* -----コンテンツ----*/
#Product h2{
	background:url("../products/images/Title.gif") no-repeat bottom left;
}
#BrandMenu{
	float:right;
	width:170px;
	margin:20px 0 0 0;
	padding:50px 5px 8px 5px;
	background:url("../products/images/SelectTitle.gif") #F1ECE7 no-repeat top center;
	text-align:center;
	display:inline;
	font-size:10px;
	border:none;
}
#Product #MainPhoto,
#Product #MainPhotoLarge{
	float:left;
	width:720px;
	text-align:center;
	padding-top:20px;
	margin:0 0px 0px 10px;
	display:inline;
}
#Product #MainPhoto{
	height:420px;
	background:url("../products/images/MainPhotoBg.jpg") no-repeat center center;
}
#Product #MainPhotoLarge{
	height:477px;
	background:url("../products/images/MainPhotoBgLarge.jpg") no-repeat center center;
}
#BrandMenu ul,
#BrandMenu li{
	margin:0 0 10px 0;
	padding:0px;
	list-style:none;
}
#BrandMenu ul a{
	text-decoration:none;
}
#Product #Text{
	float:left;
	width:720px;
	margin:0 0px 30px 10px;
	display:inline;
}
#Product #Text p{
	margin:10px 0;
}
#Product #Text img{
	padding:5px;
	border-top:#EEEEEE 1px solid;
	border-left:#EEEEEE 1px solid;
	border-right:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	margin:5px 10px;
}
