@charset "Shift_JIS";

/*================================トップページ：メインビジュアル================================*/

#top_img {
	margin: auto ;
	width: 798px ;
	height: 177px ;
	text-indent: -9999px ;
	font-size: 1px ;
	background: url(../images/top_img.jpg) no-repeat ;
	}

/*================================トップページ：framework================================*/

#leftside {/*===右側float=====*/
		float: left ;
		width:402px ;
		}

#rightside {/*===左側float：バナーエリア=====*/
		float: right ;
		width:199px ;
		background: url(../images/bg05.jpg) repeat-y ;
		}

/*================================トップページ：注目メニュー================================*/

#em_menu {/*===梱包=====*/
		position : relative ;
		width:604px ;
		height: 106px ;
		}

#em_bt01 {/*===防カビ施工=====*/
		position : absolute ;
		left: 0px ;
		top: 0px ;
		width:200px ;
		height: 99px ;
		}

#em_bt02 {/*===レジオネラ防除=====*/
		position : absolute ;
		left: 202px ;
		top: 0px ;
		width:200px ;
		height: 99px ;
		}

#em_bt03 {/*===健康住宅リフォーム=====*/
		position : absolute ;
		left: 404px ;
		top: 0px ;
		width:200px ;
		height: 99px ;
		}

/*================================トップページ：新着トピックス================================*/

#new01 {/*===梱包=====*/
		width: 402px ;
		border-bottom : #E2EAF8 1px solid ;
		}

#s_cap01 {/*===小見出し=====*/
		width: 402px ;
		height: 28px ;
		}

#new01 dt {/*===更新日=====*/
		font-weight: bold ;
		color: #2C57B7 ;
		border-top : #E2EAF8 1px solid ;
		padding: 6px 4px 0px 4px ;
		}

#new01 dd {/*===更新内容=====*/
		padding: 0px 4px 6px 4px ;
		}

.red{/*==NEWの赤文字==*/
	font-weight: bold ;
	color: #980015 ;
	margin-right: 5px ;
	}

/*================================トップページ：banner================================*/

#b_bg01 {
		text-align: center ;
		width: 199px ;
		background: url(../images/b_bg_b.jpg) repeat-y ;
		}

#b_bg02 {
		width: 199px ;
		padding: 8px 0px 0px 0px ;
		background: url(../images/b_bg_a.jpg) no-repeat top ;
		}

#b_bg03 {
		width: 199px ;
		padding: 0px 0px 8px 0px ;
		background: url(../images/b_bg_c.jpg) no-repeat bottom ;
		}

#banner_bt01 {
		margin: auto ;
		width: 183px ;
		height: 73px ;
		}

#banner_bt02 {
		margin: auto ;
		width: 183px ;
		height: 73px ;
		}

#banner_bt03 {
		margin: auto ;
		width: 183px ;
		height: 69px ;
		}

#main p {
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.8em;
	padding-bottom: 1em;
}
#main h3 {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #2C3480;
	font-size: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #6B9BE7;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #E6F1FA;
	clear: both;
}
#main  h4 {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 2px;
	font-size: 1.1em;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #6B9BE7;
	padding-left: 3px;
	clear: both;
}
#main ol {
	margin-right: 20px;
	margin-left: 30px;
	line-height: 1.8em;
	margin-bottom: 2em;
	list-style-position: inside;
	text-indent: -1em;
}



#main   .number li {
	list-style-position: inside;
	list-style-type: decimal;
}
#main    .alphabet  li {
	list-style-position: inside;
	list-style-type: upper-alpha;
}
#main    ol ul {
	margin-right: 20px;
	margin-left: 30px;
	line-height: 1.8em;
	list-style-position: inside;
	list-style-type: square;
}

/*================================LR================================*/

.floatL {
	float: left;
	padding: 0 1em 1em 0;
}
.floatR {
	float: right;
	padding: 0 0 1em 1em;
}

.imgC {
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10pt;
	margin-left: auto;
}


/*================================テーブル================================*/


#main table {
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	margin-bottom: 1em;
	text-align: left;
	width: 560px;
	font-size: 0.9em;
	clear: both;
}


#main table caption {
	font-weight: bold;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: left;
}

#main table th{
	border: #999999 solid 1px;
	padding: 5px;
	vertical-align: top;
	background-color: #CBE5FE;
	white-space: nowrap;
	text-align: left;
	color: #003366;
}


#main table td {
	border: #999999 solid 1px;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#main table ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}
#main .table01 {
	width: 570px;
}

#main .table01 th {
	width: 250px;
}

#main  #faq  dl {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;

}


#main  #faq  dt {
background: background: url(../faq/images/faq01.gif) no-repeat;
	font-size: 1.1em;
	margin-right: 0px;
	border-bottom: #CCCCCC;
	font-weight: bold;
	text-align: left;
	color: #003366;
	margin-left: 0px;
	padding: 4px 0px 6px 40px;
	background-image: url(../faq/images/faq01.gif);
	background-repeat: no-repeat;
}

#main #faq dd {
	background: url(../faq/images/faq02.gif) no-repeat;
	padding-top: 5px;
	padding-bottom: 30px;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	padding-left: 40px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
}
#main #faq ol {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#main #member ul {
	margin-left: 10px;
	list-style-type: none;
	margin-right: 10px;
}

#main #member li {
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}


#main #member div {
	width: 375px;
}
#main #sitemap,
#main #link {
	margin-left: 30px;
	margin-bottom: 50px;
}
#main #sitemap li,
#main #link li {
	padding-bottom: 1em;
}
#main #sitemap ul ul {
	padding-left: 1em;
	padding-top: 1em;
}
