@charset "utf-8";

/*Copyright (C) 2009 Dream Craft Ltd.*/

@import url(default.css);

/******************** トップ ********************/
/*--------------------*/
/*工事事例*/
#top #contents h3{
	margin:1.1em 0 0;
	padding-left:30px;
	padding-top:7px;
	padding-bottom:5px;
	background:#FA839A url(../img/contents/h3_back.gif) no-repeat;
	color:#FFF;
	font-size:100%;
	font-weight:bold;
	}
#top #contents h4,
#top #contents p{
	margin-left:5px;
	}
/*--------------------*/
/*工事名*/
#top #contents h4{
	margin-right:210px;
	margin-top:1.5em;
	padding-bottom:2px;
	background:url(../img/contents/hr01.gif) repeat-x bottom;
	}
/*--------------------*/
/*工事概要*/
#top #contents p{
	margin-top:1em;
	}
#top #contents p.photo{
	width:200px;
	height:150px;
	margin-left:10px;
	margin-top:0;
	float:right;
	overflow:hidden;
	}
/*工事事例 区切線*/
#top #contents .hr_image{
	clear:both;
	margin:0;
	height:3em;
	background:url(../img/contents/hr02.gif) repeat-x left center;
	}

/*--------------------*/
/*コンテンツ側メニュー*/
#top #contents dl,
#top #contents dt,
#top #contents dd{
	margin:0;
	padding:0;
	}
#top #contents dl{
	width:170px;
	padding-bottom:10px;
	border:1px solid #999;
	float:left;
	}
#top #contents dl.leftmargin{
	margin-left:10px;
	}

/*--------------------*/
#top #contents dt{
	margin-bottom:5px;
	padding-left:18px;
	padding-top:7px;
	padding-bottom:5px;
	border-bottom:1px solid #999;
	background:#999 url(../img/contents/dt_back.gif) no-repeat;
	}
#top #contents dt a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	}

/*--------------------*/
#top #contents dd{
	width:160px;
	margin-left:5px;
	font-size:94%;
	}
#top #contents dd.photo{
	width:160px;
	margin-left:5px;
	margin-bottom:5px;
/*
	background-color:#99CCCC;
	height:90px;
*/
	}
