@charset "utf-8";
/* CSS Document */

html,body{
	margin:3px;
	text-align:center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "メイリオ";
	font-size: small;
	line-height: 130%;
    }


div#container{
	width:845px;
	text-align:left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
    }
div#footer{
	clear:both;
	width:100%;
	background: #333;
	color: #FFF
    }
div#header{
	float:right;
	width:630px;
	height: auto;
	background-repeat: no-repeat;
    }
div#navigation{
	float:left;
	width:200px;
	background-image: url(images/side1.gif);
    }
div#content{
	float:right;
	width:630px;
	background-color: #FFFFFF;
    }
h2 {
	font-size: small;
	font-weight: normal;
	border-top-width: 0px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FF6600;
	padding: 3px;
	line-height: 140%;
	background-color: #FFFFFF;
	border-right-width: 0px;
	border-bottom-width: 1px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 30px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "メイリオ";
}

h3 {
	font-size: small;
	font-weight: normal;
	border-top-width: 0px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 3px;
	line-height: 140%;
	background-color: #FFFFFF;
	border-right-width: 0px;
	border-bottom-width: 1px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 30px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "メイリオ";
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}.xxsmall {
	font-size: 10px;
	line-height: 130%;
}
.gray {color: #666666}
.black {color: #000000}
.white {color: #FFFFFF}
.medium {font-size: medium}
div#navigation2 {
	float:left;
	width:200px;
	background-image: url(images/side2.gif);
}
div#navigation3 {
	float:left;
	width:200px;
	background-image: url(images/side3.gif);
}
div#navigation4 {
	float:left;
	width:200px;
	background-image: url(images/side4.gif);
}
.large {
	font-size: large;
	font-weight: bold;
}
.red {color: #FF0000}

table#Inquiry{
	width:600px;
	margin:20px auto;
	border-top:solid 1px #CCC;
	border-left:solid 1px #CCC;
	font-size:12px;
	background:#fff;
}
table#Inquiry thead{border:none;}
table#Inquiry th{
	width:30%;
	padding:10px 10px;
	border-bottom:solid 1px #CCC;
	border-right:solid 1px #CCC;
	background:#EEE;
	text-align:left;
}
table#Inquiry td{
	width:70%px;
	padding:10px 10px;
	border-bottom:solid 1px #CCC;
	border-right:solid 1px #CCC;
	text-align:left;
}
table#Inquiry td.estimate{
	width:70%px;
	padding:10px 10px;
	border-bottom:solid 1px #CCC;
	border-right:solid 1px #CCC;
	background:#fff;
	text-align:left;
}
table#Inquiry td textarea{width:70%px;}
table#Inquiry .sub_ttl{
	background:#005447;
	color:#fff;
}
table#Inquiry p{
	margin:0;
}
table#Inquiry p.kome{
	margin:5px 0 0;
	font-size:10px;
	color:#666;
}
table#Inquiry span.ind{
	margin:0 0 0 5px;
	font-size:10px;
	vertical-align:top;
	color:#f03;
}
table#Inquiry .submit{
	padding:10px 20px;
	text-align:center;
	background:#DDD;
}


