@charset "utf-8";


/* Base */
@import "default.css";
@import "layout.css";

/* Contents */
@import "contents.css";

/* Individual */
@import "product.css";
@import "service.css";
@import "home.css";



/* 非表示分 
body.home #info,
body.home #news .newstop,
#sub dl.info{
	display: none;
}*/

/* 工事中 */
p.uc{
	width: 572px;
	margin: 30px 0 150px 0;
	padding: 60px 0;
	border: 3px double #688ec5;
	text-align: center;
	font-weight: bold;
	font-size: 117%;
	color: #666;
}

