@charset "UTF-8";

/* -----------------------------------------------------------
CSS Information

 File name:      import.css
 Author:         kase
 Style Info:     各CSSファイル読み込み用
----------------------------------------------------------- */

/* default Style - デフォルトのスタイル調整 基本リンクカラー設定
----------------------------------------------------------- */
@import url("default.css");


/* header,navigation Style
----------------------------------------------------------- */
@import url("header.css");


/* contents Style
----------------------------------------------------------- */
@import url("contents.css");


/* print
----------------------------------------------------------- */
@import url("print.css");

#clock {
	width: 820px;
	margin-bottom: 1px;
	margin-right: auto;
	margin-left: auto;
}
#business {
	font-size: 18px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight: bold;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
}
#business ul {
	margin-left: 130px;
	margin-top: -110px;
	margin-bottom: 10px;
}
.inquiry tr td {
	padding: 8px;
}
.inquiry tr td h3 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #900;
	padding-bottom: 2px;
}
.inquiry tr td dl dd ul {
	font-size: 14px;
	margin-left: 20px;
	margin-right: 12px;
}
#title p {
	font-size: 16px;
	color: #FF0;
	font-weight: bold;
}
.inquiry_k {
}
.inquiry_k {
	border: 4px double #09F;
}
.inquiry_b {
	border: 4px double #09F;
}
.inquiry_s {
	border: 4px double #09F;
}
#list dl dt span a {
	color: #FFF;
}
.inner {
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 40px;
}
#container .wake {
	margin-top: 5px;
	border: 2px solid #999;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
.wake_bn2 img {
	width: 736px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #039;
	border-right-color: #039;
	border-left-color: #039;
}
.estimate_bottom {
	float: left;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

