
/*********************************************/
/* 4. Home */
/*********************************************/
#home {
	background-image: url(bg-home.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	position: relative;
	top: 0px;
}
#home #tatami {
	background-image: url(bg-tatami.jpg);
	background-repeat: no-repeat;
	width: 1288px;
	height: 680px;
	margin: 0 auto;
	margin-bottom: 80px;
}
#home #tatami #carousel {
	height: 409px;
	width: 1122px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	margin-left: 98px;
}
#home #tatami #prev,
#home #tatami #next {
	width: 51px;
	height: 51px;
	display: block;
	position: relative;
	z-index: 10;
	outline: 9999px;
}
#home #tatami #prev {
	background-image: url(prev.png);
	top: -261px;
	left: 98px;
}
#home #tatami #next {
	background-image: url(next.png);
	top: -312px;
	left: 1169px;
}
#home .title {
	font-size: 34px;
	font-family: 'AsapRegular', sans-serif;
	width: 660px;
	margin: 0px auto;
	margin-top: -107px;
	text-align: center;
	color: #262626;
	line-height: 42px;
}
#home .title b {
	font-family: 'AsapBold', sans-serif;
}
#home .cols {
	width: 990px;
	margin:0 auto;
	margin-top: 36px;
	line-height: 30px;
}
#home .col {
	float: left;
	width: 454px;
	font-size: 18px;
}
#home .col.first {
	margin-right: 80px;
}