* {
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	min-height: 100%;
	line-height: 170%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
h1, h2, h3, h4, h5 {
	clear: both;
}
img {
	border: 0;
}
a {
	color: #0052A3;
	text-decoration: none;
	font-weight: bold;
}
ul {
	margin: 20px 0;
	list-style: none;
}
dl {
	margin: 20px 0;
}
a:link {

}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #996699;
}
a:active {
	color: #996699;
}
blockquote {
	border-left: 2px solid #CCCCCC;
	color: #666666;
	font-style: normal;
	margin: 5px 0 20px;
	padding: 5px 10px 1px;
}
hr {
	width: auto;
	height: 1px;
	border: none;
	background: #CCCCCC;
	color: #FFFFFF;
}
table {
	width: 100%;
	border-collapse: collapse;
}
table.content {
	width: 100%;
	height: auto;
	margin: 20px 0;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
table.content th {
	background: #f6ffdb;
}
table.content th,
table.content td {
	margin: 0;
	padding: 8px 5px;
	border: 0;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
div.message {
	background: #FFF6C3;
	border: 1px solid #FFEE88;
	padding: 5px;
	margin: 10px 0;
}
p.message {
	background: #FFF6C3;
	border: 1px solid #FFEE88;
	padding: 5px;
	margin: 10px 0;
}
.clear {
	clear: both;
}
/* 最上段バー */
#topbar {
	background: #99cc00;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#topbar #container {
	width: 960px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}
#topbar h1 {
	float: left;
	display: inline;
	margin: 0px 0px 0px 5px;
	padding: 0;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;
}
#topbar #menu {
	float: right;
	margin: 0 5px 0 0;
}
#topbar #menu a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#topbar #menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#topbar #menu a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#topbar #menu a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
/* ラッパー */
#wrapper {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

/* ヘッダー */
#header {
	width: auto;
	height: 60px;
	margin: 10px 0;
}
#header #logo {
	float: left;
}
#header #banner {
	float: right;
	margin: 0;
}
/* グローバルナビ */
#navi {
	background:#CCCCCC url(../img/navi.jpg) repeat-x scroll 0 0;
	border:1px solid #CCCCCC;
	height:38px;
	margin:0 auto;
	width:958px;
	clear: both;
}
#navi a {
	display: block;
	float: left;
	outline: 0;
}
#navi_home {
	width: 145px;
	height: 38px;
	background: url(../img/navi_home.jpg) no-repeat 0 0;
	text-indent: -9999px;
}
#navi_home:hover {
	background: url(../img/navi_home_h.jpg) no-repeat 0 0;
}
#navi_know {
	width: 170px;
	height: 38px;
	background: url(../img/navi_know.jpg) no-repeat 0 0;
	text-indent: -9999px;
}
#navi_know:hover {
	background: url(../img/navi_know_h.jpg) no-repeat 0 0;
}
#navi_comp {
	width: 170px;
	height: 38px;
	background: url(../img/navi_comp.jpg) no-repeat 0 0;
	text-indent: -9999px;
}
#navi_comp:hover {
	background: url(../img/navi_comp_h.jpg) no-repeat 0 0;
}
#navi_search {
	width: 170px;
	height: 38px;
	background: url(../img/navi_search.jpg) no-repeat 0 0;
	text-indent: -9999px;
}
#navi_search:hover {
	background: url(../img/navi_search_h.jpg) no-repeat 0 0;
}

/* ------------------------------
一括見積もり　高木作成
------------------------------ */

#navi_quote {
	width: 170px;
	height: 38px;
	background: url(../img/navi_quote.jpg) no-repeat 0 0;
	text-indent: -9999px;
}
#navi_quote:hover {
	background: url(../img/navi_quote_h.jpg) no-repeat 0 0;
}
/**
 * メインコンテンツ
 */
#maincontents {
	width: 650px;
	margin: 20px 10px 20px 0;
	float: left;
}
* html #maincontents {
	margin: 20px 8px 20px 0;
}
#maincontents h1 {
	clear: both;
	padding: 0 0 0 30px;
	width: auto;
	height: 30px;
	line-height: 30px;
	background: url(../img/title_white.jpg) repeat-x 0 0;
	color: #000000;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 14px;
	font-weight: bold;
}
#maincontents h2 {
	margin: 15px 0 5px 0;
	padding: 0 0 0 15px;
	border-left: 5px solid #99cc00;
	font-size: 16px;
}
/**
 * コンテンツコンテナ
 */
div.container {
	clear: both;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
div.container p.next {
	margin-bottom: 0;
	text-align: right;
}
div.container p.prev {
	text-align: left;
	font-size: 15px;
}
/**
 * ぱんくずリスト
 */
#breadcrumb {
	margin: 0 10px 0 0;
	font-size: 12px;
}
#breadcrumb a {
	text-decoration: underline;
}
/**
 * ページの先頭へ戻る
 */
#maincontents div.back {
	clear: both;
	margin: 0 0 10px 0;
	text-align: right;
	font-size: 12px;
	line-height: 100%;
}
/* ライトバー */
#rightbar {
	margin: 20px 0;
	width: 300px;
	float: left;
}
#rightbar h5.title {
	width: auto;
	height: 35px;
	line-height: 35px;
	padding: 0 0 0 35px;
	background: url(../img/title_half.gif) no-repeat 0 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 13px;
}
* html #rightbar h5.title {
	width: 265px;
}
#rightbar div.menu {
	padding: 10px;
	margin: 0 0 20px 0;
	border: 1px solid #CCCCCC;
}
#rightbar img {
	margin: 0 0 10px 0;
}
/**
 * サイト内検索
 */
#site_search {
	font-size: 12px;
}
#site_search_text {
	margin:1px 5px 0 0;
	padding:4px 2px;
	width:200px;
}
#site_search_button {
	background: #000000;
	border:1px solid #333333;
	color:#FFFFFF;
	font-size:12px;
	padding:1px 5px;
}
/* フッター */
#footer {
	clear: both;
	width: 960px;
	height: auto;
	border: 1px solid #CCCCCC;
	background: url('../img/bar.jpg') no-repeat;
	font-size: 12px;
}
#footer h5 {
	font-size: 10px;
}
#footer_l {
	float: left;
	width: 690px;
	height: auto;
	margin: 10px 10px 0 10px;
	padding: 0 0 10px 0;
}
* html #footer_l {
	margin: 10px 8px 0 10px;
}
#footer_l ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:square;
}
#footer_l li {
	margin: 0 0 0 15px;
}
#footer_r {
	float: left;
	width: 230px;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	border-left: 1px solid #EEEEEE;
}
#footer div.menu {
	float: left;
	margin: 0 10px;
}


/**
 *
 * 以下、ページごとのコンテンツ
 *
 */


/**
 * トップ画面
 */
#topImageArea {
	position: relative;
	margin: 0 0 15px 0;
	border: 0;
	background: #000000;
	color: #FFFFFF;
}
#ImageSwitch {
	position: absolute;
	top: 245px;
	left: 500px;
	margin: 0;
	padding: 0;
}
#ImageSwitch li {
	margin: 0 5px 0 0;
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #000;
	border: 1px solid #CCC;
	text-align: center;
}
#maincontents div.top_navi {
	float: left;
	width: 190px;
	height: 230px;
	margin: 0 10px 10px 0;
	padding: 9px;
	border: 1px solid #CCCCCC;
}
#maincontents div.r {
	margin: 0 0 10px 0;
}
#maincontents div.top_navi img {
	display: block;
	width: 190px;
	height: 100px;
	margin: 0 0 10px 0;
	background: #000000;
	color: #FFFFFF;
}
#maincontents div.top_navi p {
	color: #666666;
	font-size: 12px;
	line-height: 200%;
}
/**
 * コンテンツメニュー ul
 */
#maincontents div.container ul.menu {
	margin: 0;
	list-style-position: inside;
}
#maincontents div.container ul.menu li {
	margin: 0;
	padding: 0 0 0 15px;
	border-bottom: 1px dotted #CCCCCC;
}
* html #maincontents div.container ul.menu li span.left {
	float: left;
}
#maincontents div.container ul.menu li span.right {
	float: right;
}

/**
 * コンテンツメニュー dl
 */
#maincontents div.container dl.menu {

}
#maincontents div.container dl.menu dt {
	clear: both;
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
}
#maincontents div.container dl.menu dd {
	padding: 0 0 10px 20px;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 11px;
	line-height: 200%;
}
#maincontents div.container dl.menu a{
	text-decoration: underline;
}
#maincontents div.container dl.menu p {
	margin: 0;
}
#maincontents div.container dl.menu p.more {
	text-align: right;
}

/**
 * コンテンツページ
 */
#maincontents div.content p {
	margin: 0 0 20px 0;
}
#maincontents div.content ul {
	padding: 0 0 0 20px;
	list-style: square;
}
#maincontents div.content table {
	width: 100%;
	height: auto;
	margin: 20px 0;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#maincontents div.content th {
	background: #f6ffdb;
}
#maincontents div.content th,
#maincontents div.content td {
	margin: 0;
	padding: 8px 5px;
	border: 0;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
/**
 * ドキュメントなど
 */
#maincontents div.document  {
	font-size: 12px;
	line-height: 200%;
}
#maincontents div.document p.ar {
	text-align: right;
}
#maincontents div.document dl {
	margin: 20px 0;
}
#maincontents div.document dl dt {
	float: left;
}
#maincontents div.document dl dd {
	margin: 0 0 0 20px;
}
#maincontents div.document dl dl {
	margin: 10px 0;
}

/**
 * サイトマップ
 */
#maincontents ul.sitemap {
	margin: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: square;
}
#maincontents ul.second {
	list-style-type: disc;
}
#maincontents ul.third {
	list-style-type: circle;
}
#maincontents ul.sitemap li {
	margin: 0 0 0 20px;
}

/**
 * 施工業者一覧
 */
#traderList h2 {
	padding: 5px 0 5px 15px;
	border-top: 1px dotted #CCCCCC;
	border-left: 5px solid #99cc00;
	border-bottom: 1px dotted #CCCCCC;
	background: #f6ffdb;
	font-size: 16px;
}
#traderList table {
	margin: 0;
	width: 100%;
	height: auto;
}
#traderList table th {
	width: 60px;
}
#traderList table th,
#traderList table td {
	border-bottom: 1px dotted #CCCCCC;
	font-size: 12px;
}
#traderList div.cont_l {
	float: left;
	width: 380px;
}
#traderList div.cont_l p.title {
	padding: 0 0 0 5px;
	font-weight: bold;
}
#traderList div.cont_r {
	float: right;
	width: 240px;
}
#traderList img {
	width: 240px;
	height: 180px;
}
#traderList hr {
	clear: both;
}
/**
 * 施工業者詳細
 */
#traderDetail p {
	margin: 0;
}
#traderDetail div.image {
	text-align: center;
}
#traderDetail img.company {
	width: 480px;
	height: 320px;
	margin: 5px auto;
}
#traderDetail img.person {
	width: 240px;
	height: 180px;
}
#traderDetail div.tantoPhoto {
	margin: 0 15px 15px 0;
	float: left;
}
#traderDetail div.tanto {
	margin: 0 0 15px 0;
}
#traderDetail p.name {
	font-weight: bold;
}
#traderDetail table {
	width: 100%;
	height: auto;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#traderDetail th {
	background: #f6ffdb;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#traderDetail td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

