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



#kirikae {
	width: 950px;
	float:left;
}
#kirikae-img {
	width:950px;
	float:left;
	margin-bottom:15px;
}
#slideshow {
   position: relative;
   width:  950px;
   height: 350px;
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}


#main {
	width:950px;
	float:left;
}
#icon {
	width:650px;
	float:left;
}
.icon1 {
	width:216px;
	float:left;
}.icon2 {
	width:218px;
	float:left;
}
#fb {
	width:300px;
	float:left;
}
#concept {
	width:950px;
	float:left;
	font-size:13px;
}
#concept img{
	float:right;
}
#yoyaku a{
	width:900px;
	float:left;
	margin-left:25px;
	margin-bottom:15px;
	padding:15px 0px;
	color:#FFF;
	font-weight:bold;
	background-color:rgb(75,214,173);
	border:#09C 1px solid;
	text-align:center;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
#yoyaku a:hover{
	text-align:center;
	background-color:rgb(228,70,118);
	border:#F06 1px solid;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}