@charset "utf-8";




@import "../../common/css/default.css";



.top_text {
	font-size:116.7%;	/*14px */
	line-height:1.5em;
}
.top_text dt {
	margin:25px 0 0 0;
}
.top_text dd {
	text-align:right;
}
.works_wrap {
	border:#CCCCCC 1px solid;
	margin:20px 0 20px 0;
	padding:13px 14px 0 14px;
	background:#FFF0F5;
}
.box_works {
	border:#CCCCCC 1px solid;
	padding:2px 2px 2px 2px;
	margin:0 0 10px 0;
	background:#FFFFFF;
}
.box_works .inner {
	border:#E6E6E6 1px solid;
	padding:0 0 25px 0;
	zoom:1;
}
.box_works .inner h2 {
	margin:0 0 15px 0;
}
.box_works .inner ul {
	margin:0 0 0 20px;
}
.box_works .inner ul li {
	float:left;
	width:320px;
	*display:inline;
	margin:0 20px 20px 0;
}
.box_works .inner ul div {
	margin:0 0 10px 0;
}
.page_top {
	text-align:right;
	margin:0 0 20px 0;
}
#clr_elegant {
	background:url(../images/index_bg_elegant.gif) no-repeat left bottom;
}
#clr_gurley {
	background:url(../images/index_bg_gurley.gif) no-repeat left bottom;
}
#clr_luxury {
	background:url(../images/index_bg_luxury.gif) no-repeat left bottom;
}
#clr_cool {
	background:url(../images/index_bg_cool.gif) no-repeat left bottom;
}
#clr_cool h2 {
	margin:0 0 29px 0;
}

/* Clear Float */
.box_works .inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.box_works .inner {
	zoom: 1;
}
