@charset "utf-8";
@import "common/0-import.css";
/*  
	Author : 
	Update : 
*/
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts {

}

#conts h3 {
	margin: 0;

	clear: both;
}

#conts #dress {
	margin: 0 0 20px;
}

#conts #first {
	width: 590px;

	position: relative;
}

#conts #first img {
	display: block;
}

#conts #first .btn {
	width: 300px;
	height: 32px;

	position: absolute;
	top: 170px;
	left: 279px;
}

#conts #first .btn a {
	width: 300px;
	height:32px;
	background: url(/img/index/btn01_over.gif) no-repeat;
	display: block;
}

#conts #first .btn a:hover {
	background-color: #fff;
}

#conts #first .btn a:hover img {
	visibility: hidden;
}

#conts #rental {
	margin-top: 10px;
	width: 290px;
	height: 170px;
	background: url(/img/index/back01.jpg) no-repeat;
	overflow: hidden;

	float: left;
	position: relative;
}

#conts #rental h3 {
	margin: 0;
}

#conts #rental p {
	padding: 0 150px 0 10px;

	color: #333;
}

#conts #rental a.more {
	padding: 0 0 0 18px;
	background: url(/img/icon/01.gif) no-repeat left center;

	position: absolute;
	left: 10px;
	bottom: 10px;
	
}

#conts #rental a.more img {
	margin: 0 0 0 5px;
	vertical-align: -2px;
}

#conts #concept {
	margin-top: 10px;
	width: 290px;
	height: 170px;
	background: url(/img/index/back02.jpg) no-repeat left bottom;

	float: right;
}

#conts #concept h3 {
	margin: 0;
}

#conts #concept p {
	padding: 5px 15px;
}

#conts #topics {
	margin: 10px 20px 25px;
}

#conts #topics dt {
	margin: 0 0 3px;

	float: left;
	clear: left;

	color: #333;
	font-size: 1.08em;
	font-weight: bold;
}

#conts #topics dd {
	margin: 0 0 3px 8.5em;
}

#conts #plan {
	height: 141px;
	background: url(/img/index/back03.jpg) no-repeat;
	overflow: hidden;

	position: relative;
}

#conts #plan p {
	padding: 5px 235px 0 20px;
}

#conts #plan .btn {
	width: 250px;
	height: 32px;

	position: absolute;
	top: 91px;
	left: 17px;
}

#conts #plan .btn a {
	width: 250px;
	height: 32px;
	background: url(/img/index/btn02_over.gif) no-repeat;
	display: block;
}

#conts #plan .btn a:hover {
	background-color: #fff;
}

#conts #plan .btn a:hover img {
	visibility: hidden;
}
