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

#cont02{
	margin-top: 118px;
	margin-bottom: 20px;
}
/* ESTINA ROOM 
-----------------------------------------------------------------*/
#body05 th.widA{
	width: 115px;
}
#body05 td.widB{
	width: 195px;
}
#body05 td.widC{
	width: 140px;
}
#body05 td.widD{
	width: 120px;
}
#body05 ul.typeD a{
	color: #000;
	text-decoration: none;
	padding: 2px 2px 2px 10px;
	display: block;
	background-image: url(/inc/images/global/sideMenu-off.gif);
	background-repeat: no-repeat;
	background-position: 3px 50%;
}
#body05 ul.typeD a:hover{
	color: #fff;
	background-color: #000;
	text-decoration: none;
	padding: 2px 2px 2px 10px;
	background-image: url(/inc/images/global/sideMenu-on.gif);
	background-position: 3px 50%;
}
#body05 .thumb a:hover img{
	opacity: 1.0;
    filter: alpha(opacity=100);
}
#flashBox{
	float: right;
	margin-bottom:60px;
}

/* ロールオーバーでズームするCSS
-----------------------------------------------------------------*/
ul.thumb{
	float: left;
	list-style: none;
	margin: 0; padding: 0px;
	width: 135px;
}
ul.thumb li{
	margin: 0;
	padding: 0px 8px 0px 0px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 35px;
	height: 35px;
}
ul.thumb li img{
	width: 35px;
	height: 35px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 1px;
	background: #f0f0f0;
	position: absolute;
	left: -3px;
	top: 0;
}
ul.thumb li img.hover{
	background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}
.fbLeft{
	float: left;
	width: 300px;
}

.contact01 a,
.contact02 a{
	display: block;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.contact01,
.contact02{
	float: left;
}
.contact02{
	margin-left: 4px;
}
.contact01 a{
	background-image: url(../images/global/bt-material.gif);
	width: 170px;
	height: 46px;
}
.contact02 a{
	background-image: url(../images/global/bt-offer.gif);
	width: 170px;
	height: 46px;
}
.contact01 a:hover,
.contact02 a:hover{
	background-position: bottom;
}