@charset "UTF-8";
/* CSS Document 
		by Hai Lai (ハイ)
*/
	
/*
/////////////////////////////////////
CSS FOR SLIDE
/////////////////////////////////////
*/
#Mainvisual{ 
	margin:0;
	width: 100%;
	height: 600px;
	padding:0;
	/margin-left:1px;
}
#Mainvisual .container-wrap-main{
	width:960px;
	height: 600px;
	overflow:hidden;
	margin:auto;
}
.nivo-directionNav a{display:none !important;}
.nivo-controlNav{display:none;}
/*
/////////////////////////////////////
CSS FOR Content
/////////////////////////////////////
*/
.concept{
	margin:0 0 30px;	
	background: url(../images/index/icon_fish.png) bottom right no-repeat;
	min-height:345px;
}
.concept h3{
	height: 35px;
}
.concept p{
	font-size: 125%;
  line-height: 34px;
	padding:25px 0 0 15px;
}

.infomation{
	background: url(../images/index/bg_info.png) left top no-repeat;
	width:100%;
	height:221px;	
}
.infomation > img{
	margin:19px 0 0 18px;	
}
.info-in{
	padding:0 0 0 267px;	
}
.infomation dl{
	font-size:109%;	
	padding:17px 0 0;
}
.infomation dt{
	width:80px;
	float:left;	
}
.infomation dd{
	padding:0 0 15px 80px;		
}