@charset "utf-8";
@import url("elements.css");
@import url("format.css");
@import url("generic.css");


/* 見出しのスタイル */
.subhead_01 {
	padding: 0 0 0 17px;
	line-height: normal;
	font-size: 110%;
	background: url(../images/com_marker_01.gif) left center no-repeat;
}

.subhead_02 {
	padding: 2px 2px 2px 5px;
	background-color: #f0f0f0;
	font-size: 120%;
	border-left: 4px solid #990000;
}

.subhead_03 {
	padding: 3px;
	line-height: normal;
	text-align: center;
	background: url(../images/com_subhead3-bg.gif) left center repeat-x;
	border: 1px outset;
}

.subhead_04 {
	padding: 3px 0;
	text-align: center;
	line-height: normal;
	background-color: #f8f8f8;
	border-top: 2px solid #990000;
	border-bottom: 2px solid #990000;
}
/* // 見出しのスタイル */


/* 定義リストのスタイル */
dl.dList_01 {
	margin: 15px 0 0;
	padding: 0;
}

dl.dList_01 dt {
	margin: 0 0 3px;
	padding: 0 0 0 15px;
	line-height: normal;
	font-size: 110%;
	font-weight: bold;
	line-height: normal;
	background: url(../images/com_marker_01.gif) left center no-repeat;
}

dl.dList_01 dd {
	margin: 0;
	padding: 0 0 15px 15px;
}

dl.dList_02 {
	margin: 15px 0 0;
	padding: 0;
}

dl.dList_02 dt {
	margin: 0 0 3px;
	padding: 0;
	color: #006600;
	line-height: normal;
	font-size: 120%;
	line-height: 1.2;
	font-weight: bold;
}

dl.dList_02 dd {
	margin: 0;
	padding: 0 0 15px 20px;
}
/* // 定義リストのスタイル */


/* 序列有り／無しリストのスタイル */
.list_01 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.list_01 li {
	margin: 7px 0 0;
	padding: 0 0 0 15px;
	background: url(../images/com_marker_01.gif) 0 1px no-repeat;
}
/* // 序列有り／無しリストのスタイル */


/* リンクのスタイル */
a.link_01 {
	padding: 0 10px 0 5px;
	font-weight: bold;
	font-size: 130%;
	text-decoration: none;
	background-color: #F8E4E4;
	border: 2px outset;
}

.link_01 a:hover {
	text-decoration: underline;
	border: 2px inset;
}
/* // リンクのスタイル */

table.chart {
	margin: 20px 0 10px;
}

table.chart td, table.chart td img {
	vertical-align: top;
}

.attentionRed {
	color: #CC0000;
}

.attentionGreen {
	color: #006600;
}

/* 作業レベルの表 */
table.workLevel1 {
	width: 100%;
	margin: 0 0 20px;
	border-collapse: collapse;
	border: 2px solid #B80707;
}

table.workLevel1 th.dark {
	padding: 3px 2px;
	text-align: center;
	font-weight: normal;
	border: 1px solid #B80707;
	background-color: #EFCBCB;
}

table.workLevel1 th.light {
	padding: 3px 2px;
	text-align: center;
	font-weight: normal;
	border: 1px solid #B80707;
	background-color: #F9ECEC;
}

table.workLevel1 td.dataCell {
	padding: 3px 2px;
	border: 1px solid #B80707;
}

table.workLevel1 tr.doubleLine td, table.workLevel1 th.doubleLine, table.workLevel1 td.doubleLine {
	border-bottom-style: double !important;
	border-bottom-width: 3px !important;
}

table.workLevel2 {
	width: 100%;
	margin: 0 0 20px;
	border-collapse: collapse;
	border: 2px solid #D75C13;
}

table.workLevel2 th.dark {
	padding: 3px 2px;
	text-align: center;
	font-weight: normal;
	border: 1px solid #D75C13;
	background-color: #F7DED0;
}

table.workLevel2 th.light {
	padding: 3px 2px;
	text-align: center;
	font-weight: normal;
	border: 1px solid #D75C13;
	background-color: #FCF1EB;
}

table.workLevel2 td.dataCell {
	padding: 3px 2px;
	border: 1px solid #D75C13;
}

table.workLevel2 tr.doubleLine td, table.workLevel2 th.doubleLine, table.workLevel2 td.doubleLine {
	border-bottom-style: double !important;
	border-bottom-width: 3px !important;
}

table.workLevel3 {
	width: 100%;
	margin: 0 0 20px;
	border-collapse: collapse;
	border: 2px solid #CB9B0A;
}

table.workLevel3 th.dark {
	padding: 3px 2px;
	text-align: center;
	font-weight: normal;
	border: 1px solid #CB9B0A;
	background-color: #F5EBCE;
}

table.workLevel3 th.light {
	padding: 3px 2px;
	text-align: center;
	font-weight: normal;
	border: 1px solid #CB9B0A;
	background-color: #FBF8EC;
}

table.workLevel3 td.dataCell {
	padding: 3px 2px;
	border: 1px solid #CB9B0A;
}

table.workLevel3 tr.doubleLine td, table.workLevel3 th.doubleLine, table.workLevel3 td.doubleLine {
	border-bottom-style: double !important;
	border-bottom-width: 3px !important;
}
/* // 作業レベルの表 */


/* 飛散防止対策の表 */
table.particules {
	margin: 0;
	font-size: 90%;
	border-collapse: collapse;
	border: 1px solid #999999;
	table-layout: fixed;
}

table.particules th {
	padding: 4px 2px;
	text-align: center;
	border: 1px solid #999999;
}

table.particules td {
	padding: 4px 2px;
	text-align: center;
	border: 1px solid #999999;
}

table.particules .greenBG { background-color: #CFEFD8; }
table.particules .yellowBG { background-color: #F5E8BE; }
table.particules .pinkBG { background-color: #F4D5D5; }
table.particules .purpleBG { background-color: #E4D7F2; }

a.workFlowLink {
	padding: 1px 2px;
	font-size: 85%;
	border: 1px solid;
}

.doubleBorder { border-right: 3px double #999999 !important; }
/* // 飛散防止対策の表 */


/* 呼吸用保護具の表 */
table.mask {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border: 1px solid #999999;
	table-layout: fixed;
}

table.mask th {
	padding: 2px;
	text-align: center;
	background-color: #E4EEF8;
	border: 1px solid #999999;
}

table.mask td {
	padding: 2px;
	text-align: center;
	border: 1px solid #999999;
}

table.mask td.Lv1 {
	color: #B80707;
}

table.mask td.Lv2 {
	color: #D75C13;
}

table.mask td.Lv3 {
	color: #A67E09;
}

div.maskFit {
	width: 520px;
	margin: 30px 20px 15px;
	padding: 0 0 10px;
	border: 2px dotted #41C083;
}

div.maskFit:after {
	display: block;
	height: 1px;
	margin-top: -1px;
	content: "";
	clear: both;
}

div.maskFit h2 {
	margin: 2px;
	padding: 2px;
	text-align: center;
	color: #FFFFFF;
	font-size: 110%;
	background-color: #41C083;
}

div.maskFit h3 {
	margin: 10px 0 0;
	text-align: center;
	color: #CC0000;
}
/* // 呼吸用保護具の表 */


/* FAQ */
table.faqIndex {
	width: 100%;
	border-top: 1px dotted #aaaaaa;
}

table.faqIndex th {
	padding: 10px 4px 10px 1px;
	text-align: center;
	vertical-align: top;
	color: #ffffff;
	background: url(../../images/faq_number-bg.gif) 0 8px no-repeat;
	border-bottom: 1px dotted #aaaaaa;
}

table.faqIndex td {
	padding: 10px 0 10px 7px;
	vertical-align: top;
	border-bottom: 1px dotted #aaaaaa;
}

table.faqAnswer {
	width: 100%;
	border-top: 1px dotted #aaaaaa;
}

table.faqAnswer th {
	padding: 10px 3px;
	text-align: center;
	vertical-align: top;
	color: #ffffff;
	background: url(../../images/faq_number-bg.gif) 0 8px no-repeat;
	border-bottom: 1px dotted #aaaaaa;
}

table.faqAnswer td {
	padding: 10px 0 2px 7px;
	vertical-align: top;
	border-bottom: 1px dotted #aaaaaa;
}

p.question {
	margin: 0 0 5px;
}

p.question em {
	font-weight: bold;
	font-size: 110%;
}

p.answer {
	margin: 0 0 5px;
}

p.indexBack {
	text-align: right;
	margin: 5px 0 0;
	font-size: 85%;
}
/* // FAQ */


/* 用語集 */
table.glossaryIndex {
	width: 100%;
	border-right: 1px dotted #aaaaaa;
	border-top: 1px dotted #aaaaaa;
}

table.glossaryIndex th {
	padding: 10px 5px 10px 5px;
	text-align: center;
	vertical-align: top;
	color: #ffffff;
	background: url(../../images/glos_number-bg.gif) 2px 8px no-repeat;
	border-left: 1px dotted #aaaaaa;
	border-bottom: 1px dotted #aaaaaa;
}

table.glossaryIndex td {
	padding: 10px 5px 10px 3px;
	vertical-align: top;
	border-bottom: 1px dotted #aaaaaa;
}

table.glossaryExplain {
	width: 100%;
	border-top: 1px dotted #aaaaaa;
}

table.glossaryExplain th.number {
	padding: 10px 0 10px 0;
	text-align: center;
	vertical-align: top;
	color: #ffffff;
	background: url(../../images/glos_number-bg.gif) 1px 8px no-repeat;
	border-bottom: 1px dotted #aaaaaa;
}

table.glossaryExplain th.word {
	padding: 10px 0 2px 7px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	border-bottom: 1px dotted #aaaaaa;
}

table.glossaryExplain td {
	padding: 10px 0 10px 7px;
	vertical-align: top;
	border-bottom: 1px dotted #aaaaaa;
}

p.indexBack {
	text-align: right;
	margin: 5px 0 0;
	font-size: 85%;
}
/* // 用語集 */


/* 関連法規 */
table.law {
	width: 460px;
	margin: 0 0 0 10px;
	font-size: 120%;
}

table.law th {
	padding: 15px 10px 0 0;
	text-align: left;
	border-bottom: 1px solid #999999;
}

table.law td {
	padding: 15px 20px 0;
	text-align: left;
}

table.law th span {
	display: block;
	padding: 1px 10px 0;
	background-color: #E4EEF8;
	border-left: 3px solid #6BA2D8;
}

table.document {
	width: 550px;
	margin: 5px 0 0 5px;
	border-collapse: collapse;
	border: 1px solid #999999;
}

table.document th {
	padding: 3px;
	text-align: center;
	background-color: #E4EEF8;
	border: 1px solid #999999;
	border-bottom: 3px double #999999;
}

table.document td {
	padding: 3px;
	text-align: center;
	border: 1px solid #999999;
}

div.docBlock {
	width: 560px;
}

div.docBlock:after {
	display: block;
	height: 1px;
	margin-top: -1px;
	content: "";
	clear: both;
}

div.docList {
	width: 49.5%;
	float: left;
	font-size: 90%;
}

/* // 関連法規 */


/* このサイトについて */
table.aboutThisSite {
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

table.aboutThisSite th {
	width: 25%;
	padding: 5px 10px;
	line-height: 1.4;
	text-align: left;
	background: url(../../images/abo_table-bg.gif) left top repeat-y;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

table.aboutThisSite td {
	width: 75%;
	padding: 5px 10px;
	line-height: 1.4;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
/* // このサイトについて */


/* // お問い合わせ */
table.contactUs {
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

table.contactUs th {
	width: 30%;
	padding: 3px 5px 3px 10px;
	line-height: 1.4;
	text-align: left;
	background: url(../../images/abo_table-bg.gif) left top repeat-y;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

table.contactUs td {
	width: 70%;
	padding: 3px 5px 3px 10px;
	line-height: 1.4;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

span.required {
	color: #FF6600;
	font-size: 85%;
}

p.formButton {
	margin-top: 15px;
	text-align: center;
}

table.contactUs input:focus {
	background-color: #ffffcc;
}
/* お問い合わせ */


/* 工事用機材と作業用保護具 */
h2.catalogueTitle {
	width: 560px;
	height: 100px;
	text-align: center;
	font-size: 140%;
	line-height: 1.3;
	color: #CC3300;
	background: url(../../products/images/title-bg.jpg) left top no-repeat;
}

h2.catalogueTitle span {
	display: block;
	padding: 25px 0 0;
}

table.catalogueIndex {
	width: 90%;
	margin: 15px 20px 0;
	border-collapse: collapse;
	border: 4px double #999999;
	font-size: 120%;
}

table.catalogueIndex th {
	width: 50%;
	padding: 2px;
	text-align: center;
	background-color: #FACD1B;
	border: 1px solid #999999;
}

table.catalogueIndex td {
	padding: 2px 10px 20px;
	vertical-align: top;
	background-color: #FFFFFB;
	border: 1px solid #999999;
}

table.catalogueIndex td ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

table.catalogueIndex td ul li {
	margin: 10px 0 0;
}

table.catalogueIndex td ul li a {
	padding: 0 0 0 13px;
	background: url(../images/com_bullet_01.gif) 0 3px no-repeat;
}
/* // 工事用機材と作業用保護具 */


/* 製品のサブメニュー */
dl.productMenu {
	width: 186px;
	margin: 0 0 0 4px;
	padding: 0;
	font-size: 90%;
}

dl.productMenu dt {
	width: 186px;
	margin: 0;
	border-bottom: 1px solid #ffffff;
}

dl.productMenu dd {
	display: none;
	width: 176px;
	margin: 0 0 0 10px;
	background-color: #eaeaea;
}

dl.productMenu dt a {
	padding: 3px 6px 3px 9px;
	display: block;
	background: url(../images/com_bullet_03.gif) 2px 8px no-repeat #eaeaea;
}

dl.productMenu dt a:hover {
	background-color: #F4DFCA;
}

dl.productMenu dd a {
	display: block;
	width: 100%;
	padding: 3px 2px 3px 10px;
	background: url(../images/com_bullet_02.gif) 3px 8px no-repeat #eaeaea;
	border-bottom: 1px solid #ffffff;
}

dl.productMenu dd>a {
	width: auto;
}

dl.productMenu dd a:hover {
	background-color: #F4DFCA;
}
/* //  製品のサブメニュー */


/* 製品情報 */
div.itemBlock {
	margin-bottom: 25px;
	border: 1px solid #999999;
}

table.itemHeader {
	width: 558px;
	border-bottom: 3px double #cccccc;
}

table.itemHeader td.itemName {
	padding: 5px;
	font-size: 120%;
	vertical-align: middle;
}

table.itemHeader td.level {
	padding: 5px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

table.itemHeader td.level img {
	vertical-align: top;
}

table.itemHeader td.caption {
	padding: 5px;
	vertical-align: top;
	background-color: #f9f9f9;
	border-top: 1px dotted #999999;
}

table.itemBody {
	width: 558px;
}

table.itemBody table {
	border-collapse: collapse;
}

table.itemBody td.data {
	padding: 10px 5px 20px 10px;
	vertical-align: top;
}

table.itemBody td.data img {
	border-color: #cccccc;
}

ul.paging {
	margin: 0 5px 5px 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

ul.paging li {
	display:inline;
	line-height: normal;
}

ul.paging li a {
	padding: 0 3px;
}

ul.paging li.current {
	font-size: 110%;
	font-weight: bold
}
/* // 製品情報 */


/* 都道府県別アスベスト相談窓口 */
table.prefecture {
	margin-left: 10px;
	border-collapse: separate;
	border: 2px solid #6BA2D8;
}

table.prefecture th {
	padding: 2px 0 3px 15px;
	font-size: 110%;
	vertical-align: top;
	font-weight: normal;
	line-height: normal;
	white-space: nowrap;
}

table.prefecture td {
	padding: 2px 10px 3px 0;
	text-align: left;
	white-space: nowrap;
}

table.prefecture td img {
	vertical-align: top;
}

.PDF {
	padding-right: 20px;
	background: url(../images/com_icon_pdf.gif) right center no-repeat;
}
/* // 都道府県別アスベスト相談窓口 */


/* 提出書式ダウンロード */
table.download {
	width: 550px;
	margin: 5px 0 0 5px;
	border-collapse: collapse;
	border: 1px solid #999999;
}

table.download th {
	padding: 3px;
	text-align: center;
	background-color: #EBFAEF;
	border: 1px solid #999999;
	border-bottom: 3px double #999999;
}

table.download td {
	padding: 3px;
	border: 1px solid #999999;
}

table.download td.dlButton {
	text-align: center;
}
/* // 提出書式ダウンロード */


/* 関連法規 */
table.laws {
	width: 300px;
	margin: 5px 0 0 110px;
	font-size: 120%;
	border-collapse: collapse;
	border: 1px solid #999999;
}

table.laws th {
	padding: 3px;
	text-align: center;
	background-color: #EBFAEF;
	border: 1px solid #999999;
	border-bottom: 3px double #999999;
}

table.laws td {
	padding: 3px;
	border: 1px solid #999999;
}
/* // 関連法規 */


/* 健康管理 */
div.healthAttention {
	margin: 0 50px;
	padding: 1px;
	font-size: 120%;
	border: 2px solid #cc0000;
}

div.healthAttention h2 {
	margin: 0;
	padding: 2px;
	color: #ffffff;
	text-align: center;
	background-color: #cc0000;
}

div.healthAttention ul {
	margin: 7px 60px;
	padding: 0;
}

table.consulting {
	width: 550px;
	margin: 10px 0 0 5px;
	border: 1px solid #999999;
}

table.consulting th {
	width: 10%;
	padding: 4px 1px 4px 7px;
	text-align: left;
	font-weight: normal;
	line-height: normal;
	background-color: #EBFAEF;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px dotted #cccccc;
}

table.consulting td {
	width: 23.3%;
	padding: 4px 2px 4px 7px;
	line-height: normal;
	border-top: 1px solid #999999;
	border-right: 3px double #999999;
	border-bottom: 1px solid #999999;
}

table.hospital {
	width: 550px;
	margin: 10px 0 0 5px;
	border: 1px solid #999999;
}

table.hospital th {
	width:30%;
	padding: 4px 1px 4px 7px;
	text-align: left;
	font-size: 110%;
	line-height: normal;
	background-color: #EBFAEF;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 3px double #999999;
}

table.hospital td {
	width: 35%;
	padding: 4px 2px 4px 7px;
	line-height: normal;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
/* // 健康管理 */


/* アスベスト分析 */
table.feature {
	width: 540px;
	margin-left: 10px;
	border-collapse: separate;
	border: 2px dotted #999999;
}

table.feature th {
	width: 33%;
	padding: 2px;
	font-size: 110%;
	line-height: 1.2;
	color: #ffffff;
	text-align: center;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

table.feature th.topHead {
	padding: 4px;
	font-size: 120%;
	background-color: #39A8C6;
}

table.feature th.middleHead {
	background-color: #41C083;
}

table.feature td {
	width: 33%;
	padding: 6px;
	vertical-align: top;
	background-color: #f4f4f4;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

table.feature .leftBorder {
	border-left: 2px solid #ffffff;
}
/* // アスベスト分析 */


/* 呼吸用保護具使用の法的根拠 */
span.numItem {
	display: block;
	margin: 5px 0 0;
	text-indent: -1.7em;
	margin-left: 1.7em;
}

table.division {
	width: 540px;
	margin: 10px 10px 0;
	border-collapse: collapse;
	border: 1px solid #999999;
}

table.division th {
	padding: 3px;
	text-align: center;
	background-color: #E4EEF8;
	border-right: 1px solid #999999;
	border-bottom: 3px double #999999;
}

table.division td {
	padding: 3px;
	vertical-align: top;
	border: 1px solid #999999;
}
/* // 呼吸用保護具使用の法的根拠 */


/* お役立ちリンク */
ul.useful {
	margin: 0 15px;
	padding: 0;
	list-style-type: none;
	font-size: 110%;
	line-height: 1.1;
}

ul.useful li {
	margin: 0 0 5px;
	padding: 5px 0 5px 15px;
	background: url(../images/com_bullet_01.gif) left center no-repeat;
	border-bottom: 1px solid #cccccc;
}
/* // お役立ちリンク */

ul.banner {
	margin: 0;
	padding: 15px 0 0;
	list-style-type: none;
}

ul.banner li {
	margin: 0;
	padding: 0 0 5px;
}

ul.banner li img {
	vertical-align: top;
}

/* アスベスト対策最新情報 */
div.newsCategory {
	margin: 0 10px 25px;
	padding: 1px;
	border: 1px solid #999999;
}

div.newsCategory h2 {
	margin: 0 0 5px;
	padding: 3px 5px;
	background-color: #E4EEF8;
	border-left: 5px solid #408BD4;
}

div.newsCategory ul {
	margin: 0;
	padding: 5px 5px 0;
	font-size: 110%;
	list-style-type: none;
}

div.newsCategory ul li {
	margin: 0 0 6px;
	padding: 0 5px 8px 19px;
	background: url(../images/com_bullet_01.gif) 5px 5px no-repeat;
}

table.maskData {
	margin: 15px 20px 0;
	border-collapse: collapse;
	border: 1px solid #999999;
	table-layout: fixed;
}

table.maskData th {
	padding: 2px;
	text-align: center;
	background-color: #E4EEF8;
	border: 1px solid #999999;
}

table.maskData td {
	padding: 2px;
	text-align: center;
	border: 1px solid #999999;
}

.notice {
	color: #CC0000;
	border: thin dotted #CC0000;
	padding: 5px;
	font-weight: bold;
}

/* // アスベスト対策最新情報 */


/* サイトマップ */
div.sitemapLeftColumn {
	width: 48%;
	float: left;
}

div.sitemapRightColumn {
	width: 48%;
	float: right;
}

div.sitemapLeftColumn h2, div.sitemapRightColumn h2 {
	padding: 2px 4px;
	font-size: 120%;
	background-color: #E4EEF8;
	border: 1px solid #3C9ACD;
}

div.sitemapLeftColumn h2 a, div.sitemapRightColumn h2 a {
	color: #003366;
}

div.sitemapLeftColumn ul, div.sitemapRightColumn ul {
	margin: 0;
	padding: 1px 4px 25px;
	list-style-type: none;
}

div.sitemapLeftColumn ul li a, div.sitemapRightColumn ul li a {
	padding: 0 0 0 13px;
	background: url(../images/com_bullet_01.gif) 0 3px no-repeat;
}

dl.productPages {
	margin: 0;
	padding: 0;
}

dl.productPages dt {
	margin: 5px 0 0;
}

dl.productPages dt a {
	padding: 0 0 0 13px;
	background: url(../images/com_bullet_01.gif) 0 3px no-repeat;
}

dl.productPages dd {
	margin: 0 0 0 1em;
	padding: 0;
	line-height: 1.3;
	font-size: 90%;
}

dl.productPages dd a{
	padding: 0 0 0 13px;
	background: url(../images/com_bullet_01.gif) 0 3px no-repeat;
}
/* // サイトマップ */

/* CAUTION */
.mask_caution {
	padding: 5px;
	margin: 5px;
}
/* // CAUTION */

/* アスベストプロソリューション */
h1.solutionTitle {
	position: relative;
	width: 560px;
	height: 47px;
	color: #ffffff;
}

h1.solutionTitle span {
	position: absolute;
	left: 50px;
	top: 16px;
	font-size: 100%;
	font-weight: normal;
}

div.solutionTop1,
div.solutionTop2 {
	width: 540px;
	height: 150px;
	margin: 0 0 0 15px;
	background: url(../../solution/images/sol_pict_01.jpg) left bottom no-repeat;
}

div.solutionTop1 {
	background: url(../../solution/images/sol_pict_01.jpg) left bottom no-repeat;
}

div.solutionTop2 {
	background: url(../../solution/images/sol_pict_02.jpg) left bottom no-repeat;
}

div.solutionTop1 p,
div.solutionTop2 p{
	margin: 0;
	padding: 15px 30px 0 25px;
	line-height: 1.8;
}

div.solutionContent {
	width: 550px;
	margin: 20px 0 0 10px;
	background: url(../../solution/images/sol_parts_01.gif) left bottom no-repeat;
	overflow: hidden;
}

div.solutionContent ul {
	margin: 0 0 20px 30px;
	padding: 0;
	list-style-type: square;
}

div.solutionContent ul li {
	margin: 0;
	padding: 7px 0;
	font-weight: bold;
}

a.bullet {
	padding: 0 0 0 17px;
	background: url(../../solution/images/sol_bullet_01.gif) left 2px no-repeat;
}

p.inquiryBtn {
	padding: 10px 0 0;
	text-align: center;
}
/* // アスベストプロソリューション */
