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番号
エコカート色
備考
神島化学工業
DRESSE 不燃外装材
軒天井ボード・メトルラスター
SNDV082B001
無塗装
BPS-002
-
神島化学工業
DRESSE 不燃外装材
軒天井ボード・メトルラスター
SNDV082B676
Wチャコールブラック
BCS2226
LM-4016
バーントブラック(近似色)
神島化学工業
DRESSE 不燃外装材
軒天井ボード・メトルラスター
SNDV082B641
Wエボニーブラウン
BCS2221
LM-4014
バーントチャコール
神島化学工業
DRESSE 不燃外装材
軒天井ボード・メトルラスター
SNDV082B645
Wミルトアイボリー
BCS2145
LM-3130
A-アイボリーホワイト2(近似色)
神島化学工業
DRESSE 不燃外装材
軒天井ボード・メトルラスター
SNDV082B687
Wファリーホワイト
BCS2087
LM-3142
マーキュリーホワイト(近似色)
神島化学工業
DRESSE 不燃外装材
軒天井ボード・エンボス
SNDV008B001
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材
軒天井ボード・エンボス
SNDV008B687
Wファリーホワイト
BCS2087
LM-3142
マーキュリーホワイト(近似色)
神島化学工業
DRESSE 不燃外装材
軒天井ボード・エンボス
SNDV008B676
Wチャコールブラック
BCS2226
LM-4016
バーントブラック(近似色)
神島化学工業
DRESSE 不燃外装材
軒天井ボード・エンボス
SNDV008B645
Wミルトアイボリー
BCS2145
LM-3130
A-アイボリーホワイト2(近似色)
神島化学工業
DRESSE 不燃外装材
軒天井ボード・エンボス
SNDV008B641
Wエボニーブラウン
BCS2221
LM-4014
バーントチャコール
神島化学工業
DRESSE 不燃外装材
軒天井ボード・エンボス
SCV182EH675 SLDV008V675 SLDV008W675 SCV182EY675
Wファインステン
BCS2175
LM-3547
グランドベージュ(近似色)
神島化学工業
DRESSE 不燃外装材
軒天井ボード・ソルミュール
SCV182SH001 SLDV083V001 SLDV083W001 SCV182SY001
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材
軒天井ボード・ソルミュール
SCV182SH676 SLDV083V676 SLDV083W676 SCV182SY676
Wチャコールブラック
BCS2226
LM-4016
バーントブラック(近似色)
神島化学工業
DRESSE 不燃外装材
軒天井ボード・ソルミュール
SCV182SH641 SLDV083V641 SLDV083W641 SCV182SY641
Wエボニーブラウン
BCS2221
LM-4014
バーントチャコール
神島化学工業
DRESSE 不燃外装材
軒天井ボード・ソルミュール
SCV182SH645 SLDV083V645 SLDV083W645 SCV182SY645
Wミルトアイボリー
BCS2145
LM-3130
A-アイボリーホワイト2(近似色)
神島化学工業
DRESSE 不燃外装材
軒天井ボード・ソルミュール
SCV182SH687 SLDV083V687 SLDV083W687 SCV182SY687
Wファリーホワイト
BCS2087
LM-3142
マーキュリーホワイト(近似色)
神島化学工業
DRESSE 不燃外装材
軒天井ボード・ソルミュール
SCV182SH675 SLDV083V675 SLDV083W675 SCV182SY675
Wファインステン
BCS2175
LM-3547
グランドベージュ(近似色)
神島化学工業
DRESSE 不燃外装材
フラットモールMAタイプ
MA2109-A01 MA2114JA01 MA2212-A01
無塗装
調査中
-
神島化学工業
DRESSE 不燃外装材
フラットモールMAタイプ
MA1210-112 MA1212-112 MA1215-112 MA1218-112 MA1221-112 MA1224-112
ブラック
BPS-003/BCS2003
LM-4044
TS-ブラック
神島化学工業
DRESSE 不燃外装材
フラットモールMAタイプ
MA1210-091 MA1212-091 MA1215-091 MA1218-091 MA1221-091 MA1224-091
プレインホワイト
BPS-091/BCS2091
LM-3140
カントリーソフトベージュ
神島化学工業
DRESSE 不燃外装材
フラットモールMAタイプ
MA1210-084 MA1212-084 MA1215-084 MA1218-084 MA1221-084
アールブラウン
BCS2084
LM-4167
KS-アールブラウンIM
神島化学工業
DRESSE 不燃外装材
フラットモールMAタイプ
MA1210-046 MA1212-046 MA1215-046 MA1218-046 MA1221-046
クラシックブラウン
BCS2046
LM-4022
ネイビーブラック
神島化学工業
DRESSE 不燃外装材
フラットモールMAタイプ
MA1210-A01 MA1212-A01 MA1215-A01MA1218-A01 MA1221-A01 MA1224-A01 MA1810-A01 MA1812-A01 MA1815-A01 MA
無塗装
調査中
-
神島化学工業
DRESSE 不燃外装材
破風板HCタイプ
HC1818-T30 HC1821-T30
レミーオーク
BCS2T30
LM-4168
KS-レミーオークIM
神島化学工業
DRESSE 不燃外装材
破風板HCタイプ
HC1818-T20 HC1821-T20
松
BCS2T20
LM-4170
KS-マツIM
神島化学工業
DRESSE 不燃外装材
破風板HCタイプ
HC1818-T12 HC1821-T12
杉チャ
BCS2T12
LM-4171
KS-スギチャIM
神島化学工業
DRESSE 不燃外装材
破風板HCタイプ
HC1818-T10 HC1821-T10
杉
BCS2T10
凸
LM-4169
KS-スギIM
神島化学工業
DRESSE 不燃外装材
ピラスター
SPBE12-091 SPAE12-091
プレインホワイト
BCS2091
LM-3140
カントリーソフトベージュ(近似色)
神島化学工業
DRESSE 不燃外装材
ピラスター
SPBE12-084 SPAE12-084
アールブラウン
BCS2084
LM-4167
KS-アールブラウンIM
神島化学工業
DRESSE 不燃外装材
ピラスター
SPBE12-046 SPAE12-046
クラシックブラウン
BCS2046
LM-4022
ネイビーブラック
神島化学工業
DRESSE 不燃外装材
フラット5
NEE001-001 NEE002-001
無塗装
BPS-002
-
神島化学工業
DRESSE 不燃外装材
フラット5
NED001-001 NED002-001
無塗装
BNB2A01
-
神島化学工業
DRESSE 不燃外装材
なぐり調
NND064-001 NND064B001 SND064-001
無塗装
BPS-002
-
神島化学工業
DRESSE 不燃外装材
なぐり調
NFD064A001
無塗装
BPS-002
-
神島化学工業
DRESSE 不燃外装材
なぐり調
NFD064-668 NFD064A668
Wアイボリー
BPS2068
LM-3129
A-スクラッチホワイト
神島化学工業
DRESSE 不燃外装材
なぐり調
NFD064-604 NFD064A604
Wマイルドホワイト
BPS2004
LM-3190
KS-Wマイルドホワイト
神島化学工業
DRESSE 不燃外装材
なぐり調
NFD064-674 NFD064A674
Wソフトブラウン
BPS2074
LM-4084
KR-トラディショナルブラウン
神島化学工業
DRESSE 不燃外装材
なぐり調
NFD064-635 NFD064A635
Wペールベージュ
BPS2035
LM-3210
KS-ベージュIM
神島化学工業
DRESSE 不燃外装材
なぐり調
NFD064A667
Wソフトグリーン
BPS2067
近似色〜類似色なし
神島化学工業
DRESSE 不燃外装材
なぐり調
NFD064-724 NFD064A724
Wマイルドブラウン
BPS2124
LM-4119
KS-Wマイルドブラウン
神島化学工業
DRESSE 不燃外装材
なぐり調
NFD064-001
無塗装
BPS-002
-
神島化学工業
DRESSE 不燃外装材
なぐり調
NFD064-667
Wソフトグリーン
BPS2067
近似色〜類似色なし
神島化学工業
DRESSE 不燃外装材
なぐり調
NND064-674 NND064B674 SND064-674
Wソフトブラウン
BPS2074
LM-4084
KR-トラディショナルブラウン
神島化学工業
DRESSE 不燃外装材
なぐり調
NND064-635 NND064B635 SND064-635
Wペールベージュ
BPS2035
LM-3210
KS-ベージュIM
神島化学工業
DRESSE 不燃外装材
なぐり調
NND064-668 NND064B668 SND064-668
Wアイボリー
BPS2068
LM-3129
A-スクラッチホワイト
神島化学工業
DRESSE 不燃外装材
なぐり調
NND064-604 NND064B604 SND064-604
Wマイルドホワイト
BPS2004
LM-3190
KS-Wマイルドホワイト
神島化学工業
DRESSE 不燃外装材
エンボス
NFD008-635 NFD008A635
Wペールベージュ
BPS2035
LM-3210
KS-ベージュIM
神島化学工業
DRESSE 不燃外装材
エンボス
NFD008-668 NFD008A668
Wアイボリー
BPS2068
LM-3129
A-スクラッチホワイト
神島化学工業
DRESSE 不燃外装材
エンボス
NFD008-604 NFD008A604
Wマイルドホワイト
BPS2004
LM-3190
KS-Wマイルドホワイト
神島化学工業
DRESSE 不燃外装材
エンボス
SNA008-001
無塗装
BPS-002
-
神島化学工業
DRESSE 不燃外装材
エンボス
SND008-674 SND009-674
Wソフトブラウン
BPS2074
LM-4084
KR-トラディショナルブラウン
神島化学工業
DRESSE 不燃外装材
エンボス
SND008-635 SND009-635
Wペールベージュ
BPS2035
LM-3210
KS-ベージュIM
神島化学工業
DRESSE 不燃外装材
エンボス
SND008-668 SND009-668
Wアイボリー
BPS2068
LM-3129
A-スクラッチホワイト
神島化学工業
DRESSE 不燃外装材
エンボス
SND008-604 SND009-604
Wマイルドホワイト
BPS2004
LM-3190
KS-Wマイルドホワイト
神島化学工業
DRESSE 不燃外装材
リブ調
SND033-635 SND033B635 SND033S635
Wペールベージュ
BPS2035
LM-3210
KS-ベージュIM
神島化学工業
DRESSE 不燃外装材
リブ調
SND033-604 SND033B604 SND033S604
Wマイルドホワイト
BPS2004
LM-3190
KS-Wマイルドホワイト
神島化学工業
DRESSE 不燃外装材
トワクロス
SND075-001 NFD075-001
無塗装
-
-
神島化学工業
DRESSE 不燃外装材
トワクロス
SND075-635 NFD075-635
Wペールベージュ
BPS2035
LM-3210
KS-ベージュIM
神島化学工業
DRESSE 不燃外装材
トワクロス
SND075-668 NFD075-668
Wアイボリー
BPS2068
LM-3129
A-スクラッチホワイト
神島化学工業
DRESSE 不燃外装材
トワクロス
SND075-604 NFD075-604
Wマイルドホワイト
BPS2004
LM-3190
KS-Wマイルドホワイト
神島化学工業
DRESSE 不燃外装材
エンボス(平・端部有孔)12mmタイプ
SC182EHSLD008V001 SLD008W001
無塗装
BPS-002
-
神島化学工業
DRESSE 不燃外装材
エンボス(平・端部有孔)12mmタイプ
SC182EH821 SLD008V821 SLD008W821
Wエボニーブラウン
BCS2221
LM-4014
バーントチャコール
神島化学工業
DRESSE 不燃外装材
エンボス(平・端部有孔)12mmタイプ
SC182EH635 SLD008V635 SLD008W635
Wペールベージュ
BCS2035
LM-3210
KS-ベージュIM
神島化学工業
DRESSE 不燃外装材
エンボス(平・端部有孔)12mmタイプ
SC182EH668 SLD008V668 SLD008W668
Wアイボリー
BCS2068
LM-3219
KS-アイボリーIM
神島化学工業
DRESSE 不燃外装材
エンボス(平・端部有孔)12mmタイプ
SC182EH604 SLD008V604 SLD008W604
Wマイルドホワイト
BPS2004
LM-3190
KS-Wマイルドホワイト
神島化学工業
DRESSE 不燃外装材
なぐり調(平・端部有孔)12mmタイプ
SC182GHSLD064V001 SLD064W001
無塗装
BPS-002
-
神島化学工業
DRESSE 不燃外装材
なぐり調(平・端部有孔)12mmタイプ
SC182GH821 SLD064V821 SLD064W821
Wエボニーブラウン
BCS2221
LM-4014
バーントチャコール
神島化学工業
DRESSE 不燃外装材
なぐり調(平・端部有孔)12mmタイプ
SC182GH635 SLD064V635 SLD064W635
Wペールベージュ
BCS2035
LM-3210
KS-ベージュIM
神島化学工業
DRESSE 不燃外装材
なぐり調(平・端部有孔)12mmタイプ
SC182GH668 SLD064V668 SLD064W668
Wアイボリー
BCS2068
LM-3219
KS-アイボリーIM
神島化学工業
DRESSE 不燃外装材
なぐり調(平・端部有孔)12mmタイプ
SC182GH604 SLD064V604 SLD064W604
Wマイルドホワイト
BPS2004
LM-3190
KS-Wマイルドホワイト
神島化学工業
DRESSE 不燃外装材
トワクロス(平・端部有孔)12mmタイプ
SC182THSLD075V001 SLD075W001
無塗装
BPS-002
-
神島化学工業
DRESSE 不燃外装材
トワクロス(平・端部有孔)12mmタイプ
SC182TH821 SLD075V821 SLD075VW821
Wエボニーブラウン
BCS2221
LM-4014
バーントチャコール
神島化学工業
DRESSE 不燃外装材
トワクロス(平・端部有孔)12mmタイプ
SC182TH635 SLD075V635 SLD075W635
Wペールベージュ
BCS2035
LM-3210
KS-ベージュIM
神島化学工業
DRESSE 不燃外装材
トワクロス(平・端部有孔)12mmタイプ
SC182TH668 SLD075V668 SLD075W668
Wアイボリー
BCS2068
LM-3219
KS-アイボリーIM
神島化学工業
DRESSE 不燃外装材
トワクロス(平・端部有孔)12mmタイプ
SC182TH604 SLD075V604 SLD075W604
Wマイルドホワイト
BPS2004
LM-3190
KS-Wマイルドホワイト
神島化学工業
DRESSE(ドレッセ) 防火サイディング
レアルコード
OSA134-008
ダークグレー
テラレッドNo.2
LM-4048
A-ペールブラック(近似色)
神島化学工業
DRESSE(ドレッセ) 防火サイディング
OTA020-008
グレー
テラレッドNo.2
LM-4048
A-ペールブラック(近似色)
神島化学工業
DRESSE(ドレッセ) 防火サイディング
神山(しんざん)
ORA131-W126
ソリッドブラウン
ナチュラルBR
LM-4034
KM-スマートブラウン(近似色)
神島化学工業
DRESSE(ドレッセ) 防火サイディング
神山(しんざん)
ORA131-W117
アースブラウン
ブリッツイエロー
LM-3655
KM-セレノイエロー(近似色)
神島化学工業
DRESSE(ドレッセ) 防火サイディング
神山(しんざん)
ORA131-W116
サンドベージュ
TモントリオBG
LM-3231
KM-カフェオーカー(近似色)
神島化学工業
DRESSE(ドレッセ) 防火サイディング
神山(しんざん)
ORA131-W089
スモークアイボリー
TモントリオW
LM-3019
セットホワイト(近似色)
神島化学工業
DRESSE(ドレッセ) 防火サイディング
はまかぜ
ORA113-W117
アースブラウン
ブリッツイエロー
LM-3655
KM-セレノイエロー(近似色)
神島化学工業
DRESSE(ドレッセ) 防火サイディング
はまかぜ
ORA113-W116
サンドベージュ
TモントリオBG
LM-3231
KM-カフェオーカー(近似色)
神島化学工業
DRESSE(ドレッセ) 防火サイディング
はまかぜ
ORA113-W089
スモークアイボリー
TモントリオW
LM-3019
セットホワイト(近似色)
神島化学工業
DRESSE(ドレッセ) 防火サイディング
はまかぜ
ORA113-W088
ミルキーホワイト
バーゼホワイト
LM-3236
KS-ミルキーホワイト
神島化学工業
DRESSE(ドレッセ) 防火サイディング
夕凪(ゆうなぎ)
ORA132-W127
チャコールグレー
ブレンドBK
LM-4199
KS-チャコールグレー
神島化学工業
DRESSE(ドレッセ) 防火サイディング
夕凪(ゆうなぎ)
ORA132-W117
アースブラウン
ブリッツイエロー
LM-3655
KM-セレノイエロー(近似色)
神島化学工業
DRESSE(ドレッセ) 防火サイディング
夕凪(ゆうなぎ)
ORA132-W089
スモークアイボリー
TモントリオW
LM-3019
セットホワイト(近似色)
神島化学工業
DRESSE(ドレッセ) 防火サイディング
夕凪(ゆうなぎ)
ORA132-W088
ミルキーホワイト
バーゼホワイト
LM-3236
KS-ミルキーホワイト
神島化学工業
DRESSE(ドレッセ) 防火サイディング
ビルトキューブ
ORA143-W127
チャコールグレー
ブレンドBK
LM-4199
KS-チャコールグレー
神島化学工業
DRESSE(ドレッセ) 防火サイディング
ビルトキューブ
ORA143-W117
アースブラウン
ブリッツイエロー
LM-3655
KM-セレノイエロー(近似色)
神島化学工業
DRESSE(ドレッセ) 防火サイディング
ビルトキューブ
ORA143-W089
スモークアイボリー
TモントリオW
LM-3019
セットホワイト(近似色)
神島化学工業
DRESSE(ドレッセ) 防火サイディング
ビルトキューブ
ORA143-W088
ミルキーホワイト
バーゼホワイト
LM-3236
KS-ミルキーホワイト
神島化学工業
DRESSE(ドレッセ) 防火サイディング
海山千(かいざんせん)
ORA123-W127
チャコールグレー
ブレンドBK
LM-4199
KS-チャコールグレー
神島化学工業
DRESSE(ドレッセ) 防火サイディング
海山千(かいざんせん)
ORA123-W126
ソリッドブラウン
ナチュラルBR
LM-4034
KM-スマートブラウン(近似色)
神島化学工業
DRESSE(ドレッセ) 防火サイディング
海山千(かいざんせん)
ORA123-W089
スモークアイボリー
TモントリオW
LM-3019
セットホワイト(近似色)
神島化学工業
DRESSE(ドレッセ) 防火サイディング
海山千(かいざんせん)
ORA123-W088
ミルキーホワイト
バーゼホワイト
LM-3236
KS-ミルキーホワイト
神島化学工業
DRESSE(ドレッセ) 防火サイディング
ディグニティストーン
ORA148-W126
ソリッドブラウン
ナチュラルBR
LM-4034
KM-スマートブラウン(近似色)
神島化学工業
DRESSE(ドレッセ) 防火サイディング
ディグニティストーン
ORA148-W117
アースブラウン
ブリッツイエロー
LM-3655
KM-セレノイエロー(近似色)
神島化学工業
DRESSE(ドレッセ) 防火サイディング
ディグニティストーン
ORA148-W116
サンドベージュ
TモントリオBG
LM-3231
KM-カフェオーカー(近似色)
メーカーリンク 商品の詳細につきましては各社のホームページをご覧下さい。
オンライン出荷証明書発行
出荷証明書管理システム
WEB版・PDF版
ペンギンシール製品カタログ
新製品を中心に様々な利点を紹介
施工事例紹介