/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* :::::: common ::::::  */
#contents .inner{
  width: 1000px;
  margin: 0 auto;
  padding-top:40px;
  background-color:#ffffff;
}
#contents h2{
	color:#ffffff;
	letter-spacing:0.05em;
	line-height:1.5em;
	text-align:center;
	width:88.5%;
	margin:0 auto 20px;
	border:1px solid #dddddd;
	background:#ffffff url("../img/h_back_img.gif") repeat 0px 0px;
}
section{
	width:100%;
	border-bottom:1px solid #dddddd;
	padding-bottom:15px;
	margin-bottom:20px;
}
h3 {
	font-size:1.2em;
	margin:0;
	text-align:center;
	padding:0 0 3px 0;
}
p{
	margin:0;
}
dl{
	margin:0;
}
/* :::::: contents ::::::  */
.midashi2_line{
	width: 60%;
	height: 8px;
	background-image: url("../img/line_h2_01.png");
	background-repeat: repeat-x;
	margin: 0 auto;
	padding: 0 0 20px 30px;
}
.description{
	margin:0 10px;
	padding:0;
}
.description p{
	margin:0 0 10px 0;
}
#design .description dl dd ,
#Construction .description dl dd {
	margin-bottom:10px;
}
#design .description dl dt img ,
#Construction .description dl dt img {
	margin:0 7px 3px 0;
}
#design_about {
	margin:0 auto;
	width:90%;
}
#design_about .outline{
	margin:0 10px 20px 10px;
	padding:0;
}
#Construction{
	margin-bottom:0;
	padding-bottom:15px;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {

	#contents .inner{
		padding-bottom:45px;
	}

}