@charset "shift_jis";

body{
	background:url(../images/top/main_bg.jpg) repeat-x;
}
/*=======================================================*/
/* slideshow
/*=======================================================*/
#slideshow{
	margin:0 auto 34px auto;
	text-align:center;
	position:relative;
	width:1100px;
	height:453px;
}
#slideshow img{
	position:absolute;
	top:0; left:0;
	z-index:8;
}
#slideshow img.active{
	z-index:10;
}
#slideshow img.last-active{
	z-index:9;
}

/*=======================================================*/
/* コンテンツエリア
/*=======================================================*/
#Contentarea #center {
	float:left;
	width:470px;
}
#Contentarea #right {
	float:right;
	width:220px;
}

/*=======================================================*/
/* 右ナビ
/*=======================================================*/
#Contentarea #right ul li{
	margin-bottom:20px;
	line-height:0;
}

/*=======================================================*/
/* 実績バナー
/*=======================================================*/
#Contentarea #center .results{
	width:470px;
}
#Contentarea #center .results ul{
	width:490px;
	margin-right:-20px;
	margin-top:15px;
    overflow:hidden;
    _zoom:1;
}
#Contentarea #center .results ul li{
	float:left;
    margin-right:20px;
}

/*=======================================================*/
/* リード文
/*=======================================================*/
#Contentarea #center .lead{
	background:url(../images/top/lead_bg.jpg) no-repeat;
	height:252px;
	padding:20px 20px 0 20px;
	margin:20px 0 20px 0;
	line-height:1.7em;
}

/*=======================================================*/
/* 新着情報
/*=======================================================*/
#Contentarea #center .news{
	margin-top:20px;
}
#Contentarea #center .news li{
	border-bottom:1px dotted #cccccc;
	margin-top:10px;
}