<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******* 文字などコンテンツ関連のＣＳＳ *******/
/******* [Hタグ][Pタグ][ULタグ][Liタグ][imgタグ][] *******/
/******* 記述は、まずは[H1][H2][P]…のように"各タグ"ごとに大分類されています。*******/
/******* その大分類の中の各タグごとに、「ヘッダー」「コンテンツ」「フッター」などの小分類に分かれています。*******/
/******* [DIV]タグなどのように、「ヘッダー」「コンテンツ」「フッター」などの大分類ではないので注意。*******/




/******************************************** ↓基本設定 ********************************************/

a:hover {
   color:#ff0000;
}

/******************************************** ↑基本設定 ********************************************/








/******************************************** ↓[H1]基本設定 ********************************************/

h1 {
   font-size:20px;
   width:696px;
   line-height:50px;
   background-color:#ffffff;
   background-image:url("title.gif");
   color:#111111;
   text-align:left;
   text-indent:20px;
   margin-top:235px;
   float:right;
   display:block;
   }

h1.new {
   font-size:20px;
   width:696px;
   line-height:50px;
   background-color:#ffffff;
   background-image:url("title_new.gif");
   color:#111111;
   text-align:left;
   text-indent:20px;
   margin-top:235px;
   float:right;
   display:block;
   }

/******************************************** ↑[H1]基本設定 ********************************************/






/******************************************** ↓[H2]基本設定 ********************************************/

/**　↓ヘッダー↓　**/
h2.head {
   font-size:10px;
   font-weight:200;
   margin-top:14px;
   color:#111111;
   position:absolute;
   }
h2 a{
   font-size:10px;
   margin-top:16px;
   color:#111111;
   text-decoration:none;
   }
h2 a:hover{
   font-size:10px;
   margin-top:16px;
   color:#111111;
   text-decoration:none;
   }
/**　↑ヘッダー↑　**/


/******************************************** ↑[H2]基本設定 ********************************************/






/******************************************** ↓[H3]基本設定 ********************************************/

/**　↓ヘッダー↓　**/
h3.head {
   font-size:10px;
   font-weight:200;
   color:#111111;
   text-indent:5px;
   margin-top:90px;
   position:absolute;
}
/**　↑ヘッダー↑　**/


/**　↓コンテンツ↓　**/
h3.contents {
   font-size:16px;
   color:#222222;
   text-indent:5px;
   margin-top:30px;
}
h3.merit {
   font-size:16px;
   color:#222222;
   text-indent:23px;
   margin-top:30px;
   background-image:url("画像1.gif");
   background-repeat:no-repeat;
}
h3.siyou {
   font-size:16px;
   color:#222222;
   text-indent:50px;
   margin-top:30px;
   margin-bottom:50px;
   border:solid 2px #333333;
}
/**　↑コンテンツ↑　**/


h3.online {
   font-size:18px;
   color:#222222;
   text-indent:200px;
   margin-top:30px;
}



/******************************************** ↑[H3]基本設定 ********************************************/






/******************************************** ↓[H4]基本設定 ********************************************/

h4 {
   font-size:14px;
   color:#333333;
}
h4.link a {
   font-size:15px;
   color:blue;
   margin-left:10px;
   text-decoration:none
}
h4.link a:hover {
   font-size:15px;
   color:red;
   margin-left:10px;
   text-decoration:none
}

h4.product {
   display:block;
   margin-top:5px;
   font-size:14px;
   color:blue;
   text-decoration:none;
   text-indent:26px;
   border-bottom:solid 1px #aaaaaa;
}
h4.product a {
   display:block;
   margin-top:5px;
   font-size:14px;
   color:blue;
   text-decoration:none;
   background-image:url(arrow7.gif);
   background-repeat:no-repeat;
   text-indent:26px;
}
h4.product a:hover {
   display:block;
   margin-top:5px;
   font-size:14px;
   color:red;
   background-image:url(arrow8.gif);
   background-repeat:no-repeat;
   text-indent:26px;
}

h4.sitemap {
   display:block;
   margin-top:5px;
   font-size:14px;
   color:blue;
   text-decoration:none;
   text-indent:26px;
   border-top:solid 1px #aaaaaa;
   border-bottom:solid 1px #aaaaaa;
}
h4.sitemap a {
   display:block;
   margin-top:5px;
   font-size:14px;
   color:blue;
   text-decoration:none;
   background-image:url(arrow7.gif);
   background-repeat:no-repeat;
   text-indent:26px;
}
h4.sitemap a:hover {
   display:block;
   margin-top:5px;
   font-size:14px;
   color:red;
   background-image:url(arrow8.gif);
   background-repeat:no-repeat;
   text-indent:26px;
}

h4.nalink {
   width:500px;
   line-height:100px;
   text-indent:140px;
   padding-top:33px;
   margin-top:30px;
   margin-left:30px;
   margin-bottom:3px;
   font-weight:bolder;
   font-size:16px;
}

h4.nalink a {
   display:block;
   width:500px;
   line-height:100px;
   text-indent:140px;
   text-decoration:none;
   padding-top:33px;
   margin-top:30px;
   margin-left:30px;
   margin-bottom:3px;
   color:#000000;
   background-image:url(nalink.gif);
   background-repeat:no-repeat;
}

h4.nalink a:hover {
   display:block;
   width:500px;
   line-height:100px;
   text-indent:140px;
   padding-top:33px;
   margin-top:30px;
   margin-left:30px;
   margin-bottom:3px;
   color:#ff3333;
   background-image:url(nalink-a.gif);
   background-repeat:no-repeat;
}


/******************************************** ↑[H4]基本設定 ********************************************/






/******************************************** ↓[H5]基本設定 ********************************************/
/******************************************** ↑[H5]基本設定 ********************************************/






/******************************************** ↓[P]基本設定 ********************************************/




/******　↓ヘッダー↓　******/
p.head {
   font-size:10px;
   margin-top:0px;
   position:absolute;
   color:#111111;
   }

p.head1 {
   text-align:left;
   margin-top:30px;
   position:absolute;
   color:#111111;
   }

p.lookup {
   font-size:15px;
   margin-left:10px;
   margin-top:205px;
   position:absolute;
   }

/******　↑ヘッダー↑　******/




/******　↓ヘッダーサイトマップ↓　******/
p.head_sitemap {
   font-size:12px;
   margin-top:5px;
   text-decoration:none;
}

p.head_sitemap a {
   text-decoration:none;
}
/******　↑ヘッダーサイトマップ↑　******/




/******　↓コンテンツ↓　******/
p {
   font-size:13px;
   color:#2b2b2b;
   line-height:19px;
   margin-top:25px;
   margin-bottom:10px;
}

p.up {
   font-size:13px;
   text-align:right;
   margin-right:15px;
}

p.linkup {
   font-size:13px;
   text-align:right;
   margin-right:15px;
   margin-top:420px;
}

p.linkup2 {
   font-size:13px;
   text-align:right;
   margin-right:15px;
   margin-top:300px;
}

p.linkup3 {
   font-size:13px;
   text-align:right;
   margin-right:15px;
   margin-top:400px;
}

p.linkup4 {
   font-size:13px;
   text-align:right;
   margin-right:15px;
   margin-top:200px;
}

p.linkup5 {
   font-size:13px;
   text-align:right;
   margin-right:15px;
   margin-top:100px;
}

p.up_housing {
   font-size:13px;
   text-align:right;
   margin-right:15px;
   margin-top:140px;
}

p.notice {
   color:#ff0000;
   font-size:14px;
}

p.spec {
   font-size:14px;
   background-color:#777777;
   color:#ffffff;
   text-indent:3px;
   padding-top:2px;
   padding-bottom:1px;
   margin-top:25px;
   margin-bottom:5px;
}

p.pep {
   font-size:13px;
   color:#2b2b2b;
   text-indent:35px;
   margin-top:2px;
}

p.link {
   font-size:14px;
   margin-top:1px;
   margin-bottom:1px;
}

p.sp {
   font-size:13px;
   text-align:right;
   margin-right:15px;
   margin-top:5px;
}

p.spec1 {
   font-size:12px;
   line-height:14px;
   text-align:left;
}

p.date {
   font-size:15px;
   text-align:center;
   font-weight:600;
}

p.parts {
   font-size:14px;
   background-color:#777777;
   color:#ffffff;
   text-indent:3px;
   padding-top:2px;
   padding-bottom:1px;
   margin-top:25px;
   margin-bottom:5px;
}

p.parts a {
   font-size:14px;
   background-color:#777777;
   color:#ffffff;
   text-indent:3px;
   padding-top:2px;
   padding-bottom:1px;
   margin-top:25px;
   margin-bottom:5px;
}

p.parts a:hover {
   font-size:14px;
   background-color:#777777;
   color:#ffffff;
   text-indent:3px;
   padding-top:2px;
   padding-bottom:1px;
   margin-top:25px;
   margin-bottom:5px;
}

p.table {
   font-size:12px;
   margin-top:0px;
   margin-bottom:0px;
   text-align:left;
}


p.online {
   font-size:16px;
   color:#2b2b2b;
   line-height:30px;
   margin-top:30px;
   margin-bottom:10px;
}



/**↓製品一覧ページのＰタグ↓**/


p.product0 {
   width:300px;
   line-height:66px;
   text-indent:120px;
   margin-top:3px;
   margin-bottom:3px;
   font-weight:bolder;
   font-size:16px;
}

p.product0 a {
   display:block;
   width:300px;
   line-height:66px;
   text-indent:120px;
   margin-top:3px;
   margin-bottom:3px;
   text-decoration:none;
   border-bottom:solid 1px #aaaaaa;
   background-image:url(product0a.jpg);
   background-repeat:no-repeat;
}

p.product0 a:hover {
   display:block;
   width:300px;
   line-height:66px;
   text-indent:120px;
   margin-top:3px;
   margin-bottom:3px;
   color:#ffffff;
   border-bottom:solid 1px #aaaaaa;
   background-image:url(product0b.jpg);
   background-repeat:no-repeat;
}

p.product1 {
   width:300px;
   line-height:66px;
   text-indent:130px;
   margin-top:3px;
   margin-bottom:3px;
   font-weight:bolder;
   font-size:16px;
}

p.product1 a {
   display:block;
   width:300px;
   line-height:66px;
   text-indent:130px;
   margin-top:3px;
   margin-bottom:3px;
   text-decoration:none;
   border-bottom:solid 1px #aaaaaa;
   background-image:url(product1a.jpg);
   background-repeat:no-repeat;
}

p.product1 a:hover {
   display:block;
   width:300px;
   line-height:66px;
   text-indent:130px;
   margin-top:3px;
   margin-bottom:3px;
   color:#ffffff;
   border-bottom:solid 1px #aaaaaa;
   background-image:url(product1b.jpg);
   background-repeat:no-repeat;
}

p.product2 {
   width:300px;
   line-height:66px;
   text-indent:140px;
   margin-top:3px;
   margin-bottom:3px;
   font-weight:bolder;
   font-size:16px;
}

p.product2 a {
   display:block;
   width:300px;
   line-height:66px;
   text-indent:140px;
   text-decoration:none;
   margin-top:3px;
   margin-bottom:3px;
   border-bottom:solid 1px #aaaaaa;
   background-image:url(product2a.jpg);
   background-repeat:no-repeat;
}

p.product2 a:hover {
   display:block;
   width:300px;
   line-height:66px;
   text-indent:140px;
   margin-top:3px;
   margin-bottom:3px;
   color:#ffffff;
   border-bottom:solid 1px #aaaaaa;
   background-image:url(product2b.jpg);
   background-repeat:no-repeat;
}

p.product3 {
   width:300px;
   line-height:66px;
   text-indent:145px;
   margin-top:3px;
   margin-bottom:3px;
   font-weight:bolder;
   font-size:16px;
}

p.product3 a {
   display:block;
   width:300px;
   line-height:66px;
   text-indent:145px;
   text-decoration:none;
   margin-top:3px;
   margin-bottom:3px;
   border-bottom:solid 1px #aaaaaa;
   background-image:url(product3a.jpg);
   background-repeat:no-repeat;
}

p.product3 a:hover {
   display:block;
   width:300px;
   line-height:66px;
   text-indent:145px;
   margin-top:3px;
   margin-bottom:3px;
   color:#ffffff;
   border-bottom:solid 1px #aaaaaa;
   background-image:url(product3b.jpg);
   background-repeat:no-repeat;
}


p.product4 {
   width:300px;
   line-height:66px;
   text-indent:190px;
   margin-top:3px;
   margin-bottom:3px;
   font-weight:bolder;
   font-size:16px;
}

p.product4 a {
   display:block;
   width:300px;
   line-height:66px;
   text-indent:190px;
   text-decoration:none;
   margin-top:3px;
   margin-bottom:3px;
   border-bottom:solid 1px #aaaaaa;
   background-image:url(product4a.jpg);
   background-repeat:no-repeat;
}

p.product4 a:hover {
   display:block;
   width:300px;
   line-height:66px;
   text-indent:190px;
   margin-top:3px;
   margin-bottom:3px;
   color:#ffffff;
   border-bottom:solid 1px #aaaaaa;
   background-image:url(product4b.jpg);
   background-repeat:no-repeat;
}


p.product5 {
   width:300px;
   line-height:66px;
   text-indent:120px;
   margin-top:3px;
   margin-bottom:3px;
   font-weight:bolder;
   font-size:16px;
}

p.product5 a {
   display:block;
   width:300px;
   line-height:66px;
   text-indent:120px;
   text-decoration:none;
   margin-top:3px;
   margin-bottom:3px;
   border-bottom:solid 1px #aaaaaa;
   background-image:url(product5a.jpg);
   background-repeat:no-repeat;
}

p.product5 a:hover {
   display:block;
   width:300px;
   line-height:66px;
   text-indent:120px;
   margin-top:3px;
   margin-bottom:3px;
   color:#ffffff;
   border-bottom:solid 1px #aaaaaa;
   background-image:url(product5b.jpg);
   background-repeat:no-repeat;
}

p.product6 {
   width:300px;
   line-height:66px;
   text-indent:130px;
   margin-top:3px;
   margin-bottom:3px;
   font-weight:bolder;
   font-size:16px;
}

p.product6 a {
   display:block;
   width:300px;
   line-height:66px;
   text-indent:130px;
   text-decoration:none;
   margin-top:3px;
   margin-bottom:3px;
   border-bottom:solid 1px #aaaaaa;
   background-image:url(product6a.jpg);
   background-repeat:no-repeat;
}

p.product6 a:hover {
   display:block;
   width:300px;
   line-height:66px;
   text-indent:130px;
   margin-top:3px;
   margin-bottom:3px;
   color:#ffffff;
   border-bottom:solid 1px #aaaaaa;
   background-image:url(product6b.jpg);
   background-repeat:no-repeat;
}

p.product7 {
   width:300px;
   line-height:66px;
   text-indent:145px;
   margin-top:3px;
   margin-bottom:3px;
   font-weight:bolder;
   font-size:16px;
}

p.product7 a {
   display:block;
   width:300px;
   line-height:66px;
   text-indent:145px;
   text-decoration:none;
   margin-top:3px;
   margin-bottom:3px;
   border-bottom:solid 1px #aaaaaa;
   background-image:url(irff.gif);
   background-repeat:no-repeat;
}

p.product7 a:hover {
   display:block;
   width:300px;
   line-height:66px;
   text-indent:145px;
   margin-top:3px;
   margin-bottom:3px;
   color:#ffffff;
   border-bottom:solid 1px #aaaaaa;
   background-image:url(irff.gif);
   background-repeat:no-repeat;
}




/**↑製品一覧ページのＰタグ↑**/



/**↓ナノ粒子捕捉フィルターのＰタグ↓**/

p.na1 {
   width:300px;
   line-height:66px;
   text-indent:140px;
   margin-top:3px;
   margin-bottom:3px;
   font-weight:bolder;
   font-size:16px;
}

p.na1 a {
   display:block;
   width:300px;
   line-height:66px;
   text-indent:140px;
   text-decoration:none;
   margin-top:3px;
   margin-bottom:3px;
   border-bottom:solid 1px #aaaaaa;
   background-image:url(product2a.jpg);
   background-repeat:no-repeat;
}

p.na1 a:hover {
   display:block;
   width:300px;
   line-height:66px;
   text-indent:140px;
   margin-top:3px;
   margin-bottom:3px;
   color:#ffffff;
   border-bottom:solid 1px #aaaaaa;
   background-image:url(product2b.jpg);
   background-repeat:no-repeat;
}


/**↑ナノ粒子捕捉フィルターのＰタグ↑**/


/**↓動画案内用ののＰタグ↓**/

p.movie {
   font-size:20px;
   margin-top:25px;
   margin-bottom:10px;
   text-align:center;
}

/**↑動画案内用のＰタグ↑**/


/******　↑コンテンツ↑　******/


/******　↓フッター↓　******/

p.footer {
   font-size:13px;
   color:#ffffff;
   text-align:right;
   margin-top:2px;
}

p.footer a {
   font-size:13px;
   color:#ffffff;
   text-align:right;
   margin-top:2px;
   text-decoration:none;
}

p.footer a:hover {
   font-size:13px;
   color:#ff0000;
   text-align:right;
   margin-top:2px;
   text-decoration:none;
}
/******　↑フッター↑　******/






/******************************************** ↑[P]基本設定 ********************************************/






/******************************************** ↓[UL][Li]基本設定 ********************************************/




/******　↓コンテンツ↓　******/

ul.description1 {
   margin-left:20px;
   font-size:14px;
   line-height:20px;
   font-weight:500;
   list-style-type:circle;
   list-style-position:outside;
}

ul.description1 li {
   margin-bottom:7px;
}

li.image1 {
   margin-top:5px;
   margin-bottom:30px;
   list-style-type:none;
}

ul.description {
   font-size:14px;
   list-style:none;
   text-align:left;
   display:inline;
}

li.sentence {
   width:350px;
   font-size:13px;
   line-height:20px;
   float:left;
}

li.image {
   margin-left:380px;
   margin-bottom:30px;
}

li.news {
   list-style:none;
   list-style-position:inside;
   color:#ff0000;
   font-size:15px;
}

ul.use {
   margin-top:30px;
   margin-left:20px;
   font-size:14px;
   font-weight:900;
   list-style-position:outside;
}

ul.use li {
   margin-bottom:7px;
}

li.sentence-irf {
   margin-bottom:50px;
   font-size:13px;
   line-height:20px;
   float:left;
}

ul.use-irf {
   margin-top:30px;
   margin-left:20px;
   font-size:18px;
   font-weight:900;
   list-style-position:outside;
}

li.use-sub {
   margin-bottom:25px;
   font-size:12px;
   font-weight:500;
   list-style:none;
}

li.image-irf {
   margin-top:230px;
   margin-left:380px;
   margin-bottom:50px;
}

ul.housing {
   margin-top:30px;
   margin-left:20px;
   font-size:14px;
   font-weight:500;
   list-style-position:outside;
}

ul.mention {
   font-size:13px;
   list-style-type:decimal;
   text-align:left;
   display:inline;
}

ul.mention li {
   width:550px;
}

ul.mention2 {
   margin-left:20px;
   font-size:14px;
   font-weight:500;
   list-style-position:outside;
}

ul {
   font-size:15px;
   }
li.list {
   list-style-type:circle;
   list-style-position:outside;
   margin-left:15px;
   margin-top:5px;
   margin-bottom:5px;
   font-weight:700;
   color:#000000;
   }
li.list1 {
   margin-left:15px;
   list-style-position:outside;
   }

li.seihin {
   list-style-type:circle;
   list-style-position:inside;
   margin-left:100px;
   margin-top:5px;
   margin-bottom:5px;
   font-size:14px;
   color:#000000;
   }

li.subtitle {
   list-style-type:circle;
   list-style-position:inside;
   margin-left:100px;
   margin-bottom:5px;
   font-size:14px;
   color:#000000;
   }

ul.spec {
   font-size:14px;
   margin-top:20px;
   }

li.spec {
   list-style-type:decimal;
   list-style-position:outside;
   margin-left:20px;
   margin-top:5px;
   margin-bottom:5px;
   font-size:14px;
   color:#000000;
   }


ul.link {
   font-size:13px;
   list-style:none;
   text-align:left;
   display:inline;
}

li.link-sentence {
   width:550px;
   margin-left:90px;
   display:block;
}

li.link-image {
   margin-left:10px;
   width:70px;
   float:left;
}

ul.link1 {
   margin-top:5px;
   margin-left:10px;
   font-size:13px;
   list-style-position:outside;
}
ul.link2 {
   margin-left:10px;
   margin-top:5px;
   font-size:13px;
   list-style-position:inside;
   list-style:none;
}

ul.sp {
   font-size:13px;
   list-style:none;
   text-align:left;
   display:inline;
}

li.sp-sentence {
   width:550px;
   margin-left:10px;
   display:block;
}

ul.sp1 {
   margin-top:5px;
   margin-left:10px;
   font-size:13px;
   list-style-position:outside;
}

li.buhin {
   list-style-type:circle;
   list-style-position:outside;
   margin-left:240px;
   margin-top:5px;
   margin-bottom:5px;
   font-weight:700;
   color:#000000;
   }

ul.product {
   list-style-type:none;
   list-style-position:inside;
   font-size:12px;
   text-indent:15px;
}
li.product {
   line-height:22px;
   border-bottom:solid 1px #aaaaaa;
}

ul.sitemap {
   list-style-type:none;
   list-style-position:inside;
   font-size:12px;
   text-indent:15px;
}
li.sitemap {
   line-height:22px;
}
li.sitemap a {
   line-height:22px;
   text-decoration:none;
}


/******　↑コンテンツ↑　******/

/******　↓上部メニューバー↓　******/


ul.menu_top {
   width:100%;
   list-style:none;
   line-height:41px;
   background-color:#ffffff;
   padding:0px;
   text-align:center;
   
}

li.home {
   font-size:12px;
   float:left;
   list-style:none;
   width:149px;
   background-image:url(menu.gif);
}

li.home a {
   font-size:12px;
   list-style:none;
   display:block;
   width:149px;
   text-decoration:none;
   background-image:url(menu.gif);
   color:#444444;
}

li.home a:hover {
   font-size:12px;
   list-style:none;
   width:149px;
   text-decoration:none;
   color:#444444;
   background-image:url(menu_a.gif);
}



/******　↑上部メニューバー↑　******/

/******　↓左サイド↓　******/


ul.mail {
   width:170px;
   height:200px;
   margin-top:15px;
   margin-left:15px;
   font-size:10px;
   background-image:url(mail.gif);
   text-align:left;
}
li.mail {
   padding-top:40px;
   padding-left:8px;
   padding-right:2px;
   list-style:none;
}


li.mail2 {
   font-size:11px;
   font-weight:bold;
   list-style:none;
   height:1px;
   padding-left:4px;
   padding-right:2px;
}

li.mail2 a {
   font-size:10px;
   list-style:none;
   display:block;
   height:40px;
   padding-top:10px;
   padding-left:46px;
   padding-right:2px;
   text-decoration:none;
   background-image:url(mailform.gif);
   background-repeat:no-repeat;
   color:#ffffff;
}

li.mail2 a:hover {
   font-size:10px;
   list-style:none;
   height:40px;
   padding-top:10px;
   padding-left:46px;
   padding-right:2px;
   text-decoration:none;
   color:#cccccc;
   background-image:url(mailform1.gif);
   background-repeat:no-repeat;
}




ul.sale {
   width:170px;
   font-size:11px;
   text-align:left;
   margin-top:15px;
   margin-left:10px;
}

li.sale {
   padding-left:8px;
   padding-right:2px;
   list-style:none;
}

li.sale a {
   font-size:11px;
   list-style:none;
   display:block;
   height:1px;
   text-decoration:none;
}







ul.saleA {
   width:170px;
   font-size:11px;
   text-align:left;
   margin-top:30px;
   margin-left:10px;

}

li.saleA {
   font-size:11px;
   font-weight:bold;
   list-style:none;
   height:1px;
}

li.saleA a {
   font-size:11px;
   list-style:none;
   display:block;
   height:60px;
   text-decoration:none;
   color:#000000;
}

li.saleA a:hover {
   font-size:11px;
   list-style:none;
   height:60px;
   text-decoration:none;
   color:#ff0000;
}




ul#online1 {
   width:500px;
   margin-top:30px;
   margin-left:40px;
   margin-right:30px;
   list-style-position:outside;
}
li.online {
   list-style:none;
   list-style-position:inside;
   color:#ff0000;
   font-size:20px;
   line-height:30px;
   font-weight:800;
}

ul#online2 {
   width:500px;
   margin-top:10px;
   margin-left:40px;
   margin-right:30px;
   margin-bottom:30px;
   list-style-position:outside;
}

li.online1 {
   margin-top:20px;
   margin-left:15px;
   list-style-type:decimal;
   list-style-position:outside;
   font-size:18px;
   font-weight:500;
}



ul#online3 {
   width:600px;
   margin-top:5px;
   margin-left:5px;
   margin-bottom:80px;
   list-style-position:outside;
   list-style-type:none;
   list-style-position:outside;
   color:#ffffff;
}

ul#online4 {
   width:600px;
   margin-top:5px;
   margin-left:5px;
   margin-bottom:10px;
   list-style-position:outside;
}

li.online2 {
   font-size:20px;
   margin-top:10px;
   margin-left:5px;
   margin-right:15px;
   list-style-type:none;
   list-style-position:outside;
   color:#ffffff;
   line-height:50px;
   font-weight:600;
}




ul.online_b {
   width:170px;
   margin-top:15px;
   margin-left:10px;
   font-size:11px;
   text-align:left;
}

li.online_b {
   padding-top:30px;
   padding-left:8px;
   padding-right:2px;
   list-style:none;
}

li.online_b a{
   text-decoration:none;
   display:block;
}








ul.kakaku {
   width:170px;
   margin-top:100px;
   margin-left:10px;
   font-size:11px;
   text-align:left;
}

li.kakaku {
   padding-left:8px;
   padding-right:2px;
   list-style:none;
}

li.kakaku a{
   text-decoration:none;
   display:block;
}





ul.kakakuA {
   width:170px;
   font-size:11px;
   text-align:left;
   margin-top:120px;
   margin-left:10px;

}

li.kakakuA {
   font-size:11px;
   font-weight:bold;
   list-style:none;
   height:1px;
}

li.kakakuA a {
   font-size:11px;
   list-style:none;
   display:block;
   height:60px;
   text-decoration:none;
   background-image:url(price.gif);
   background-repeat:no-repeat;
   color:#000000;
}

li.kakakuA a:hover {
   font-size:11px;
   list-style:none;
   height:60px;
   text-decoration:none;
   color:#cccccc;
   background-image:url(price.gif);
   background-repeat:no-repeat;
   color:#ff0000;
}











/******　↑左サイド↑　******/


/******　↓ヘッダーサイトマップ↓　******/


ul.head_sitemap {
   list-style:none;
   width:100%;
   height:17px;
   line-height:17px;
   text-align:center;
}

ul.head_sitemap li {
   list-style:none;
   display:inline;
   font-size:13px;
   color:#222222;
   vertical-align:middle;
}

ul.head_sitemap a {
   text-decoration:none;
   font-size:13px;
   color:#222222;
   vertical-align:middle;
}

ul.head_sitemap a:hover {
   color:#ff0000;
   vertical-align:middle;
}

ul.news {
   width:245px;
   font-size:11px;
   text-align:left;
   margin-top:10px;

}

li.news1 {
   font-size:11px;
   font-weight:bold;
   list-style:none;
   height:1px;
}

li.news1 a {
   font-size:11px;
   list-style:none;
   display:block;
   height:60px;
   text-decoration:none;
   background-image:url(demo.gif);
   background-repeat:no-repeat;
   color:#ffffff;
}

li.news1 a:hover {
   font-size:11px;
   list-style:none;
   height:60px;
   text-decoration:none;
   color:#cccccc;
   background-image:url(demo_o.gif);
   background-repeat:no-repeat;
}

li.news2 {
   font-size:11px;
   font-weight:bold;
   list-style:none;
   height:1px;
   margin-top:60px;
}

li.news2 a {
   font-size:11px;
   list-style:none;
   display:block;
   height:60px;
   text-decoration:none;
   background-image:url(demo.gif);
   background-repeat:no-repeat;
   color:#ffffff;
}

li.news2 a:hover {
   font-size:11px;
   list-style:none;
   height:60px;
   text-decoration:none;
   color:#cccccc;
   background-image:url(demo_o.gif);
   background-repeat:no-repeat;
}

/******　↑ヘッダーサイトマップ↑　******/


/******　↓フッター↓　******/


ul.footer {
   list-style:none;
   width:100%;
   height:17px;
   line-height:17px;
   background-color:#004EA1;
   padding:0px;
   margin-left:0px;
   margin-top:5px;
   text-align:center;
   
   }

ul.footer li {
   list-style:none;
   display:inline;
   background-color:#004EA1;
   margin-left:10px;
   margin-right:10px;
   font-size:15px;
   }

ul.footer a {
   text-decoration:none;
   margin-left:10px;
   color:#d4d4d4;
   }

ul.footer a:hover {
   color:#ff0000;
   background-color:#004EA1;
   margin-left:10px;
   }

/******　↑フッター↑　******/


/******************************************** ↑[UL][Li]基本設定 ********************************************/





/******************************************** ↓[table]基本設定 ********************************************/
/******　↓ナノフィルター↓　******/
table.na {
   width:500px;
   line-height:50px;
   margin-left:80px;
   background-color:#ffffff;
   font-size:13px;
   text-align:left;
}
td.na-r {
   width:120px;
   vertical-align:top;
   text-align:center;
   background-color:#f0e68c;
}
td.na-l {
   line-height:100%;
   background-color:#fffacd;
}

table.data {
   width:500px;
   line-height:20px;
   margin-left:80px;
   background-color:#f5deb3;
   border:solid 1px #000000;
   border-collapse:collapse;
   font-size:12px;
   text-align:center;
}
td.data-rc {
   width:120px;
   border:solid 1px #000000;
   background-color:#ffffe0;
}
td.data-cc {
   border:solid 1px #000000;
   background-color:#ffffe0;
}
td.data-lc {
   width:120px;
   border:solid 1px #000000;
   background-color:#ff0000;
   font-size:14px;
   font-weight:bold;
   color:#ffffff;
}



td.data {
   border:solid 1px #000000;
   background-color:#f5deb3;
}
td.data-rl {
   border:solid 1px #000000;
   background-color:#ffffe0;
   text-align:left;
}
td.data-cl {
   border:solid 1px #000000;
   background-color:#ffffe0;
}
td.data-ll {
   border:solid 1px #000000;
   background-color:#ff0000;
   font-size:14px;
   font-weight:bold;
   color:#ffffff;
   text-align:left;
}


/******　↑ナノフィルター↑　******/

/******************************************** ↑[table]基本設定 ********************************************/




/******************************************** ↓[img]基本設定 ********************************************/

img {
   border:none;
}

/******　↓コンテンツ↓　******/
img.seihin {
   margin-bottom:110px;
}
img.seihin2 {
   margin-bottom:180px;
}
img.table {
   margin:10px;
}
img.link {
   margin-bottom:5px;
}
img.subtitle {
   float:left;
   }
img.under {
   margin-bottom:120px;
}

/******　↑コンテンツ↑　******/



/******　↓左サイドバナー↓　******/


/******　↑左サイドバナー↑　******/



/******************************************** ↑[img]基本設定 ********************************************/





</pre></body></html>