@charset "utf-8";

#MainPict{
	width: 960px;
	margin: 0 auto;
}
/* slide-show insert */
#slide{
    position:absolute;
/*	background:url("../images/slide1.jpg") no-repeat;	*/
    height:366px;
    width:960px;
	z-index:10;
	-moz-box-shadow:2px 2px 7px #ccc;
	-webkit-box-shadow:2px 2px 7px #ccc;
	box-shadow:2px 2px 7px #ccc;
	background:url(../images/slide5.jpg) no-repeat;
	behavior: url("js/pie.htc");	
}

#slide p{
	text-indent: -9999px;
/*	color:#000;
	font-size:18px;
	font-weight:bold;
	font-family:""ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height:1.75em;
*/
	position:absolute;	
	top:84px;
	left:22px;
	width:396px;
	height:125px;
	background:url(../images/shadow_rn.png) no-repeat;
}

/* 現在サンプルダミー */
/*#pr1{
    height:366px;
    width:960px;
	background:url(../images/slide1.jpg) no-repeat;
}

#pr2{
    height:366px;
    width:960px;
	background:url(../images/slide2.jpg) no-repeat;
}


#pr3{
    height:366px;
    width:960px;
	background:url(../images/slide3.jpg) no-repeat;
}

#pr4{
    height:366px;
    width:960px;
	background:url(../images/slide4.jpg) no-repeat;
}

#pr5{
    height:366px;
    width:960px;
	background:url(../images/slide5.jpg) no-repeat;
}
*/

#slide2{	/* ループ画像分の空ボックス設定 */
    height:366px;
    width:960px;
}

/* Main Contents */
#cont{
	float:right;
	width:750px;
	font-size:14px;
	line-height:1.5em;
	position:relative;
	top:16px;
	right:0;
	margin-bottom:40px;
}

/* Main Banner */
#MainBanner01 a:hover img,
#MainBanner02 a:hover img,
#MainBanner03 a:hover img {
background: #fff;
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

#MainBanner01,#MainBanner02,#MainBanner03{
	position: relative;
	width: 240px;
	height: 352px;
	background: #ddd;
	float: left;
	-moz-box-shadow:2px 2px 7px #ccc;
	-webkit-box-shadow:2px 2px 7px #ccc;
	box-shadow:2px 2px 7px #ccc;
	behavior: url("js/pie.htc");
	border: 1px solid #aaa;
}

#MainBanner01,#MainBanner02{
	margin-right: 11px;
}


/* end of stylesheet */