@charset "utf-8";

/*-----css id class--------------------------------------------

top_left
+ info
+ secret
+ topics

top_right
+ top_service
+ top_interior


-------------------------------------------------------------*/




/*  top_bg1
 ----------------------------------------------------------- */
#top_bg1 {
	background: url(../images/top_right_bg.gif) repeat-y;
	width: 760px;
	height: auto;
	margin: 0px;
	padding: 0px;

}

/*  top_bg1 clearFix
 ----------------------------------------------------------- */

#top_bg1:after{
font-size:1px;
visibility: hidden;
content:".";
display:block;
height:0px;
line-height: 0;
clear:both
}

#top_bg1{
zoom:1;
}

/*  top_left
 ----------------------------------------------------------- */
#top_left {
	width: 520px;
	float: left;
	margin: 0px;
}


/*  info
 ----------------------------------------------------------- */
#info {
	color: #333333;
	text-align: left;
	line-height: 1.6em;
	margin: 0px 15px 0px 15px;
}

#info dd {
	margin-top: 20px;
	margin-bottom: 20px;
}

#info dl dd p {
	font-size: 11px;
	margin: 0px auto 10px auto ;
}


/*  topics
 ----------------------------------------------------------- */
#topics dl {
	font-size: 11px;
	text-align: left;
	border-top: solid #999999 1px;
	margin: 10px auto 10px auto;
}

#topics dl dt {
	margin-top: 10px;
	font-weight: bold;
}

#topics dl dd {
	margin-top: 10px;
}
#topics dl dd ul li {
	margin-left: 40px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#topics dl dd ul li span {
	font-weight: bold;
	display:block;
}

#topics dl dd ul li span.new {
	font-weight: bold;
	display:block;
	color: #CC0000;
}


/*  top_right
 ----------------------------------------------------------- */
#top_right {
	float: right;
	width: 240px;
	height: 100%;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 0px;
}


#top_right dl dt {
	clear: both;
}



/*  TOP右　製品情報
 ----------------------------------------------------------- */
div.top_service {
	text-align: center;
	margin: 0px 10px 10px 10px;
}


/*  リンク用
 ----------------------------------------------------------- */

div.top_service ul li a { display:block; width:220px;}

div.top_service ul li.top_interior a:hover{ background:url(../images/top_interior_2.gif);}
div.top_service ul li.top_furniture a:hover{ background:url(../images/top_furniture_2.gif);}
div.top_service ul li.top_wood a:hover{ background:url(../images/top_wood_2.gif);}
div.top_service ul li.top_eco a:hover{ background:url(../images/top_eco2_2.gif);}
div.top_service ul li a:hover img { visibility:hidden;}

#top_project a{ display:block; width:490px;;}
#top_project a:hover{ background:url(../images/project_link2.gif);}
#top_project a:hover img { visibility:hidden;}


