Notice (8) : Undefined index: maker [APP/Controller/ColorsController.php , line 270 ]Code Context $this -> set ( 'word' , '' );
// 指定検索モード
$maker = $this -> params [ 'url' ][ 'maker' ]; $color_alc_tableinfo = array(
(int) 0 => array(
'TABLES' => array(
'Name' => 'color_alcs',
'Engine' => 'MyISAM',
'Version' => '10',
'Row_format' => 'Dynamic',
'Rows' => '12019',
'Avg_row_length' => '188',
'Data_length' => '2268812',
'Max_data_length' => '281474976710655',
'Index_length' => '124928',
'Data_free' => '0',
'Auto_increment' => '12020',
'Create_time' => '2025-09-19 17:39:11',
'Update_time' => '2025-12-02 11:25:57',
'Check_time' => null,
'Collation' => 'utf8_general_ci',
'Checksum' => null,
'Create_options' => '',
'Comment' => ''
)
)
)
$sql = ''
$makers = array(
'' => 'すべてのメーカー',
'ウベボード' => 'ウベボード',
'エーアンドエーマテリアル' => 'エーアンドエーマテリアル',
'ケイミュー' => 'ケイミュー',
'ニチハ' => 'ニチハ',
'ノダ' => 'ノダ',
'旭トステム外装' => '旭トステム外装',
'神島化学工業' => '神島化学工業',
'東レ建材' => '東レ建材',
'エヌビーエル' => 'エヌビーエル',
'日鉄鋼板' => '日鉄鋼板',
'大建工業' => '大建工業'
)
$mode = '_self' ColorsController::salc() - APP/Controller/ColorsController.php, line 270
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Notice (8) : Undefined index: product_name [APP/Controller/ColorsController.php , line 271 ]Code Context // 指定検索モード
$maker = $this -> params [ 'url' ][ 'maker' ];
$product_name = $this -> params [ 'url' ][ 'product_name' ]; $color_alc_tableinfo = array(
(int) 0 => array(
'TABLES' => array(
'Name' => 'color_alcs',
'Engine' => 'MyISAM',
'Version' => '10',
'Row_format' => 'Dynamic',
'Rows' => '12019',
'Avg_row_length' => '188',
'Data_length' => '2268812',
'Max_data_length' => '281474976710655',
'Index_length' => '124928',
'Data_free' => '0',
'Auto_increment' => '12020',
'Create_time' => '2025-09-19 17:39:11',
'Update_time' => '2025-12-02 11:25:57',
'Check_time' => null,
'Collation' => 'utf8_general_ci',
'Checksum' => null,
'Create_options' => '',
'Comment' => ''
)
)
)
$sql = ''
$makers = array(
'' => 'すべてのメーカー',
'ウベボード' => 'ウベボード',
'エーアンドエーマテリアル' => 'エーアンドエーマテリアル',
'ケイミュー' => 'ケイミュー',
'ニチハ' => 'ニチハ',
'ノダ' => 'ノダ',
'旭トステム外装' => '旭トステム外装',
'神島化学工業' => '神島化学工業',
'東レ建材' => '東レ建材',
'エヌビーエル' => 'エヌビーエル',
'日鉄鋼板' => '日鉄鋼板',
'大建工業' => '大建工業'
)
$mode = '_self'
$maker = null ColorsController::salc() - APP/Controller/ColorsController.php, line 271
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Notice (8) : Undefined index: type [APP/Controller/ColorsController.php , line 272 ]Code Context $maker = $this -> params [ 'url' ][ 'maker' ];
$product_name = $this -> params [ 'url' ][ 'product_name' ];
$type = $this -> params [ 'url' ][ 'type' ]; $color_alc_tableinfo = array(
(int) 0 => array(
'TABLES' => array(
'Name' => 'color_alcs',
'Engine' => 'MyISAM',
'Version' => '10',
'Row_format' => 'Dynamic',
'Rows' => '12019',
'Avg_row_length' => '188',
'Data_length' => '2268812',
'Max_data_length' => '281474976710655',
'Index_length' => '124928',
'Data_free' => '0',
'Auto_increment' => '12020',
'Create_time' => '2025-09-19 17:39:11',
'Update_time' => '2025-12-02 11:25:57',
'Check_time' => null,
'Collation' => 'utf8_general_ci',
'Checksum' => null,
'Create_options' => '',
'Comment' => ''
)
)
)
$sql = ''
$makers = array(
'' => 'すべてのメーカー',
'ウベボード' => 'ウベボード',
'エーアンドエーマテリアル' => 'エーアンドエーマテリアル',
'ケイミュー' => 'ケイミュー',
'ニチハ' => 'ニチハ',
'ノダ' => 'ノダ',
'旭トステム外装' => '旭トステム外装',
'神島化学工業' => '神島化学工業',
'東レ建材' => '東レ建材',
'エヌビーエル' => 'エヌビーエル',
'日鉄鋼板' => '日鉄鋼板',
'大建工業' => '大建工業'
)
$mode = '_self'
$maker = null
$product_name = null ColorsController::salc() - APP/Controller/ColorsController.php, line 272
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Notice (8) : Undefined index: number [APP/Controller/ColorsController.php , line 273 ]Code Context $product_name = $this -> params [ 'url' ][ 'product_name' ];
$type = $this -> params [ 'url' ][ 'type' ];
$number = $this -> params [ 'url' ][ 'number' ]; $color_alc_tableinfo = array(
(int) 0 => array(
'TABLES' => array(
'Name' => 'color_alcs',
'Engine' => 'MyISAM',
'Version' => '10',
'Row_format' => 'Dynamic',
'Rows' => '12019',
'Avg_row_length' => '188',
'Data_length' => '2268812',
'Max_data_length' => '281474976710655',
'Index_length' => '124928',
'Data_free' => '0',
'Auto_increment' => '12020',
'Create_time' => '2025-09-19 17:39:11',
'Update_time' => '2025-12-02 11:25:57',
'Check_time' => null,
'Collation' => 'utf8_general_ci',
'Checksum' => null,
'Create_options' => '',
'Comment' => ''
)
)
)
$sql = ''
$makers = array(
'' => 'すべてのメーカー',
'ウベボード' => 'ウベボード',
'エーアンドエーマテリアル' => 'エーアンドエーマテリアル',
'ケイミュー' => 'ケイミュー',
'ニチハ' => 'ニチハ',
'ノダ' => 'ノダ',
'旭トステム外装' => '旭トステム外装',
'神島化学工業' => '神島化学工業',
'東レ建材' => '東レ建材',
'エヌビーエル' => 'エヌビーエル',
'日鉄鋼板' => '日鉄鋼板',
'大建工業' => '大建工業'
)
$mode = '_self'
$maker = null
$product_name = null
$type = null ColorsController::salc() - APP/Controller/ColorsController.php, line 273
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Notice (8) : Undefined index: color_name [APP/Controller/ColorsController.php , line 274 ]Code Context $type = $this -> params [ 'url' ][ 'type' ];
$number = $this -> params [ 'url' ][ 'number' ];
$color_name = $this -> params [ 'url' ][ 'color_name' ]; $color_alc_tableinfo = array(
(int) 0 => array(
'TABLES' => array(
'Name' => 'color_alcs',
'Engine' => 'MyISAM',
'Version' => '10',
'Row_format' => 'Dynamic',
'Rows' => '12019',
'Avg_row_length' => '188',
'Data_length' => '2268812',
'Max_data_length' => '281474976710655',
'Index_length' => '124928',
'Data_free' => '0',
'Auto_increment' => '12020',
'Create_time' => '2025-09-19 17:39:11',
'Update_time' => '2025-12-02 11:25:57',
'Check_time' => null,
'Collation' => 'utf8_general_ci',
'Checksum' => null,
'Create_options' => '',
'Comment' => ''
)
)
)
$sql = ''
$makers = array(
'' => 'すべてのメーカー',
'ウベボード' => 'ウベボード',
'エーアンドエーマテリアル' => 'エーアンドエーマテリアル',
'ケイミュー' => 'ケイミュー',
'ニチハ' => 'ニチハ',
'ノダ' => 'ノダ',
'旭トステム外装' => '旭トステム外装',
'神島化学工業' => '神島化学工業',
'東レ建材' => '東レ建材',
'エヌビーエル' => 'エヌビーエル',
'日鉄鋼板' => '日鉄鋼板',
'大建工業' => '大建工業'
)
$mode = '_self'
$maker = null
$product_name = null
$type = null
$number = null ColorsController::salc() - APP/Controller/ColorsController.php, line 274
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Notice (8) : Undefined index: eco_color [APP/Controller/ColorsController.php , line 275 ]Code Context $number = $this -> params [ 'url' ][ 'number' ];
$color_name = $this -> params [ 'url' ][ 'color_name' ];
$eco_color = $this -> params [ 'url' ][ 'eco_color' ]; $color_alc_tableinfo = array(
(int) 0 => array(
'TABLES' => array(
'Name' => 'color_alcs',
'Engine' => 'MyISAM',
'Version' => '10',
'Row_format' => 'Dynamic',
'Rows' => '12019',
'Avg_row_length' => '188',
'Data_length' => '2268812',
'Max_data_length' => '281474976710655',
'Index_length' => '124928',
'Data_free' => '0',
'Auto_increment' => '12020',
'Create_time' => '2025-09-19 17:39:11',
'Update_time' => '2025-12-02 11:25:57',
'Check_time' => null,
'Collation' => 'utf8_general_ci',
'Checksum' => null,
'Create_options' => '',
'Comment' => ''
)
)
)
$sql = ''
$makers = array(
'' => 'すべてのメーカー',
'ウベボード' => 'ウベボード',
'エーアンドエーマテリアル' => 'エーアンドエーマテリアル',
'ケイミュー' => 'ケイミュー',
'ニチハ' => 'ニチハ',
'ノダ' => 'ノダ',
'旭トステム外装' => '旭トステム外装',
'神島化学工業' => '神島化学工業',
'東レ建材' => '東レ建材',
'エヌビーエル' => 'エヌビーエル',
'日鉄鋼板' => '日鉄鋼板',
'大建工業' => '大建工業'
)
$mode = '_self'
$maker = null
$product_name = null
$type = null
$number = null
$color_name = null ColorsController::salc() - APP/Controller/ColorsController.php, line 275
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Notice (8) : Undefined index: sealing [APP/Controller/ColorsController.php , line 276 ]Code Context $color_name = $this -> params [ 'url' ][ 'color_name' ];
$eco_color = $this -> params [ 'url' ][ 'eco_color' ];
$sealing = $this -> params [ 'url' ][ 'sealing' ]; $color_alc_tableinfo = array(
(int) 0 => array(
'TABLES' => array(
'Name' => 'color_alcs',
'Engine' => 'MyISAM',
'Version' => '10',
'Row_format' => 'Dynamic',
'Rows' => '12019',
'Avg_row_length' => '188',
'Data_length' => '2268812',
'Max_data_length' => '281474976710655',
'Index_length' => '124928',
'Data_free' => '0',
'Auto_increment' => '12020',
'Create_time' => '2025-09-19 17:39:11',
'Update_time' => '2025-12-02 11:25:57',
'Check_time' => null,
'Collation' => 'utf8_general_ci',
'Checksum' => null,
'Create_options' => '',
'Comment' => ''
)
)
)
$sql = ''
$makers = array(
'' => 'すべてのメーカー',
'ウベボード' => 'ウベボード',
'エーアンドエーマテリアル' => 'エーアンドエーマテリアル',
'ケイミュー' => 'ケイミュー',
'ニチハ' => 'ニチハ',
'ノダ' => 'ノダ',
'旭トステム外装' => '旭トステム外装',
'神島化学工業' => '神島化学工業',
'東レ建材' => '東レ建材',
'エヌビーエル' => 'エヌビーエル',
'日鉄鋼板' => '日鉄鋼板',
'大建工業' => '大建工業'
)
$mode = '_self'
$maker = null
$product_name = null
$type = null
$number = null
$color_name = null
$eco_color = null ColorsController::salc() - APP/Controller/ColorsController.php, line 276
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Notice (8) : Undefined index: lm_num [APP/Controller/ColorsController.php , line 277 ]Code Context $eco_color = $this -> params [ 'url' ][ 'eco_color' ];
$sealing = $this -> params [ 'url' ][ 'sealing' ];
$lm_num = $this -> params [ 'url' ][ 'lm_num' ]; $color_alc_tableinfo = array(
(int) 0 => array(
'TABLES' => array(
'Name' => 'color_alcs',
'Engine' => 'MyISAM',
'Version' => '10',
'Row_format' => 'Dynamic',
'Rows' => '12019',
'Avg_row_length' => '188',
'Data_length' => '2268812',
'Max_data_length' => '281474976710655',
'Index_length' => '124928',
'Data_free' => '0',
'Auto_increment' => '12020',
'Create_time' => '2025-09-19 17:39:11',
'Update_time' => '2025-12-02 11:25:57',
'Check_time' => null,
'Collation' => 'utf8_general_ci',
'Checksum' => null,
'Create_options' => '',
'Comment' => ''
)
)
)
$sql = ''
$makers = array(
'' => 'すべてのメーカー',
'ウベボード' => 'ウベボード',
'エーアンドエーマテリアル' => 'エーアンドエーマテリアル',
'ケイミュー' => 'ケイミュー',
'ニチハ' => 'ニチハ',
'ノダ' => 'ノダ',
'旭トステム外装' => '旭トステム外装',
'神島化学工業' => '神島化学工業',
'東レ建材' => '東レ建材',
'エヌビーエル' => 'エヌビーエル',
'日鉄鋼板' => '日鉄鋼板',
'大建工業' => '大建工業'
)
$mode = '_self'
$maker = null
$product_name = null
$type = null
$number = null
$color_name = null
$eco_color = null
$sealing = null ColorsController::salc() - APP/Controller/ColorsController.php, line 277
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Notice (8) : Undefined index: remarks [APP/Controller/ColorsController.php , line 278 ]Code Context $sealing = $this -> params [ 'url' ][ 'sealing' ];
$lm_num = $this -> params [ 'url' ][ 'lm_num' ];
$remarks = $this -> params [ 'url' ][ 'remarks' ]; $color_alc_tableinfo = array(
(int) 0 => array(
'TABLES' => array(
'Name' => 'color_alcs',
'Engine' => 'MyISAM',
'Version' => '10',
'Row_format' => 'Dynamic',
'Rows' => '12019',
'Avg_row_length' => '188',
'Data_length' => '2268812',
'Max_data_length' => '281474976710655',
'Index_length' => '124928',
'Data_free' => '0',
'Auto_increment' => '12020',
'Create_time' => '2025-09-19 17:39:11',
'Update_time' => '2025-12-02 11:25:57',
'Check_time' => null,
'Collation' => 'utf8_general_ci',
'Checksum' => null,
'Create_options' => '',
'Comment' => ''
)
)
)
$sql = ''
$makers = array(
'' => 'すべてのメーカー',
'ウベボード' => 'ウベボード',
'エーアンドエーマテリアル' => 'エーアンドエーマテリアル',
'ケイミュー' => 'ケイミュー',
'ニチハ' => 'ニチハ',
'ノダ' => 'ノダ',
'旭トステム外装' => '旭トステム外装',
'神島化学工業' => '神島化学工業',
'東レ建材' => '東レ建材',
'エヌビーエル' => 'エヌビーエル',
'日鉄鋼板' => '日鉄鋼板',
'大建工業' => '大建工業'
)
$mode = '_self'
$maker = null
$product_name = null
$type = null
$number = null
$color_name = null
$eco_color = null
$sealing = null
$lm_num = null ColorsController::salc() - APP/Controller/ColorsController.php, line 278
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118
サイディングALC|シーリング材色検索|ペンギン会ウェブサイト PenguinClub
検索フォーム(フリーワード検索)
※カタカナは全角で、数字・アルファベットは半角で入力をお願いします。
検索フォーム(指定検索)
※カタカナは全角で、数字・アルファベットは半角で入力をお願いします。
メーカー
商品名
タイプ
品番
色名
純正シーリング材
目地色
LM番号
エコカート色
備考
神島化学工業
ラムダ
ラムダシリコーンクリーン
SL-10
(K 19-90C)
-
調査中
神島化学工業
ラムダ
ラムダシリコーンクリーン
SL-09
(K 19-85B)
-
LM-3116
ティントベージュ(近似色)
神島化学工業
ラムダ
ラムダシリコーンクリーン
SL-08
(K 19-60H)
-
神島化学工業
ラムダ
ラムダシリコーンクリーン
SL-07
(K 17-50F)
-
調査中
神島化学工業
ラムダ
ラムダシリコーンクリーン
SL-06
(K 25-90B)
-
LM-3190
KS-Wマイルドホワイト(近似色)
神島化学工業
ラムダ
ラムダシリコーンクリーン
SL-05
(K 22-85F)
-
LM-3097
KM-15コテヌリソフトイエロー(近似色)
神島化学工業
ラムダ
ラムダシリコーンクリーン
SL-03
(K N-70)
-
LM-3081
A-シルバー(近似色)
神島化学工業
ラムダ
ラムダシリコーンクリーン
SL-02
(K N-80)
-
LM-3006
アイスピーチメジ(近似色)
神島化学工業
ラムダ
ラムダシリコーンクリーン
SL-01
(K N-90)
-
近似色〜類似色なし
神島化学工業
DRESSE 不燃外装材
金具施工用モール
SMRA21HA01 SMRA18HA01 SMSA21HA01 SMSA18HA01 SPAE12-A01
無塗装
BPS-002
-
神島化学工業
DRESSE 不燃外装材
ピラスター
SPAE12-A01
無塗装
BPS-002
-
神島化学工業
DRESSE 不燃外装材
ピラスター
SPAE12-W141
Wエボニーブラウン
BCS2221
LM-4014
バーントチャコール
神島化学工業
DRESSE 不燃外装材
ピラスター
SPAE12-W175
Wファインステン
BCS2175
LM-3547
グランドベージュ(近似色)
神島化学工業
DRESSE 不燃外装材
ピラスター
SPAE12-W145
Wミルトアイボリー
BCS2145
LM-3130
A-アイボリーホワイト2(近似色)
神島化学工業
DRESSE 不燃外装材
ピラスター
SPAE12-W087
Wファリーホワイト
BCS2087
LM-3142
マーキュリーホワイト(近似色)
神島化学工業
DRESSE 不燃外装材
ピラスター
SPBE12-A01
無塗装
BPS-002
-
神島化学工業
DRESSE 不燃外装材
ピラスターII
SPBE12-W141
Wエボニーブラウン
BCS2221
LM-4014
バーントチャコール
神島化学工業
DRESSE 不燃外装材
ピラスターII
SPBE12-W175
Wファインステン
BCS2175
LM-3547
グランドベージュ(近似色)
神島化学工業
DRESSE 不燃外装材
ピラスターII
SPBE12-W145
Wミルトアイボリー
BCS2145
LM-3130
A-アイボリーホワイト2(近似色)
神島化学工業
DRESSE 不燃外装材
ピラスターII
SPBE12-W087
Wファリーホワイト
BCS2087
LM-3142
マーキュリーホワイト(近似色)
神島化学工業
DRESSE 不燃外装材
ポーチモール
STPK13-268
ライトシルバーDC(特殊メタリック塗装)
-
近似色〜類似色なし
神島化学工業
DRESSE 不燃外装材
ポーチモール
STPK13-221
エボニーブラウンDC
-
-
神島化学工業
DRESSE 不燃外装材
化粧柱
PMF30-A01
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材
化粧柱
PKF30-A01
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材
見切縁FFタイプ
FF6313-A01
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材
見切縁FEタイプ
FE2145-A01
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材
見切縁FDタイプ
FD4060-A01
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材
見切縁FCタイプ
FC3396-A01
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材
見切縁FBタイプ
FB4590-A01
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材
見切縁FAタイプ
FA2050-A01
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材
見切縁FPタイプ
FQ2050-A01
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材
見切縁FPタイプ
FP2565-A01
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材
見切縁FLタイプ
FL4590-A01
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材
見切縁FK6016タイプ
FK6016-A01
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材
見切縁FK6015タイプ
FK6015-A01
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材
見切縁FJタイプ
FJ4314-A01
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材
見切縁FHタイプ
FH4313-A01
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材
見切縁FGタイプ
FG3060-A01
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材
不燃化粧幕板TTタイプ
TT3018-A01
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材
不燃化粧幕板TEタイプ
TE3521-A01 TE3524-A01
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材
不燃化粧幕板TAタイプ
TA3021-A01
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材
不燃化粧幕板MMタイプ
MM4018-A01
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材
不燃化粧幕板MEタイプ
ME1812-A01 ME2118-A01
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材
不燃化粧幕板MBタイプ
MB1815-A01 MB1818-A01
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材
フラットモールMAタイプ
MA1210-A01 MA1212-A01 MA1810-A01 MA1815-A01 MA1818-A01 MA1821-A01
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材
フラットモールMAタイプ
MA1210-W226 MA1212-W226
Wチャコールブラック
BCS2226
LM-4016
バーントブラック(近似色)
神島化学工業
DRESSE 不燃外装材
フラットモールMAタイプ
MA1210-W241 MA1212-W241
Wエボニーブラウン
BCS2221
LM-4014
バーントチャコール
神島化学工業
DRESSE 不燃外装材 KCモール
フラットモールMAタイプ
MA1210-W175 MA1212-W175
Wファインステン
BCS2175
LM-3547
グランドベージュ(近似色)
神島化学工業
DRESSE 不燃外装材
フラットモールMAタイプ
MA1210-W145 MA1212-W145
Wミルトアイボリー
BCS2145
LM-3130
A-アイボリーホワイト2(近似色)
神島化学工業
DRESSE 不燃外装材
フラットモールMAタイプ
MA1210-W087 MA1212-W087
Wファリーホワイト
BCS2087
LM-3142
マーキュリーホワイト(近似色)
神島化学工業
DRESSE 不燃外装材
フラットモールMAタイプ
MA1210-W076 MA1212-W076
Wピュアホワイト
BCS2076
LM-3102
TS-ピュアホワイト(近似色)
神島化学工業
DRESSE 不燃外装材
耐火破風板MAタイプ
MA2121-A01
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材
耐火破風板MAタイプ
MA2121-W226
Wチャコールブラック
BCS2226
LM-4016
バーントブラック(近似色)
神島化学工業
DRESSE 不燃外装材
耐火破風板MAタイプ
MA2121-W241
Wエボニーブラウン
BCS2221
LM-4014
バーントチャコール
神島化学工業
DRESSE 不燃外装材 KCモール
耐火破風板MAタイプ
MA2121-W175
Wファインステン
BCS2175
LM-3547
グランドベージュ(近似色)
神島化学工業
DRESSE 不燃外装材
耐火破風板MAタイプ
MA2121-W145
Wミルトアイボリー
BCS2145
LM-3130
A-アイボリーホワイト2(近似色)
神島化学工業
DRESSE 不燃外装材
耐火破風板MAタイプ
MA2121-W087
Wファリーホワイト
BCS2087
LM-3142
マーキュリーホワイト(近似色)
神島化学工業
DRESSE 不燃外装材
耐火破風板MAタイプ
MA2121-W076
Wピュアホワイト
BCS2076
LM-3102
TS-ピュアホワイト(近似色)
神島化学工業
DRESSE 不燃外装材 KCモール
エンドパネル
S-EW01
無塗装
-
-
神島化学工業
DRESSE 不燃外装材 KCモール
エンドパネル
S-EW226
Wチャコールブラック
-
-
神島化学工業
DRESSE 不燃外装材 KCモール
エンドパネル
S-EW241
Wエボニーブラウン
-
-
神島化学工業
DRESSE 不燃外装材 KCモール
エンドパネル
S-EW145
Wミルトアイボリー
-
-
神島化学工業
DRESSE 不燃外装材 KCモール
エンドパネル
S-EW087
Wファリーホワイト
-
-
神島化学工業
DRESSE 不燃外装材 KCモール
エンドパネル
HD16-LPA01 HD16-LPA01
シーラー無塗装
-
-
神島化学工業
DRESSE 不燃外装材 KCモール
不燃化粧破風板HD16Jタイプ
HD1615JA01 HD1618JA01 HD1621JA01 HD1624JA01
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材 KCモール
不燃化粧破風板HD16Jタイプ
HD1615JW226 HD1618JW226 HD1621JW226 HD1624JW226
Wチャコールブラック
BCS2226
LM-4016
バーントブラック(近似色)
神島化学工業
DRESSE 不燃外装材 KCモール
不燃化粧破風板HD16Jタイプ
HD1615JW241 HD1618JW241 HD1621JW241HD1624JW241
Wエボニーブラウン
BCS2221
LM-4014
バーントチャコール
神島化学工業
DRESSE 不燃外装材 KCモール
不燃化粧破風板HD16Jタイプ
HD1615JW175 HD1618JW175 HD1621JW175 HD1624JW175
Wファインステン
BCS2175
LM-3547
グランドベージュ(近似色)
神島化学工業
DRESSE 不燃外装材 KCモール
不燃化粧破風板HD16Jタイプ
HD1615JW145 HD1618JW145 HD1621JW145 HD1624JW145
Wミルトアイボリー
BCS2145
LM-3130
A-アイボリーホワイト2(近似色)
神島化学工業
DRESSE 不燃外装材 KCモール
不燃化粧破風板HD16Jタイプ
HD1615JW087 HD1618JW087 HD1621JW087 HD1624JW087
Wファリーホワイト
BCS2087
LM-3142
マーキュリーホワイト(近似色)
神島化学工業
DRESSE 省施工破風板 KCモール
不燃化粧破風板KHD16Jタイプ
KHD1615JW226 KHD1618JW226 KHD1621JW226K HD1624JW226
Wチャコールブラック
-
LM-4016
バーントブラック(近似色)
神島化学工業
DRESSE 省施工破風板 KCモール
不燃化粧破風板KHD16Jタイプ
KHD1615JW241 KHD1618JW241 KHD1621JW241 KHD1624JW241
Wエボニーブラウン
-
LM-4014
バーントチャコール
神島化学工業
DRESSE 省施工破風板 KCモール
不燃化粧破風板KHD16Jタイプ
KHD1615JW175 KHD1618JW175 KHD1621JW175 KHD1624JW175
Wファインステン
-
LM-3547
グランドベージュ(近似色)
神島化学工業
DRESSE 省施工破風板 KCモール
不燃化粧破風板KHD16Jタイプ
KHD1615JW145 KHD1618JW145 KHD1621JW145 KHD1624JW145
Wミルトアイボリー
-
LM-3130
A-アイボリーホワイト2(近似色)
神島化学工業
DRESSE 省施工破風板 KCモール
不燃化粧破風板KHD16Jタイプ
KHD1615JW087 KHD1618JW087 KHD1621JW087 KHD1624JW087
Wファリーホワイト
-
LM-3142
マーキュリーホワイト(近似色)
神島化学工業
DRESSE 不燃外装材 KCモール
不燃化粧破風板HD16Jタイプ
HD1615JW076 HD1618JW076 HD1621JW076 HD1624JW076
Wピュアホワイト
BCS2076
LM-3102
TS-ピュアホワイト(近似色)
神島化学工業
DRESSE 不燃外装材 KCモール
不燃化粧破風板HC16Jタイプ
HC1615JA01 HC1618JA01 HC1621JA01 HC1624JA01
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材 KCモール
不燃化粧破風板HC16Jタイプ
HC1615JW226 HC1618JW226 HC1621JW226 HC1624JW226
Wチャコールブラック
BCS2226
LM-4016
バーントブラック(近似色)
神島化学工業
DRESSE 不燃外装材 KCモール
不燃化粧破風板HC16Jタイプ
HC1615JW241 HC1618JW241 HC1621JW241HC1624JW241
Wエボニーブラウン
BCS2221
LM-4014
バーントチャコール
神島化学工業
DRESSE 不燃外装材 KCモール
不燃化粧破風板HC16Jタイプ
HC1615JW175 HC1618JW175 HC1621JW175 HC1624JW175
Wファインステン
BCS2175
LM-3547
グランドベージュ(近似色)
神島化学工業
DRESSE 不燃外装材 KCモール
不燃化粧破風板HC16Jタイプ
HC1615JW145 HC1618JW145 HC1621JW145 HC1624JW145
Wミルトアイボリー
BCS2145
LM-3130
A-アイボリーホワイト2(近似色)
神島化学工業
DRESSE 不燃外装材 KCモール
不燃化粧破風板HC16Jタイプ
HC1615JW087 HC1618JW087 HC1621JW087 HC1624JW087
Wファリーホワイト
BCS2087
LM-3142
マーキュリーホワイト(近似色)
神島化学工業
DRESSE 不燃外装材 KCモール
不燃化粧破風板HC16Jタイプ
HC1615JW076 HC1618JW076 HC1621JW076 HC1624JW076
Wピュアホワイト
BCS2076
LM-3102
TS-ピュアホワイト(近似色)
神島化学工業
DRESSE 不燃外装材
軒天井ボード・メトルラスター
NFD082-676 NFD082A676
Wチャコールブラック
BCS2226
LM-4016
バーントブラック(近似色)
神島化学工業
DRESSE 不燃外装材
軒天井ボード・メトルラスター
NFD082-641 NFD082A641
Wエボニーブラウン
BCS2221
LM-4014
バーントチャコール
神島化学工業
DRESSE 不燃外装材
軒天井ボード・メトルラスター
NFD082-675 NFD082A675
Wファインステン
BCS2175
LM-3547
グランドベージュ(近似色)
神島化学工業
DRESSE 不燃外装材
軒天井ボード・メトルラスター
NFD082-645 NFD082A645
Wミルトアイボリー
BCS2145
LM-3130
A-アイボリーホワイト2(近似色)
神島化学工業
DRESSE 不燃外装材
軒天井ボード・メトルラスター
NFD082-687 NFD082A687
Wファリーホワイト
BCS2087
LM-3142
マーキュリーホワイト(近似色)
神島化学工業
DRESSE 不燃外装材
軒天井ボード・エンボス
NFD008-676 NFD008A676
Wチャコールブラック
BCS2226
LM-4016
バーントブラック(近似色)
神島化学工業
DRESSE 不燃外装材
軒天井ボード・エンボス
NFD008-641 NFD008A641
Wエボニーブラウン
BCS2221
LM-4014
バーントチャコール
神島化学工業
DRESSE 不燃外装材
軒天井ボード・エンボス
NFD008-675 NFD008A675
Wファインステン
BCS2175
LM-3547
グランドベージュ(近似色)
神島化学工業
DRESSE 不燃外装材
軒天井ボード・エンボス
NFD008-645 NFD008A645
Wミルトアイボリー
BCS2145
LM-3130
A-アイボリーホワイト2(近似色)
神島化学工業
DRESSE 不燃外装材
軒天井ボード・エンボス
NFD008-687 NFD008A687
Wファリーホワイト
BCS2087
LM-3142
マーキュリーホワイト(近似色)
神島化学工業
DRESSE 不燃外装材
フラット14
NND001-001 NND005-001 NNH001-001 NNH002-001
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材
軒天井ボード・メトルラスター
SNDV082-001
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材
軒天井ボード・メトルラスター
SNDV080-676
Wチャコールブラック
BCS2226
LM-4016
バーントブラック(近似色)
神島化学工業
DRESSE 不燃外装材
軒天井ボード・メトルラスター
SNDV082-641
Wエボニーブラウン
BCS2221
LM-4014
バーントチャコール
神島化学工業
DRESSE 不燃外装材
軒天井ボード・メトルラスター
SNDV082-675
Wファインステン
BCS2175
LM-3547
グランドベージュ(近似色)
神島化学工業
DRESSE 不燃外装材
軒天井ボード・メトルラスター
SNDV082-645
Wミルトアイボリー
BCS2145
LM-3130
A-アイボリーホワイト2(近似色)
神島化学工業
DRESSE 不燃外装材
軒天井ボード・メトルラスター
SNDV082-687
Wファリーホワイト
BCS2087
LM-3142
マーキュリーホワイト(近似色)
メーカーリンク 商品の詳細につきましては各社のホームページをご覧下さい。
オンライン出荷証明書発行
出荷証明書管理システム
WEB版・PDF版
ペンギンシール製品カタログ
新製品を中心に様々な利点を紹介
施工事例紹介