HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: /virtual/nagasaki/_db_dump/mysql.nagasaki_db1.dump
-- MySQL dump 10.13  Distrib 5.7.29, for Linux (x86_64)
--
-- Host: localhost    Database: nagasaki_db1
-- ------------------------------------------------------
-- Server version	5.7.29-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `wp_commentmeta`
--

DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_commentmeta`
--

LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_comments`
--

DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT '',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_comments`
--

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_links`
--

DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_links`
--

LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_ngg_album`
--

DROP TABLE IF EXISTS `wp_ngg_album`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ngg_album` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `previewpic` bigint(20) NOT NULL DEFAULT '0',
  `albumdesc` mediumtext,
  `sortorder` longtext NOT NULL,
  `pageid` bigint(20) NOT NULL DEFAULT '0',
  `extras_post_id` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `extras_post_id_key` (`extras_post_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ngg_album`
--

LOCK TABLES `wp_ngg_album` WRITE;
/*!40000 ALTER TABLE `wp_ngg_album` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_ngg_album` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_ngg_gallery`
--

DROP TABLE IF EXISTS `wp_ngg_gallery`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ngg_gallery` (
  `gid` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `path` mediumtext,
  `title` mediumtext,
  `galdesc` mediumtext,
  `pageid` bigint(20) NOT NULL DEFAULT '0',
  `previewpic` bigint(20) NOT NULL DEFAULT '0',
  `author` bigint(20) NOT NULL DEFAULT '0',
  `extras_post_id` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`gid`),
  KEY `extras_post_id_key` (`extras_post_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ngg_gallery`
--

LOCK TABLES `wp_ngg_gallery` WRITE;
/*!40000 ALTER TABLE `wp_ngg_gallery` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_ngg_gallery` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_ngg_pictures`
--

DROP TABLE IF EXISTS `wp_ngg_pictures`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ngg_pictures` (
  `pid` bigint(20) NOT NULL AUTO_INCREMENT,
  `image_slug` varchar(255) NOT NULL,
  `post_id` bigint(20) NOT NULL DEFAULT '0',
  `galleryid` bigint(20) NOT NULL DEFAULT '0',
  `filename` varchar(255) NOT NULL,
  `description` mediumtext,
  `alttext` mediumtext,
  `imagedate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `exclude` tinyint(4) DEFAULT '0',
  `sortorder` bigint(20) NOT NULL DEFAULT '0',
  `meta_data` longtext,
  `extras_post_id` bigint(20) NOT NULL DEFAULT '0',
  `updated_at` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`pid`),
  KEY `extras_post_id_key` (`extras_post_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ngg_pictures`
--

LOCK TABLES `wp_ngg_pictures` WRITE;
/*!40000 ALTER TABLE `wp_ngg_pictures` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_ngg_pictures` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_options`
--

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) DEFAULT NULL,
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM AUTO_INCREMENT=157791 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_options`
--

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','https://www.nagasaki-shinju.com','yes'),(2,'home','https://www.nagasaki-shinju.com','yes'),(3,'blogname','長崎真珠店','yes'),(4,'blogdescription','【公式サイト】長崎市|最高品質の真珠を厳選して皆さまにお届けいたします','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','k-yoshino@sanko-jpn.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','3','yes'),(19,'default_comment_status','closed','yes'),(20,'default_ping_status','closed','yes'),(21,'default_pingback_flag','','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','Y年n月j日','yes'),(24,'time_format','g:i A','yes'),(25,'links_updated_date_format','Y年n月j日 g:i A','yes'),(26,'comment_moderation','1','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:11:{i:0;s:19:\"akismet/akismet.php\";i:1;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:2;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:43:\"custom-post-type-ui/custom-post-type-ui.php\";i:5;s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";i:6;s:61:\"tablepress-responsive-tables/tablepress-responsive-tables.php\";i:7;s:25:\"tablepress/tablepress.php\";i:8;s:41:\"wp-multibyte-patch/wp-multibyte-patch.php\";i:9;s:25:\"zipaddr-jp/zipaddr-jp.php\";i:10;s:29:\"nextgen-gallery/nggallery.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','','yes'),(39,'default_email_category','3','yes'),(40,'recently_edited','a:5:{i:0;s:64:\"/virtual/nagasaki/public_html/wp-content/themes/byblos/style.css\";i:1;s:75:\"/virtual/nagasaki/public_html/wp-content/themes/byblos/sidebar-homepage.php\";i:2;s:66:\"/virtual/nagasaki/public_html/wp-content/themes/byblos/sidebar.php\";i:4;s:81:\"/virtual/nagasaki/public_html/wp-content/themes/byblos/templates/left-sidebar.php\";i:5;s:82:\"/virtual/nagasaki/public_html/wp-content/themes/byblos/templates/right-sidebar.php\";}','no'),(41,'template','byblos','yes'),(42,'stylesheet','byblos','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','38590','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','0','yes'),(54,'show_on_front','posts','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','','yes'),(71,'close_comments_days_old','7','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:3:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:4;a:4:{s:5:\"title\";s:12:\"新着情報\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:7:{i:1;a:0:{}i:4;a:3:{s:5:\"title\";s:10:\"Access Map\";s:4:\"text\";s:438:\"<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3349.0527631183036!2d129.78589274990864!3d32.9232041837324!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x356ab04485f93949%3A0xd3bd165292a2e551!2z44CSODUxLTMyMTIg6ZW35bSO55yM6ZW35bSO5biC6ZW35rWm55S677yS77yS77yU4oiS77yR77ySIOmVt-W0juecn-ePoOW6lw!5e0!3m2!1sja!2sjp!4v1462579137540\" width=\"100%\" height=\"360\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\";s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:7:\"Contact\";s:4:\"text\";s:384:\"<i class=\"fa fa-home fa-2x\"></i> 長崎真珠店\r\n<hr>\r\n<i class=\"fa fa-phone fa-2x\"></i> 電話番号 0120-410-804\r\n<hr>\r\n<i class=\"fa fa-clock-o fa-2x\"></i> 営業時間 10:00~18:00\r\n<hr>\r\n<a href=\"https://www.nagasaki-shinju.com/%E3%81%8A%E5%95%8F%E3%81%84%E5%90%88%E3%82%8F%E3%81%9B/\"><h2 class=\"main_center2\"><i class=\"fa fa-envelope fa-2x\"></i> お問い合わせ</h2></a>\r\n\";s:6:\"filter\";b:0;}i:8;a:3:{s:5:\"title\";s:10:\"Access Map\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;}i:9;a:3:{s:5:\"title\";s:10:\"Access Map\";s:4:\"text\";s:414:\"<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3349.0522863410533!2d129.78590161530894!3d32.92321678092805!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x356ab04486096e5d%3A0x3e5c6cf89cf4de0f!2z44CSODUxLTMyMTIg6ZW35bSO55yM6ZW35bSO5biC6ZW35rWm55S677yS77yS77yU4oiS77yR77yS!5e0!3m2!1sja!2sjp!4v1476246654380\" width=\"480\" height=\"360\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\";s:6:\"filter\";b:0;}i:10;a:3:{s:5:\"title\";s:10:\"Appearance\";s:4:\"text\";s:292:\"<img style=\"float: center;\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/2016/04/photo1.jpg\" alt=\"長崎真珠外観\" width=\"100%\" />\r\n<img style=\"float: center;\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/2016/04/photo2.jpg\" alt=\"長崎真珠内観\" width=\"100%\" />\r\n\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:0:{}','no'),(83,'timezone_string','Asia/Tokyo','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','0','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33055','yes'),(90,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:83:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;s:29:\"tablepress_import_tables_wptr\";b:1;s:23:\"tablepress_edit_options\";b:1;s:24:\"NextGEN Gallery overview\";b:1;s:19:\"NextGEN Use TinyMCE\";b:1;s:21:\"NextGEN Upload images\";b:1;s:22:\"NextGEN Manage gallery\";b:1;s:19:\"NextGEN Manage tags\";b:1;s:29:\"NextGEN Manage others gallery\";b:1;s:18:\"NextGEN Edit album\";b:1;s:20:\"NextGEN Change style\";b:1;s:22:\"NextGEN Change options\";b:1;s:24:\"NextGEN Attach Interface\";b:1;s:16:\"aiosp_manage_seo\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:43:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:19:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(91,'WPLANG','ja','yes'),(92,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'sidebars_widgets','a:7:{s:15:\"mk-right-footer\";a:1:{i:0;s:7:\"pages-2\";}s:19:\"wp_inactive_widgets\";a:8:{i:0;s:17:\"recent-comments-2\";i:1;s:10:\"archives-2\";i:2;s:6:\"meta-2\";i:3;s:12:\"categories-2\";i:4;s:10:\"calendar-3\";i:5;s:7:\"pages-2\";i:6;s:10:\"calendar-5\";i:7;s:6:\"text-9\";}s:14:\"sidebar-footer\";a:3:{i:0;s:7:\"text-10\";i:1;s:6:\"text-5\";i:2;s:6:\"text-4\";}s:9:\"sidebar-1\";a:0:{}s:20:\"sidebar-header-right\";a:0:{}s:14:\"sidebar-banner\";a:1:{i:0;s:12:\"categories-4\";}s:13:\"array_version\";i:3;}','yes'),(2350,'optionsframework','a:1:{s:2:\"id\";s:6:\"byblos\";}','yes'),(186,'ps_sitemap','a:12:{s:9:\"home_list\";s:1:\"1\";s:9:\"post_tree\";s:1:\"1\";s:9:\"page_tree\";s:1:\"1\";s:7:\"post_id\";s:0:\"\";s:10:\"disp_level\";s:1:\"0\";s:10:\"disp_first\";s:4:\"post\";s:10:\"disp_posts\";s:7:\"combine\";s:10:\"ex_cat_ids\";s:0:\"\";s:11:\"ex_post_ids\";s:0:\"\";s:14:\"prepared_style\";s:6:\"simple\";s:9:\"use_cache\";s:1:\"1\";s:13:\"suppress_link\";s:1:\"1\";}','yes'),(323,'su_presets_button','a:1:{s:9:\"last_used\";a:3:{s:2:\"id\";s:9:\"last_used\";s:4:\"name\";s:27:\"最後に使用した設定\";s:8:\"settings\";a:18:{s:3:\"url\";s:34:\"http://nagasaki.s198.coreserver.jp\";s:6:\"target\";s:4:\"self\";s:5:\"style\";s:4:\"flat\";s:10:\"background\";s:7:\"#666666\";s:5:\"color\";s:7:\"#FFFFFF\";s:4:\"size\";s:2:\"10\";s:4:\"wide\";s:2:\"no\";s:6:\"center\";s:2:\"no\";s:6:\"radius\";s:1:\"5\";s:4:\"icon\";s:13:\"icon: navicon\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:11:\"text_shadow\";s:4:\"none\";s:4:\"desc\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:18:\"詳細はこちら\";s:5:\"title\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"content\";s:18:\"詳細はこちら\";}}}','yes'),(401,'widget_shortcodes-ultimate','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(303,'su_option_version','5.0.3','no'),(304,'su_option_custom-formatting','on','yes'),(305,'su_option_skip','on','yes'),(306,'su_option_prefix','su_','yes'),(307,'su_option_hotkey','alt+i','yes'),(308,'su_option_skin','default','yes'),(309,'su_option_custom-css','','yes'),(310,'sunrise_defaults_su','1','yes'),(365,'su_presets_dropcap','a:1:{s:9:\"last_used\";a:3:{s:2:\"id\";s:9:\"last_used\";s:4:\"name\";s:27:\"最後に使用した設定\";s:8:\"settings\";a:4:{s:5:\"style\";s:6:\"simple\";s:4:\"size\";s:1:\"5\";s:5:\"class\";s:0:\"\";s:7:\"content\";s:9:\"かたち\";}}}','yes'),(416,'su_presets_column','a:1:{s:9:\"last_used\";a:3:{s:2:\"id\";s:9:\"last_used\";s:4:\"name\";s:27:\"最後に使用した設定\";s:8:\"settings\";a:4:{s:4:\"size\";s:3:\"1/5\";s:6:\"center\";s:2:\"no\";s:5:\"class\";s:0:\"\";s:7:\"content\";s:21:\"列のコンテンツ\";}}}','yes'),(99,'cron','a:10:{i:1595826745;a:1:{s:29:\"ngg_delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"ngg_custom\";s:4:\"args\";a:0:{}s:8:\"interval\";i:900;}}}i:1595828432;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1595828682;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1595837285;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1595846046;a:1:{s:49:\"check_plugin_updates-tablepress-responsive-tables\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1595849318;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1595872456;a:1:{s:24:\"akismet_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1595892530;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1595910818;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(113,'db_upgraded','','yes'),(1053,'widget_slideshow','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1054,'widget_ngg-images','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(21223,'akismet_spam_count','4','yes'),(56441,'su_option_dismissed_notices','a:1:{s:4:\"rate\";b:1;}','yes'),(56456,'fresh_site','0','yes'),(157758,'_transient_timeout_feed_mod_54af7cb0f50a8f4f8cdb30f2d9b4f50c','1595867415','no'),(157759,'_transient_feed_mod_54af7cb0f50a8f4f8cdb30f2d9b4f50c','1595824215','no'),(157760,'_transient_timeout_aioseop_feed','1595867415','no'),(157761,'_transient_aioseop_feed','a:4:{i:0;a:4:{s:3:\"url\";s:121:\"https://semperplugins.com/introducing-local-seo/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=introducing-local-seo\";s:5:\"title\";s:58:\"Introducing Local SEO: Boost Your Google Business Listings\";s:4:\"date\";s:12:\"Jul 9th 2020\";s:7:\"content\";s:131:\"It’s only been a short while since we announced the release of our Google News Sitemap feature to help your news content rank ...\";}i:1;a:4:{s:3:\"url\";s:133:\"https://semperplugins.com/best-free-wordpress-plugins/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=best-free-wordpress-plugins\";s:5:\"title\";s:47:\"14 Best Free WordPress Plugins You Need in 2020\";s:4:\"date\";s:13:\"Jun 17th 2020\";s:7:\"content\";s:131:\"Are you looking for the best free WordPress plugins?\n\n\n\nWordPress is the most popular website builder in the world, and it comes...\";}i:2;a:4:{s:3:\"url\";s:143:\"https://semperplugins.com/introducing-google-news-sitemaps/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=introducing-google-news-sitemaps\";s:5:\"title\";s:64:\"Introducing News Sitemaps: Submit Articles to Google News Faster\";s:4:\"date\";s:13:\"May 20th 2020\";s:7:\"content\";s:131:\"In March’s release of All In One SEO 3.4, we released a variety of updates to help you improve your website. And since then, w...\";}i:3;a:4:{s:3:\"url\";s:125:\"https://semperplugins.com/all-in-one-seo-pack-3-4/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=all-in-one-seo-pack-3-4\";s:5:\"title\";s:58:\"All in One SEO Pack 3.4: Image SEO, Breadcrumbs, and More!\";s:4:\"date\";s:13:\"Mar 25th 2020\";s:7:\"content\";s:131:\"We are excited to announce that version 3.4 of All in One SEO has been released today!\nThis major release adds new features and ...\";}}','no'),(157772,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:7:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:62:\"https://downloads.wordpress.org/release/ja/wordpress-5.4.2.zip\";s:6:\"locale\";s:2:\"ja\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:62:\"https://downloads.wordpress.org/release/ja/wordpress-5.4.2.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.2\";s:7:\"version\";s:5:\"5.4.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.4.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.2\";s:7:\"version\";s:5:\"5.4.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.4.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.2\";s:7:\"version\";s:5:\"5.4.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.4\";s:7:\"version\";s:5:\"5.3.4\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.2.7.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.2.7.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.2.7-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.7-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.2.7\";s:7:\"version\";s:5:\"5.2.7\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.1.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.1.6\";s:7:\"version\";s:5:\"5.1.6\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.0.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.0.10\";s:7:\"version\";s:6:\"5.0.10\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1595824415;s:15:\"version_checked\";s:6:\"4.9.15\";s:12:\"translations\";a:0:{}}','no'),(157773,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1595824417;s:7:\"checked\";a:11:{s:19:\"akismet/akismet.php\";s:5:\"4.0.8\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:4:\"7.25\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:7:\"2.4.5.1\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:3:\"5.0\";s:43:\"custom-post-type-ui/custom-post-type-ui.php\";s:5:\"1.5.6\";s:29:\"nextgen-gallery/nggallery.php\";s:6:\"2.2.46\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";s:5:\"5.0.3\";s:25:\"tablepress/tablepress.php\";s:3:\"1.9\";s:61:\"tablepress-responsive-tables/tablepress-responsive-tables.php\";s:3:\"1.4\";s:41:\"wp-multibyte-patch/wp-multibyte-patch.php\";s:5:\"2.8.1\";s:25:\"zipaddr-jp/zipaddr-jp.php\";s:4:\"1.20\";}s:8:\"response\";a:6:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.6\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:33:\"w.org/plugins/all-in-one-seo-pack\";s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:6:\"plugin\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:11:\"new_version\";s:5:\"3.6.2\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/all-in-one-seo-pack.3.6.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/all-in-one-seo-pack/assets/icon-256x256.png?rev=2075006\";s:2:\"1x\";s:72:\"https://ps.w.org/all-in-one-seo-pack/assets/icon-128x128.png?rev=2075006\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-1544x500.png?rev=1354894\";s:2:\"1x\";s:74:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-772x250.png?rev=1354894\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:29:\"nextgen-gallery/nggallery.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/nextgen-gallery\";s:4:\"slug\";s:15:\"nextgen-gallery\";s:6:\"plugin\";s:29:\"nextgen-gallery/nggallery.php\";s:11:\"new_version\";s:5:\"3.3.6\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/nextgen-gallery/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/nextgen-gallery.3.3.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/nextgen-gallery/assets/icon-256x256.png?rev=2083961\";s:2:\"1x\";s:68:\"https://ps.w.org/nextgen-gallery/assets/icon-128x128.png?rev=2083961\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/nextgen-gallery/assets/banner-1544x500.png?rev=2083961\";s:2:\"1x\";s:70:\"https://ps.w.org/nextgen-gallery/assets/banner-772x250.png?rev=2083961\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.0\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:33:\"w.org/plugins/shortcodes-ultimate\";s:4:\"slug\";s:19:\"shortcodes-ultimate\";s:6:\"plugin\";s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";s:11:\"new_version\";s:5:\"5.9.2\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/shortcodes-ultimate/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/shortcodes-ultimate.5.9.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/shortcodes-ultimate/assets/icon-256x256.png?rev=1760590\";s:2:\"1x\";s:72:\"https://ps.w.org/shortcodes-ultimate/assets/icon-128x128.png?rev=1760590\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/shortcodes-ultimate/assets/banner-1544x500.jpg?rev=1760590\";s:2:\"1x\";s:74:\"https://ps.w.org/shortcodes-ultimate/assets/banner-772x250.jpg?rev=1760590\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.5\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:41:\"wp-multibyte-patch/wp-multibyte-patch.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:32:\"w.org/plugins/wp-multibyte-patch\";s:4:\"slug\";s:18:\"wp-multibyte-patch\";s:6:\"plugin\";s:41:\"wp-multibyte-patch/wp-multibyte-patch.php\";s:11:\"new_version\";s:5:\"2.8.5\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wp-multibyte-patch/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wp-multibyte-patch.2.8.5.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:62:\"https://s.w.org/plugins/geopattern-icon/wp-multibyte-patch.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:25:\"zipaddr-jp/zipaddr-jp.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/zipaddr-jp\";s:4:\"slug\";s:10:\"zipaddr-jp\";s:6:\"plugin\";s:25:\"zipaddr-jp/zipaddr-jp.php\";s:11:\"new_version\";s:4:\"1.23\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/zipaddr-jp/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/plugin/zipaddr-jp.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:54:\"https://s.w.org/plugins/geopattern-icon/zipaddr-jp.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.7\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"7.25\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.25.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2246309\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2246309\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=2246309\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=2246309\";}s:11:\"banners_rtl\";a:0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:3:\"5.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.5.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:43:\"custom-post-type-ui/custom-post-type-ui.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:33:\"w.org/plugins/custom-post-type-ui\";s:4:\"slug\";s:19:\"custom-post-type-ui\";s:6:\"plugin\";s:43:\"custom-post-type-ui/custom-post-type-ui.php\";s:11:\"new_version\";s:5:\"1.7.4\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/custom-post-type-ui/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/custom-post-type-ui.1.7.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/custom-post-type-ui/assets/icon-256x256.png?rev=1069557\";s:2:\"1x\";s:72:\"https://ps.w.org/custom-post-type-ui/assets/icon-128x128.png?rev=1069557\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/custom-post-type-ui/assets/banner-1544x500.png?rev=1069557\";s:2:\"1x\";s:74:\"https://ps.w.org/custom-post-type-ui/assets/banner-772x250.png?rev=1069557\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.0\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";a:0:{}}s:25:\"tablepress/tablepress.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:24:\"w.org/plugins/tablepress\";s:4:\"slug\";s:10:\"tablepress\";s:6:\"plugin\";s:25:\"tablepress/tablepress.php\";s:11:\"new_version\";s:4:\"1.11\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/tablepress/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/tablepress.1.11.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/tablepress/assets/icon-256x256.png?rev=1064192\";s:2:\"1x\";s:63:\"https://ps.w.org/tablepress/assets/icon-128x128.png?rev=1064192\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/tablepress/assets/banner-1544x500.png?rev=1275767\";s:2:\"1x\";s:65:\"https://ps.w.org/tablepress/assets/banner-772x250.png?rev=1275767\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/tablepress/assets/banner-1544x500-rtl.png?rev=1275767\";s:2:\"1x\";s:69:\"https://ps.w.org/tablepress/assets/banner-772x250-rtl.png?rev=1275767\";}s:14:\"upgrade_notice\";s:99:\"<p>This update is a stability, maintenance, and compatibility release. Updating is recommended.</p>\";s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";a:0:{}}}}','no'),(157682,'_transient_timeout_tablepress_d52f1105337007ed91438d38fb7ce155','1595865112','no'),(157683,'_transient_tablepress_d52f1105337007ed91438d38fb7ce155','\n<table id=\"tablepress-10\" class=\"tablepress tablepress-id-10\">\n<thead>\n<tr class=\"row-1\">\n	<th class=\"column-1\"><div class=\"su-heading su-heading-style-default su-heading-align-left\" style=\"font-size:18px;margin-bottom:10px\"><div class=\"su-heading-inner\">品質・ランク別の多彩なラインナップ</div></div></th>\n</tr>\n</thead>\n<tbody>\n<tr class=\"row-2\">\n	<td class=\"column-1\"><br />\n<p style=\"font-size:18px;\">当店はお客様のご予算・ご要望に応じて、あなた様にぴったりの商品をご提案いたします</p></td>\n</tr>\n</tbody>\n</table>\n','no'),(157756,'_transient_timeout_feed_54af7cb0f50a8f4f8cdb30f2d9b4f50c','1595867415','no'),(157757,'_transient_feed_54af7cb0f50a8f4f8cdb30f2d9b4f50c','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Semper Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"https://semperplugins.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Premium WordPress Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Jul 2020 19:28:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=5.3.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://semperplugins.com/wp-content/uploads/2016/06/cropped-AIOSEOP-Gear-Blue-32x32.png\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Semper Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"https://semperplugins.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:67:\"\n		\n		\n				\n				\n		\n				\n		\n		\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Introducing Local SEO: Boost Your Google Business Listings\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"https://semperplugins.com/introducing-local-seo/?utm_source=rss&utm_medium=rss&utm_campaign=introducing-local-seo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://semperplugins.com/introducing-local-seo/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Jul 2020 19:27:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:24:\"google business listings\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"local seo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://semperplugins.com/?p=13393\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:402:\"It’s only been a short while since we announced the release of our Google News Sitemap feature to help your news content rank faster. But during that time, we’ve been hard at work putting the finishing touches on today’s new<span class=\"ellipsis\">&#8230;</span><div class=\"read-more\"><a href=\"https://semperplugins.com/introducing-local-seo/\">Read more &#8250;</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Keri Engel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7667:\"\n<p>It’s only been a short while since we announced the release of our <a href=\"https://semperplugins.com/introducing-google-news-sitemaps/\">Google News Sitemap</a> feature to help your news content rank faster. But during that time, we’ve been hard at work putting the finishing touches on today’s new release.</p>\n\n\n\n<p>Today we’re happy to announce the new Local Business SEO addon for <a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/\">Business and Agency plans</a>, designed to make it much easier to get more search traffic to your local business website!</p>\n\n\n\n<h2>Help Local People Find Your Business</h2>\n\n\n\n<p>Local search has exploded recently with “near me” and “close by” searches growing by over 900% in only 2 years. And when you consider that <strong>97% of people learn more about local companies online</strong> than anywhere else, it makes sense to optimize your website for that traffic.</p>\n\n\n\n<p>With Google’s local business structured data added to your website, you’re able to provide Google with more information about your business.</p>\n\n\n\n<p>When users search for a business (for example, NYC animal shelter), search results may show a Knowledge Graph card featuring businesses related to their search, putting your company right at the top of the results.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/07/google-business-listings.png\" alt=\"\" class=\"wp-image-13400\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/07/google-business-listings.png 795w, https://semperplugins.com/wp-content/uploads/2020/07/google-business-listings-300x159.png 300w, https://semperplugins.com/wp-content/uploads/2020/07/google-business-listings-768x407.png 768w, https://semperplugins.com/wp-content/uploads/2020/07/google-business-listings-472x250.png 472w, https://semperplugins.com/wp-content/uploads/2020/07/google-business-listings-100x53.png 100w, https://semperplugins.com/wp-content/uploads/2020/07/google-business-listings-150x79.png 150w, https://semperplugins.com/wp-content/uploads/2020/07/google-business-listings-200x106.png 200w, https://semperplugins.com/wp-content/uploads/2020/07/google-business-listings-450x238.png 450w, https://semperplugins.com/wp-content/uploads/2020/07/google-business-listings-600x318.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p>Adding structured data to your website isn’t easy if you’re not a developer. You need to insert specific properties to your site’s code in the right way. If you don’t know what you’re doing and add it to the wrong place, it might not work. Even worse, you could mess up your code, breaking your website.</p>\n\n\n\n<h2>Easily Enhance Your Local Business Search</h2>\n\n\n\n<p>With the Local Business SEO addon to All in One SEO, our goal is to make it as easy as possible to get your business featured in search results.</p>\n\n\n\n<p>Now, all it takes for <a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/\">Business and Agency plan</a> users to enhance their local SEO easily is to activate the new addon.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/07/local-business-seo-addon.png\" alt=\"\" class=\"wp-image-13401\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/07/local-business-seo-addon.png 795w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-seo-addon-300x194.png 300w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-seo-addon-768x497.png 768w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-seo-addon-387x250.png 387w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-seo-addon-100x65.png 100w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-seo-addon-150x97.png 150w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-seo-addon-200x129.png 200w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-seo-addon-450x291.png 450w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-seo-addon-600x388.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p>Then it’s simply a case of entering your business information and saving your changes, no coding required!</p>\n\n\n\n<p>You can include several different types of information, such as your business type, name, address, phone number, and image. Plus, you can enter your price range and the days and times you’re open.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/07/local-business-schema-settings.png\" alt=\"\" class=\"wp-image-13402\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/07/local-business-schema-settings.png 795w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-schema-settings-300x191.png 300w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-schema-settings-768x489.png 768w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-schema-settings-393x250.png 393w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-schema-settings-100x64.png 100w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-schema-settings-150x95.png 150w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-schema-settings-200x127.png 200w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-schema-settings-450x286.png 450w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-schema-settings-600x382.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p>After, you increase the chances of local searchers finding your business, resulting in <strong>higher click-through rates and conversions</strong>.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/07/local-business-search.png\" alt=\"\" class=\"wp-image-13403\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/07/local-business-search.png 795w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-search-300x209.png 300w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-search-768x534.png 768w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-search-359x250.png 359w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-search-100x70.png 100w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-search-150x104.png 150w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-search-200x139.png 200w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-search-450x313.png 450w, https://semperplugins.com/wp-content/uploads/2020/07/local-business-search-600x417.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p>See our documentation for more details on <a href=\"https://semperplugins.com/documentation/local-business-schema/\">how to set up local business schema with All in One SEO</a>.</p>\n\n\n\n<p>You can see a list of all the changes and improvements in this update in the <a href=\"https://semperplugins.com/all-in-one-seo-pack-changelog/\">changelog</a>.</p>\n\n\n\n<p>We’ll be back again soon with more exciting updates as we work to create the <a href=\"https://semperplugins.com/\">best SEO plugin for WordPress</a>. So please keep a lookout on our blog for the next announcement.</p>\n\n\n\n<p>And if you haven&#8217;t done so already, click here to <a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/\">get started with All in One SEO today</a>!<br></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://semperplugins.com/introducing-local-seo/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:61:\"\n		\n		\n				\n				\n		\n				\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"14 Best Free WordPress Plugins You Need in 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"https://semperplugins.com/best-free-wordpress-plugins/?utm_source=rss&utm_medium=rss&utm_campaign=best-free-wordpress-plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://semperplugins.com/best-free-wordpress-plugins/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Jun 2020 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"SEO Tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://semperplugins.com/?p=12380\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:404:\"Are you looking for the best free WordPress plugins? WordPress is the most popular website builder in the world, and it comes with 1000s of free and premium plugins. Because there are so many, it&#8217;s hard for a beginner to<span class=\"ellipsis\">&#8230;</span><div class=\"read-more\"><a href=\"https://semperplugins.com/best-free-wordpress-plugins/\">Read more &#8250;</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ben Rojas\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:39561:\"\n<p>Are you looking for the best free WordPress plugins?</p>\n\n\n\n<p>WordPress is the most popular website builder in the world, and it comes with 1000s of free and premium plugins.</p>\n\n\n\n<p>Because there are so many, it&#8217;s hard for a beginner to know which to choose!</p>\n\n\n\n<p>Free WordPress plugins may not offer all the features of premium plugins, but they&#8217;re great for beginners getting started and businesses on a budget. Many free plugins have a premium version with more features, so you can always upgrade later as your business grows.</p>\n\n\n\n<p>By using the free version, you’ll also be able to test out the plugin features and options. This way, you can easily decide whether you want to stick with the plugin or look for alternatives.</p>\n\n\n\n<p>In this article, we’ll share some of the best free WordPress plugins that you can use.</p>\n\n\n\n<h2>1. <a href=\"https://wordpress.org/plugins/wpforms-lite/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">WPForms</a></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/wpforms.png\" alt=\"\" class=\"wp-image-12382\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/wpforms.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/wpforms-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/wpforms-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/wpforms-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/wpforms-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/wpforms-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/wpforms-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/wpforms-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/wpforms-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p>WPForms is the most beginner-friendly WordPress contact form plugin. It lets you create and add a contact form on your website in just a few clicks.</p>\n\n\n\n<p>It also comes with dozens of useful addons to add more features to your WordPress forms. WPForms offers 100+ form templates to create other types of forms, including appointment booking forms, simple order forms with payments, survey forms, newsletter forms, and more.</p>\n\n\n\n<p>It features a drag and drop form builder for easy customization. You can use the builder to add and customize your form fields without editing any code.</p>\n\n\n\n<p>You can also use WPForms to add a payment form easily. It integrates with popular payment solutions like PayPal, Stripe, and Authorize.net to collect payments online.</p>\n\n\n\n<p>It’s easy to embed in your blog posts, pages, sidebar, footer, and other widget areas. In short, WPForms is the ultimate solution to add and manage forms in WordPress.</p>\n\n\n\n<h2>2. <a href=\"https://wordpress.org/plugins/google-analytics-for-wordpress/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">MonsterInsights</a></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/monsterinsights.png\" alt=\"\" class=\"wp-image-12383\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/monsterinsights.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/monsterinsights-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/monsterinsights-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/monsterinsights-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/monsterinsights-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/monsterinsights-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/monsterinsights-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/monsterinsights-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/monsterinsights-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/google-analytics-for-wordpress/\" target=\"_blank\" aria-label=\"MonsterInsights (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">MonsterInsights</a> is the best WordPress Google Analytics plugin. It shows you real-time website traffic, actionable insights, and complete analytics within your WordPress dashboard.</p>\n\n\n\n<p>You can track pages, posts, and campaigns to take quick actions and grow your website. It also automatically tracks clicks on your affiliate links, email links, and all other outbound links.</p>\n\n\n\n<p>If you run an online store, then MonsterInsights can also track your total revenue, conversion rate, average order value, and more. You can monitor top referral resources to invest your marketing resources in the right direction.</p>\n\n\n\n<p>It lets you create custom reports to find out more about your users and take the right action at the right time. With custom reports, you can identify the best time to publish an article, find the most popular categories, and learn about your top scoring keywords.</p>\n\n\n\n<p>MonsterInsights has over 2 million active installations, making it your top choice to install and use for the growth of your business.</p>\n\n\n\n<h2>3. <a href=\"https://wordpress.org/plugins/wp-mail-smtp/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">WP Mail SMTP</a></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/wpmailsmtp.png\" alt=\"\" class=\"wp-image-12384\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/wpmailsmtp.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/wpmailsmtp-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/wpmailsmtp-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/wpmailsmtp-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/wpmailsmtp-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/wpmailsmtp-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/wpmailsmtp-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/wpmailsmtp-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/wpmailsmtp-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p>Have you ever had problems with WordPress not sending emails?</p>\n\n\n\n<p>WordPress has to be able to send emails out like password reset emails (in case you forget your login), contact form notifications, important update reminders, and more.</p>\n\n\n\n<p>But by default, WordPress uses a method (the <code>wp_mail()</code> function) that doesn&#8217;t always work, because it gets blocked by spam filters.</p>\n\n\n\n<p>That&#8217;s where SMTP comes in. It&#8217;s a better way for WordPress to send emails without getting blocked.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/wp-mail-smtp/\" target=\"_blank\" aria-label=\"WP Mail SMTP (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">WP Mail SMTP</a> is the best WordPress SMTP plugin. It takes over the default WordPress email delivery system and makes it easy and reliable.</p>\n\n\n\n<p>It uses the proper SMTP provider to send emails from your WordPress website. WP Mail SMTP also suggests you the best SMTP solutions on the market.</p>\n\n\n\n<p>Email delivery is an important issue in the beginning of your business and you don’t want to end up in the spam folder of your users. WP Mail SMTP is trusted by over 1 million users who’re using it daily to send emails.</p>\n\n\n\n<h2>4. <a href=\"https://wordpress.org/plugins/rafflepress/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">RafflePress</a></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/rafflepress.png\" alt=\"\" class=\"wp-image-12387\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/rafflepress.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/rafflepress-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/rafflepress-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/rafflepress-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/rafflepress-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/rafflepress-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/rafflepress-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/rafflepress-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/rafflepress-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a aria-label=\"RafflePress (opens in a new tab)\" href=\"https://wordpress.org/plugins/rafflepress/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">RafflePress</a> is the most popular and user-friendly WordPress giveaway and contest plugin.</p>\n\n\n\n<p>The best part about RafflePress is that it&#8217;s easy to use, and completely customizable.</p>\n\n\n\n<p>It comes with pre-built giveaway templates and even a terms and conditions generator so you can easily create giveaways in 5 minutes or less.</p>\n\n\n\n<p>It also includes tons of options for entries. You can ask users for their email addresses to sign up for the giveaway so you can build your email list quickly.</p>\n\n\n\n<p>Plus, you can also require your users to share the contest on social media to increase their entries. RafflePress makes it easy for your online giveaways to take off and go viral.</p>\n\n\n\n<h2>5. <a href=\"https://wordpress.org/plugins/trustpulse-api/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">TrustPulse</a></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/trustpulse.jpg\" alt=\"\" class=\"wp-image-12388\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/trustpulse.jpg 795w, https://semperplugins.com/wp-content/uploads/2020/06/trustpulse-300x151.jpg 300w, https://semperplugins.com/wp-content/uploads/2020/06/trustpulse-768x386.jpg 768w, https://semperplugins.com/wp-content/uploads/2020/06/trustpulse-497x250.jpg 497w, https://semperplugins.com/wp-content/uploads/2020/06/trustpulse-100x50.jpg 100w, https://semperplugins.com/wp-content/uploads/2020/06/trustpulse-150x75.jpg 150w, https://semperplugins.com/wp-content/uploads/2020/06/trustpulse-200x101.jpg 200w, https://semperplugins.com/wp-content/uploads/2020/06/trustpulse-450x226.jpg 450w, https://semperplugins.com/wp-content/uploads/2020/06/trustpulse-600x302.jpg 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/trustpulse-api/\" target=\"_blank\" aria-label=\"TrustPulse (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">TrustPulse</a> is the best WordPress FOMO plugin. It increases your sales and conversions with social proof notifications.</p>\n\n\n\n<p>According to a study, 98% of users leave your website without taking any action, and 70% of users never come back.</p>\n\n\n\n<p>TrustPulse uses their fear of missing out (FOMO) to engage users to take action, whether that&#8217;s signing up for your newsletter, making a purchase, or whatever you need them to do.</p>\n\n\n\n<p>TrustPulse offers 2 types of FOMO campaigns to boost your conversion rate. It integrates with WordPress seamlessly, and it’s also compatible with WooCommerce to increase your sales.</p>\n\n\n\n<h2>6. <a aria-label=\" (opens in a new tab)\" href=\"https://wordpress.org/plugins/instagram-feed/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Social Photo Feeds</a></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/sb-instagram.png\" alt=\"\" class=\"wp-image-12389\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/sb-instagram.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/sb-instagram-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/sb-instagram-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/sb-instagram-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/sb-instagram-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/sb-instagram-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/sb-instagram-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/sb-instagram-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/sb-instagram-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/instagram-feed/\" target=\"_blank\" aria-label=\"Social Photo Feed (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">Social Photo Feed</a> is the best free WordPress plugin to display your Instagram photos at your website. It’s highly customizable and easy to manage even for absolute beginners.</p>\n\n\n\n<p>It lets you display Instagram posts from multiple Instagram accounts in the same or different feeds. You can also create multiple Instagram feeds on the same page, and customize the style to match your brand.</p>\n\n\n\n<p>You can also add the ‘Follow on Instagram’ button with your feed to increase your followers. Social Photo Feed plugin allows you to customize your feeds and display photos in thumbnail, medium, or full size.</p>\n\n\n\n<p>Other than that, you can add a beautiful header at the top of your feed. It lets you display photos in the random or chronological order, just the way you want.</p>\n\n\n\n<h2>7. <a href=\"https://wordpress.org/plugins/custom-facebook-feed/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">Facebook &#8211; Social Post Feeds</a></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/sb-facebook.png\" alt=\"\" class=\"wp-image-12390\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/sb-facebook.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/sb-facebook-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/sb-facebook-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/sb-facebook-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/sb-facebook-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/sb-facebook-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/sb-facebook-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/sb-facebook-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/sb-facebook-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/custom-facebook-feed/\" target=\"_blank\" aria-label=\"Social Post Feed (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">Social Post Feed</a> is the best free WordPress Facebook post plugin. It lets you display Facebook posts from pages and groups on your WordPress website.</p>\n\n\n\n<p>You can showcase unlimited Facebook posts from any public page and your group easily. And, you can also match it with your theme, so it appears as a part of your website.</p>\n\n\n\n<p>The free version of the plugin allows you to display text and links from Facebook posts. If you want to showcase photos, videos, and comments, then you need to upgrade to the premium version of the plugin.</p>\n\n\n\n<h2>8. <a href=\"https://wordpress.org/plugins/custom-twitter-feeds/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">Custom Twitter Feeds</a></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/sb-twitter.png\" alt=\"\" class=\"wp-image-12391\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/sb-twitter.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/sb-twitter-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/sb-twitter-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/sb-twitter-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/sb-twitter-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/sb-twitter-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/sb-twitter-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/sb-twitter-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/sb-twitter-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/custom-twitter-feeds/\" target=\"_blank\" aria-label=\"Custom Twitter Feed (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">Custom Twitter Feed</a> is the best WordPress Twitter feed plugin. It comes with tons of customization options and becomes a part of your website.</p>\n\n\n\n<p>You can display Twitter feeds from multiple accounts easily. The plugin also lets you showcase Twitter feeds from any account, those you follow, and from a specific hashtag.</p>\n\n\n\n<p>It’s SEO friendly and your Twitter feeds are crawlable by search engines. Custom Twitter Feed is also translatable to any language, making it the top choice for website owners.</p>\n\n\n\n<h2>9. <a href=\"https://wordpress.org/plugins/feeds-for-youtube/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">Feeds for YouTube</a></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/sb-youtube.png\" alt=\"\" class=\"wp-image-12393\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/sb-youtube.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/sb-youtube-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/sb-youtube-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/sb-youtube-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/sb-youtube-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/sb-youtube-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/sb-youtube-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/sb-youtube-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/sb-youtube-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/feeds-for-youtube/\" target=\"_blank\" aria-label=\"Feeds for YouTube (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">Feeds for YouTube</a> is the best free WordPress YouTube plugin. It lets you display your YouTube videos to your website automatically.</p>\n\n\n\n<p>By default, it matches the style of your WordPress theme and is fully customizable to change the look and feel of your videos. It also offers multiple options to display YouTube videos, including gallery, list, and grid layouts.</p>\n\n\n\n<p>Custom YouTube Feed plugin allows you to create multiple feeds from different YouTube channels. You can also add a ‘Load More’ button to indefinitely load YouTube videos on your website.</p>\n\n\n\n<h2>10. <a href=\"https://wordpress.org/plugins/coming-soon/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">SeedProd</a></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/seedprod.png\" alt=\"\" class=\"wp-image-12394\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/seedprod.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/seedprod-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/seedprod-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/seedprod-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/seedprod-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/seedprod-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/seedprod-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/seedprod-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/seedprod-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a aria-label=\"SeedProd (opens in a new tab)\" href=\"https://wordpress.org/plugins/coming-soon/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">SeedProd</a> is the best WordPress coming soon and maintenance mode page plugin. It has multiple professional templates to display beautiful coming soon pages to your users when your website is under development or maintenance mode.</p>\n\n\n\n<p>This makes it easy to start building your email list before you launch.</p>\n\n\n\n<p>The plugin is compatible with any WordPress theme. It also fully supports WordPress multisite network to display coming soon pages on all your websites from a single dashboard.</p>\n\n\n\n<p>If you upgrade to their premium version, then you can also add social sharing icons, progress bar, WordPress forms, and more.</p>\n\n\n\n<h2>11. <a href=\"https://wordpress.org/plugins/pretty-link/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">Pretty Links</a></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/prettylinks.png\" alt=\"\" class=\"wp-image-12395\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/prettylinks.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/prettylinks-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/prettylinks-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/prettylinks-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/prettylinks-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/prettylinks-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/prettylinks-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/prettylinks-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/prettylinks-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a aria-label=\"Pretty Links (opens in a new tab)\" href=\"https://wordpress.org/plugins/pretty-link/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Pretty Links</a> is a popular WordPress URL shortener plugin. It customizes your URLs and makes them look pretty and professional at the same time.</p>\n\n\n\n<p>This is a great option for affiliate links, which tend to be long and complicated.</p>\n\n\n\n<p>You can shorten links using your domain name in URLs instead of using any third-party source, so you can match your branding and look more professional. Pretty Links also lets you manage and track your URLs to monitor the clicks from users.</p>\n\n\n\n<p>Pretty Links helps grow your website reach by showing you the actual resources from where you’re getting clicks on your URLs. You can also easily create nofollow/noindex links for your affiliates.</p>\n\n\n\n<h2>12. <a href=\"https://wordpress.org/plugins/shared-counts/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">Shared Counts</a></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/shared-counts.png\" alt=\"\" class=\"wp-image-12396\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/shared-counts.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/shared-counts-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/shared-counts-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/shared-counts-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/shared-counts-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/shared-counts-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/shared-counts-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/shared-counts-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/shared-counts-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a aria-label=\"Shared Counts (opens in a new tab)\" href=\"https://wordpress.org/plugins/shared-counts/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Shared Counts</a> is the best free WordPress social media plugin. It lets your users easily share your pages and posts on their social media channels.</p>\n\n\n\n<p>You can add buttons for Facebook, Twitter, Pinterest, Email, LinkedIn, and other important social networks on your website. There&#8217;s also an option to display buttons before and after your post in WordPress.</p>\n\n\n\n<p>The plugin also displays the total share count and comes in multiple styling options to match with your website theme.</p>\n\n\n\n<h2>13. <a href=\"https://wordpress.org/plugins/insert-headers-and-footers/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">Insert Headers and Footers</a></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/insertheadersfooters.png\" alt=\"\" class=\"wp-image-12397\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/insertheadersfooters.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/insertheadersfooters-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/insertheadersfooters-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/insertheadersfooters-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/insertheadersfooters-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/insertheadersfooters-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/insertheadersfooters-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/insertheadersfooters-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/insertheadersfooters-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a aria-label=\" (opens in a new tab)\" href=\"https://wordpress.org/plugins/insert-headers-and-footers/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Insert Headers and Footers</a> is a free WordPress plugin to add any code or script to your website. It’s a useful plugin that lets you insert Google Analytics, custom CSS, Facebook Pixel, or any other code right from your WordPress dashboard.</p>\n\n\n\n<p>The best part about this plugin is that you don’t need to edit any theme file. You can simply add the code in your header and footer from the plugin’s setting page.</p>\n\n\n\n<h2>14. <a href=\"https://wordpress.org/plugins/woocommerce/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">WooCommerce</a></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/woocommerce.png\" alt=\"\" class=\"wp-image-12398\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/woocommerce.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/woocommerce-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/woocommerce-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/woocommerce-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/woocommerce-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/woocommerce-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/woocommerce-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/woocommerce-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/woocommerce-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/woocommerce/\" target=\"_blank\" aria-label=\"WooCommerce (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">WooCommerce</a> is the most flexible WordPress eCommerce plugin. It comes with all the features you need to create an online store.</p>\n\n\n\n<p>With this plugin, you can set up and run your eCommerce business all on your own without hiring a professional developer. It’s compatible with the WordPress resources, including themes and plugins.</p>\n\n\n\n<p>It also integrates with third-party solutions for payment integration, email marketing, social media sharing, and more.</p>\n\n\n\n<h2>BONUS: Best Premium Tools &amp; Plugins to Grow Your Business</h2>\n\n\n\n<p>We recommended the best free WordPress plugins in the first section of this article. Now, we’ll share some of the premium resources that you’ll find worth investing your money.</p>\n\n\n\n<p>These premium plugins are proven to come with a high return on investment.</p>\n\n\n\n<h3><a href=\"https://optinmonster.com/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\">OptinMonster</a></h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/optinmonster.png\" alt=\"\" class=\"wp-image-12399\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/optinmonster.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/optinmonster-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/optinmonster-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/optinmonster-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/optinmonster-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/optinmonster-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/optinmonster-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/optinmonster-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/optinmonster-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a aria-label=\"OptinMonster (opens in a new tab)\" href=\"https://optinmonster.com/\" target=\"_blank\" rel=\"noreferrer noopener\">OptinMonster</a> is the most powerful lead generation and conversion optimization software on the market. It helps grow your email list, get more potential leads, and increase sales.</p>\n\n\n\n<p>It comes with powerful <a aria-label=\" (opens in a new tab)\" href=\"https://optinmonster.com/features/exit-intent/\" target=\"_blank\" rel=\"noreferrer noopener\">Exit-Intent<strong>® </strong>technology</a> that converts your abandoning visitors into subscribers and customers. You can also create custom campaigns and display them to users based on their behaviors and location.</p>\n\n\n\n<p>OptinMonster comes with dozens of professionally-designed templates, and it has a drag and drop campaign builder to create beautiful and stylish optin forms for high conversion rates. It’s fully responsive and looks great on all screen sizes and devices.</p>\n\n\n\n<p>It seamlessly integrates with other popular services so you can send your new leads to any <a href=\"https://www.wpbeginner.com/showcase/best-email-marketing-services/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\">email service provider</a> or <a href=\"https://www.wpbeginner.com/showcase/best-crm-software-for-small-businesses-compared/\" target=\"_blank\" aria-label=\"CRM (opens in a new tab)\" rel=\"noreferrer noopener\">CRM</a>. Other notable features include real-time behavior automation, A/B testing, actionable insights, and more.</p>\n\n\n\n<h3><a href=\"https://memberpress.com/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\">MemberPress</a></h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/memberpress.png\" alt=\"\" class=\"wp-image-12400\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/memberpress.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/memberpress-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/memberpress-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/memberpress-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/memberpress-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/memberpress-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/memberpress-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/memberpress-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/memberpress-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a aria-label=\"MemberPress (opens in a new tab)\" href=\"https://www.wpbeginner.com/refer/memberpress/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">MemberPress</a> is the best WordPress membership plugin. It lets you charge your users to access your website content.</p>\n\n\n\n<p>With MemberPress, you can turn any WordPress site into a membership site, where people can sign up to access courses and premium content.</p>\n\n\n\n<p>You can create, manage, and sell digital download products easily. It also allows you to manage users and give or block access to specific content on your website.</p>\n\n\n\n<p>It’s compatible with popular WordPress plugins, third-party services, and payment solutions. With MemberPress, you can create a fully functioning membership website in just a few clicks.</p>\n\n\n\n<h3><a href=\"https://www.elegantthemes.com/gallery/divi/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">Divi</a></h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/divi.png\" alt=\"\" class=\"wp-image-12403\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/divi.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/divi-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/divi-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/divi-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/divi-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/divi-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/divi-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/divi-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/divi-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a aria-label=\"Divi (opens in a new tab)\" href=\"https://www.wpbeginner.com/refer/elegantthemes-divi/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Divi</a> is a popular WordPress theme and an ultimate visual page builder plugin. It comes with 100+ layout packs and over 800 pre-built page templates to make a website quickly.</p>\n\n\n\n<p>You can use the Divi builder to create and customize landing pages. It has point-and-click tools to add content on your website easily.</p>\n\n\n\n<p>It also includes global elements and styles to manage your website options from a single settings page. You can undo, redo, and revise any changes on your website.</p>\n\n\n\n<p>The customization options include font and text styling, custom shapes, border options, controls and effects, shadows, and filters. It’s a 1-stop solution to create and customize your website without touching a single line of code.</p>\n\n\n\n<h3><a href=\"https://www.wpbeginner.com/refer/nextiva/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">Nextiva</a></h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/nextiva.png\" alt=\"\" class=\"wp-image-12404\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/nextiva.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/nextiva-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/nextiva-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/nextiva-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/nextiva-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/nextiva-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/nextiva-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/nextiva-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/nextiva-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a aria-label=\"Nextiva (opens in a new tab)\" href=\"https://www.wpbeginner.com/refer/nextiva/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Nextiva</a> is the best business phone service in the industry. It enables remote teams to work from anywhere and stay connected on a reliable network.</p>\n\n\n\n<p>It offers phone, email, SMS, and live chat services in one platform. The features include audio and video conferencing, helpdesk software, sales CRM, unlimited calling, toll-free number, auto attendant, and more.</p>\n\n\n\n<p>You can also keep a record of your communication with call recording and rating options. It provides real-time analytics and custom reports on your dashboard.</p>\n\n\n\n<p>Nextiva integrates with popular services and business applications to add more features to your phone system. It also offers real-time disaster recovery and call-forwarding features to stay available all the time.</p>\n\n\n\n<h3><a href=\"https://www.wpbeginner.com/refer/constant-contact/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener nofollow\">Constant Contact</a></h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/06/constantcontact.png\" alt=\"\" class=\"wp-image-12405\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/06/constantcontact.png 795w, https://semperplugins.com/wp-content/uploads/2020/06/constantcontact-300x151.png 300w, https://semperplugins.com/wp-content/uploads/2020/06/constantcontact-768x386.png 768w, https://semperplugins.com/wp-content/uploads/2020/06/constantcontact-497x250.png 497w, https://semperplugins.com/wp-content/uploads/2020/06/constantcontact-100x50.png 100w, https://semperplugins.com/wp-content/uploads/2020/06/constantcontact-150x75.png 150w, https://semperplugins.com/wp-content/uploads/2020/06/constantcontact-200x101.png 200w, https://semperplugins.com/wp-content/uploads/2020/06/constantcontact-450x226.png 450w, https://semperplugins.com/wp-content/uploads/2020/06/constantcontact-600x302.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p><a aria-label=\"Constant Contact (opens in a new tab)\" href=\"https://www.wpbeginner.com/refer/constant-contact/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Constant Contact</a> is the best email marketing service for small businesses. It comes with a drag and drop email builder to quickly create and send high-converting emails.</p>\n\n\n\n<p>Constant Contact also provides eCommerce email marketing tools to grow your online store.</p>\n\n\n\n<p>The best part about this email marketing service is behavioral email automation. It sends automatic emails to users based on their activities and keeps them engaged at your website.</p>\n\n\n\n<p>With real-time tracking, you can see the email open rate, click rate, and shares to plan your next emails accordingly. </p>\n\n\n\n<p>Constant Contact is also backed by a world-class support team, who are available by chat or phone. Not many email providers offer phone support!</p>\n\n\n\n<p>We hope this article helped you find the best free WordPress plugins to grow your website quickly!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://semperplugins.com/best-free-wordpress-plugins/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:70:\"\n		\n		\n				\n				\n		\n				\n		\n		\n		\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Introducing News Sitemaps: Submit Articles to Google News Faster\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:135:\"https://semperplugins.com/introducing-google-news-sitemaps/?utm_source=rss&utm_medium=rss&utm_campaign=introducing-google-news-sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://semperplugins.com/introducing-google-news-sitemaps/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 May 2020 13:56:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:20:\"link title attribute\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:12:\"news sitemap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:18:\"ugc link attribute\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://semperplugins.com/?p=10753\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:411:\"In March’s release of All In One SEO 3.4, we released a variety of updates to help you improve your website. And since then, we’ve been busy behind the scenes preparing more features to boost your site’s SEO. Today we’re<span class=\"ellipsis\">&#8230;</span><div class=\"read-more\"><a href=\"https://semperplugins.com/introducing-google-news-sitemaps/\">Read more &#8250;</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Keri Engel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6853:\"\n<p>In March’s release of <a href=\"https://semperplugins.com/all-in-one-seo-pack-3-4/\" class=\"aioseop-link\">All In One SEO 3.4</a>, we released a variety of updates to help you improve your website. And since then, we’ve been busy behind the scenes preparing more features to boost your site’s SEO.</p>\n\n\n\n<p>Today we’re excited to announce the News Sitemap feature, more link attribution settings for the WordPress block editor, and more.</p>\n\n\n\n<p>Let’s look at those releases in more detail.</p>\n\n\n\n<h2>News Sitemaps for Google News Feed</h2>\n\n\n\n<p>Did you know Google News sends <strong>6 billion clicks per month</strong> to publishers all around the world? That’s a huge amount of potential traffic you could be missing out on.</p>\n\n\n\n<p>But getting your articles added to the Google News feed is challenging. You need a whole separate sitemap dedicated to the task. And setting it up yourself is hard without help from a developer, if you don’t know any code.</p>\n\n\n\n<p>That&#8217;s why we added the News Sitemap feature for <a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/\">Pro customers</a> with Business and Agency plans to make it easier to submit your news articles to Google News.</p>\n\n\n\n<p>With this feature enabled, Google is informed of all news articles listed on your site within the last 48 hours, so they show up in the Google News Feed as quickly as possible.</p>\n\n\n\n<p>You can easily select which post types or pages to include in your Google News Sitemap, including any custom post types you may have on your site.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795.png\" alt=\"submit custom post type to google news sitemap\" class=\"wp-image-10764\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795.png 795w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795-300x105.png 300w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795-768x269.png 768w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795-715x250.png 715w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795-100x35.png 100w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795-150x52.png 150w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795-200x70.png 200w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795-450x157.png 450w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795-600x210.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p>Then, Google News publishers will be able to view their new sitemap with all articles published within the last 48 hours:</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795.png\" alt=\"google news sitemap\" class=\"wp-image-10765\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795.png 795w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795-300x172.png 300w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795-768x440.png 768w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795-437x250.png 437w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795-100x57.png 100w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795-150x86.png 150w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795-200x114.png 200w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795-450x258.png 450w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795-600x343.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p>For step by step instructions, see our documentation on <a href=\"https://semperplugins.com/documentation/google-news-sitemap/\" class=\"aioseop-link\">how to set up your Google News sitemap</a>.</p>\n\n\n\n<h2>One-Click Title &amp; UGC Link Attributes</h2>\n\n\n\n<p>With the last update of All in One SEO, we added the option to control nofollow and sponsored link attributes with a single click.</p>\n\n\n\n<p>In today’s release we’ve added the ability to enable the user-generated content (UGC) attribute on a per-link basis for free AND pro accounts.</p>\n\n\n\n<p>This means you can let Google know that your link is within user-generated content such as user comments and forum posts, making it easier to inform Google the content isn’t a form of advertising.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795.png\" alt=\"ugc link attributes in wordpress block editor\" class=\"wp-image-10769\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795.png 795w, https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795-300x157.png 300w, https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795-768x403.png 768w, https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795-477x250.png 477w, https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795-100x52.png 100w, https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795-150x79.png 150w, https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795-200x105.png 200w, https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795-450x236.png 450w, https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795-600x315.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p>Not only that, but you can also add a title attribute right in the WordPress block editor.</p>\n\n\n\n<p>We’ve also added a bunch of bug fixes and improvements that you can find in the <a href=\"https://semperplugins.com/all-in-one-seo-pack-changelog/\" class=\"aioseop-link\">changelog </a>here.</p>\n\n\n\n<p>There are always exciting things happening at All In One SEO as we continually strive to create the <a href=\"https://semperplugins.com/\" class=\"aioseop-link\">best SEO plugin for WordPress</a>. Keep your eyes on the blog for future updates!</p>\n\n\n\n<p>Not using All in One SEO yet? <a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/\" class=\"aioseop-link\">Click here to get started today</a>!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://semperplugins.com/introducing-google-news-sitemaps/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:61:\"\n		\n		\n				\n				\n		\n				\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"All in One SEO Pack 3.4: Image SEO, Breadcrumbs, and More!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"https://semperplugins.com/all-in-one-seo-pack-3-4/?utm_source=rss&utm_medium=rss&utm_campaign=all-in-one-seo-pack-3-4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://semperplugins.com/all-in-one-seo-pack-3-4/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Mar 2020 12:02:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://semperplugins.com/?p=7916\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:403:\"We are excited to announce that version 3.4 of All in One SEO has been released today! This major release adds new features and includes many improvements and bug fixes.  In total there&#8217;s over 60 improvements to All in One<span class=\"ellipsis\">&#8230;</span><div class=\"read-more\"><a href=\"https://semperplugins.com/all-in-one-seo-pack-3-4/\">Read more &#8250;</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Steve Mortiboy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3963:\"<p>We are excited to announce that version 3.4 of All in One SEO has been released today!</p>\n<p>This major release adds new features and includes many improvements and bug fixes.  In total there&#8217;s over 60 improvements to All in One SEO.</p>\n<p>Here are the biggest changes you&#8217;ll find:</p>\n<h2>Image SEO module</h2>\n<p>This new feature for <a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/?loc=sp_announcementpost\">Pro customers</a> with the Business License or above, enables you to globally control the the Title attribute and Alt text for images in your content.  Image Alt text and Title attributes are essential for both accessibility and SEO.  We know from user feedback how time consuming it can be to set these attributes when you have hundreds or thousands of images on your site.  This new feature module simplifies this time consuming task.</p>\n<p>You can find full details on this new feature in our <a href=\"https://semperplugins.com/documentation/image-seo-module/\">Image SEO documentation here</a>.  If you&#8217;ve not upgraded to the Pro plugin yet, then this is yet another great reason to <a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/?loc=sp_announcementpost\">upgrade today</a>!</p>\n<h2>Schema Breadcrumbs</h2>\n<p>Schema markup is essential for every website and in this release we&#8217;ve added breadcrumbs markup.  Breadcrumbs markup tells search engines about the structure of your website and where your content fits into your site.  This is then reflected in the search results snippet so that visitors can see at a glance where on your site they&#8217;ll be taken.  This improves click through rates on search results. You don&#8217;t need to do anything to activate this, it&#8217;s output by default for you.</p>\n<p>You can find more information in our <a href=\"https://semperplugins.com/documentation/adding-schema-org-markup-for-rich-snippets/\">Guide to Schema.org markup here</a>.</p>\n<h2>XML Sitemap Priority and Frequency Control</h2>\n<p>Another major new feature for our <a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/?loc=sp_announcementpost\">Pro customers</a> is granular control of your sitemap priority and frequency.</p>\n<p>The XML Sitemap feature in All in One SEO has always let you control the <a href=\"https://semperplugins.com/documentation/xml-sitemaps-module/#priorities-and-frequencies\">Priority and Frequency</a> for your content by post type and taxonomy but with 3.4, Pro customers now have granular control for each item of content on their site.  You can set the <a href=\"https://semperplugins.com/documentation/post-settings/\">Priority and Frequency on the Edit screens</a> for Posts, Pages, Media, Custom Post Types, Categories, Tags and Custom Taxonomies.  This gives you the most control of any SEO plugin available today!</p>\n<h2>Control Your Link Attributes</h2>\n<p>Finally you can control your hyperlink SEO attributes again!  A while back, WordPress dropped the ability to set the Link Title when you create links in your content.  Additionally, there was no way to set the nofollow attribute on individual links.  Search engines and SEO&#8217;s have been vocal about the need to control this on a per link basis.  We&#8217;re happy to say that with All in One SEO, you can now control the Link Title, Nofollow and Sponsored attributes for each link you create in your content.</p>\n<p>You can learn more about this major feature in our <a href=\"https://semperplugins.com/documentation/adding-nofollow-sponsored-and-title-attributes-to-links/\">documentation here</a>.</p>\n<h2>And Much Much More!!!</h2>\n<p>These are just some of the 60+ improvements we&#8217;ve made to the longest running SEO plugin for WordPress. Check out our <a href=\"https://semperplugins.com/all-in-one-seo-pack-changelog/\">changelog</a> for the full list of changes and feel free to leave us a comment below to let us know what you think.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://semperplugins.com/all-in-one-seo-pack-3-4/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"17\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:61:\"\n		\n		\n				\n				\n		\n				\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"All in One SEO is now part of the Awesome Motive Family\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:181:\"https://semperplugins.com/all-in-one-seo-is-now-part-of-the-awesome-motive-family/?utm_source=rss&utm_medium=rss&utm_campaign=all-in-one-seo-is-now-part-of-the-awesome-motive-family\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://semperplugins.com/all-in-one-seo-is-now-part-of-the-awesome-motive-family/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Feb 2020 16:46:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://semperplugins.com/?p=6103\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:426:\"With over 2 million active installs, All in One SEO Pack is one of the most popular WordPress SEO plugins in the world. Today, I&#8217;m extremely excited to share that All in One SEO plugin is joining the Awesome Motive<span class=\"ellipsis\">&#8230;</span><div class=\"read-more\"><a href=\"https://semperplugins.com/all-in-one-seo-is-now-part-of-the-awesome-motive-family/\">Read more &#8250;</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Syed Balkhi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5235:\"<p>With over 2 million active installs, <a href=\"https://wordpress.org/plugins/all-in-one-seo-pack/\" rel=\"noopener noreferrer\" target=\"_blank\">All in One SEO Pack</a> is one of the most popular WordPress SEO plugins in the world.</p>\n<p>Today, I&#8217;m extremely excited to share that All in One SEO plugin is joining the <a href=\"https://awesomemotive.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Awesome Motive</a> family.</p>\n<p>Michael Torbert (founder of AIOSEO) has done a phenomenal job in building an amazing community over the last decade. Started in 2007, All in One SEO is the original WordPress SEO plugin. I have known Michael for years and have a lot of respect for all that he has accomplished. </p>\n<p>As he wanted to pursue the next chapter of his life, we started discussing the future of All in One SEO plugin.</p>\n<p>Given our experience running a suite of popular WordPress plugins, All in One SEO was a perfect fit for our family of products.</p>\n<h2>Who are we?</h2>\n<p>Hi, my name is <a href=\"https://syedbalkhi.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Syed Balkhi</a>. I&#8217;m the founder and CEO of <a href=\"https://awesomemotive.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Awesome Motive</a>. We build amazing products that help small businesses grow and compete with the big guys.</p>\n<p>We&#8217;re the team behind some of the most popular plugins and resources in the WordPress ecosystem:</p>\n<ul>\n<li><a href=\"http://www.wpbeginner.com/\" target=\"_blank\" rel=\"noopener noreferrer\">WPBeginner</a> – the largest free WordPress resource site for beginners.</li>\n<li><a href=\"https://optinmonster.com/\" target=\"_blank\" rel=\"noopener noreferrer\">OptinMonster</a> – popular conversion optimization software that helps you convert abandoning visitors into subscribers and customers.</li>\n<li><a href=\"https://wpforms.com/\" target=\"_blank\" rel=\"noopener noreferrer\">WPForms</a> – the most beginner friendly WordPress form builder.</li>\n<li><a href=\"https://www.monsterinsights.com/\" target=\"_blank\" rel=\"noopener noreferrer\">MonsterInsights</a> – the most popular WordPress Analytics plugin that helps you grow your business with confidence.</li>\n<li><a href=\"https://wpmailsmtp.com/\" target=\"_blank\" rel=\"noopener noreferrer\">WP Mail SMTP</a> – the #1 plugin that helps improve your WordPress email deliverability.</li>\n<li><a href=\"https://seedprod.com/\" rel=\"noopener noreferrer\" target=\"_blank\">SeedProd</a> &#8211; the best coming soon and maintenance mode plugin for WordPress.</li>\n<li><a href=\"https://rafflepress.com/\" rel=\"noopener noreferrer\" target=\"_blank\">RafflePress</a> &#8211; powerful WordPress giveaway and contest plugin to grow your website traffic.</li>\n<li>&#8230; and many more.</li>\n</ul>\n<p>Collectively our WordPress plugins are used on over 14 million websites. Yes, we know a thing or two about building awesome products that customers love.</p>\n<h2>What does this acquisition mean for existing users?</h2>\n<p>Aside from new ownership change, it’s business as usual. You can continue to use the plugin that you love without any interruptions.</p>\n<p>With exception of Michael, the entire All in One SEO team joined Awesome Motive. This means that you are still being supported by the same talented people. </p>\n<p>On top of that, we have added more team members from Awesome Motive that will be working on the All in One SEO project (including myself).</p>\n<p>In a near future release, you will see a small plugin design refresh in the WordPress admin area.</p>\n<p>With our experience and a dedicated team, we will be adding several new features and improvements to All in One SEO WordPress plugin in the near future.</p>\n<h2>What&#8217;s Coming Next?</h2>\n<p>Our work is just starting.</p>\n<p>I have been in the SEO industry since 2006 and have learnt a lot over the years. My websites get over 60 million visitors a year, and we have built a lot of internal SEO tools that I&#8217;m really looking forward to sharing with the  WordPress community.</p>\n<p>I&#8217;m also friends with some of the leading SEO experts like Neil Patel, Eric Siu, Harsh Agrawal, and others. </p>\n<p>We will be bringing the best of their knowledge along with several of their internal tools into the All in One SEO plugin, so you can literally have the BEST SEO tool in the industry.</p>\n<p>It&#8217;s truly going to be a game changer!</p>\n<p>Our goal is to build a SEO plugin that&#8217;s <strong>reliable</strong> and <strong>results focused</strong>. </p>\n<p>A WordPress SEO plugin that a beginner, non-techy, small business owner can easily setup in 10 minutes and actually get actionable insights on how to improve their rankings.</p>\n<p>We have a lot to cover, but we&#8217;re up for the challenge. I sat down with the team, and we have a crystal-clear 12 month plan. A lot of exciting things are coming your way in the coming months.</p>\n<p>I want to thank Michael for all the hard work he put into AIOSEO, and I wish him all the best in his future endeavors. </p>\n<p>I also want to thank all users who have supported All in One SEO plugin so far, and I hope to earn your support for years to come.</p>\n<p>Sincerely,</p>\n<p>Syed Balkhi<br />\nCEO of Awesome Motive </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://semperplugins.com/all-in-one-seo-is-now-part-of-the-awesome-motive-family/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"54\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:61:\"\n		\n		\n				\n				\n		\n				\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Don’t miss out on our Black Friday deal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"https://semperplugins.com/dont-miss-out-on-our-black-friday-deal/?utm_source=rss&utm_medium=rss&utm_campaign=dont-miss-out-on-our-black-friday-deal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://semperplugins.com/dont-miss-out-on-our-black-friday-deal/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Nov 2019 11:08:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://semperplugins.com/?p=5312\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:411:\"2019 has been quite remarkable, with the release of our major 3.0 version and countless of new features such as Schema.org markup and support for Google Tag Manager. We have also been doing a lot of work behind the scenes,<span class=\"ellipsis\">&#8230;</span><div class=\"read-more\"><a href=\"https://semperplugins.com/dont-miss-out-on-our-black-friday-deal/\">Read more &#8250;</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Arnaud\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:888:\"\n<p>\n\n2019 has been quite remarkable, with the release of our major 3.0 version and countless of new features such as Schema.org markup and support for Google Tag Manager. We have also been doing a lot of work behind the scenes, refactoring older code and fixing&nbsp;bugs so that All in One SEO Pack&nbsp;is ready for future WordPress versions to come.</p>\n\n\n\n<p>Because it is Black Friday, we want to give you an unique opportunity to save&nbsp;40% when you upgrade to our premium version.&nbsp;All in One SEO Pack Pro is our commitment to deliver the best SEO toolset out there, and we want as many people as possible to benefit from it.</p>\n\n\n\n<p><a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/\">Head over to our sale page</a> and use coupon code <strong>SHOPPINGSPREE </strong>for a 40% discount. Please note that this offer is valid for a limited-time only.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://semperplugins.com/dont-miss-out-on-our-black-friday-deal/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"12\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:61:\"\n		\n		\n				\n				\n		\n				\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Here’s some exciting Google news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"https://semperplugins.com/heres-some-exciting-google-news/?utm_source=rss&utm_medium=rss&utm_campaign=heres-some-exciting-google-news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://semperplugins.com/heres-some-exciting-google-news/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Nov 2019 02:14:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://semperplugins.com/?p=5260\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:431:\"We&#8217;ve got some exciting Google news for you. New Speed report in Google Search Console In order to help site owners discover potential user experience problems, Google just launched a new Speed report feature in Google Search Console. This new<span class=\"ellipsis\">&#8230;</span><div class=\"read-more\"><a href=\"https://semperplugins.com/heres-some-exciting-google-news/\">Read more &#8250;</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Arnaud\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4729:\"\n<p> We&#8217;ve got some exciting Google news for you.</p>\n\n\n\n<h2>New Speed report in Google Search Console</h2>\n\n\n\n<p>In order to help site owners discover potential user experience problems, Google just launched a new Speed report feature in Google Search Console. This new report classifies URLs based on their load time and issues that may cause slowdowns. </p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://semperplugins.com/wp-content/uploads/2019/11/speed-report.png\" alt=\"Screenshot of Speed report in Google Search Console\" class=\"wp-image-5263\" srcset=\"https://semperplugins.com/wp-content/uploads/2019/11/speed-report.png 639w, https://semperplugins.com/wp-content/uploads/2019/11/speed-report-150x150.png 150w, https://semperplugins.com/wp-content/uploads/2019/11/speed-report-300x300.png 300w, https://semperplugins.com/wp-content/uploads/2019/11/speed-report-250x250.png 250w, https://semperplugins.com/wp-content/uploads/2019/11/speed-report-100x100.png 100w, https://semperplugins.com/wp-content/uploads/2019/11/speed-report-200x200.png 200w, https://semperplugins.com/wp-content/uploads/2019/11/speed-report-450x451.png 450w, https://semperplugins.com/wp-content/uploads/2019/11/speed-report-600x601.png 600w\" sizes=\"(max-width: 639px) 100vw, 639px\" /></figure></div>\n\n\n\n<figure class=\"wp-block-image\"><img alt=\"\"/></figure>\n\n\n\n<p>\n\nURLs are assigned to &#8220;Fast&#8221;, &#8220;Moderate&#8221; or &#8220;Slow&#8221; speed buckets and allow you to drill down on them to see what is impacting performance and prioritize performance improvements for them. The report also links to the Page Speed Insight tool in order to provide information on specific optimization opportunities.</p>\n\n\n\n<p>This report is a great new addition if you want to monitor your website performance over time and track improvements you made to your website. Once you fix an issue, you can use the Speed report to track whether users experience improved performance when browsing your website. The brand new report is still marked as experimental, but we highly recommend you check it out. </p>\n\n\n\n<h4>Site Kit plugin now available for all WordPress sites</h4>\n\n\n\n<p>Some of you may know that Google had been quietly working on its first official WordPress plugin during the past year. Site Kit by Google has just been launched and gives you insights on how visitors find and use your website, how you can improve &amp; monetize your content and display data from multiple Google tools such as Google Analytics &amp; Google Search Console. </p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://semperplugins.com/wp-content/uploads/2019/11/site-kit-1024x576.png\" alt=\"Screenshot of WordPress Dashboard with Site Kit by Google plugin.\" class=\"wp-image-5262\" srcset=\"https://semperplugins.com/wp-content/uploads/2019/11/site-kit-1024x576.png 1024w, https://semperplugins.com/wp-content/uploads/2019/11/site-kit-300x169.png 300w, https://semperplugins.com/wp-content/uploads/2019/11/site-kit-768x432.png 768w, https://semperplugins.com/wp-content/uploads/2019/11/site-kit-444x250.png 444w, https://semperplugins.com/wp-content/uploads/2019/11/site-kit-100x56.png 100w, https://semperplugins.com/wp-content/uploads/2019/11/site-kit-150x84.png 150w, https://semperplugins.com/wp-content/uploads/2019/11/site-kit-200x113.png 200w, https://semperplugins.com/wp-content/uploads/2019/11/site-kit-450x253.png 450w, https://semperplugins.com/wp-content/uploads/2019/11/site-kit-600x338.png 600w, https://semperplugins.com/wp-content/uploads/2019/11/site-kit-900x506.png 900w, https://semperplugins.com/wp-content/uploads/2019/11/site-kit.png 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<p>\n\nSite Kit makes it a breeze for&nbsp;<strong>site owners</strong>&nbsp;to understand how their website is performing and what they should do next. Some of its features are:</p>\n\n\n\n<ul><li>Covenient access to relevant statistics directly in your WordPress administrator panel. You save time by seeing key information right after you sign in.</li><li>Google Analytics, PageSpeed Insights, Google Search Console and AdSense are all combined into a single dashboard. This way you can make informed decisions quickly.</li><li>No manual source code editing &#8211; Site Kit by Google takes care of many tedious tasks for you.</li></ul>\n\n\n\n<p>On the other hand, if you are a&nbsp;<strong>developer&nbsp;</strong>working on WordPress websites, then Site Kit can make a few things easier for you too. Think of setting up new Google services to provide interesting insights to your clients, comparing the top performing pages and checking whether a particular product is attracting visitors from social media.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://semperplugins.com/heres-some-exciting-google-news/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:64:\"\n		\n		\n				\n				\n		\n				\n		\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"What’s new in All in One SEO Pack 3.2?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"https://semperplugins.com/all-in-one-seo-pack-3-2/?utm_source=rss&utm_medium=rss&utm_campaign=all-in-one-seo-pack-3-2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://semperplugins.com/all-in-one-seo-pack-3-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Aug 2019 21:08:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://semperplugins.com/?p=4996\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:418:\"Our latest 3.2 release brings new functionality to All in One SEO Pack that you have all been waiting for: Schema.org markup! In addition to structured data, this update also introduces two other new features and numerous improvements &#38; bug<span class=\"ellipsis\">&#8230;</span><div class=\"read-more\"><a href=\"https://semperplugins.com/all-in-one-seo-pack-3-2/\">Read more &#8250;</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Arnaud\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5154:\"<p>Our latest 3.2 release brings new functionality to All in One SEO Pack that you have all been waiting for: Schema.org markup! In addition to structured data, this update also introduces two other new features and numerous improvements &amp; bug fixes. Find out more below.</p>\n<h2>Schema.org markup</h2>\n<p>The most prominent feature of this update is the Schema.org markup functionality that we are bringing to the plugin. Many of you have been eagerly awaiting this, so we are pleased to announce that it is finally here.</p>\n<p><div id=\"attachment_5010\" style=\"width: 610px\" class=\"wp-caption aligncenter\"><img aria-describedby=\"caption-attachment-5010\" class=\"wp-image-5010\" src=\"https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization.png\" alt=\"Schema Settings in All in One SEO Pack\" width=\"600\" height=\"534\" srcset=\"https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization.png 1444w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-300x267.png 300w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-768x683.png 768w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-1024x911.png 1024w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-281x250.png 281w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-100x89.png 100w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-150x133.png 150w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-200x178.png 200w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-450x400.png 450w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-600x534.png 600w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-900x800.png 900w\" sizes=\"(max-width: 600px) 100vw, 600px\" /><p id=\"caption-attachment-5010\" class=\"wp-caption-text\">Schema Settings in All in One SEO Pack</p></div></p>\n<p>Schema.org markup is of code that is found in the HEAD of your source code to help search engines determine what your content is about and provide more informative results to their users. If you have ever used rich snippets, then you will understand what structured data is all about.</p>\n<p>We won&#8217;t dive into the details in this post as Schema.org markup is quite a large addition, but if you are curious and would like to find out more about the new settings and features we have added, then we recommend that you read our dedicated <a href=\"https://semperplugins.com/schema-markup-all-in-one-seo-pack/\">Schema.org markup post</a>.</p>\n<h2>New features</h2>\n<h3>&lt;lastmod&gt; field for taxonomies &amp; archive pages</h3>\n<p>Google has stated that the &lt;lastmod&gt; sitemap field is an important indicator for them and that it might speed up indexing of your website. That&#8217;s why we are happy to announce that Categories, Tags, custom taxonomies and archive pages (including the static Posts page) now reflect their &#8220;Last Change&#8221; in the sitemap.</p>\n<p><img class=\"aligncenter wp-image-5000\" src=\"https://semperplugins.com/wp-content/uploads/2019/07/tax-timestamp.jpg\" alt=\"\" width=\"600\" height=\"293\" srcset=\"https://semperplugins.com/wp-content/uploads/2019/07/tax-timestamp.jpg 806w, https://semperplugins.com/wp-content/uploads/2019/07/tax-timestamp-300x147.jpg 300w, https://semperplugins.com/wp-content/uploads/2019/07/tax-timestamp-768x375.jpg 768w, https://semperplugins.com/wp-content/uploads/2019/07/tax-timestamp-511x250.jpg 511w, https://semperplugins.com/wp-content/uploads/2019/07/tax-timestamp-100x49.jpg 100w, https://semperplugins.com/wp-content/uploads/2019/07/tax-timestamp-150x73.jpg 150w, https://semperplugins.com/wp-content/uploads/2019/07/tax-timestamp-200x98.jpg 200w, https://semperplugins.com/wp-content/uploads/2019/07/tax-timestamp-450x220.jpg 450w, https://semperplugins.com/wp-content/uploads/2019/07/tax-timestamp-600x293.jpg 600w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></p>\n<p>The timestamp for these archives is based on the last modified post that is assigned to them and we support taxonomies with multiple attached post types.</p>\n<h3>New title macros</h3>\n<p>Due to popular demand, All in One SEO Pack now also supports both the %current_month% and %current_month_i18n% macros for certain title format fields. These macros can be used to include the current month (either in English or localized) in the title.</p>\n<h2>Other improvements &amp; bug fixes</h2>\n<p>This release also includes numerous improvements and bug fixes. Here are some of the highlights:</p>\n<ul>\n<li>Refactored preview snippet title and robots meta tag code that introduces significant improvements and resolves a number of bugs</li>\n<li>Updated inline tooltip help</li>\n<li>Minified CSS files</li>\n<li>Improved internal coding standards</li>\n</ul>\n<p>In total, a number of 61 issues made it into this release. Read the <a href=\"https://semperplugins.com/all-in-one-seo-pack-changelog/\">full changelog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://semperplugins.com/all-in-one-seo-pack-3-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"17\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:67:\"\n		\n		\n				\n				\n		\n				\n		\n		\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"All-New Schema markup in All in One SEO Pack v3.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:137:\"https://semperplugins.com/schema-markup-all-in-one-seo-pack/?utm_source=rss&utm_medium=rss&utm_campaign=schema-markup-all-in-one-seo-pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://semperplugins.com/schema-markup-all-in-one-seo-pack/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Aug 2019 16:04:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://semperplugins.com/?p=5023\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:392:\"Version 3.2 of All in One SEO Pack and All in One SEO Pack Pro adds new Schema.org structured data markup along with new options to manage this. (Read our complete release post about All in One SEO Pack 3.2.)<span class=\"ellipsis\">&#8230;</span><div class=\"read-more\"><a href=\"https://semperplugins.com/schema-markup-all-in-one-seo-pack/\">Read more &#8250;</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Steve Mortiboy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7288:\"<p>Version 3.2 of All in One SEO Pack and All in One SEO Pack Pro adds new Schema.org structured data markup along with new options to manage this. (Read our complete release post about <a href=\"https://semperplugins.com/all-in-one-seo-pack-3-2/\">All in One SEO Pack 3.2.</a>)</p>\n<p><div id=\"attachment_5010\" style=\"width: 610px\" class=\"wp-caption aligncenter\"><img aria-describedby=\"caption-attachment-5010\" class=\"wp-image-5010\" src=\"https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization.png\" alt=\"Schema Settings in All in One SEO Pack\" width=\"600\" height=\"534\" srcset=\"https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization.png 1444w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-300x267.png 300w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-768x683.png 768w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-1024x911.png 1024w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-281x250.png 281w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-100x89.png 100w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-150x133.png 150w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-200x178.png 200w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-450x400.png 450w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-600x534.png 600w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-900x800.png 900w\" sizes=\"(max-width: 600px) 100vw, 600px\" /><p id=\"caption-attachment-5010\" class=\"wp-caption-text\">Schema Settings in All in One SEO Pack</p></div></p>\n<h2>What is Schema.org Markup?</h2>\n<p><a href=\"https://schema.org/\" target=\"_blank\" rel=\"noopener noreferrer\">Schema.org</a> structured data markup is information that is provided to search engines that enables them to display <a href=\"https://developers.google.com/search/docs/guides/search-gallery\" target=\"_blank\" rel=\"noopener noreferrer\">rich search snippets</a>.  These rich snippets in search results give searchers more information about your website, organization, or content.</p>\n<p>This structured data markup has become very important to search engines. Currently, Google, <a href=\"https://www.bing.com/webmaster/help/marking-up-your-site-with-structured-data-3a93e731\" target=\"_blank\" rel=\"noopener noreferrer\">Bing</a> and <a href=\"https://yandex.ru/support/webmaster/schema-org/what-is-schema-org.html\" target=\"_blank\" rel=\"noopener noreferrer\">Yandex</a> support the newest JSON-LD markup that we generate.</p>\n<p>All in One SEO Pack outputs structured data markup on Posts, Pages, Categories, Tags and the search results page.  We also support custom post types and custom taxonomies <a href=\"https://semperplugins.com/documentation/enabling-schema-for-custom-post-types-and-custom-taxonomies/\">via our API using a filter</a>.</p>\n<h2>Schema Settings in All in One SEO Pack</h2>\n<p>The screenshot above shows the new Schema Settings.  Some of these settings were already in the plugin prior to v3.2 but we&#8217;ve now gathered them together under a new Schema Settings section.  Here&#8217;s a brief rundown on these settings:</p>\n<h3>Use Schema.org Markup:</h3>\n<p>This settings used to be under All in One SEO &gt; General Settings but has been moved to the new section.  This enables or disables the Schema settings and adds or removes all structured data markup from your page source code.</p>\n<h3>Display Sitelinks Search Box:</h3>\n<p>This setting used to be under All in One SEO &gt; General Settings &gt; Google Settings.  It outputs markup that for the Sitelinks Search Box that Google may display in certain search results.</p>\n<h3>Social Profile Links:</h3>\n<p>This setting used to be under All in One SEO &gt; Social Meta &gt; Social Profile Links.  It provides search engines with the links to the social media profiles for you site.  Some search engines may use this information when displaying information about your organization or business, for example in Google&#8217;s Knowledge Graph box.</p>\n<h3>Person or Organization:</h3>\n<p>This settings also used to be under All in One SEO &gt; Social Meta &gt; Social Profile Links.  It enables you to select whether your site is for a person (such as a personal blog) or an organization (such as a business website).</p>\n<h3>Person&#8217;s Username:</h3>\n<p>If you select Person in the Person or Organization setting, then this setting will be displayed.  You can use it to select the user profile for the site owner.  This will tell search engines who the primary content publisher or owner is for your site.</p>\n<h3>Organization Name:</h3>\n<p>If you select Organization in the Person or Organization setting, then this setting and the settings described below will be displayed.  Here you can enter the name for your organization or business.  This will tell search engines which organization owns the website.</p>\n<h3>Organization Logo:</h3>\n<p>Here you can upload your logo which search engines may use when displaying information about your organization or business, for example in Google&#8217;s Knowledge Graph box.</p>\n<h3>Phone Number:</h3>\n<p>Here you can enter your primary business phone number which search engines may use when displaying information about your organization or business, for example in Google&#8217;s Knowledge Graph box.</p>\n<h3>Type of Contact:</h3>\n<p>Here you can select which type of contact your primary phone number is used for, for example Sales.  Search engines use this in conjunction with the Phone Number setting.</p>\n<h2>Structured Data Markup in All in One SEO Pack</h2>\n<p>All in One SEO Pack outputs the JSON-LD markup in the HEAD of your pages, posts, categories, tags and search results page.  You can view this by looking at the page source code, where you see the green All in One SEO Pack line you&#8217;ll find code wrapped in script tags like this <span class=\"html-tag\">&lt;script <span class=\"html-attribute-name\">type</span>=&#8221;<span class=\"html-attribute-value\">application/ld+json</span>&#8221; <span class=\"html-attribute-name\">class</span>=&#8221;<span class=\"html-attribute-value\">aioseop-schema</span>&#8220;&gt;</span>{}<span class=\"html-tag\">&lt;/script&gt;.</span></p>\n<p>All in One SEO Pack uses information from your content such as your Page or Post Title, SEO Description or Page / Post content, the Featured Image, as well as other information.</p>\n<h2>Help and Documentation</h2>\n<p>You can find additional help on Schema.org as well as full documentation on the new settings at the links below:</p>\n<ul>\n<li><a href=\"https://semperplugins.com/documentation/adding-schema-org-markup-for-rich-snippets/\">Guide to Schema.org markup for Rich Snippets</a></li>\n<li><a href=\"https://semperplugins.com/documentation/schema-settings/\">Schema Settings documentation</a></li>\n<li><a href=\"https://semperplugins.com/documentation/enabling-schema-for-custom-post-types-and-custom-taxonomies/\">Enabling Schema for Custom Post Types and Custom Taxonomies</a></li>\n</ul>\n<p>&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://semperplugins.com/schema-markup-all-in-one-seo-pack/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:73:\"\n		\n		\n				\n				\n		\n				\n		\n		\n		\n		\n\n		\n				\n								\n							\n		\n							\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"All in One SEO Pack v3.1 changes XML Sitemap naming convention\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"https://semperplugins.com/aioseop-3-1-xml-sitemap-changes/?utm_source=rss&utm_medium=rss&utm_campaign=aioseop-3-1-xml-sitemap-changes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://semperplugins.com/aioseop-3-1-xml-sitemap-changes/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 10 Jun 2019 05:11:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:23:\"All in One SEO Pack Pro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:15:\"Version Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://semperplugins.com/?p=4912\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:399:\"Today we released version 3.1 of All in One SEO Pack and All in One SEO Pack Pro which changes the naming convention we use for paginated XML sitemaps when Sitemap Indexes is enabled. Background In all versions of All<span class=\"ellipsis\">&#8230;</span><div class=\"read-more\"><a href=\"https://semperplugins.com/aioseop-3-1-xml-sitemap-changes/\">Read more &#8250;</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Steve Mortiboy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11164:\"\n<p>Today we released version 3.1 of All in One SEO Pack and All in One SEO Pack Pro which changes the naming convention we use for <strong>paginated XML sitemaps</strong> when <strong><a href=\"https://semperplugins.com/documentation/xml-sitemaps-module/#enable-sitemap-indexes\">Sitemap Indexes</a></strong> is enabled.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://semperplugins.com/wp-content/uploads/2019/06/All-in-One-SEO-Pack-v3.1-changes-XML-Sitemap-naming-convention-1024x433.png\" alt=\"\" class=\"wp-image-4923\" width=\"600\" height=\"254\" srcset=\"https://semperplugins.com/wp-content/uploads/2019/06/All-in-One-SEO-Pack-v3.1-changes-XML-Sitemap-naming-convention-1024x433.png 1024w, https://semperplugins.com/wp-content/uploads/2019/06/All-in-One-SEO-Pack-v3.1-changes-XML-Sitemap-naming-convention-300x127.png 300w, https://semperplugins.com/wp-content/uploads/2019/06/All-in-One-SEO-Pack-v3.1-changes-XML-Sitemap-naming-convention-768x325.png 768w, https://semperplugins.com/wp-content/uploads/2019/06/All-in-One-SEO-Pack-v3.1-changes-XML-Sitemap-naming-convention-592x250.png 592w, https://semperplugins.com/wp-content/uploads/2019/06/All-in-One-SEO-Pack-v3.1-changes-XML-Sitemap-naming-convention-100x42.png 100w, https://semperplugins.com/wp-content/uploads/2019/06/All-in-One-SEO-Pack-v3.1-changes-XML-Sitemap-naming-convention-150x63.png 150w, https://semperplugins.com/wp-content/uploads/2019/06/All-in-One-SEO-Pack-v3.1-changes-XML-Sitemap-naming-convention-200x85.png 200w, https://semperplugins.com/wp-content/uploads/2019/06/All-in-One-SEO-Pack-v3.1-changes-XML-Sitemap-naming-convention-450x190.png 450w, https://semperplugins.com/wp-content/uploads/2019/06/All-in-One-SEO-Pack-v3.1-changes-XML-Sitemap-naming-convention-600x254.png 600w, https://semperplugins.com/wp-content/uploads/2019/06/All-in-One-SEO-Pack-v3.1-changes-XML-Sitemap-naming-convention-900x380.png 900w, https://semperplugins.com/wp-content/uploads/2019/06/All-in-One-SEO-Pack-v3.1-changes-XML-Sitemap-naming-convention.png 1278w\" sizes=\"(max-width: 600px) 100vw, 600px\" /><figcaption>Sitemap Indexes and Pagination Settings in All in One SEO Pack.</figcaption></figure></div>\n\n\n\n<h2>Background</h2>\n\n\n\n<p>In all versions of All in One SEO Pack prior to v3.1, the naming convention for paginated sitemaps looked like this:</p>\n\n\n\n<ul><li>sitemap_post_1.xml</li><li>sitemap_post_2.xml</li><li>sitemap_page_1.xml</li><li>sitemap_page_2.xml</li><li>&#8230;</li></ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://semperplugins.com/wp-content/uploads/2019/06/Old-XML-Sitemap-naming-convention-1024x587.png\" alt=\"\" class=\"wp-image-4926\" width=\"600\" height=\"344\" srcset=\"https://semperplugins.com/wp-content/uploads/2019/06/Old-XML-Sitemap-naming-convention-1024x587.png 1024w, https://semperplugins.com/wp-content/uploads/2019/06/Old-XML-Sitemap-naming-convention-300x172.png 300w, https://semperplugins.com/wp-content/uploads/2019/06/Old-XML-Sitemap-naming-convention-768x441.png 768w, https://semperplugins.com/wp-content/uploads/2019/06/Old-XML-Sitemap-naming-convention-436x250.png 436w, https://semperplugins.com/wp-content/uploads/2019/06/Old-XML-Sitemap-naming-convention-100x57.png 100w, https://semperplugins.com/wp-content/uploads/2019/06/Old-XML-Sitemap-naming-convention-150x86.png 150w, https://semperplugins.com/wp-content/uploads/2019/06/Old-XML-Sitemap-naming-convention-200x115.png 200w, https://semperplugins.com/wp-content/uploads/2019/06/Old-XML-Sitemap-naming-convention-450x258.png 450w, https://semperplugins.com/wp-content/uploads/2019/06/Old-XML-Sitemap-naming-convention-600x344.png 600w, https://semperplugins.com/wp-content/uploads/2019/06/Old-XML-Sitemap-naming-convention-900x516.png 900w, https://semperplugins.com/wp-content/uploads/2019/06/Old-XML-Sitemap-naming-convention.png 1590w\" sizes=\"(max-width: 600px) 100vw, 600px\" /><figcaption>Example XML Sitemap showing old naming convention.</figcaption></figure></div>\n\n\n\n<p>However, in the past couple of days we received reports of some paginated sitemaps no longer being listed under <a rel=\"noreferrer noopener\" aria-label=\"Submitted Sitemaps (opens in a new tab)\" href=\"https://support.google.com/webmasters/answer/7451001?hl=en&amp;authuser=1\" target=\"_blank\"><strong>Sitemaps read</strong></a> in the new Google Search Console reports.  </p>\n\n\n\n<p>We immediately opened an <a href=\"https://github.com/semperfiwebdesign/all-in-one-seo-pack/issues/2554\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">issue</a> for this and investigated to see if we could reproduce this problem.  We were able to confirm that Google sometimes has problems listing paginated sitemaps with &#8220;_post_&#8221; in the filename. This only affects sites with the &#8220;Enable Sitemap Indexes&#8221; option enabled in the XML Sitemap settings and with pagination for the post sitemap pages, meaning the site has more than 1000-10,000 posts. Even then it only affected some sites.</p>\n\n\n\n<p>It is also important to note that <strong>these missing sitemap index pages will not negatively affect your SEO</strong>. ie Google doesn&#8217;t drop a URL in the rankings if it&#8217;s no longer in a sitemap.</p>\n\n\n\n<h2>New Naming Convention</h2>\n\n\n\n<p>From our investigation, it appeared that the root cause of the problem was a possible recent (and likely unintentional) change by Google to the naming convention that they support for paginated sitemaps.  We contacted Google to get confirmation of this and will update this post with their response.  </p>\n\n\n\n<p>However, through extensive testing across many sites, we were able to determine that changing the naming convention to the examples shown below enabled Google to accept all paginated sitemaps in a sitemap index:</p>\n\n\n\n<ul><li>post-sitemap1.xml</li><li>post-sitemap2.xml</li><li>page-sitemap1.xml</li><li>page-sitemap2.xml</li><li>&#8230;</li></ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://semperplugins.com/wp-content/uploads/2019/06/New-XML-Sitemap-naming-convention-1024x595.png\" alt=\"\" class=\"wp-image-4925\" width=\"600\" height=\"350\" srcset=\"https://semperplugins.com/wp-content/uploads/2019/06/New-XML-Sitemap-naming-convention-1024x595.png 1024w, https://semperplugins.com/wp-content/uploads/2019/06/New-XML-Sitemap-naming-convention-300x174.png 300w, https://semperplugins.com/wp-content/uploads/2019/06/New-XML-Sitemap-naming-convention-430x250.png 430w, https://semperplugins.com/wp-content/uploads/2019/06/New-XML-Sitemap-naming-convention-100x58.png 100w, https://semperplugins.com/wp-content/uploads/2019/06/New-XML-Sitemap-naming-convention-150x87.png 150w, https://semperplugins.com/wp-content/uploads/2019/06/New-XML-Sitemap-naming-convention-200x116.png 200w, https://semperplugins.com/wp-content/uploads/2019/06/New-XML-Sitemap-naming-convention-450x262.png 450w, https://semperplugins.com/wp-content/uploads/2019/06/New-XML-Sitemap-naming-convention-600x349.png 600w, https://semperplugins.com/wp-content/uploads/2019/06/New-XML-Sitemap-naming-convention-900x523.png 900w, https://semperplugins.com/wp-content/uploads/2019/06/New-XML-Sitemap-naming-convention.png 1590w\" sizes=\"(max-width: 600px) 100vw, 600px\" /><figcaption>Example of the new naming convention.</figcaption></figure></div>\n\n\n\n<h2>Impact to your Site</h2>\n\n\n\n<p>If you don&#8217;t use Sitemap Indexes then this does not affect your site.  If you do use Sitemap Indexes but do not have multiple pages of a sitemap, i.e. sitemap_post_1, sitemap_post_2, etc. then this does not affect your site either. However, if you use Sitemap Indexes and you have pagination set so that you have multiple pages, then this change does affect you.</p>\n\n\n\n<p><strong>It is important to note that this does not, nor never did, affect the indexing of content on sites using All in One SEO Pack. </strong> The XML Sitemap is only one way in which modern search engines crawl and index content.  Also, Google and other search engines were not having any problems reaching the main sitemap index, which in All in One SEO Pack has a standard name of sitemap.xml.  They could reach the sitemap index and could therefore crawl each of the sitemaps listed in the index.  To our knowledge, Google&#8217;s ability to crawl paginated sitemaps in an index was never affected and this was proved by our extensive testing.</p>\n\n\n\n<p>The only impact we saw was in Google Search Console where they list the Submitted read in the Sitemap Report.  Instead of Google listing all the sitemaps, Google would only list some.</p>\n\n\n\n<h2>Recommended Action Users Should Take</h2>\n\n\n\n<p>After upgrading to v3.1, users may wish to remove and resubmit their main sitemap index to Google (i.e. sitemap.xml).  This action is not required as Google has stated that they will pick up any changes to your XML Sitemap the next time they crawl it.  This includes changes to the names of sitemaps listed in the index.</p>\n\n\n\n<p>Users are advised to monitor their <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://search.google.com/search-console/sitemaps?utm_medium=referral&amp;utm_campaign=7451001\" target=\"_blank\">Sitemaps Report</a> in Google Search Console for any errors.  Although we don&#8217;t anticipate any, please do report any problems to us via our <a href=\"https://semperplugins.com/contact/\">contact form</a>.  Please select &#8220;Plugin support&#8221; as the Contact Reason and, for users who don&#8217;t have a license key, enter the URL of this post in the &#8220;Your license code&#8221; field.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://semperplugins.com/wp-content/uploads/2019/06/Sitemaps-Report-in-Google-Search-Console-1024x698.png\" alt=\"\" class=\"wp-image-4927\" width=\"600\" height=\"410\" srcset=\"https://semperplugins.com/wp-content/uploads/2019/06/Sitemaps-Report-in-Google-Search-Console-1024x698.png 1024w, https://semperplugins.com/wp-content/uploads/2019/06/Sitemaps-Report-in-Google-Search-Console-300x204.png 300w, https://semperplugins.com/wp-content/uploads/2019/06/Sitemaps-Report-in-Google-Search-Console-768x523.png 768w, https://semperplugins.com/wp-content/uploads/2019/06/Sitemaps-Report-in-Google-Search-Console-367x250.png 367w, https://semperplugins.com/wp-content/uploads/2019/06/Sitemaps-Report-in-Google-Search-Console-100x68.png 100w, https://semperplugins.com/wp-content/uploads/2019/06/Sitemaps-Report-in-Google-Search-Console-150x102.png 150w, https://semperplugins.com/wp-content/uploads/2019/06/Sitemaps-Report-in-Google-Search-Console-200x136.png 200w, https://semperplugins.com/wp-content/uploads/2019/06/Sitemaps-Report-in-Google-Search-Console-450x307.png 450w, https://semperplugins.com/wp-content/uploads/2019/06/Sitemaps-Report-in-Google-Search-Console-600x409.png 600w, https://semperplugins.com/wp-content/uploads/2019/06/Sitemaps-Report-in-Google-Search-Console-900x613.png 900w\" sizes=\"(max-width: 600px) 100vw, 600px\" /><figcaption>Sitemaps Report in Google Search Console showing Sitemaps read.</figcaption></figure></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://semperplugins.com/aioseop-3-1-xml-sitemap-changes/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:31:\"https://semperplugins.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:15:{s:6:\"server\";s:12:\"nginx/1.19.0\";s:4:\"date\";s:29:\"Mon, 27 Jul 2020 04:30:15 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"set-cookie\";a:3:{i:0;s:50:\"PHPSESSID=ff2fac759c15e7677f64067fe7902366; path=/\";i:1;s:70:\"Cart66DBSID=7SGHU411O4IEX4LJRSJ3PFFLPD02T2K1T8FI7VWB; path=/; HttpOnly\";i:2;s:77:\"GCLB=CI6927aon6uzyAE; path=/; HttpOnly; expires=Mon, 27-Jul-2020 05:30:14 GMT\";}s:7:\"expires\";s:29:\"Thu, 19 Nov 1981 08:52:00 GMT\";s:13:\"cache-control\";s:35:\"no-store, no-cache, must-revalidate\";s:6:\"pragma\";s:8:\"no-cache\";s:3:\"p3p\";s:69:\"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"\";s:13:\"last-modified\";s:29:\"Thu, 23 Jul 2020 10:31:15 GMT\";s:4:\"etag\";s:34:\"\"c45a4cf63627b4757e658ac912453bc3\"\";s:12:\"x-robots-tag\";s:15:\"noindex, follow\";s:4:\"link\";s:62:\"<https://semperplugins.com/wp-json/>; rel=\"https://api.w.org/\"\";s:25:\"strict-transport-security\";s:16:\"max-age=15768000\";s:3:\"via\";s:10:\"1.1 google\";s:7:\"alt-svc\";s:5:\"clear\";}}s:5:\"build\";s:14:\"20130911040210\";}','no'),(138233,'_transient_timeout_tablepress_c_d3d9446802a44259755d38e6d163e820','1595951512','no'),(138234,'_transient_tablepress_c_d3d9446802a44259755d38e6d163e820','[\"tablepress_d52f1105337007ed91438d38fb7ce155\"]','no'),(8719,'byblos','a:40:{s:13:\"sc_logo_image\";s:72:\"https://www.nagasaki-shinju.com/wp-content/uploads/2017/09/main_logo.png\";s:15:\"sc_facebook_url\";s:0:\"\";s:14:\"sc_twitter_url\";s:0:\"\";s:15:\"sc_linkedin_url\";s:0:\"\";s:12:\"sc_gplus_url\";s:0:\"\";s:16:\"sc_instagram_url\";s:0:\"\";s:16:\"sc_pinterest_url\";s:0:\"\";s:17:\"sc_soundcloud_url\";s:0:\"\";s:14:\"sc_theme_color\";s:6:\"yellow\";s:12:\"sc_font_size\";s:4:\"18px\";s:14:\"sc_font_family\";s:11:\"Lora, serif\";s:14:\"sc_slider_bool\";s:3:\"yes\";s:15:\"sc_slide1_image\";s:72:\"https://www.nagasaki-shinju.com/wp-content/uploads/2017/05/02slide10.jpg\";s:14:\"sc_slide1_text\";s:30:\"生産直売の真珠専門店\";s:15:\"sc_slide2_image\";s:72:\"https://www.nagasaki-shinju.com/wp-content/uploads/2017/06/02slide11.jpg\";s:14:\"sc_slide2_text\";s:45:\"母から娘へ、心をこめた贈りもの\";s:15:\"sc_slide3_image\";s:72:\"https://www.nagasaki-shinju.com/wp-content/uploads/2017/07/02slide12.jpg\";s:14:\"sc_slide3_text\";s:30:\"結婚30周年は真珠婚\";s:14:\"sc_banner_bool\";s:3:\"yes\";s:11:\"sc_cta_bool\";s:3:\"yes\";s:13:\"sc_cta1_title\";s:12:\"店舗案内\";s:12:\"sc_cta1_text\";s:108:\"生産者として最高品質の真珠を厳選し、直売店として皆さまにお届けしています\";s:11:\"sc_cta1_url\";s:87:\"https://www.nagasaki-shinju.com/%E5%BA%97%E8%88%97%E3%81%AE%E3%81%94%E6%A1%88%E5%86%85/\";s:14:\"sc_cta1_button\";s:15:\"詳しく見る\";s:13:\"sc_box1_image\";s:69:\"https://www.nagasaki-shinju.com/wp-content/uploads/2016/04/bann23.jpg\";s:13:\"sc_cta2_title\";s:30:\"生産直売店のこだわり\";s:12:\"sc_cta2_text\";s:96:\"情熱をこめて生産者が育て、公正なる品質管理のもとで加工された真珠\";s:11:\"sc_cta2_url\";s:123:\"https://www.nagasaki-shinju.com/%E7%94%9F%E7%94%A3%E7%9B%B4%E5%A3%B2%E5%BA%97%E3%81%AE%E3%81%93%E3%81%A0%E3%82%8F%E3%82%8A/\";s:14:\"sc_cta2_button\";s:15:\"詳しく見る\";s:13:\"sc_box2_image\";s:69:\"https://www.nagasaki-shinju.com/wp-content/uploads/2016/04/bann21.jpg\";s:13:\"sc_cta3_title\";s:12:\"真珠講座\";s:12:\"sc_cta3_text\";s:106:\"真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります\";s:11:\"sc_cta3_url\";s:69:\"https://www.nagasaki-shinju.com/%E7%9C%9F%E7%8F%A0%E8%AC%9B%E5%BA%A7/\";s:14:\"sc_cta3_button\";s:15:\"詳しく見る\";s:13:\"sc_box3_image\";s:69:\"https://www.nagasaki-shinju.com/wp-content/uploads/2016/04/bann22.jpg\";s:14:\"sc_footer_text\";s:15:\"長崎真珠店\";s:20:\"sc_cta_section_title\";s:12:\"-Infomation-\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:12:\"social_title\";s:0:\"\";}','yes'),(135,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"k-yoshino@sanko-jpn.com\";s:7:\"version\";s:6:\"4.9.15\";s:9:\"timestamp\";i:1591835678;}','no'),(141,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1449186045;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(142,'current_theme','Byblos','yes'),(143,'theme_mods_mk','a:31:{i:0;b:0;s:16:\"header_textcolor\";s:0:\"\";s:22:\"mk_show_default_slider\";i:0;s:30:\"mk_show_default_slider_on_home\";i:1;s:16:\"mk_slider_button\";s:11:\"btn-success\";s:21:\"mk_slide_mask_opacity\";s:1:\"3\";s:14:\"mk_slide_speed\";s:4:\"8500\";s:17:\"mk_slider_content\";s:13:\"custom_slides\";s:17:\"mk_slide1_caption\";s:15:\"長崎真珠店\";s:20:\"mk_slide1_subcaption\";s:26:\"welcome to nagasaki-shinju\";s:17:\"mk_slide1_btntext\";s:7:\"welcome\";s:16:\"mk_slide_1_image\";s:75:\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/01slide13.jpg\";s:16:\"mk_slide_2_image\";s:75:\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/01slide15.jpg\";s:17:\"mk_slide2_caption\";s:0:\"\";s:20:\"mk_slide2_subcaption\";s:24:\"Boldly ~大胆に~\";s:17:\"mk_slide2_btntext\";s:9:\"marriage?\";s:16:\"mk_slide_3_image\";s:75:\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/01slide20.jpg\";s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:17:\"mk_slide3_caption\";s:26:\"the professonal pearl shop\";s:20:\"mk_slide3_subcaption\";s:16:\"BRIDAL pearl Set\";s:12:\"header_image\";s:76:\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/sub_main02.jpg\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:307;s:3:\"url\";s:76:\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/sub_main02.jpg\";s:13:\"thumbnail_url\";s:76:\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/sub_main02.jpg\";s:6:\"height\";i:280;s:5:\"width\";i:1280;}s:13:\"mk_slide2_url\";s:46:\"http://nagasaki.s198.coreserver.jp/?page_id=31\";s:13:\"mk_slide3_url\";s:46:\"http://nagasaki.s198.coreserver.jp/?page_id=72\";s:17:\"mk_slide3_btntext\";s:6:\"BRIDAL\";s:16:\"mk_slide_4_image\";s:75:\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/01slide21.jpg\";s:17:\"mk_slide4_btntext\";s:9:\"真珠婚\";s:16:\"mk_slide_5_image\";s:0:\"\";s:17:\"mk_slide4_caption\";s:0:\"\";s:20:\"mk_slide4_subcaption\";s:21:\"これからの愛を\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1461556788;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:17:\"recent-comments-2\";i:1;s:10:\"archives-2\";i:2;s:6:\"meta-2\";i:3;s:12:\"categories-2\";i:4;s:10:\"calendar-3\";}s:14:\"mk-left-footer\";a:0:{}s:13:\"mk-mid-footer\";a:0:{}s:15:\"mk-right-footer\";a:1:{i:0;s:7:\"pages-2\";}}}}','yes'),(144,'theme_switched','','yes'),(147,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(148,'widget_calendar','a:4:{i:1;a:0:{}i:3;a:1:{s:5:\"title\";s:24:\"営業日カレンダー\";}i:5;a:1:{s:5:\"title\";s:15:\"カレンダー\";}s:12:\"_multiwidget\";i:1;}','yes'),(149,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(150,'widget_pages','a:4:{i:1;a:0:{}i:2;a:3:{s:5:\"title\";s:30:\"ようこそ長崎真珠店へ\";s:6:\"sortby\";s:10:\"post_title\";s:7:\"exclude\";s:0:\"\";}s:12:\"_multiwidget\";i:1;i:4;a:0:{}}','yes'),(157,'recently_activated','a:0:{}','yes'),(165,'aioseop_options','a:102:{s:12:\"aiosp_donate\";s:0:\"\";s:16:\"aiosp_home_title\";s:75:\"長崎真珠店 | 花珠真珠を生産直売でお届けする専門店。\";s:22:\"aiosp_home_description\";s:267:\"長崎真珠店は、自社で生産(長崎大村湾)した真珠を加工、販売まで一貫した体制で行なっておりますので、私たちが納得できる高品質の真珠を、本当に納得できる価格でお客様にお届けできます。\";s:20:\"aiosp_togglekeywords\";s:1:\"0\";s:19:\"aiosp_home_keywords\";s:25:\"真珠販売,真珠通販\";s:26:\"aiosp_use_static_home_info\";s:1:\"1\";s:9:\"aiosp_can\";s:2:\"on\";s:30:\"aiosp_no_paged_canonical_links\";s:0:\"\";s:31:\"aiosp_customize_canonical_links\";s:0:\"\";s:22:\"aiosp_can_set_protocol\";s:4:\"auto\";s:20:\"aiosp_rewrite_titles\";s:1:\"1\";s:20:\"aiosp_force_rewrites\";s:1:\"1\";s:24:\"aiosp_use_original_title\";s:1:\"1\";s:16:\"aiosp_cap_titles\";s:2:\"on\";s:14:\"aiosp_cap_cats\";s:2:\"on\";s:28:\"aiosp_home_page_title_format\";s:12:\"%page_title%\";s:23:\"aiosp_page_title_format\";s:27:\"%page_title% | %blog_title%\";s:23:\"aiosp_post_title_format\";s:27:\"%post_title% | %blog_title%\";s:27:\"aiosp_category_title_format\";s:31:\"%category_title% | %blog_title%\";s:26:\"aiosp_archive_title_format\";s:30:\"%archive_title% | %blog_title%\";s:23:\"aiosp_date_title_format\";s:21:\"%date% | %blog_title%\";s:25:\"aiosp_author_title_format\";s:23:\"%author% | %blog_title%\";s:22:\"aiosp_tag_title_format\";s:20:\"%tag% | %blog_title%\";s:25:\"aiosp_search_title_format\";s:23:\"%search% | %blog_title%\";s:24:\"aiosp_description_format\";s:13:\"%description%\";s:22:\"aiosp_404_title_format\";s:33:\"Nothing found for %request_words%\";s:18:\"aiosp_paged_format\";s:14:\" - Part %page%\";s:17:\"aiosp_enablecpost\";s:2:\"on\";s:17:\"aiosp_cpostactive\";a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:18:\"wpcf7_contact_form\";}s:19:\"aiosp_cpostadvanced\";s:1:\"0\";s:18:\"aiosp_cpostnoindex\";s:0:\"\";s:19:\"aiosp_cpostnofollow\";s:0:\"\";s:16:\"aiosp_cpostnoodp\";s:0:\"\";s:17:\"aiosp_cpostnoydir\";s:0:\"\";s:17:\"aiosp_cposttitles\";s:0:\"\";s:21:\"aiosp_posttypecolumns\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:15:\"aiosp_admin_bar\";s:2:\"on\";s:23:\"aiosp_custom_menu_order\";s:2:\"on\";s:19:\"aiosp_google_verify\";s:0:\"\";s:17:\"aiosp_bing_verify\";s:0:\"\";s:22:\"aiosp_pinterest_verify\";s:0:\"\";s:22:\"aiosp_google_publisher\";s:0:\"\";s:28:\"aiosp_google_disable_profile\";s:0:\"\";s:29:\"aiosp_google_sitelinks_search\";s:0:\"\";s:26:\"aiosp_google_set_site_name\";s:0:\"\";s:30:\"aiosp_google_specify_site_name\";s:0:\"\";s:28:\"aiosp_google_author_advanced\";s:1:\"0\";s:28:\"aiosp_google_author_location\";a:1:{i:0;s:3:\"all\";}s:29:\"aiosp_google_enable_publisher\";s:2:\"on\";s:30:\"aiosp_google_specify_publisher\";s:0:\"\";s:25:\"aiosp_google_analytics_id\";s:0:\"\";s:32:\"aiosp_ga_use_universal_analytics\";s:0:\"\";s:25:\"aiosp_ga_advanced_options\";s:2:\"on\";s:15:\"aiosp_ga_domain\";s:0:\"\";s:21:\"aiosp_ga_multi_domain\";s:0:\"\";s:21:\"aiosp_ga_addl_domains\";s:0:\"\";s:21:\"aiosp_ga_anonymize_ip\";s:0:\"\";s:28:\"aiosp_ga_display_advertising\";s:0:\"\";s:22:\"aiosp_ga_exclude_users\";s:0:\"\";s:29:\"aiosp_ga_track_outbound_links\";s:0:\"\";s:25:\"aiosp_ga_link_attribution\";s:0:\"\";s:27:\"aiosp_ga_enhanced_ecommerce\";s:0:\"\";s:20:\"aiosp_use_categories\";s:0:\"\";s:26:\"aiosp_use_tags_as_keywords\";s:2:\"on\";s:32:\"aiosp_dynamic_postspage_keywords\";s:2:\"on\";s:22:\"aiosp_category_noindex\";s:0:\"\";s:26:\"aiosp_archive_date_noindex\";s:0:\"\";s:28:\"aiosp_archive_author_noindex\";s:0:\"\";s:18:\"aiosp_tags_noindex\";s:0:\"\";s:20:\"aiosp_search_noindex\";s:0:\"\";s:17:\"aiosp_404_noindex\";s:0:\"\";s:17:\"aiosp_tax_noindex\";s:0:\"\";s:23:\"aiosp_paginated_noindex\";s:0:\"\";s:24:\"aiosp_paginated_nofollow\";s:0:\"\";s:11:\"aiosp_noodp\";s:0:\"\";s:12:\"aiosp_noydir\";s:0:\"\";s:18:\"aiosp_skip_excerpt\";s:0:\"\";s:27:\"aiosp_generate_descriptions\";s:2:\"on\";s:20:\"aiosp_run_shortcodes\";s:0:\"\";s:33:\"aiosp_hide_paginated_descriptions\";s:0:\"\";s:32:\"aiosp_dont_truncate_descriptions\";s:0:\"\";s:19:\"aiosp_schema_markup\";s:2:\"on\";s:20:\"aiosp_unprotect_meta\";s:0:\"\";s:14:\"aiosp_ex_pages\";s:0:\"\";s:20:\"aiosp_post_meta_tags\";s:0:\"\";s:20:\"aiosp_page_meta_tags\";s:0:\"\";s:21:\"aiosp_front_meta_tags\";s:0:\"\";s:20:\"aiosp_home_meta_tags\";s:0:\"\";s:12:\"aiosp_do_log\";s:0:\"\";s:29:\"aiosp_attachment_title_format\";s:27:\"%post_title% | %blog_title%\";s:37:\"aiosp_wpcf7_contact_form_title_format\";s:27:\"%post_title% | %blog_title%\";s:35:\"aiosp_tablepress_table_title_format\";s:27:\"%post_title% | %blog_title%\";s:19:\"last_active_version\";s:7:\"2.4.5.1\";s:33:\"aiosp_redirect_attachement_parent\";s:0:\"\";s:23:\"aiosp_plan_title_format\";s:27:\"%post_title% | %blog_title%\";s:28:\"aiosp_ngg_album_title_format\";s:27:\"%post_title% | %blog_title%\";s:30:\"aiosp_ngg_gallery_title_format\";s:27:\"%post_title% | %blog_title%\";s:31:\"aiosp_ngg_pictures_title_format\";s:27:\"%post_title% | %blog_title%\";s:35:\"aiosp_lightbox_library_title_format\";s:27:\"%post_title% | %blog_title%\";s:36:\"aiosp_displayed_gallery_title_format\";s:27:\"%post_title% | %blog_title%\";s:31:\"aiosp_display_type_title_format\";s:27:\"%post_title% | %blog_title%\";s:37:\"aiosp_gal_display_source_title_format\";s:27:\"%post_title% | %blog_title%\";}','yes'),(167,'wpcf7','a:2:{s:7:\"version\";s:3:\"5.0\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";d:1500553851;s:7:\"version\";s:5:\"4.4.2\";s:11:\"count_valid\";i:0;s:13:\"count_invalid\";i:1;}}','yes'),(171,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:2;}}','yes'),(176,'category_children','a:0:{}','yes'),(667,'widget_akismet_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(481,'tablepress_tables','{\"last_id\":10,\"table_post\":{\"1\":204,\"2\":208,\"3\":210,\"4\":212,\"5\":214,\"6\":216,\"7\":310,\"8\":335,\"9\":372,\"10\":387}}','yes'),(480,'tablepress_plugin_options','{\"plugin_options_db_version\":36,\"table_scheme_db_version\":3,\"prev_tablepress_version\":\"1.7\",\"tablepress_version\":\"1.9\",\"first_activation\":1449769675,\"message_plugin_update\":true,\"message_donation_nag\":true,\"use_custom_css\":true,\"use_custom_css_file\":true,\"custom_css\":\"\\/*\\u4fa1\\u683c\\u8868*\\/\\n#tablepress-1 th {\\n\\tcolor: #ffffff;\\n\\tbackground-color: #3b2001 !important;\\n\\ttext-align: right !important;\\n\\tfont-weight: bold;\\n\\tfont-size: 16px;\\n}\\n\\n#tablepress-1 td {\\n\\ttext-align: right !important;\\n\\tfont-weight: bold;\\n\\tfont-size: 16px;\\n}\\n\\n#tablepress-2 th {\\n\\tcolor: #ffffff;\\n\\tbackground-color: #4f4f4f !important;\\n\\ttext-align: right !important;\\n\\tfont-weight: bold;\\n\\tfont-size: 16px;\\n}\\n\\n#tablepress-2 td {\\n\\ttext-align: right !important;\\n\\tfont-weight: bold;\\n\\tfont-size: 16px;\\n}\\n\\n#tablepress-3 th {\\n\\tcolor: #ffffff;\\n\\tbackground-color: #4f4f4f !important;\\n\\ttext-align: right !important;\\n\\tfont-weight: bold;\\n\\tfont-size: 16px;\\n}\\n\\n#tablepress-3 td {\\n\\ttext-align: right !important;\\n\\tfont-weight: bold;\\n\\tfont-size: 16px;\\n}\\n\\n\\/*\\u6e96\\u82b1\\u73e0*\\/\\n#tablepress-4 th {\\n\\tcolor: #ffffff;\\n\\tbackground-color: #4f4f4f !important;\\n\\ttext-align: right !important;\\n\\tfont-weight: bold;\\n\\tfont-size: 16px;\\n}\\n\\n#tablepress-4 td {\\n\\ttext-align: right !important;\\n\\tfont-weight: bold;\\n\\tfont-size: 16px;\\n}\\n\\n\\/*\\u82b1\\u73e0*\\/\\n#tablepress-5 th {\\n\\tcolor: #ffffff;\\n\\tbackground-color: #4f4f4f !important;\\n\\ttext-align: right !important;\\n\\tfont-weight: bold;\\n\\tfont-size: 16px;\\n}\\n\\n#tablepress-5 td {\\n\\ttext-align: right !important;\\n\\tfont-weight: bold;\\n\\tfont-size: 16px;\\n}\\n\\n\\/*\\u6975\\u4e0a\\u82b1\\u73e0*\\/\\n#tablepress-8 th {\\n\\tcolor: #ffffff;\\n\\tbackground-color: #3b2001 !important;\\n\\ttext-align: right !important;\\n\\tfont-weight: bold;\\n\\tfont-size: 16px;\\n}\\n\\n#tablepress-8 td {\\n\\ttext-align: right !important;\\n\\tfont-weight: bold;\\n\\tfont-size: 15px;\\n}\\n\\n\\/*\\u898b\\u51fa\\u3057mm*\\/\\n#tablepress-8 .row-2 .column-1,\\n#tablepress-8 .row-3 .column-1,\\n#tablepress-8 .row-4 .column-1,\\n#tablepress-8 .row-5 .column-1,\\n#tablepress-1 .row-2 .column-1,\\n#tablepress-1 .row-3 .column-1,\\n#tablepress-1 .row-4 .column-1,\\n#tablepress-1 .row-5 .column-1,\\n#tablepress-1 .row-6 .column-1,\\n#tablepress-2 .row-2 .column-1,\\n#tablepress-2 .row-3 .column-1,\\n#tablepress-2 .row-4 .column-1,\\n#tablepress-2 .row-5 .column-1,\\n#tablepress-2 .row-6 .column-1,\\n#tablepress-3 .row-2 .column-1,\\n#tablepress-3 .row-3 .column-1,\\n#tablepress-3 .row-4 .column-1,\\n#tablepress-3 .row-5 .column-1,\\n#tablepress-3 .row-6 .column-1,\\n#tablepress-4 .row-2 .column-1,\\n#tablepress-4 .row-3 .column-1,\\n#tablepress-4 .row-4 .column-1,\\n#tablepress-4 .row-5 .column-1,\\n#tablepress-4 .row-6 .column-1,\\n#tablepress-5 .row-2 .column-1,\\n#tablepress-5 .row-3 .column-1,\\n#tablepress-5 .row-4 .column-1,\\n#tablepress-5 .row-5 .column-1,\\n#tablepress-5 .row-6 .column-1 {\\n\\tcolor: #ffffff;\\n\\tbackground-color: #3b2001 !important;\\n}\\n\\n\\/*\\u8aac\\u660e\\u6587\\u7ae0*\\/\\n#tablepress-9 th {\\n\\tbackground-color: #ffffff !important;\\n\\ttext-align: left !important;\\n\\tfont-weight: bold;\\n\\tfont-size: 16px;\\n}\\n\\n#tablepress-9 td {\\n\\tbackground-color: #ffffff !important;\\n\\tvertical-align: top !important;\\n\\ttext-align: left !important;\\n\\tfont-size: 14px;\\n}\\n\\n#tablepress-10 th {\\n\\tbackground-color: #ffffff !important;\\n\\ttext-align: left !important;\\n\\tfont-weight: bold;\\n\\tfont-size: 16px;\\n}\\n\\n#tablepress-10 td {\\n\\tbackground-color: #ffffff !important;\\n\\tvertical-align: top !important;\\n\\ttext-align: left !important;\\n\\tfont-size: 14px;\\n}\",\"custom_css_minified\":\"#tablepress-1 th{color:#fff;background-color:#3b2001!important;text-align:right!important;font-weight:700;font-size:16px}#tablepress-1 td{text-align:right!important;font-weight:700;font-size:16px}#tablepress-2 th{color:#fff;background-color:#4f4f4f!important;text-align:right!important;font-weight:700;font-size:16px}#tablepress-2 td{text-align:right!important;font-weight:700;font-size:16px}#tablepress-3 th{color:#fff;background-color:#4f4f4f!important;text-align:right!important;font-weight:700;font-size:16px}#tablepress-3 td{text-align:right!important;font-weight:700;font-size:16px}#tablepress-4 th{color:#fff;background-color:#4f4f4f!important;text-align:right!important;font-weight:700;font-size:16px}#tablepress-4 td{text-align:right!important;font-weight:700;font-size:16px}#tablepress-5 th{color:#fff;background-color:#4f4f4f!important;text-align:right!important;font-weight:700;font-size:16px}#tablepress-5 td{text-align:right!important;font-weight:700;font-size:16px}#tablepress-8 th{color:#fff;background-color:#3b2001!important;text-align:right!important;font-weight:700;font-size:16px}#tablepress-8 td{text-align:right!important;font-weight:700;font-size:15px}#tablepress-8 .row-2 .column-1,#tablepress-8 .row-3 .column-1,#tablepress-8 .row-4 .column-1,#tablepress-8 .row-5 .column-1,#tablepress-1 .row-2 .column-1,#tablepress-1 .row-3 .column-1,#tablepress-1 .row-4 .column-1,#tablepress-1 .row-5 .column-1,#tablepress-1 .row-6 .column-1,#tablepress-2 .row-2 .column-1,#tablepress-2 .row-3 .column-1,#tablepress-2 .row-4 .column-1,#tablepress-2 .row-5 .column-1,#tablepress-2 .row-6 .column-1,#tablepress-3 .row-2 .column-1,#tablepress-3 .row-3 .column-1,#tablepress-3 .row-4 .column-1,#tablepress-3 .row-5 .column-1,#tablepress-3 .row-6 .column-1,#tablepress-4 .row-2 .column-1,#tablepress-4 .row-3 .column-1,#tablepress-4 .row-4 .column-1,#tablepress-4 .row-5 .column-1,#tablepress-4 .row-6 .column-1,#tablepress-5 .row-2 .column-1,#tablepress-5 .row-3 .column-1,#tablepress-5 .row-4 .column-1,#tablepress-5 .row-5 .column-1,#tablepress-5 .row-6 .column-1{color:#fff;background-color:#3b2001!important}#tablepress-9 th{background-color:#fff!important;text-align:left!important;font-weight:700;font-size:16px}#tablepress-9 td{background-color:#fff!important;vertical-align:top!important;text-align:left!important;font-size:14px}#tablepress-10 th{background-color:#fff!important;text-align:left!important;font-weight:700;font-size:16px}#tablepress-10 td{background-color:#fff!important;vertical-align:top!important;text-align:left!important;font-size:14px}\",\"custom_css_version\":32}','yes'),(879,'ngg_transient_groups','a:8:{s:9:\"__counter\";i:8;s:3:\"MVC\";a:2:{s:2:\"id\";i:2;s:7:\"enabled\";b:1;}s:15:\"col_in_wp_posts\";a:2:{s:2:\"id\";i:3;s:7:\"enabled\";b:1;}s:21:\"col_in_wp_ngg_gallery\";a:2:{s:2:\"id\";i:4;s:7:\"enabled\";b:1;}s:19:\"col_in_wp_ngg_album\";a:2:{s:2:\"id\";i:5;s:7:\"enabled\";b:1;}s:22:\"col_in_wp_ngg_pictures\";a:2:{s:2:\"id\";i:6;s:7:\"enabled\";b:1;}s:24:\"nextgen_pro_upgrade_page\";a:2:{s:2:\"id\";i:7;s:7:\"enabled\";b:1;}s:27:\"displayed_gallery_rendering\";a:2:{s:2:\"id\";i:8;s:7:\"enabled\";b:1;}}','yes'),(450,'su_presets_tabs','a:1:{s:9:\"last_used\";a:3:{s:2:\"id\";s:9:\"last_used\";s:4:\"name\";s:27:\"最後に使用した設定\";s:8:\"settings\";a:5:{s:5:\"style\";s:7:\"default\";s:6:\"active\";s:1:\"1\";s:8:\"vertical\";s:2:\"no\";s:5:\"class\";s:0:\"\";s:7:\"content\";s:254:\"[su_tab title=\"Title 1\"]コンテンツ 1[/su_tab]\n[su_tab title=\"Title 2\"]コンテンツ 2[/su_tab]\n[su_tab title=\"Title 3\"]コンテンツ 3[/su_tab]\n[su_tab title=\"Title 4\"]コンテンツ 4[/su_tab]\n[su_tab title=\"Title 5\"]コンテンツ 5[/su_tab]\";}}}','yes'),(497,'external_updates-tablepress-responsive-tables','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1595824354;s:14:\"checkedVersion\";s:3:\"1.4\";s:6:\"update\";O:8:\"stdClass\":9:{s:2:\"id\";i:0;s:4:\"slug\";s:28:\"tablepress-responsive-tables\";s:7:\"version\";s:3:\"1.7\";s:8:\"homepage\";s:52:\"https://tablepress.org/extensions/responsive-tables/\";s:6:\"tested\";N;s:12:\"download_url\";s:72:\"https://tablepress.org/update/extension/tablepress-responsive-tables.zip\";s:14:\"upgrade_notice\";N;s:8:\"filename\";s:61:\"tablepress-responsive-tables/tablepress-responsive-tables.php\";s:12:\"translations\";a:0:{}}}','no'),(356,'su_presets_table','a:1:{s:9:\"last_used\";a:3:{s:2:\"id\";s:9:\"last_used\";s:4:\"name\";s:27:\"最後に使用した設定\";s:8:\"settings\";a:3:{s:3:\"url\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"content\";s:590:\"<table>\n<tr>\n	<td>会社名(商号)</td>\n	<td>有限会社長崎真珠</td>\n</tr>\n<tr>\n	<td>設立</td>\n	<td>平成16年3月</td>\n</tr>\n<tr>\n	<td>事業内容</td>\n	<td>真珠の生産、加工、販売、インターネット通販</td>\n</tr>\n<tr>\n	<td>住所</td>\n	<td>〒851-3212<br>長崎県長崎市長浦町224-12</td>\n</tr>\n<tr>\n	<td>お問合わせ</td>\n	<td>[Tel]0120-410-804(通話料無料)<br>[Fax]095-860-7317<br>[Mail]info@nagasaki-shinju.com</td>\n</tr>\n<tr>\n	<td>営業時間</td>\n	<td>10:00〜19:00</td>\n</tr>\n<tr>\n	<td>定休日</td>\n	<td>火曜</td>\n</tr>\n</table>\";}}}','yes'),(346,'su_presets_label','a:1:{s:9:\"last_used\";a:3:{s:2:\"id\";s:9:\"last_used\";s:4:\"name\";s:27:\"最後に使用した設定\";s:8:\"settings\";a:3:{s:4:\"type\";s:9:\"important\";s:5:\"class\";s:0:\"\";s:7:\"content\";s:6:\"必須\";}}}','yes'),(341,'su_presets_heading','a:1:{s:9:\"last_used\";a:3:{s:2:\"id\";s:9:\"last_used\";s:4:\"name\";s:27:\"最後に使用した設定\";s:8:\"settings\";a:6:{s:5:\"style\";s:7:\"default\";s:4:\"size\";s:2:\"16\";s:5:\"align\";s:4:\"left\";s:6:\"margin\";s:2:\"10\";s:5:\"class\";s:0:\"\";s:7:\"content\";s:24:\"全国真珠養殖漁業\";}}}','yes'),(2349,'theme_mods_byblos','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:4;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(887,'pope_module_list','a:36:{i:0;s:17:\"photocrati-fs|0.6\";i:1;s:19:\"photocrati-i18n|0.4\";i:2;s:25:\"photocrati-validation|0.2\";i:3;s:21:\"photocrati-router|0.9\";i:4;s:32:\"photocrati-wordpress_routing|0.8\";i:5;s:23:\"photocrati-security|0.3\";i:6;s:32:\"photocrati-nextgen_settings|0.16\";i:7;s:18:\"photocrati-mvc|0.8\";i:8;s:20:\"photocrati-ajax|0.10\";i:9;s:26:\"photocrati-datamapper|0.10\";i:10;s:30:\"photocrati-nextgen-legacy|0.23\";i:11;s:30:\"photocrati-simple_html_dom|1.5\";i:12;s:28:\"photocrati-nextgen-data|0.16\";i:13;s:33:\"photocrati-dynamic_thumbnails|0.7\";i:14;s:29:\"photocrati-nextgen_admin|0.16\";i:15;s:39:\"photocrati-nextgen_gallery_display|0.17\";i:16;s:34:\"photocrati-frame_communication|0.5\";i:17;s:30:\"photocrati-attach_to_post|0.18\";i:18;s:38:\"photocrati-nextgen_addgallery_page|0.9\";i:19;s:36:\"photocrati-nextgen_other_options|0.9\";i:20;s:33:\"photocrati-nextgen_pagination|0.4\";i:21;s:33:\"photocrati-dynamic_stylesheet|0.4\";i:22;s:34:\"photocrati-nextgen_pro_upgrade|0.8\";i:23;s:20:\"photocrati-cache|0.2\";i:24;s:24:\"photocrati-lightbox|0.17\";i:25;s:38:\"photocrati-nextgen_basic_templates|0.7\";i:26;s:37:\"photocrati-nextgen_basic_gallery|0.16\";i:27;s:42:\"photocrati-nextgen_basic_imagebrowser|0.14\";i:28;s:39:\"photocrati-nextgen_basic_singlepic|0.14\";i:29;s:38:\"photocrati-nextgen_basic_tagcloud|0.15\";i:30;s:35:\"photocrati-nextgen_basic_album|0.17\";i:31;s:21:\"photocrati-widget|0.6\";i:32;s:33:\"photocrati-third_party_compat|0.6\";i:33;s:29:\"photocrati-nextgen_xmlrpc|0.6\";i:34;s:20:\"photocrati-wpcli|0.2\";i:35;s:22:\"photocrati-imagify|0.4\";}','yes'),(883,'photocrati_auto_update_admin_check_date','','yes'),(884,'ngg_db_version','1.8.1','yes'),(882,'photocrati_auto_update_admin_update_list','','yes'),(1056,'theme_mods_mk-child','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1450316759;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:17:\"recent-comments-2\";i:1;s:10:\"archives-2\";i:2;s:6:\"meta-2\";i:3;s:12:\"categories-2\";i:4;s:10:\"calendar-3\";}s:14:\"mk-left-footer\";a:0:{}s:13:\"mk-mid-footer\";a:0:{}s:15:\"mk-right-footer\";a:1:{i:0;s:7:\"pages-2\";}}}}','yes'),(880,'ngg_options','a:72:{s:11:\"gallerypath\";s:19:\"wp-content/gallery/\";s:11:\"wpmuCSSfile\";s:13:\"nggallery.css\";s:9:\"wpmuStyle\";b:0;s:9:\"wpmuRoles\";b:0;s:16:\"wpmuImportFolder\";b:0;s:13:\"wpmuZipUpload\";b:0;s:14:\"wpmuQuotaCheck\";b:0;s:17:\"datamapper_driver\";s:22:\"custom_post_datamapper\";s:21:\"gallerystorage_driver\";s:25:\"ngglegacy_gallery_storage\";s:20:\"maximum_entity_count\";i:500;s:17:\"router_param_slug\";s:9:\"nggallery\";s:22:\"router_param_separator\";s:2:\"--\";s:19:\"router_param_prefix\";s:0:\"\";s:9:\"deleteImg\";b:1;s:9:\"swfUpload\";b:1;s:13:\"usePermalinks\";b:0;s:13:\"permalinkSlug\";s:9:\"nggallery\";s:14:\"graphicLibrary\";s:2:\"gd\";s:14:\"imageMagickDir\";s:15:\"/usr/local/bin/\";s:11:\"useMediaRSS\";b:0;s:18:\"galleries_in_feeds\";b:0;s:12:\"activateTags\";i:0;s:10:\"appendType\";s:4:\"tags\";s:9:\"maxImages\";i:7;s:14:\"relatedHeading\";s:24:\"<h3>Related Images:</h3>\";s:10:\"thumbwidth\";i:240;s:11:\"thumbheight\";i:160;s:8:\"thumbfix\";b:1;s:12:\"thumbquality\";i:100;s:8:\"imgWidth\";i:800;s:9:\"imgHeight\";i:600;s:10:\"imgQuality\";i:100;s:9:\"imgBackup\";b:1;s:13:\"imgAutoResize\";b:0;s:9:\"galImages\";s:2:\"20\";s:17:\"galPagedGalleries\";i:0;s:10:\"galColumns\";i:0;s:12:\"galShowSlide\";b:1;s:12:\"galTextSlide\";s:16:\"[Show slideshow]\";s:14:\"galTextGallery\";s:17:\"[Show thumbnails]\";s:12:\"galShowOrder\";s:7:\"gallery\";s:7:\"galSort\";s:9:\"sortorder\";s:10:\"galSortDir\";s:3:\"ASC\";s:10:\"galNoPages\";b:1;s:13:\"galImgBrowser\";i:0;s:12:\"galHiddenImg\";i:0;s:10:\"galAjaxNav\";i:0;s:11:\"thumbEffect\";s:8:\"fancybox\";s:9:\"thumbCode\";s:41:\"class=\"ngg-fancybox\" rel=\"%GALLERY_NAME%\"\";s:18:\"thumbEffectContext\";s:14:\"nextgen_images\";s:5:\"wmPos\";s:8:\"botRight\";s:6:\"wmXpos\";i:5;s:6:\"wmYpos\";i:5;s:6:\"wmType\";s:5:\"image\";s:6:\"wmPath\";s:0:\"\";s:6:\"wmFont\";s:9:\"arial.ttf\";s:6:\"wmSize\";i:10;s:6:\"wmText\";s:15:\"長崎真珠店\";s:7:\"wmColor\";s:6:\"000000\";s:8:\"wmOpaque\";s:3:\"100\";s:7:\"slideFX\";s:4:\"fade\";s:7:\"irWidth\";i:600;s:8:\"irHeight\";i:400;s:12:\"irRotatetime\";i:10;s:11:\"activateCSS\";i:1;s:7:\"CSSfile\";s:13:\"nggallery.css\";s:28:\"always_enable_frontend_logic\";b:0;s:22:\"dynamic_thumbnail_slug\";s:13:\"nextgen-image\";s:23:\"dynamic_stylesheet_slug\";s:12:\"nextgen-dcss\";s:11:\"installDate\";i:1450249842;s:23:\"dismissed_notifications\";a:1:{s:48:\"ngg_wizard_nextgen.beginner.gallery_creation_igw\";a:2:{i:0;i:1;i:1;i:2;}}s:13:\"gallery_count\";i:0;}','yes'),(1052,'widget_ngg-mrssw','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1098,'widget_zerif_clients-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1099,'widget_ctup-ads-widget','a:5:{i:1;a:4:{s:5:\"title\";s:15:\"PARALLAX EFFECT\";s:4:\"text\";s:163:\"Create memorable pages with smooth parallax effects that everyone loves. Also, use our lightweight content slider offering you smooth and great-looking animations.\";s:4:\"link\";s:1:\"#\";s:9:\"image_uri\";s:83:\"http://nagasaki.s198.coreserver.jp/wp-content/themes/zerif-lite/images/parallax.png\";}i:2;a:4:{s:5:\"title\";s:11:\"WOOCOMMERCE\";s:4:\"text\";s:166:\"Build a front page for your WooCommerce store in a matter of minutes. The neat and clean presentation will help your sales and make your store accessible to everyone.\";s:4:\"link\";s:1:\"#\";s:9:\"image_uri\";s:78:\"http://nagasaki.s198.coreserver.jp/wp-content/themes/zerif-lite/images/woo.png\";}i:3;a:4:{s:5:\"title\";s:21:\"CUSTOM CONTENT BLOCKS\";s:4:\"text\";s:164:\"Showcase your team, products, clients, about info, testimonials, latest posts from the blog, contact form, additional calls to action. Everything translation ready.\";s:4:\"link\";s:1:\"#\";s:9:\"image_uri\";s:78:\"http://nagasaki.s198.coreserver.jp/wp-content/themes/zerif-lite/images/ccc.png\";}i:4;a:4:{s:5:\"title\";s:24:\"GO PRO FOR MORE FEATURES\";s:4:\"text\";s:186:\"Get new content blocks: pricing table, Google Maps, and more. Change the sections order, display each block exactly where you need it, customize the blocks with whatever colors you wish.\";s:4:\"link\";s:1:\"#\";s:9:\"image_uri\";s:82:\"http://nagasaki.s198.coreserver.jp/wp-content/themes/zerif-lite/images/ti-logo.png\";}s:12:\"_multiwidget\";i:1;}','yes'),(1100,'widget_zerif_team-widget','a:5:{i:1;a:9:{s:4:\"name\";s:14:\"ASHLEY SIMMONS\";s:8:\"position\";s:15:\"Project Manager\";s:11:\"description\";s:157:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc dapibus, eros at accumsan auctor, felis eros condimentum quam, non porttitor est urna vel neque\";s:7:\"fb_link\";s:1:\"#\";s:7:\"tw_link\";s:1:\"#\";s:7:\"bh_link\";s:1:\"#\";s:7:\"db_link\";s:1:\"#\";s:7:\"ln_link\";s:1:\"#\";s:9:\"image_uri\";s:80:\"http://nagasaki.s198.coreserver.jp/wp-content/themes/zerif-lite/images/team1.png\";}i:2;a:9:{s:4:\"name\";s:13:\"TIMOTHY SPRAY\";s:8:\"position\";s:12:\"Art Director\";s:11:\"description\";s:157:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc dapibus, eros at accumsan auctor, felis eros condimentum quam, non porttitor est urna vel neque\";s:7:\"fb_link\";s:1:\"#\";s:7:\"tw_link\";s:1:\"#\";s:7:\"bh_link\";s:1:\"#\";s:7:\"db_link\";s:1:\"#\";s:7:\"ln_link\";s:1:\"#\";s:9:\"image_uri\";s:80:\"http://nagasaki.s198.coreserver.jp/wp-content/themes/zerif-lite/images/team2.png\";}i:3;a:9:{s:4:\"name\";s:12:\"TONYA GARCIA\";s:8:\"position\";s:15:\"Account Manager\";s:11:\"description\";s:157:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc dapibus, eros at accumsan auctor, felis eros condimentum quam, non porttitor est urna vel neque\";s:7:\"fb_link\";s:1:\"#\";s:7:\"tw_link\";s:1:\"#\";s:7:\"bh_link\";s:1:\"#\";s:7:\"db_link\";s:1:\"#\";s:7:\"ln_link\";s:1:\"#\";s:9:\"image_uri\";s:80:\"http://nagasaki.s198.coreserver.jp/wp-content/themes/zerif-lite/images/team3.png\";}i:4;a:9:{s:4:\"name\";s:10:\"JASON LANE\";s:8:\"position\";s:20:\"Business Development\";s:11:\"description\";s:157:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc dapibus, eros at accumsan auctor, felis eros condimentum quam, non porttitor est urna vel neque\";s:7:\"fb_link\";s:1:\"#\";s:7:\"tw_link\";s:1:\"#\";s:7:\"bh_link\";s:1:\"#\";s:7:\"db_link\";s:1:\"#\";s:7:\"ln_link\";s:1:\"#\";s:9:\"image_uri\";s:80:\"http://nagasaki.s198.coreserver.jp/wp-content/themes/zerif-lite/images/team4.png\";}s:12:\"_multiwidget\";i:1;}','yes'),(1101,'widget_zerif_testim-widget','a:4:{i:1;a:3:{s:5:\"title\";s:10:\"Dana Lorem\";s:4:\"text\";s:242:\"Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Curabitur nec sem vel sapien venenatis mattis non vitae augue. Nullam congue commodo lorem vitae facilisis. Suspendisse malesuada id turpis interdum dictum.\";s:9:\"image_uri\";s:87:\"http://nagasaki.s198.coreserver.jp/wp-content/themes/zerif-lite/images/testimonial1.jpg\";}i:2;a:3:{s:5:\"title\";s:13:\"Linda Guthrie\";s:4:\"text\";s:242:\"Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Curabitur nec sem vel sapien venenatis mattis non vitae augue. Nullam congue commodo lorem vitae facilisis. Suspendisse malesuada id turpis interdum dictum.\";s:9:\"image_uri\";s:87:\"http://nagasaki.s198.coreserver.jp/wp-content/themes/zerif-lite/images/testimonial2.jpg\";}i:3;a:3:{s:5:\"title\";s:13:\"Cynthia Henry\";s:4:\"text\";s:242:\"Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Curabitur nec sem vel sapien venenatis mattis non vitae augue. Nullam congue commodo lorem vitae facilisis. Suspendisse malesuada id turpis interdum dictum.\";s:9:\"image_uri\";s:87:\"http://nagasaki.s198.coreserver.jp/wp-content/themes/zerif-lite/images/testimonial3.jpg\";}s:12:\"_multiwidget\";i:1;}','yes'),(2356,'widget_sc_recent_posts_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(36849,'rewrite_rules','a:234:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:7:\"plan/?$\";s:24:\"index.php?post_type=plan\";s:37:\"plan/feed/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?post_type=plan&feed=$matches[1]\";s:32:\"plan/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?post_type=plan&feed=$matches[1]\";s:24:\"plan/page/([0-9]{1,})/?$\";s:42:\"index.php?post_type=plan&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:48:\"ngg_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?ngg_tag=$matches[1]&feed=$matches[2]\";s:43:\"ngg_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?ngg_tag=$matches[1]&feed=$matches[2]\";s:24:\"ngg_tag/([^/]+)/embed/?$\";s:40:\"index.php?ngg_tag=$matches[1]&embed=true\";s:36:\"ngg_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?ngg_tag=$matches[1]&paged=$matches[2]\";s:18:\"ngg_tag/([^/]+)/?$\";s:29:\"index.php?ngg_tag=$matches[1]\";s:32:\"plan/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"plan/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"plan/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"plan/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"plan/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"plan/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"plan/([^/]+)/embed/?$\";s:37:\"index.php?plan=$matches[1]&embed=true\";s:25:\"plan/([^/]+)/trackback/?$\";s:31:\"index.php?plan=$matches[1]&tb=1\";s:45:\"plan/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?plan=$matches[1]&feed=$matches[2]\";s:40:\"plan/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?plan=$matches[1]&feed=$matches[2]\";s:33:\"plan/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?plan=$matches[1]&paged=$matches[2]\";s:40:\"plan/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?plan=$matches[1]&cpage=$matches[2]\";s:29:\"plan/([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?plan=$matches[1]&page=$matches[2]\";s:21:\"plan/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"plan/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"plan/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"plan/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"plan/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"plan/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"ngg_album/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"ngg_album/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"ngg_album/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"ngg_album/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"ngg_album/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"ngg_album/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"ngg_album/([^/]+)/embed/?$\";s:42:\"index.php?ngg_album=$matches[1]&embed=true\";s:30:\"ngg_album/([^/]+)/trackback/?$\";s:36:\"index.php?ngg_album=$matches[1]&tb=1\";s:38:\"ngg_album/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?ngg_album=$matches[1]&paged=$matches[2]\";s:45:\"ngg_album/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?ngg_album=$matches[1]&cpage=$matches[2]\";s:34:\"ngg_album/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?ngg_album=$matches[1]&page=$matches[2]\";s:26:\"ngg_album/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"ngg_album/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"ngg_album/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"ngg_album/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"ngg_album/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"ngg_album/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"ngg_gallery/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"ngg_gallery/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"ngg_gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"ngg_gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"ngg_gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"ngg_gallery/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"ngg_gallery/([^/]+)/embed/?$\";s:44:\"index.php?ngg_gallery=$matches[1]&embed=true\";s:32:\"ngg_gallery/([^/]+)/trackback/?$\";s:38:\"index.php?ngg_gallery=$matches[1]&tb=1\";s:40:\"ngg_gallery/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?ngg_gallery=$matches[1]&paged=$matches[2]\";s:47:\"ngg_gallery/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?ngg_gallery=$matches[1]&cpage=$matches[2]\";s:36:\"ngg_gallery/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?ngg_gallery=$matches[1]&page=$matches[2]\";s:28:\"ngg_gallery/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"ngg_gallery/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"ngg_gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"ngg_gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"ngg_gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"ngg_gallery/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"ngg_pictures/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"ngg_pictures/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"ngg_pictures/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"ngg_pictures/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"ngg_pictures/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"ngg_pictures/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"ngg_pictures/([^/]+)/embed/?$\";s:45:\"index.php?ngg_pictures=$matches[1]&embed=true\";s:33:\"ngg_pictures/([^/]+)/trackback/?$\";s:39:\"index.php?ngg_pictures=$matches[1]&tb=1\";s:41:\"ngg_pictures/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?ngg_pictures=$matches[1]&paged=$matches[2]\";s:48:\"ngg_pictures/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?ngg_pictures=$matches[1]&cpage=$matches[2]\";s:37:\"ngg_pictures/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?ngg_pictures=$matches[1]&page=$matches[2]\";s:29:\"ngg_pictures/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"ngg_pictures/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"ngg_pictures/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"ngg_pictures/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"ngg_pictures/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"ngg_pictures/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"lightbox_library/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"lightbox_library/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"lightbox_library/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"lightbox_library/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"lightbox_library/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"lightbox_library/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"lightbox_library/([^/]+)/embed/?$\";s:49:\"index.php?lightbox_library=$matches[1]&embed=true\";s:37:\"lightbox_library/([^/]+)/trackback/?$\";s:43:\"index.php?lightbox_library=$matches[1]&tb=1\";s:45:\"lightbox_library/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?lightbox_library=$matches[1]&paged=$matches[2]\";s:52:\"lightbox_library/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?lightbox_library=$matches[1]&cpage=$matches[2]\";s:41:\"lightbox_library/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?lightbox_library=$matches[1]&page=$matches[2]\";s:33:\"lightbox_library/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"lightbox_library/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"lightbox_library/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"lightbox_library/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"lightbox_library/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"lightbox_library/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"displayed_gallery/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"displayed_gallery/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"displayed_gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"displayed_gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"displayed_gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"displayed_gallery/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"displayed_gallery/([^/]+)/embed/?$\";s:50:\"index.php?displayed_gallery=$matches[1]&embed=true\";s:38:\"displayed_gallery/([^/]+)/trackback/?$\";s:44:\"index.php?displayed_gallery=$matches[1]&tb=1\";s:46:\"displayed_gallery/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?displayed_gallery=$matches[1]&paged=$matches[2]\";s:53:\"displayed_gallery/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?displayed_gallery=$matches[1]&cpage=$matches[2]\";s:42:\"displayed_gallery/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?displayed_gallery=$matches[1]&page=$matches[2]\";s:34:\"displayed_gallery/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"displayed_gallery/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"displayed_gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"displayed_gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"displayed_gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"displayed_gallery/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"display_type/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"display_type/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"display_type/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"display_type/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"display_type/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"display_type/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"display_type/([^/]+)/embed/?$\";s:45:\"index.php?display_type=$matches[1]&embed=true\";s:33:\"display_type/([^/]+)/trackback/?$\";s:39:\"index.php?display_type=$matches[1]&tb=1\";s:41:\"display_type/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?display_type=$matches[1]&paged=$matches[2]\";s:48:\"display_type/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?display_type=$matches[1]&cpage=$matches[2]\";s:37:\"display_type/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?display_type=$matches[1]&page=$matches[2]\";s:29:\"display_type/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"display_type/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"display_type/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"display_type/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"display_type/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"display_type/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"gal_display_source/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"gal_display_source/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"gal_display_source/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"gal_display_source/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"gal_display_source/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"gal_display_source/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"gal_display_source/([^/]+)/embed/?$\";s:51:\"index.php?gal_display_source=$matches[1]&embed=true\";s:39:\"gal_display_source/([^/]+)/trackback/?$\";s:45:\"index.php?gal_display_source=$matches[1]&tb=1\";s:47:\"gal_display_source/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?gal_display_source=$matches[1]&paged=$matches[2]\";s:54:\"gal_display_source/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?gal_display_source=$matches[1]&cpage=$matches[2]\";s:43:\"gal_display_source/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?gal_display_source=$matches[1]&page=$matches[2]\";s:35:\"gal_display_source/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"gal_display_source/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"gal_display_source/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"gal_display_source/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"gal_display_source/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"gal_display_source/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(1113,'theme_mods_zerif-lite','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1450333936;s:4:\"data\";a:9:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:17:\"recent-comments-2\";i:1;s:10:\"archives-2\";i:2;s:6:\"meta-2\";i:3;s:12:\"categories-2\";i:4;s:10:\"calendar-3\";}s:9:\"sidebar-1\";a:0:{}s:15:\"sidebar-aboutus\";a:0:{}s:20:\"zerif-sidebar-footer\";a:1:{i:0;s:7:\"pages-2\";}s:22:\"zerif-sidebar-footer-2\";N;s:22:\"zerif-sidebar-footer-3\";N;s:16:\"sidebar-ourfocus\";a:4:{i:0;s:17:\"ctup-ads-widget-1\";i:1;s:17:\"ctup-ads-widget-2\";i:2;s:17:\"ctup-ads-widget-3\";i:3;s:17:\"ctup-ads-widget-4\";}s:20:\"sidebar-testimonials\";a:3:{i:0;s:21:\"zerif_testim-widget-1\";i:1;s:21:\"zerif_testim-widget-2\";i:2;s:21:\"zerif_testim-widget-3\";}s:15:\"sidebar-ourteam\";a:4:{i:0;s:19:\"zerif_team-widget-1\";i:1;s:19:\"zerif_team-widget-2\";i:2;s:19:\"zerif_team-widget-3\";i:3;s:19:\"zerif_team-widget-4\";}}}}','yes'),(8718,'theme_switched_via_customizer','','yes'),(14976,'akismet_strictness','0','yes'),(14977,'akismet_show_user_comments_approved','0','yes'),(14978,'wordpress_api_key','434ab6e7c393','yes'),(1144,'cptui_post_types','a:1:{s:4:\"plan\";a:23:{s:4:\"name\";s:4:\"plan\";s:5:\"label\";s:15:\"真珠プラン\";s:14:\"singular_label\";s:15:\"真珠プラン\";s:11:\"description\";s:0:\"\";s:6:\"public\";s:4:\"true\";s:7:\"show_ui\";s:4:\"true\";s:11:\"has_archive\";s:4:\"true\";s:18:\"has_archive_string\";s:0:\"\";s:19:\"exclude_from_search\";s:5:\"false\";s:15:\"capability_type\";s:4:\"post\";s:12:\"hierarchical\";s:5:\"false\";s:7:\"rewrite\";s:4:\"true\";s:12:\"rewrite_slug\";s:0:\"\";s:17:\"rewrite_withfront\";s:4:\"true\";s:9:\"query_var\";s:4:\"true\";s:13:\"menu_position\";s:0:\"\";s:12:\"show_in_menu\";s:4:\"true\";s:19:\"show_in_menu_string\";s:0:\"\";s:9:\"menu_icon\";s:0:\"\";s:8:\"supports\";a:3:{i:0;s:5:\"title\";i:1;s:6:\"editor\";i:2;s:9:\"thumbnail\";}s:10:\"taxonomies\";a:0:{}s:6:\"labels\";a:13:{s:9:\"all_items\";s:21:\"真珠プラン一覧\";s:9:\"menu_name\";s:0:\"\";s:7:\"add_new\";s:0:\"\";s:12:\"add_new_item\";s:0:\"\";s:4:\"edit\";s:0:\"\";s:9:\"edit_item\";s:0:\"\";s:8:\"new_item\";s:0:\"\";s:4:\"view\";s:0:\"\";s:9:\"view_item\";s:0:\"\";s:12:\"search_items\";s:0:\"\";s:9:\"not_found\";s:0:\"\";s:18:\"not_found_in_trash\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"custom_supports\";s:0:\"\";}}','yes'),(56422,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(56423,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(56424,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(56425,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(56426,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(157762,'_site_transient_timeout_theme_roots','1595826026','no'),(157763,'_site_transient_theme_roots','a:3:{s:6:\"byblos\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(56427,'site_icon','0','yes'),(56428,'medium_large_size_w','768','yes'),(56429,'medium_large_size_h','0','yes'),(56433,'can_compress_scripts','0','no'),(157790,'akismet_comment_form_privacy_notice','hide','yes'),(157764,'_transient_timeout_su/generator/popup','1595999230','no'),(157765,'_transient_su/generator/popup','		<div id=\"su-generator-wrap\" style=\"display:none\">\n			<div id=\"su-generator\">\n				<div id=\"su-generator-header\">\n					<div id=\"su-generator-tools\"><a href=\"https://www.nagasaki-shinju.com/wp-admin/admin.php?page=shortcodes-ultimate#tab-1\" target=\"_blank\" title=\"設定\">プラグイン設定</a> <span></span> <a href=\"http://gndev.info/shortcodes-ultimate/\" target=\"_blank\" title=\"プラグインのホームページ\">プラグインのホームページ</a> <span></span> <a href=\"http://wordpress.org/support/plugin/shortcodes-ultimate/\" target=\"_blank\" title=\"サポートフォーラム\">サポートフォーラム</a> <span></span> <a href=\"https://www.nagasaki-shinju.com/wp-admin/admin.php?page=shortcodes-ultimate-addons\" target=\"_blank\" title=\"アドオン\" class=\"su-add-ons\">アドオン</a></div>\n					<input type=\"text\" name=\"su_generator_search\" id=\"su-generator-search\" value=\"\" placeholder=\"ショートコードを検索\" />\n					<p id=\"su-generator-search-pro-tip\"><strong>プロのヒント:</strong> Hit enter to select highlighted shortcode, while searching</p>\n					<div id=\"su-generator-filter\">\n						<strong>タイプ別フィルタ</strong>\n						<a href=\"#\" data-filter=\"all\">すべて</a><a href=\"#\" data-filter=\"content\">コンテンツ</a><a href=\"#\" data-filter=\"box\">ボックス</a><a href=\"#\" data-filter=\"media\">メディア</a><a href=\"#\" data-filter=\"gallery\">ギャラリー</a><a href=\"#\" data-filter=\"data\">データ</a><a href=\"#\" data-filter=\"other\">その他</a>					</div>\n					<div id=\"su-generator-choices\" class=\"su-generator-clearfix\">\n						<span data-name=\"見出し\" data-shortcode=\"heading\" title=\"見出しスタイル\" data-desc=\"見出しスタイル\" data-group=\"content\"><i class=\"fa fa-h-square\"></i>見出し</span>\n<span data-name=\"タブ\" data-shortcode=\"tabs\" title=\"コンテナタブ\" data-desc=\"コンテナタブ\" data-group=\"box\"><i class=\"fa fa-list-alt\"></i>タブ</span>\n<span data-name=\"タブ\" data-shortcode=\"tab\" title=\"単一のタブ\" data-desc=\"単一のタブ\" data-group=\"box\"><i class=\"fa fa-list-alt\"></i>タブ</span>\n<span data-name=\"スポイラー\" data-shortcode=\"spoiler\" title=\"コンテンツが非表示のスポイラー\" data-desc=\"コンテンツが非表示のスポイラー\" data-group=\"box\"><i class=\"fa fa-list-ul\"></i>スポイラー</span>\n<span data-name=\"アコーディオン\" data-shortcode=\"accordion\" title=\"スポイラーとアコーディオン\" data-desc=\"スポイラーとアコーディオン\" data-group=\"box\"><i class=\"fa fa-list\"></i>アコーディオン</span>\n<span data-name=\"仕切り\" data-shortcode=\"divider\" title=\"トップに戻るリンクの仕切り\" data-desc=\"トップに戻るリンクの仕切り\" data-group=\"content\"><i class=\"fa fa-ellipsis-h\"></i>仕切り</span>\n<span data-name=\"スペーサー\" data-shortcode=\"spacer\" title=\"調節可能な空きスペースの高さ\" data-desc=\"調節可能な空きスペースの高さ\" data-group=\"content other\"><i class=\"fa fa-arrows-v\"></i>スペーサー</span>\n<span data-name=\"ハイライト\" data-shortcode=\"highlight\" title=\"強調表示するテキストの背景色\" data-desc=\"強調表示するテキストの背景色\" data-group=\"content\"><i class=\"fa fa-pencil\"></i>ハイライト</span>\n<span data-name=\"ラベル\" data-shortcode=\"label\" title=\"ラベルスタイル\" data-desc=\"ラベルスタイル\" data-group=\"content\"><i class=\"fa fa-tag\"></i>ラベル</span>\n<span data-name=\"引用\" data-shortcode=\"quote\" title=\"代替 Blockquote\" data-desc=\"代替 Blockquote\" data-group=\"box\"><i class=\"fa fa-quote-right\"></i>引用</span>\n<span data-name=\"Pullquote\" data-shortcode=\"pullquote\" title=\"Pullquote\" data-desc=\"Pullquote\" data-group=\"box\"><i class=\"fa fa-quote-left\"></i>Pullquote</span>\n<span data-name=\"Dropcap\" data-shortcode=\"dropcap\" title=\"Dropcap\" data-desc=\"Dropcap\" data-group=\"content\"><i class=\"fa fa-bold\"></i>Dropcap</span>\n<span data-name=\"フレーム\" data-shortcode=\"frame\" title=\"画像フレームスタイル\" data-desc=\"画像フレームスタイル\" data-group=\"content\"><i class=\"fa fa-picture-o\"></i>フレーム</span>\n<span data-name=\"Columns\" data-shortcode=\"row\" title=\"柔軟性のある列の行\" data-desc=\"柔軟性のある列の行\" data-group=\"box\"><i class=\"fa fa-columns\"></i>Columns</span>\n<span data-name=\"カラム\" data-shortcode=\"column\" title=\"列の柔軟性とレスポンシブ\" data-desc=\"列の柔軟性とレスポンシブ\" data-group=\"box\"><i class=\"fa fa-columns\"></i>カラム</span>\n<span data-name=\"リスト\" data-shortcode=\"list\" title=\"番号の付かないリスト\" data-desc=\"番号の付かないリスト\" data-group=\"content\"><i class=\"fa fa-list-ol\"></i>リスト</span>\n<span data-name=\"ボタン\" data-shortcode=\"button\" title=\"ボタンスタイル\" data-desc=\"ボタンスタイル\" data-group=\"content\"><i class=\"fa fa-heart\"></i>ボタン</span>\n<span data-name=\"サービス\" data-shortcode=\"service\" title=\"サービスボックスのタイトル\" data-desc=\"サービスボックスのタイトル\" data-group=\"box\"><i class=\"fa fa-check-square-o\"></i>サービス</span>\n<span data-name=\"ボックス\" data-shortcode=\"box\" title=\"カラーボックスの見出し\" data-desc=\"カラーボックスの見出し\" data-group=\"box\"><i class=\"fa fa-list-alt\"></i>ボックス</span>\n<span data-name=\"ノート\" data-shortcode=\"note\" title=\"カラーボックス\" data-desc=\"カラーボックス\" data-group=\"box\"><i class=\"fa fa-list-alt\"></i>ノート</span>\n<span data-name=\"拡大\" data-shortcode=\"expand\" title=\"拡張可能なテキストブロック\" data-desc=\"拡張可能なテキストブロック\" data-group=\"box\"><i class=\"fa fa-sort-amount-asc\"></i>拡大</span>\n<span data-name=\"Lightbox\" data-shortcode=\"lightbox\" title=\"カスタムコンテンツとLightboxのウィンドウ\" data-desc=\"カスタムコンテンツとLightboxのウィンドウ\" data-group=\"gallery\"><i class=\"fa fa-external-link\"></i>Lightbox</span>\n<span data-name=\"lightboxのコンテンツ\" data-shortcode=\"lightbox_content\" title=\"lightboxのインラインコンテンツ\" data-desc=\"lightboxのインラインコンテンツ\" data-group=\"gallery\"><i class=\"fa fa-external-link\"></i>lightboxのコンテンツ</span>\n<span data-name=\"ツールチップ\" data-shortcode=\"tooltip\" title=\"カスタムコンテンツとウィンドウのツールチップ\" data-desc=\"カスタムコンテンツとウィンドウのツールチップ\" data-group=\"other\"><i class=\"fa fa-comment-o\"></i>ツールチップ</span>\n<span data-name=\"プライベート\" data-shortcode=\"private\" title=\"自分用のメモ\" data-desc=\"自分用のメモ\" data-group=\"other\"><i class=\"fa fa-lock\"></i>プライベート</span>\n<span data-name=\"YouTube\" data-shortcode=\"youtube\" title=\"YouTube video\" data-desc=\"YouTube video\" data-group=\"media\"><i class=\"fa fa-youtube-play\"></i>YouTube</span>\n<span data-name=\"YouTube advanced\" data-shortcode=\"youtube_advanced\" title=\"YouTube の動画プレーヤーの高度な設定\" data-desc=\"YouTube の動画プレーヤーの高度な設定\" data-group=\"media\"><i class=\"fa fa-youtube-play\"></i>YouTube advanced</span>\n<span data-name=\"Vimeo\" data-shortcode=\"vimeo\" title=\"Vimeo 動画\" data-desc=\"Vimeo 動画\" data-group=\"media\"><i class=\"fa fa-youtube-play\"></i>Vimeo</span>\n<span data-name=\"Screenr\" data-shortcode=\"screenr\" title=\"Screenr 動画\" data-desc=\"Screenr 動画\" data-group=\"media\"><i class=\"fa fa-youtube-play\"></i>Screenr</span>\n<span data-name=\"デイリーモーション\" data-shortcode=\"dailymotion\" title=\"デイリーモーション 動画\" data-desc=\"デイリーモーション 動画\" data-group=\"media\"><i class=\"fa fa-youtube-play\"></i>デイリーモーション</span>\n<span data-name=\"オーディオ\" data-shortcode=\"audio\" title=\"カスタムオーディオプレーヤー\" data-desc=\"カスタムオーディオプレーヤー\" data-group=\"media\"><i class=\"fa fa-play-circle\"></i>オーディオ</span>\n<span data-name=\"動画\" data-shortcode=\"video\" title=\"カスタム動画プレーヤー\" data-desc=\"カスタム動画プレーヤー\" data-group=\"media\"><i class=\"fa fa-play-circle\"></i>動画</span>\n<span data-name=\"テーブル\" data-shortcode=\"table\" title=\"HTML または CSV ファイルからテーブルを作成\" data-desc=\"HTML または CSV ファイルからテーブルを作成\" data-group=\"content\"><i class=\"fa fa-table\"></i>テーブル</span>\n<span data-name=\"パーマリンク\" data-shortcode=\"permalink\" title=\"指定された投稿/ページのパーマリンク\" data-desc=\"指定された投稿/ページのパーマリンク\" data-group=\"content other\"><i class=\"fa fa-link\"></i>パーマリンク</span>\n<span data-name=\"メンバー\" data-shortcode=\"members\" title=\"ログインメンバーのみのコンテンツ\" data-desc=\"ログインメンバーのみのコンテンツ\" data-group=\"other\"><i class=\"fa fa-lock\"></i>メンバー</span>\n<span data-name=\"ゲスト\" data-shortcode=\"guests\" title=\"ゲストのみのコンテンツ\" data-desc=\"ゲストのみのコンテンツ\" data-group=\"other\"><i class=\"fa fa-user\"></i>ゲスト</span>\n<span data-name=\"RSS feed\" data-shortcode=\"feed\" title=\"フィード取込み\" data-desc=\"フィード取込み\" data-group=\"content other\"><i class=\"fa fa-rss\"></i>RSS feed</span>\n<span data-name=\"メニュー\" data-shortcode=\"menu\" title=\"名前によるカスタムメニュー\" data-desc=\"名前によるカスタムメニュー\" data-group=\"other\"><i class=\"fa fa-bars\"></i>メニュー</span>\n<span data-name=\"サブページ\" data-shortcode=\"subpages\" title=\"サブページのリスト\" data-desc=\"サブページのリスト\" data-group=\"other\"><i class=\"fa fa-bars\"></i>サブページ</span>\n<span data-name=\"兄弟\" data-shortcode=\"siblings\" title=\"現在のページ兄弟のリスト\" data-desc=\"現在のページ兄弟のリスト\" data-group=\"other\"><i class=\"fa fa-bars\"></i>兄弟</span>\n<span data-name=\"文書\" data-shortcode=\"document\" title=\"Google ドキュメントビューア\" data-desc=\"Google ドキュメントビューア\" data-group=\"media\"><i class=\"fa fa-file-text\"></i>文書</span>\n<span data-name=\"Google map\" data-shortcode=\"gmap\" title=\"Google マップ\" data-desc=\"Google マップ\" data-group=\"media\"><i class=\"fa fa-globe\"></i>Google map</span>\n<span data-name=\"スライダー\" data-shortcode=\"slider\" title=\"カスタマイズ可能なスライダー\" data-desc=\"カスタマイズ可能なスライダー\" data-group=\"gallery\"><i class=\"fa fa-picture-o\"></i>スライダー</span>\n<span data-name=\"カルーセル\" data-shortcode=\"carousel\" title=\"カスタマイズ可能な画像カルーセル\" data-desc=\"カスタマイズ可能な画像カルーセル\" data-group=\"gallery\"><i class=\"fa fa-picture-o\"></i>カルーセル</span>\n<span data-name=\"ギャラリー\" data-shortcode=\"custom_gallery\" title=\"カスタマイズ可能な画像ギャラリー\" data-desc=\"カスタマイズ可能な画像ギャラリー\" data-group=\"gallery\"><i class=\"fa fa-picture-o\"></i>ギャラリー</span>\n<span data-name=\"投稿\" data-shortcode=\"posts\" title=\"カスタム投稿はカスタマイズ可能なテンプレートを使用して照会します。\" data-desc=\"カスタム投稿はカスタマイズ可能なテンプレートを使用して照会します。\" data-group=\"other\"><i class=\"fa fa-th-list\"></i>投稿</span>\n<span data-name=\"ダミーテキスト\" data-shortcode=\"dummy_text\" title=\"テキストプレースホルダー\" data-desc=\"テキストプレースホルダー\" data-group=\"content\"><i class=\"fa fa-text-height\"></i>ダミーテキスト</span>\n<span data-name=\"ダミー画像\" data-shortcode=\"dummy_image\" title=\"ランダムな画像による画像プレースホールダー\" data-desc=\"ランダムな画像による画像プレースホールダー\" data-group=\"content\"><i class=\"fa fa-picture-o\"></i>ダミー画像</span>\n<span data-name=\"アニメーション\" data-shortcode=\"animate\" title=\"アニメーションのラッパーです。任意のネストされた要素はアニメーションになります\" data-desc=\"アニメーションのラッパーです。任意のネストされた要素はアニメーションになります\" data-group=\"other\"><i class=\"fa fa-bolt\"></i>アニメーション</span>\n<span data-name=\"Meta data\" data-shortcode=\"meta\" title=\"投稿メタ\" data-desc=\"投稿メタ\" data-group=\"data\"><i class=\"fa fa-info-circle\"></i>Meta data</span>\n<span data-name=\"ユーザーデータ\" data-shortcode=\"user\" title=\"ユーザーデータ\" data-desc=\"ユーザーデータ\" data-group=\"data\"><i class=\"fa fa-info-circle\"></i>ユーザーデータ</span>\n<span data-name=\"投稿データ\" data-shortcode=\"post\" title=\"投稿データ\" data-desc=\"投稿データ\" data-group=\"data\"><i class=\"fa fa-info-circle\"></i>投稿データ</span>\n<span data-name=\"テンプレート\" data-shortcode=\"template\" title=\"テーマのテンプレート\" data-desc=\"テーマのテンプレート\" data-group=\"other\"><i class=\"fa fa-puzzle-piece\"></i>テンプレート</span>\n<span data-name=\"QR コード\" data-shortcode=\"qrcode\" title=\"高度な QR コードジェネレータ\" data-desc=\"高度な QR コードジェネレータ\" data-group=\"content\"><i class=\"fa fa-qrcode\"></i>QR コード</span>\n<span data-name=\"スケジューラ\" data-shortcode=\"scheduler\" title=\"指定した期間にコンテンツを表示することができます\" data-desc=\"指定した期間にコンテンツを表示することができます\" data-group=\"other\"><i class=\"fa fa-clock-o\"></i>スケジューラ</span>\n					</div>\n				</div>\n				<div id=\"su-generator-settings\"></div>\n				<input type=\"hidden\" name=\"su-generator-selected\" id=\"su-generator-selected\" value=\"https://www.nagasaki-shinju.com/wp-content/plugins/shortcodes-ultimate\" />\n				<input type=\"hidden\" name=\"su-generator-url\" id=\"su-generator-url\" value=\"https://www.nagasaki-shinju.com/wp-content/plugins/shortcodes-ultimate\" />\n				<input type=\"hidden\" name=\"su-compatibility-mode-prefix\" id=\"su-compatibility-mode-prefix\" value=\"su_\" />\n				<div id=\"su-generator-result\" style=\"display:none\"></div>\n			</div>\n		</div>\n	','no'),(157766,'_transient_timeout_plugin_slugs','1595910818','no'),(157767,'_transient_plugin_slugs','a:11:{i:0;s:19:\"akismet/akismet.php\";i:1;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:2;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:43:\"custom-post-type-ui/custom-post-type-ui.php\";i:5;s:29:\"nextgen-gallery/nggallery.php\";i:6;s:43:\"shortcodes-ultimate/shortcodes-ultimate.php\";i:7;s:25:\"tablepress/tablepress.php\";i:8;s:61:\"tablepress-responsive-tables/tablepress-responsive-tables.php\";i:9;s:41:\"wp-multibyte-patch/wp-multibyte-patch.php\";i:10;s:25:\"zipaddr-jp/zipaddr-jp.php\";}','no'),(157768,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1595835198','no'),(157769,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4713;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:4260;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2678;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2561;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1966;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1815;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1794;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1486;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1479;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1477;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1453;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1439;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1437;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1305;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1210;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1198;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1139;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1129;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1099;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1002;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:889;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:886;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:879;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:877;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:790;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:789;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:781;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:776;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:769;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:751;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:732;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:721;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:718;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:699;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:692;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:663;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:661;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:659;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:657;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:649;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:632;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:630;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:600;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:588;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:586;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:580;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:579;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:574;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:561;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:553;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:553;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:549;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:542;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:538;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:531;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:526;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:524;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:518;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:517;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:510;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:508;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:503;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:494;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:491;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:479;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:478;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:472;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:452;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:444;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:438;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:434;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:433;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:431;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:430;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:423;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:421;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:416;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:411;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:410;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:407;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:399;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:398;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:395;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:388;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:384;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:381;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:380;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:379;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:378;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:377;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:373;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:371;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:363;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:363;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:360;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:351;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:348;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:342;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:340;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:339;}}','no'),(157774,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1595824417;s:7:\"checked\";a:3:{s:6:\"byblos\";s:5:\"3.0.1\";s:15:\"twentyseventeen\";s:3:\"1.4\";s:13:\"twentysixteen\";s:3:\"1.4\";}s:8:\"response\";a:3:{s:6:\"byblos\";a:6:{s:5:\"theme\";s:6:\"byblos\";s:11:\"new_version\";s:5:\"3.2.2\";s:3:\"url\";s:36:\"https://wordpress.org/themes/byblos/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/byblos.3.2.2.zip\";s:8:\"requires\";s:3:\"4.0\";s:12:\"requires_php\";b:0;}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.3\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.3.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentysixteen\";a:6:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.2.1.zip\";s:8:\"requires\";s:3:\"4.4\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','no'),(157775,'ai1wm_secret_key','jlHwJ8aQn1GU','yes'),(157776,'ai1wm_status','a:2:{s:4:\"type\";s:8:\"download\";s:7:\"message\";s:372:\"<a href=\"https://www.nagasaki-shinju.com/wp-content/ai1wm-backups/www.nagasaki-shinju.com-20200727-043349-aljw0k.wpress\" class=\"ai1wm-button-green ai1wm-emphasize ai1wm-button-download\" title=\"www.nagasaki-shinju.com\" download=\"www.nagasaki-shinju.com-20200727-043349-aljw0k.wpress\"><span>www.nagasaki-shinju.com をダウンロード</span> <em>サイズ: 103 MB</em></a>\";}','yes'),(157752,'_site_transient_timeout_aioseop_update_check_time','1595845813','no'),(157753,'_site_transient_aioseop_update_check_time','1595824213','no'),(157754,'_site_transient_timeout_browser_2956876d4fe349e43e23774e751b61f7','1596429013','no'),(157755,'_site_transient_browser_2956876d4fe349e43e23774e751b61f7','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"84.0.4147.89\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(157750,'_transient_timeout_2__536483053','1595828024','no'),(157751,'_transient_2__536483053','{\"photocrati-attach_to_post#base64.js|0\":\"\\/virtual\\/nagasaki\\/public_html\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/attach_to_post\\/static\\/base64.min.js\",\"photocrati-attach_to_post#attach_to_post_dialog.css|0\":\"\\/virtual\\/nagasaki\\/public_html\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/attach_to_post\\/static\\/attach_to_post_dialog.min.css\",\"photocrati-attach_to_post#igw.js|0\":\"\\/virtual\\/nagasaki\\/public_html\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/attach_to_post\\/static\\/igw.min.js\",\"photocrati-attach_to_post#atp_button.png|0\":\"\\/virtual\\/nagasaki\\/public_html\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/attach_to_post\\/static\\/atp_button.png\",\"photocrati-attach_to_post#ngg_attach_to_post_tinymce_plugin.js|0\":\"\\/virtual\\/nagasaki\\/public_html\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/attach_to_post\\/static\\/ngg_attach_to_post_tinymce_plugin.min.js\"}','no'),(157781,'_transient_timeout_3__2899230903','1595828021','no'),(157731,'_transient_timeout_2__974818834','1595828281','no'),(157732,'_transient_2__974818834','{\"photocrati-ajax#ajax.min.js||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/ajax\\/static\\/ajax.min.js\",\"photocrati-nextgen_admin#gritter\\/gritter.min.js||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/gritter\\/gritter.min.js\",\"photocrati-nextgen_admin#gritter\\/css\\/gritter.css||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/gritter\\/css\\/gritter.min.css\",\"photocrati-nextgen_admin#ngg_progressbar.js||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/ngg_progressbar.min.js\",\"photocrati-nextgen_admin#ngg_progressbar.css||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/ngg_progressbar.min.css\",\"photocrati-nextgen_admin#select2\\/select2.css||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/select2\\/select2.min.css\",\"photocrati-nextgen_admin#select2\\/select2.modded.js||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/select2\\/select2.modded.min.js\",\"photocrati-nextgen_admin#jquery.nextgen_radio_toggle.js||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/jquery.nextgen_radio_toggle.min.js\",\"photocrati-nextgen_admin#jquery-ui\\/jquery-ui-1.10.4.custom.css||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/jquery-ui\\/jquery-ui-1.10.4.custom.min.css\",\"photocrati-nextgen_admin#bootstrap\\/css\\/bootstrap-tooltip.css||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/bootstrap\\/css\\/bootstrap-tooltip.min.css\",\"photocrati-nextgen_admin#tourist\\/tourist.js||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/tourist\\/tourist.min.js\",\"photocrati-nextgen_admin#tourist\\/tourist.css||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/tourist\\/tourist.min.css\",\"photocrati-nextgen_admin#nextgen_wizards.js||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/nextgen_wizards.min.js\",\"photocrati-nextgen_admin#nextgen_wizards.css||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/nextgen_wizards.min.css\",\"photocrati-frame_communication#frame_event_publisher.js||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/frame_communication\\/static\\/frame_event_publisher.min.js\",\"photocrati-nextgen_gallery_display#nextgen_gallery_display_settings.js||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_gallery_display\\/static\\/nextgen_gallery_display_settings.min.js\",\"photocrati-nextgen_gallery_display#nextgen_gallery_display_settings.css||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_gallery_display\\/static\\/nextgen_gallery_display_settings.min.css\",\"photocrati-nextgen_gallery_display#nextgen_gallery_related_images.css||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_gallery_display\\/static\\/nextgen_gallery_related_images.min.css\",\"photocrati-nextgen_gallery_display#common.js||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_gallery_display\\/static\\/common.min.js\",\"photocrati-nextgen_gallery_display#trigger_buttons.css||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_gallery_display\\/static\\/trigger_buttons.min.css\",\"photocrati-nextgen_admin#wizard_starter_icon.png||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/wizard_starter_icon.png\",\"photocrati-nextgen_gallery_display#fontawesome\\/font-awesome.css||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_gallery_display\\/static\\/fontawesome\\/font-awesome.min.css\",\"photocrati-attach_to_post#ngg_attach_to_post_tinymce_plugin.css||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/attach_to_post\\/static\\/ngg_attach_to_post_tinymce_plugin.min.css\",\"photocrati-nextgen_addgallery_page#browserplus-2.4.21.min.js||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_addgallery_page\\/static\\/browserplus-2.4.21.min.js\",\"photocrati-nextgen_addgallery_page#plupload-2.1.1\\/moxie.min.js||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_addgallery_page\\/static\\/plupload-2.1.1\\/moxie.min.js\",\"photocrati-nextgen_addgallery_page#plupload-2.1.1\\/plupload.dev.js||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_addgallery_page\\/static\\/plupload-2.1.1\\/plupload.dev.min.js\",\"photocrati-nextgen_addgallery_page#plupload-2.1.1\\/jquery.plupload.queue\\/jquery.plupload.queue.min.js||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_addgallery_page\\/static\\/plupload-2.1.1\\/jquery.plupload.queue\\/jquery.plupload.queue.min.js\",\"photocrati-nextgen_addgallery_page#plupload-2.1.1\\/jquery.plupload.queue\\/css\\/jquery.plupload.queue.css||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_addgallery_page\\/static\\/plupload-2.1.1\\/jquery.plupload.queue\\/css\\/jquery.plupload.queue.min.css\",\"photocrati-nextgen_addgallery_page#styles.css||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_addgallery_page\\/static\\/styles.min.css\",\"photocrati-nextgen_addgallery_page#jquery.filetree\\/jquery.filetree.js||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_addgallery_page\\/static\\/jquery.filetree\\/jquery.filetree.min.js\",\"photocrati-nextgen_addgallery_page#jquery.filetree\\/jquery.filetree.css||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_addgallery_page\\/static\\/jquery.filetree\\/jquery.filetree.min.css\",\"photocrati-nextgen_addgallery_page#media-library-import.js||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_addgallery_page\\/static\\/media-library-import.min.js\",\"photocrati-nextgen_addgallery_page#media-library-import.css||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_addgallery_page\\/static\\/media-library-import.min.css\",\"photocrati-attach_to_post#base64.js||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/attach_to_post\\/static\\/base64.min.js\",\"photocrati-attach_to_post#attach_to_post_dialog.css||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/attach_to_post\\/static\\/attach_to_post_dialog.min.css\",\"photocrati-attach_to_post#igw.js||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/attach_to_post\\/static\\/igw.min.js\",\"photocrati-attach_to_post#atp_button.png||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/attach_to_post\\/static\\/atp_button.png\",\"photocrati-attach_to_post#ngg_attach_to_post_tinymce_plugin.js||https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/mu-plugins|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos|https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/themes\\/byblos\":\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/attach_to_post\\/static\\/ngg_attach_to_post_tinymce_plugin.min.js\"}','no'),(157782,'_transient_3__2899230903','[\"ID\",\"post_author\",\"post_date\",\"post_date_gmt\",\"post_content\",\"post_title\",\"post_excerpt\",\"post_status\",\"comment_status\",\"ping_status\",\"post_password\",\"post_name\",\"to_ping\",\"pinged\",\"post_modified\",\"post_modified_gmt\",\"post_content_filtered\",\"post_parent\",\"guid\",\"menu_order\",\"post_type\",\"post_mime_type\",\"comment_count\"]','no'),(157783,'_transient_timeout_4__2899230903','1595828021','no'),(157784,'_transient_4__2899230903','[\"gid\",\"name\",\"slug\",\"path\",\"title\",\"galdesc\",\"pageid\",\"previewpic\",\"author\",\"extras_post_id\"]','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_postmeta`
--

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=2293 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_postmeta`
--

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1282,486,'_edit_lock','1504843501:1'),(1250,480,'_menu_item_type','post_type'),(1251,480,'_menu_item_menu_item_parent','0'),(1252,480,'_menu_item_object_id','38'),(1253,480,'_menu_item_object','page'),(1254,480,'_menu_item_target',''),(1255,480,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1256,480,'_menu_item_xfn',''),(1257,480,'_menu_item_url',''),(1278,483,'_edit_lock','1504843667:1'),(1259,481,'_menu_item_type','post_type'),(1260,481,'_menu_item_menu_item_parent','0'),(1261,481,'_menu_item_object_id','11'),(1262,481,'_menu_item_object','page'),(1263,481,'_menu_item_target',''),(1264,481,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1265,481,'_menu_item_xfn',''),(1266,481,'_menu_item_url',''),(1277,483,'_edit_last','1'),(1268,482,'_menu_item_type','post_type'),(1269,482,'_menu_item_menu_item_parent','0'),(2211,38,'_aioseop_description','長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。'),(2212,38,'_aioseop_title','長崎県は真円真珠養殖の発祥の地|厳選した最上級の品質'),(2220,22,'_aioseop_description','当店は長崎市にある真珠生産から加工・販売まで一貫して行う専門店です。生産者として最高品質の真珠を厳選し、直売店として皆さまにお届けしています。地元九州だけでなく全国の皆さまにお手ごろな価格で高品質ネックレスをお届けしたい思いで開店いたしました。'),(2221,22,'_aioseop_title','店舗案内|厳選した最上級の品質'),(2210,38,'_aioseop_keywords','長崎県大村湾,真円真珠養殖,長崎真珠店,生産直売店,花珠真珠,あこや真珠'),(12,9,'_form','<p><span class=\"so_midasi\">お名前</span><span class=\"sr_midasi\">必須</span>\n[text* your-name akismet:author placeholder \"例)長崎太郎\"]</p>\n\n<p><span class=\"so_midasi\">メールアドレス</span><span class=\"sr_midasi\">必須</span>\n[email* your-email akismet:author_email placeholder \"例)xxxxx@google.com\"] </p>\n\n<p><span class=\"so_midasi\">電話番号</span>\n[tel* tel-800 placeholder \"例)090-1111-2222\"]\n\n<p><span class=\"so_midasi\">郵便番号</span>\n[text text-947 placeholder \"例)857-0011\"]</p>\n\n<p><span class=\"so_midasi\">住所(資料送付先)</span>\n[text text-981 placeholder \"例)佐世保市八幡町1-1-1\"]\n\n<p><span class=\"so_midasi\">お問い合わせ内容</span><span class=\"sr_midasi\">必須</span>\n[checkbox* checkbox-785 \"真珠について\" \"店舗について\" \"販売について\" \"その他\"]</p>\n\n<p><span class=\"so_midasi\">お問い合わせ内容(記入欄)</span>\n[textarea your-message x4] </p>\n\n<p>もう一度内容をお確かめください。\n[submit \"送信する\"]\n</p>'),(13,9,'_mail','a:8:{s:7:\"subject\";s:41:\"[your-name]様からのお問い合わせ\";s:6:\"sender\";s:12:\"[your-email]\";s:4:\"body\";s:549:\"差出人: [your-name]様 <[your-email]>\n題名: 【長崎真珠】問い合わせ: [your-subject]\n\nメッセージ本文:\n[your-name]様 <[your-email]>\n\nホームページからのお問い合わせ\n\n-----------------\nお問い合わせ内容: [checkbox-785]\nお問い合わせ内容: [your-message]\n------------------\n連絡先:[tel-800]\n住所:[text-981]\nメールアドレス:[your-email]\n------------------\n\n--\nこのメールは 長崎真珠店 http://www.nagasaki-shinju.com の\nお問い合わせフォームから送信されました\";s:9:\"recipient\";s:24:\"info@nagasaki-shinju.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(14,9,'_mail_2','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:69:\"【長崎真珠店】お問い合わせありがとうございます\";s:6:\"sender\";s:42:\"長崎真珠店 <info@nagasaki-shinju.com>\";s:4:\"body\";s:1202:\"お問い合わせありがとうございました。\n\n出来るだけ早く、弊社担当者よりお返事させて頂きます。\n尚、内容によりお問合せにお答えできない場合もございます。\nあらかじめご了承ください。 \n\n-----------------\nお問い合わせ内容: [checkbox-785]\nお問い合わせ内容: [your-message]\n------------------\n連絡先:[tel-800]\n住所:[text-981]\nメールアドレス:[your-email]\n------------------\n\n○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○\n有限会社長崎真珠 http://www.nagasaki-shinju.com\nお問い合わせ	0120-410-804(通話料無料)\n営業時間	10:00〜19:00\n定休日	【火曜定休】\n○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○\n〒 851-3212 長崎県長崎市長浦町224-12\nTEL:095-860-7317\nFAX:095-860-7317\n販売責任者	深江敦子 \nメールアドレス	info@nagasaki-shinju.com\n---------------------\nこのメールは 長崎真珠店 http://www.nagasaki-shinju.com の\nお問い合わせフォームから送信されました\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(15,9,'_messages','a:23:{s:12:\"mail_sent_ok\";s:90:\"あなたのメッセージは送信されました。ありがとうございました。\";s:12:\"mail_sent_ng\";s:159:\"メッセージの送信に失敗しました。間をおいてもう一度お試しいただくか、別の手段で管理者にお問い合わせ下さい。\";s:16:\"validation_error\";s:90:\"入力内容に不備があります。確認してもう一度送信してください。\";s:4:\"spam\";s:159:\"メッセージの送信に失敗しました。間をおいてもう一度お試しいただくか、別の手段で管理者にお問い合わせ下さい。\";s:12:\"accept_terms\";s:48:\"進めるには条項の承諾が必要です。\";s:16:\"invalid_required\";s:45:\"必須項目に記入もれがあります。\";s:16:\"invalid_too_long\";s:33:\"この入力は長すぎます。\";s:17:\"invalid_too_short\";s:33:\"この入力は短すぎます。\";s:12:\"invalid_date\";s:48:\"日付の形式が正しくないようです。\";s:14:\"date_too_early\";s:27:\"日付が早すぎます。\";s:13:\"date_too_late\";s:27:\"日付が遅すぎます。\";s:13:\"upload_failed\";s:57:\"ファイルのアップロードに失敗しました。\";s:24:\"upload_file_type_invalid\";s:51:\"許可されていないファイル形式です。\";s:21:\"upload_file_too_large\";s:36:\"ファイルが大きすぎます。\";s:23:\"upload_failed_php_error\";s:93:\"ファイルのアップロードに失敗しました。エラーが発生しています。\";s:14:\"invalid_number\";s:48:\"数値の形式が正しくないようです。\";s:16:\"number_too_small\";s:30:\"数値が小さすぎます。\";s:16:\"number_too_large\";s:30:\"数値が大きすぎます。\";s:23:\"quiz_answer_not_correct\";s:36:\"答えが正しくありません。\";s:17:\"captcha_not_match\";s:54:\"入力されたコードが正しくありません。\";s:13:\"invalid_email\";s:63:\"メールアドレスの形式が正しくないようです。\";s:11:\"invalid_url\";s:46:\"URL の形式が正しくないようです。\";s:11:\"invalid_tel\";s:54:\"電話番号の形式が正しくないようです。\";}'),(16,9,'_additional_settings',''),(17,9,'_locale','ja'),(756,285,'_menu_item_type','post_type'),(757,285,'_menu_item_menu_item_parent','0'),(1485,527,'_wp_attached_file','2016/04/catch231.jpg'),(20,11,'_edit_last','1'),(21,11,'_edit_lock','1509346986:2'),(22,11,'_wp_page_template','default'),(23,13,'_menu_item_type','custom'),(24,13,'_menu_item_menu_item_parent','0'),(25,13,'_menu_item_object_id','13'),(26,13,'_menu_item_object','custom'),(27,13,'_menu_item_target',''),(28,13,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(29,13,'_menu_item_xfn',''),(30,13,'_menu_item_url','http://nagasaki.s198.coreserver.jp/'),(32,14,'_menu_item_type','post_type'),(33,14,'_menu_item_menu_item_parent','0'),(34,14,'_menu_item_object_id','11'),(35,14,'_menu_item_object','page'),(36,14,'_menu_item_target',''),(37,14,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(38,14,'_menu_item_xfn',''),(39,14,'_menu_item_url',''),(776,310,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],\"columns\":[1,1,1]}'),(63,22,'_edit_last','1'),(64,22,'_edit_lock','1504844274:1'),(65,22,'_wp_page_template','default'),(66,24,'_menu_item_type','post_type'),(67,24,'_menu_item_menu_item_parent','0'),(68,24,'_menu_item_object_id','22'),(69,24,'_menu_item_object','page'),(70,24,'_menu_item_target',''),(71,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(72,24,'_menu_item_xfn',''),(73,24,'_menu_item_url',''),(74,25,'_edit_last','1'),(75,25,'_edit_lock','1504844119:1'),(76,25,'_wp_page_template','default'),(77,26,'_menu_item_type','post_type'),(78,26,'_menu_item_menu_item_parent','0'),(79,26,'_menu_item_object_id','25'),(80,26,'_menu_item_object','page'),(81,26,'_menu_item_target',''),(82,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(83,26,'_menu_item_xfn',''),(84,26,'_menu_item_url',''),(85,28,'_edit_last','1'),(86,28,'_edit_lock','1500437110:1'),(87,28,'_wp_page_template','default'),(88,29,'_menu_item_type','post_type'),(89,29,'_menu_item_menu_item_parent','0'),(90,29,'_menu_item_object_id','28'),(91,29,'_menu_item_object','page'),(92,29,'_menu_item_target',''),(93,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(94,29,'_menu_item_xfn',''),(95,29,'_menu_item_url',''),(96,31,'_edit_last','1'),(97,31,'_edit_lock','1504844064:1'),(98,31,'_wp_page_template','default'),(99,32,'_menu_item_type','post_type'),(100,32,'_menu_item_menu_item_parent','0'),(101,32,'_menu_item_object_id','31'),(102,32,'_menu_item_object','page'),(103,32,'_menu_item_target',''),(104,32,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(105,32,'_menu_item_xfn',''),(106,32,'_menu_item_url',''),(1323,505,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:770;s:6:\"height\";i:480;s:4:\"file\";s:19:\"2016/04/catch23.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"catch23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"catch23-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(113,38,'_edit_last','1'),(114,38,'_edit_lock','1504844188:1'),(115,38,'_wp_page_template','default'),(116,39,'_menu_item_type','post_type'),(117,39,'_menu_item_menu_item_parent','0'),(118,39,'_menu_item_object_id','38'),(119,39,'_menu_item_object','page'),(120,39,'_menu_item_target',''),(121,39,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(122,39,'_menu_item_xfn',''),(123,39,'_menu_item_url',''),(1300,499,'_wp_attached_file','2016/04/bann22.jpg'),(1301,499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:770;s:6:\"height\";i:770;s:4:\"file\";s:18:\"2016/04/bann22.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"bann22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"bann22-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1292,495,'_wp_attached_file','2016/04/bann23.jpg'),(1293,495,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:770;s:6:\"height\";i:770;s:4:\"file\";s:18:\"2016/04/bann23.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"bann23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"bann23-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(888,335,'_tablepress_table_options','{\"last_editor\":1,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":false,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(2193,31,'_aioseop_description','お互いのこれまでの30年をねぎらい、これからの愛を誓うためにふさわしい贈り物を。最高級の花珠真珠ネックレスは品質・価格ともに安定の自信。結婚30年目は花珠真珠で。'),(150,54,'_edit_last','1'),(151,54,'_edit_lock','1500437137:1'),(152,54,'_wp_page_template','default'),(153,55,'_menu_item_type','post_type'),(154,55,'_menu_item_menu_item_parent','0'),(155,55,'_menu_item_object_id','54'),(156,55,'_menu_item_object','page'),(157,55,'_menu_item_target',''),(158,55,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(159,55,'_menu_item_xfn',''),(160,55,'_menu_item_url',''),(161,57,'_edit_last','1'),(162,57,'_edit_lock','1500602066:1'),(163,57,'_wp_page_template','default'),(164,58,'_menu_item_type','post_type'),(165,58,'_menu_item_menu_item_parent','0'),(166,58,'_menu_item_object_id','57'),(167,58,'_menu_item_object','page'),(168,58,'_menu_item_target',''),(169,58,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(170,58,'_menu_item_xfn',''),(171,58,'_menu_item_url',''),(919,372,'_tablepress_table_options','{\"last_editor\":1,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":false,\"row_hover\":false,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":false,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(1298,498,'_wp_attached_file','2016/04/bann21.jpg'),(1299,498,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:770;s:6:\"height\";i:770;s:4:\"file\";s:18:\"2016/04/bann21.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"bann21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"bann21-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1302,500,'_wp_attached_file','2016/04/02slide01.jpg'),(1303,500,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2016/04/02slide01.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"02slide01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"02slide01-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"02slide01-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1034,406,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:400;s:4:\"file\";s:17:\"2015/12/15097.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"15097-e1450336134831-150x97.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"15097-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"mk-galleries\";a:4:{s:4:\"file\";s:17:\"15097-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"mk-wide\";a:4:{s:4:\"file\";s:17:\"15097-620x380.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"archive-thumb\";a:4:{s:4:\"file\";s:17:\"15097-220x180.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1033,406,'_wp_attached_file','2015/12/15097.jpg'),(1032,405,'_edit_lock','1450338824:1'),(1031,405,'_edit_last','1'),(216,72,'_edit_last','1'),(217,72,'_edit_lock','1500623128:1'),(218,72,'_wp_page_template','default'),(219,73,'_menu_item_type','post_type'),(220,73,'_menu_item_menu_item_parent','0'),(221,73,'_menu_item_object_id','72'),(222,73,'_menu_item_object','page'),(223,73,'_menu_item_target',''),(224,73,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(225,73,'_menu_item_xfn',''),(226,73,'_menu_item_url',''),(227,75,'_edit_last','1'),(228,75,'_edit_lock','1504844307:1'),(229,75,'_wp_page_template','default'),(889,335,'_tablepress_table_visibility','{\"rows\":[1,1,1,1],\"columns\":[1,1,1]}'),(238,78,'_edit_last','1'),(239,78,'_edit_lock','1504844326:1'),(240,78,'_wp_page_template','default'),(2194,31,'_aioseop_title','結婚30周年は真珠婚'),(2128,72,'_aioseop_title','BRIDAL PEARL SET ブライダル花玉真珠3点セット '),(2127,72,'_aioseop_description','ブライダル花玉真珠3点セット。母から娘へ、嫁ぐ娘へまごころ込めた贈り物。娘の大切な記念日に一生モノの上質なパールを贈りませんか | 長崎真珠店'),(2126,72,'_aioseop_keywords','長崎真珠店,ブライダル,花玉真珠セット,まごころ,贈り物,記念日,一生モノ,上質,パール,'),(1270,482,'_menu_item_object_id','22'),(1271,482,'_menu_item_object','page'),(1272,482,'_menu_item_target',''),(1273,482,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1274,482,'_menu_item_xfn',''),(1275,482,'_menu_item_url',''),(1996,11,'_aioseop_keywords','長崎真珠店,生産直売店,真珠に関すること,花珠真珠,あこや真珠'),(2203,25,'_aioseop_title','生産直売店のこだわり|厳選した最上級の品質'),(415,101,'_edit_last','1'),(416,101,'_edit_lock','1504843646:1'),(417,101,'_wp_page_template','default'),(1997,11,'_aioseop_description','真珠に関することならどんなことでも承ります。お気軽に下記よりお問い合せください。'),(2173,476,'_aioseop_title','真珠婚|結婚30周年を迎えるご夫婦の方へ'),(2145,486,'_aioseop_keywords','長崎真珠店,生産直売店,花珠真珠,あこや真珠'),(2146,486,'_aioseop_description','品質・ランク別の多彩なラインナップ。当店はお客様のご予算・ご要望に応じて、あなた様にぴったりの商品をご提案いたします'),(2147,486,'_aioseop_title','THE PROFESSIONAL PEARL SHOP|厳選した最上級の品質'),(2160,483,'_aioseop_title','パールジュエリー|母から娘へ花珠真珠3点セットを'),(2158,483,'_aioseop_keywords','パールジュエリー,長崎真珠店,生産直売店,花珠真珠,あこや真珠'),(2159,483,'_aioseop_description','結婚式にかかせないパールジュエリー ウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。'),(1322,505,'_wp_attached_file','2016/04/catch23.jpg'),(1799,577,'_wp_attached_file','2016/04/banner_02.jpg'),(775,310,'_tablepress_table_options','{\"last_editor\":1,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":false,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(774,307,'_wp_attachment_is_custom_header','mk'),(771,307,'_wp_attached_file','2015/12/sub_main02.jpg'),(772,307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:280;s:4:\"file\";s:22:\"2015/12/sub_main02.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"sub_main02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"sub_main02-300x66.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"sub_main02-1024x224.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"mk-galleries\";a:4:{s:4:\"file\";s:22:\"sub_main02-550x280.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"mk-wide\";a:4:{s:4:\"file\";s:22:\"sub_main02-720x280.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"archive-thumb\";a:4:{s:4:\"file\";s:22:\"sub_main02-220x180.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(773,307,'_wp_attachment_custom_header_last_used_mk','1449892758'),(729,204,'_tablepress_table_options','{\"last_editor\":1,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":false,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(730,204,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1],\"columns\":[1,1,1]}'),(731,208,'_tablepress_table_options','{\"last_editor\":1,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":false,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(732,208,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1],\"columns\":[1,1,1]}'),(733,210,'_tablepress_table_options','{\"last_editor\":1,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":false,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(734,210,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1,1],\"columns\":[1,1,1]}'),(735,212,'_tablepress_table_options','{\"last_editor\":1,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":false,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(736,212,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1],\"columns\":[1,1,1]}'),(737,214,'_tablepress_table_options','{\"last_editor\":1,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":false,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(738,214,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1],\"columns\":[1,1,1]}'),(739,216,'_tablepress_table_options','{\"last_editor\":1,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":true,\"row_hover\":true,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":false,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(740,216,'_tablepress_table_visibility','{\"rows\":[1,1,1,1,1],\"columns\":[1,1]}'),(741,218,'_edit_last','1'),(742,218,'_edit_lock','1504844028:1'),(743,218,'_wp_page_template','default'),(744,219,'_menu_item_type','post_type'),(745,219,'_menu_item_menu_item_parent','0'),(746,219,'_menu_item_object_id','218'),(747,219,'_menu_item_object','page'),(748,219,'_menu_item_target',''),(749,219,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(750,219,'_menu_item_xfn',''),(751,219,'_menu_item_url',''),(759,285,'_menu_item_object','page'),(758,285,'_menu_item_object_id','101'),(760,285,'_menu_item_target',''),(761,285,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(762,285,'_menu_item_xfn',''),(763,285,'_menu_item_url',''),(920,372,'_tablepress_table_visibility','{\"rows\":[1,1],\"columns\":[1]}'),(921,387,'_tablepress_table_options','{\"last_editor\":1,\"table_head\":true,\"table_foot\":false,\"alternating_row_colors\":false,\"row_hover\":false,\"print_name\":false,\"print_name_position\":\"above\",\"print_description\":false,\"print_description_position\":\"below\",\"extra_css_classes\":\"\",\"use_datatables\":false,\"datatables_sort\":true,\"datatables_filter\":true,\"datatables_paginate\":true,\"datatables_lengthchange\":true,\"datatables_paginate_entries\":10,\"datatables_info\":true,\"datatables_scrollx\":false,\"datatables_custom_commands\":\"\"}'),(922,387,'_tablepress_table_visibility','{\"rows\":[1,1],\"columns\":[1]}'),(1626,393,'hidden_from_ui',''),(1625,393,'installed_at_version','2.1.77'),(1624,393,'name','photocrati-nextgen_basic_thumbnails'),(1623,393,'view_order','10000'),(1622,393,'default_source','galleries'),(1621,393,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumb_preview.jpg'),(1620,393,'title','NextGEN Basic Thumbnails'),(1617,393,'post_id','393'),(1618,393,'meta_key','name'),(1619,393,'meta_value','photocrati-nextgen_basic_thumbnails'),(1616,393,'meta_id','927'),(1615,393,'filter','raw'),(1641,394,'view_order','10010'),(1642,394,'name','photocrati-nextgen_basic_slideshow'),(1643,394,'installed_at_version','2.1.77'),(1644,394,'hidden_from_ui',''),(1645,394,'hidden_from_igw',''),(1646,394,'__defaults_set','1'),(1647,394,'entity_types','WyJpbWFnZSJd'),(1648,394,'id_field','ID'),(1649,394,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJ5X3dpZHRoIjo2MDAsImdhbGxlcnlfaGVpZ2h0Ijo0MDAsInRodW1ibmFpbF93aWR0aCI6MjQwLCJ0aHVtYm5haWxfaGVpZ2h0IjoxNjAsImN5Y2xlX2ludGVydmFsIjoxMCwiY3ljbGVfZWZmZWN0IjoiZmFkZSIsImVmZmVjdF9jb2RlIjoiY2xhc3M9XCJuZ2ctZmFuY3lib3hcIiByZWw9XCIlR0FMTEVSWV9OQU1FJVwiIiwic2hvd190aHVtYm5haWxfbGluayI6MSwidGh1bWJuYWlsX2xpbmtfdGV4dCI6IltTaG93IHRodW1ibmFpbHNdIiwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0='),(1758,395,'aliases','WyJiYXNpY19pbWFnZWJyb3dzZXIiLCJpbWFnZWJyb3dzZXIiLCJuZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3NlciJd'),(1756,395,'id_field','ID'),(1757,395,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifQ=='),(1752,395,'hidden_from_ui',''),(1753,395,'hidden_from_igw',''),(1754,395,'__defaults_set','1'),(1755,395,'entity_types','WyJpbWFnZSJd'),(1751,395,'installed_at_version','2.2.3'),(1750,395,'name','photocrati-nextgen_basic_imagebrowser'),(1749,395,'view_order','10020'),(1684,396,'id_field','ID'),(1685,396,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ3aWR0aCI6IiIsImhlaWdodCI6IiIsIm1vZGUiOiIiLCJkaXNwbGF5X3dhdGVybWFyayI6MCwiZGlzcGxheV9yZWZsZWN0aW9uIjowLCJmbG9hdCI6IiIsImxpbmsiOiIiLCJsaW5rX3RhcmdldCI6Il9ibGFuayIsInF1YWxpdHkiOjEwMCwiY3JvcCI6MCwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0='),(1683,396,'entity_types','WyJpbWFnZSJd'),(1682,396,'__defaults_set','1'),(1680,396,'installed_at_version','2.1.77'),(1681,396,'hidden_from_igw','1'),(1679,396,'name','photocrati-nextgen_basic_singlepic'),(1678,396,'hidden_from_ui','1'),(1677,396,'view_order','10060'),(1676,396,'default_source','galleries'),(1697,397,'installed_at_version','2.1.77'),(1695,397,'view_order','10100'),(1696,397,'name','photocrati-nextgen_basic_tagcloud'),(1694,397,'default_source','tags'),(1693,397,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_tagcloud/static/preview.gif'),(1692,397,'title','NextGEN Basic TagCloud'),(1691,397,'meta_value','photocrati-nextgen_basic_tagcloud'),(1687,397,'filter','raw'),(1688,397,'meta_id','975'),(1689,397,'post_id','397'),(1690,397,'meta_key','name'),(1721,398,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOjAsImVuYWJsZV9icmVhZGNydW1icyI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJ0ZW1wbGF0ZSI6IiIsImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJnYWxsZXJ5X2Rpc3BsYXlfdGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiZW5hYmxlX2Rlc2NyaXB0aW9ucyI6MCwib3Blbl9nYWxsZXJ5X2luX2xpZ2h0Ym94IjowfQ=='),(1720,398,'id_field','ID'),(1718,398,'__defaults_set','1'),(1719,398,'entity_types','WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),(1712,398,'default_source','albums'),(1713,398,'view_order','10200'),(1714,398,'name','photocrati-nextgen_basic_compact_album'),(1716,398,'hidden_from_ui',''),(1717,398,'hidden_from_igw',''),(1715,398,'installed_at_version','2.1.77'),(1735,399,'hidden_from_igw',''),(1734,399,'hidden_from_ui',''),(1733,399,'installed_at_version','2.1.77'),(1731,399,'view_order','10210'),(1732,399,'name','photocrati-nextgen_basic_extended_album'),(1730,399,'default_source','albums'),(1729,399,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/static/extended_preview.jpg'),(1728,399,'title','NextGEN Basic Extended Album'),(1727,399,'meta_value','photocrati-nextgen_basic_extended_album'),(1726,399,'meta_key','name'),(1723,399,'filter','raw'),(1724,399,'meta_id','999'),(1725,399,'post_id','399'),(2222,669,'_wp_attached_file','2017/09/main_logo.png'),(2178,101,'_aioseop_description','フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。'),(1639,394,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/slideshow_preview.jpg'),(1640,394,'default_source','galleries'),(1633,394,'filter','raw'),(1035,406,'_wp_attachment_backup_sizes','a:1:{s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:17:\"15097-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1036,405,'_thumbnail_id','406'),(2172,476,'_aioseop_description','結婚30年目は人生の節目。これから結婚30周年を迎えようとするご夫婦の方へセカンドライフが始まるという時期にあたる「真珠婚」。奥様のこれまでの30年をねぎらい、これからの愛を誓うための贈りものは最高級の花珠真珠のネックレスを。'),(2171,476,'_aioseop_keywords','結婚30年真珠婚,花珠真珠ネックレス,長崎真珠店,生産直売店'),(1627,393,'hidden_from_igw',''),(1046,409,'_edit_last','1'),(1047,409,'_edit_lock','1500603492:1'),(1048,410,'_wp_attached_file','2015/12/15086.jpg'),(1049,410,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:400;s:4:\"file\";s:17:\"2015/12/15086.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"15086-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"15086-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"mk-galleries\";a:4:{s:4:\"file\";s:17:\"15086-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"mk-wide\";a:4:{s:4:\"file\";s:17:\"15086-620x380.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"archive-thumb\";a:4:{s:4:\"file\";s:17:\"15086-220x180.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1050,409,'_thumbnail_id','410'),(1131,429,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:600;s:6:\"height\";i:444;s:4:\"file\";s:10:\"kumiai.jpg\";}}'),(1128,429,'_wp_attached_file','2011/09/kumiai-e1450421899575.jpg'),(1129,429,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:148;s:4:\"file\";s:33:\"2011/09/kumiai-e1450421899575.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"kumiai-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"kumiai-300x222.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"mk-galleries\";a:4:{s:4:\"file\";s:18:\"kumiai-550x444.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"mk-wide\";a:4:{s:4:\"file\";s:18:\"kumiai-600x380.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"archive-thumb\";a:4:{s:4:\"file\";s:18:\"kumiai-220x180.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1132,431,'_wp_attached_file','2011/09/kengyoren.jpg'),(1133,431,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:449;s:4:\"file\";s:21:\"2011/09/kengyoren.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"kengyoren-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"kengyoren-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"mk-galleries\";a:4:{s:4:\"file\";s:21:\"kengyoren-550x449.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"mk-wide\";a:4:{s:4:\"file\";s:21:\"kengyoren-600x380.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"archive-thumb\";a:4:{s:4:\"file\";s:21:\"kengyoren-220x180.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1998,11,'_aioseop_title','お問い合わせ|厳選した最上級の品質'),(1224,475,'_wp_attached_file','2016/04/02slide03.jpg'),(1225,475,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2016/04/02slide03.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"02slide03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"02slide03-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"02slide03-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1628,393,'__defaults_set','1'),(1629,393,'entity_types','WyJpbWFnZSJd'),(1630,393,'id_field','ID'),(1631,393,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJpbWFnZXNfcGVyX3BhZ2UiOiIyMCIsIm51bWJlcl9vZl9jb2x1bW5zIjowLCJ0aHVtYm5haWxfd2lkdGgiOjI0MCwidGh1bWJuYWlsX2hlaWdodCI6MTYwLCJzaG93X2FsbF9pbl9saWdodGJveCI6MCwiYWpheF9wYWdpbmF0aW9uIjowLCJ1c2VfaW1hZ2Vicm93c2VyX2VmZmVjdCI6MCwidGVtcGxhdGUiOiIiLCJkaXNwbGF5X25vX2ltYWdlc19lcnJvciI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJzaG93X3NsaWRlc2hvd19saW5rIjoxLCJzbGlkZXNob3dfbGlua190ZXh0IjoiW1Nob3cgc2xpZGVzaG93XSIsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6MCwidGh1bWJuYWlsX3F1YWxpdHkiOiIxMDAiLCJ0aHVtYm5haWxfY3JvcCI6MSwidGh1bWJuYWlsX3dhdGVybWFyayI6MCwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9'),(1230,476,'_edit_last','1'),(1231,476,'_edit_lock','1504843561:1'),(1233,478,'_menu_item_type','custom'),(1234,478,'_menu_item_menu_item_parent','0'),(1235,478,'_menu_item_object_id','478'),(1236,478,'_menu_item_object','custom'),(1237,478,'_menu_item_target',''),(1238,478,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1239,478,'_menu_item_xfn',''),(1240,478,'_menu_item_url','https://www.nagasaki-shinju.com/'),(1241,479,'_menu_item_type','post_type'),(1242,479,'_menu_item_menu_item_parent','0'),(1243,479,'_menu_item_object_id','25'),(1244,479,'_menu_item_object','page'),(1245,479,'_menu_item_target',''),(1246,479,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1247,479,'_menu_item_xfn',''),(1248,479,'_menu_item_url',''),(1281,486,'_edit_last','1'),(1958,644,'_wp_attached_file','2017/07/02slide12.jpg'),(1959,644,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2017/07/02slide12.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"02slide12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"02slide12-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"02slide12-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1806,578,'_wp_attached_file','2016/04/banner_04.jpg'),(1318,504,'_wp_attached_file','2016/04/catch22.jpg'),(1319,504,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:770;s:6:\"height\";i:480;s:4:\"file\";s:19:\"2016/04/catch22.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"catch22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"catch22-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(2192,31,'_aioseop_keywords','結婚,銀婚式,人生の節目,贈り物,最高級花珠真珠ネックレス,品質価格,50代,60代女性'),(1634,394,'meta_id','939'),(1635,394,'post_id','394'),(1636,394,'meta_key','name'),(1637,394,'meta_value','photocrati-nextgen_basic_slideshow'),(1638,394,'title','NextGEN Basic Slideshow'),(1748,395,'default_source','galleries'),(1747,395,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/static/preview.jpg'),(1746,395,'title','NextGEN Basic ImageBrowser'),(1675,396,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_singlepic/static/preview.gif'),(1669,396,'filter','raw'),(1670,396,'meta_id','964'),(1671,396,'post_id','396'),(1672,396,'meta_key','name'),(1673,396,'meta_value','photocrati-nextgen_basic_singlepic'),(1674,396,'title','NextGEN Basic SinglePic'),(1705,398,'filter','raw'),(1706,398,'meta_id','987'),(1707,398,'post_id','398'),(1708,398,'meta_key','name'),(1709,398,'meta_value','photocrati-nextgen_basic_compact_album'),(1710,398,'title','NextGEN Basic Compact Album'),(1711,398,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/static/compact_preview.jpg'),(1736,399,'__defaults_set','1'),(1737,399,'entity_types','WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),(1738,399,'id_field','ID'),(1739,399,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOjAsImVuYWJsZV9icmVhZGNydW1icyI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJ0ZW1wbGF0ZSI6IiIsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6MCwidGh1bWJuYWlsX3dpZHRoIjoyNDAsInRodW1ibmFpbF9oZWlnaHQiOjE2MCwidGh1bWJuYWlsX3F1YWxpdHkiOjEwMCwidGh1bWJuYWlsX2Nyb3AiOnRydWUsInRodW1ibmFpbF93YXRlcm1hcmsiOjAsImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJnYWxsZXJ5X2Rpc3BsYXlfdGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiZW5hYmxlX2Rlc2NyaXB0aW9ucyI6MCwib3Blbl9nYWxsZXJ5X2luX2xpZ2h0Ym94IjowfQ=='),(1471,521,'_wp_attached_file','2016/10/main_logo.png'),(1472,521,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:110;s:4:\"file\";s:21:\"2016/10/main_logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"main_logo-150x110.png\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"main_logo-300x83.png\";s:5:\"width\";i:300;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1473,522,'_wp_attached_file','2015/12/catch31.jpg'),(1474,522,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:19:\"2015/12/catch31.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"catch31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"catch31-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1486,527,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:20:\"2016/04/catch231.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"catch231-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"catch231-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1788,576,'_wp_attached_file','2016/04/banner_01.jpg'),(1498,531,'_wp_attached_file','2016/10/catch34.jpg'),(1499,531,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:19:\"2016/10/catch34.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"catch34-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"catch34-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1597,28,'_thumbnail_id','531'),(1948,483,'_thumbnail_id','643'),(1868,602,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2017/06/02slide11.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"02slide11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"02slide11-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"02slide11-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1593,57,'_thumbnail_id','527'),(1568,476,'_wp_old_slug','%e5%a4%a7%e5%89%b5%e6%a5%ad%e7%a5%ad'),(1578,483,'_wp_old_slug','2016%e5%ad%a3%e7%af%80%e3%81%ae%e3%82%af%e3%83%aa%e3%82%a2%e3%83%a9%e3%83%b3sale'),(1584,486,'_wp_old_slug','%e7%9c%9f%e7%8f%a0%e5%b1%952016'),(1962,9,'_config_errors','a:1:{s:11:\"mail.sender\";i:103;}'),(1947,643,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:19:\"2016/04/catch38.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"catch38-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"catch38-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1605,547,'_wp_attached_file','2016/10/02slide04.jpg'),(1606,547,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2016/10/02slide04.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"02slide04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"02slide04-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"02slide04-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1607,548,'_wp_attached_file','2016/10/02slide05.jpg'),(1608,548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2016/10/02slide05.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"02slide05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"02slide05-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"02slide05-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1614,552,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2016/10/02slide07.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"02slide07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"02slide07-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"02slide07-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1613,552,'_wp_attached_file','2016/10/02slide07.jpg'),(1632,393,'aliases','WyJiYXNpY190aHVtYm5haWwiLCJiYXNpY190aHVtYm5haWxzIiwibmV4dGdlbl9iYXNpY190aHVtYm5haWxzIl0='),(1650,394,'aliases','WyJiYXNpY19zbGlkZXNob3ciLCJuZXh0Z2VuX2Jhc2ljX3NsaWRlc2hvdyJd'),(1743,395,'post_id','395'),(1744,395,'meta_key','name'),(1745,395,'meta_value','photocrati-nextgen_basic_imagebrowser'),(1741,395,'filter','raw'),(1742,395,'meta_id','951'),(1686,396,'aliases','WyJiYXNpY19zaW5nbGVwaWMiLCJzaW5nbGVwaWMiLCJuZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpYyJd'),(1698,397,'hidden_from_ui',''),(1699,397,'hidden_from_igw',''),(1700,397,'__defaults_set','1'),(1701,397,'entity_types','WyJpbWFnZSJd'),(1702,397,'id_field','ID'),(1703,397,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJudW1iZXIiOjQ1LCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIiwiZ2FsbGVyeV9kaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyJ9'),(1704,397,'aliases','WyJiYXNpY190YWdjbG91ZCIsInRhZ2Nsb3VkIiwibmV4dGdlbl9iYXNpY190YWdjbG91ZCJd'),(1722,398,'aliases','WyJiYXNpY19jb21wYWN0X2FsYnVtIiwibmV4dGdlbl9iYXNpY19hbGJ1bSIsImJhc2ljX2FsYnVtX2NvbXBhY3QiLCJjb21wYWN0X2FsYnVtIl0='),(1740,399,'aliases','WyJiYXNpY19leHRlbmRlZF9hbGJ1bSIsIm5leHRnZW5fYmFzaWNfZXh0ZW5kZWRfYWxidW0iLCJleHRlbmRlZF9hbGJ1bSJd'),(1759,556,'_wp_attached_file','2017/05/02slide08.jpg'),(1760,556,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2017/05/02slide08.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"02slide08-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"02slide08-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"02slide08-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1761,557,'_wp_attached_file','2017/05/02slide09.jpg'),(1762,557,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2017/05/02slide09.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"02slide09-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"02slide09-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"02slide09-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1867,602,'_wp_attached_file','2017/06/02slide11.jpg'),(1772,559,'_wp_attached_file','2017/05/02slide10.jpg'),(1773,559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2017/05/02slide10.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"02slide10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"02slide10-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"02slide10-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1786,564,'_wp_attached_file','2015/12/fig1.gif'),(1787,564,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:724;s:6:\"height\";i:900;s:4:\"file\";s:16:\"2015/12/fig1.gif\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"fig1-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"fig1-241x300.gif\";s:5:\"width\";i:241;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1789,576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:760;s:6:\"height\";i:229;s:4:\"file\";s:21:\"2016/04/banner_01.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"banner_01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner_01-300x90.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1938,486,'_thumbnail_id','527'),(1800,577,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:760;s:6:\"height\";i:229;s:4:\"file\";s:21:\"2016/04/banner_02.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"banner_02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner_02-300x90.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1946,643,'_wp_attached_file','2016/04/catch38.jpg'),(1807,578,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:760;s:6:\"height\";i:229;s:4:\"file\";s:21:\"2016/04/banner_04.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"banner_04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner_04-300x90.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1953,476,'_thumbnail_id','631'),(2223,669,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:110;s:4:\"file\";s:21:\"2017/09/main_logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"main_logo-150x110.png\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"main_logo-300x83.png\";s:5:\"width\";i:300;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1901,631,'_wp_attached_file','2015/12/catch311.jpg'),(1869,611,'_wp_attached_file','2015/12/banner_01.jpg'),(1870,611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:760;s:6:\"height\";i:229;s:4:\"file\";s:21:\"2015/12/banner_01.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"banner_01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner_01-300x90.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1871,612,'_wp_attached_file','2015/12/banner_03.jpg'),(1872,612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:760;s:6:\"height\";i:233;s:4:\"file\";s:21:\"2015/12/banner_03.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"banner_03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner_03-300x92.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1873,613,'_wp_attached_file','2015/12/banner_05.jpg'),(1874,613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:760;s:6:\"height\";i:229;s:4:\"file\";s:21:\"2015/12/banner_05.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"banner_05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner_05-300x90.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1875,614,'_wp_attached_file','2015/12/banner_07.jpg'),(1876,614,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:760;s:6:\"height\";i:228;s:4:\"file\";s:21:\"2015/12/banner_07.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"banner_07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner_07-300x90.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1877,622,'_edit_last','2'),(1878,622,'_edit_lock','1550812240:2'),(1879,623,'_wp_attached_file','2017/07/omote.jpg'),(1880,623,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1333;s:4:\"file\";s:17:\"2017/07/omote.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"omote-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"omote-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"omote-1024x718.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:718;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1881,624,'_wp_attached_file','2017/07/ura.jpg'),(1882,624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1333;s:4:\"file\";s:15:\"2017/07/ura.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ura-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"ura-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"ura-1024x718.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:718;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1883,622,'_wp_page_template','default'),(1884,625,'_menu_item_type','post_type'),(1885,625,'_menu_item_menu_item_parent','0'),(1886,625,'_menu_item_object_id','622'),(1887,625,'_menu_item_object','page'),(1888,625,'_menu_item_target',''),(1889,625,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1890,625,'_menu_item_xfn',''),(1891,625,'_menu_item_url',''),(1892,630,'_menu_item_type','post_type'),(1893,630,'_menu_item_menu_item_parent','0'),(1894,630,'_menu_item_object_id','622'),(1895,630,'_menu_item_object','page'),(1896,630,'_menu_item_target',''),(1897,630,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1898,630,'_menu_item_xfn',''),(1899,630,'_menu_item_url',''),(1902,631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:400;s:4:\"file\";s:20:\"2015/12/catch311.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"catch311-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"catch311-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1903,31,'_thumbnail_id','631'),(1911,636,'_wp_attached_file','2017/07/547cc9628aaaf7d45bd5c31003733510.jpg'),(1912,636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:44:\"2017/07/547cc9628aaaf7d45bd5c31003733510.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"547cc9628aaaf7d45bd5c31003733510-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"547cc9628aaaf7d45bd5c31003733510-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"547cc9628aaaf7d45bd5c31003733510-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:7.0999999999999996;s:6:\"credit\";s:31:\"bluejeanstock - stock.adobe.com\";s:6:\"camera\";s:22:\"Canon EOS-1Ds Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1358471859;s:9:\"copyright\";s:33:\"©bluejeanstock - stock.adobe.com\";s:12:\"focal_length\";s:3:\"148\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:37:\"Husband helping wife wearing necklace\";s:11:\"orientation\";i:1;}}'),(1917,486,'_wp_old_slug','%e6%a5%b5%e4%b8%8a%e8%8a%b1%e7%8f%a0%e7%9c%9f%e7%8f%a0'),(2224,673,'_wp_attached_file','2018/02/ura.jpg'),(2225,673,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:2752;s:4:\"file\";s:15:\"2018/02/ura.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ura-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"ura-207x300.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"ura-768x1112.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1112;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"ura-707x1024.jpg\";s:5:\"width\";i:707;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2201,25,'_aioseop_keywords','養殖加工販売,品質ランク別,長崎真珠店,生産直売店,花珠真珠,あこや真珠'),(2202,25,'_aioseop_description','長崎真珠店は、先代社長の時からずっと大村湾(長崎県長崎市琴海町)を主な養殖場として真珠養殖を行い、加工・販売を専門に行っています。 本来「花珠」とはその年にとれる真珠全体の1%あるかないかという貴重なもの。その品質は、一目見れば違いがわかるほどの最上級の輝きと照りを持ちます。'),(2032,647,'_menu_item_type','custom'),(2033,647,'_menu_item_menu_item_parent','0'),(2034,647,'_menu_item_object_id','647'),(2035,647,'_menu_item_object','custom'),(2036,647,'_menu_item_target',''),(2037,647,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2038,647,'_menu_item_xfn',''),(2039,647,'_menu_item_url','https://www.nagasaki-shinju.com/ec/html/'),(2179,101,'_aioseop_title','あこや真珠|厳選した最上級の品質'),(2109,218,'_aioseop_title','価格・サイズ一覧|厳選した最上級の品質'),(2277,622,'_aioseop_title','新着情報 2017 SUMMER SALE|厳選した最上級の品質'),(2276,622,'_aioseop_description','2017 SUMMER SALEは7/21(金)~7/30(日)まで。当店の確かな品質をどうぞお確かめ下さい。'),(2219,22,'_aioseop_keywords','店舗情報,会社概要,長崎真珠店,生産直売店,花珠真珠,あこや真珠'),(2226,674,'_wp_attached_file','2018/02/omote.jpg'),(2227,674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:2753;s:4:\"file\";s:17:\"2018/02/omote.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"omote-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"omote-207x300.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"omote-768x1113.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"omote-707x1024.jpg\";s:5:\"width\";i:707;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2242,679,'_wp_attached_file','2019/02/ura.jpg'),(2243,679,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:2708;s:4:\"file\";s:15:\"2019/02/ura.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ura-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"ura-210x300.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"ura-768x1095.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1095;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"ura-718x1024.jpg\";s:5:\"width\";i:718;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2244,680,'_wp_attached_file','2019/02/omote.jpg'),(2245,680,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:2708;s:4:\"file\";s:17:\"2019/02/omote.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"omote-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"omote-210x300.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"omote-768x1095.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1095;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"omote-718x1024.jpg\";s:5:\"width\";i:718;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2278,685,'_edit_lock','1595826481:2'),(2279,685,'_edit_last','2'),(2280,685,'_wp_page_template','default'),(2281,689,'_menu_item_type','post_type'),(2282,689,'_menu_item_menu_item_parent','0'),(2283,689,'_menu_item_object_id','685'),(2284,689,'_menu_item_object','page'),(2285,689,'_menu_item_target',''),(2286,689,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2287,689,'_menu_item_xfn',''),(2288,689,'_menu_item_url',''),(2292,685,'_aioseop_nofollow','on'),(2291,685,'_aioseop_noindex','on');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_posts`
--

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=690 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_posts`
--

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (645,1,'2017-07-21 10:50:37','2017-07-21 01:50:37','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\n\r\n<h4 style=\"font-size:18px;\">みなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?</h4>\r\n<p style=\"font-size:18px;\">神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治4年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n<h4 style=\"font-size:18px;\">私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。</h4>\r\n<p style=\"font-size:18px;\">それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n<h4 style=\"font-size:18px;\">真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。</h4>\r\n<p style=\"font-size:18px;\">いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。</p>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">かたち</span>\r\n<p style=\"font-size:18px;\">真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">巻き</span>\r\n<p style=\"font-size:18px;\">「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">テリ</span>\r\n<p style=\"font-size:18px;\">「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">キズ</span>\r\n<p style=\"font-size:18px;\">「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">色</span>\r\n<p style=\"font-size:18px;\">「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">サイズ</span>\r\n<p style=\"font-size:18px;\">そして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。</p>\r\n\r\n<p style=\"font-size:18px;\">人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。</p>\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3 style=\"font-size:18px;\">「かたち」</h3>\r\n<p style=\"font-size:18px;\">「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。</p>\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3 style=\"font-size:18px;\">一口に花珠といってもさまざま</h3>\r\n<p style=\"font-size:18px;\">「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。</p>\r\n<p style=\"font-size:18px;\">そして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。</p>\r\n\r\n<p style=\"font-size:18px;\">真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。</p>\r\n<p style=\"font-size:18px;\">大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。</p>\r\n<p style=\"font-size:18px;\">私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。</p>\r\n\r\n<h3 style=\"font-size:18px;\">&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n<p style=\"font-size:18px;\">花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。</p>\r\n<p style=\"font-size:18px;\">品質は必ず価格に比例しています。</p>\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3 style=\"font-size:18px;\">結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\n<p style=\"font-size:18px;\">これから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。</p>\r\n<p style=\"font-size:18px;\">上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。</p>\r\n<p style=\"font-size:18px;\">以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。</p>\r\n<p style=\"font-size:18px;\">だからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。</p>\r\n<h3 style=\"font-size:18px;\">&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n<p style=\"font-size:18px;\">真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。</p>\r\n<p style=\"font-size:18px;\">ですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。</p>\r\n<p style=\"font-size:18px;\">当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。</p>\r\n<p style=\"font-size:18px;\">女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。</p>\r\n<h3 style=\"font-size:18px;\">真珠婚の記念のネックレスは当店にお任せください</h3>\r\n<p style=\"font-size:18px;\">結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。</p>\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2017-07-21 10:50:37','2017-07-21 01:50:37','',38,'http://www.nagasaki-shinju.com/38-revision-v1/',0,'revision','',0),(475,1,'2016-04-25 19:07:01','2016-04-25 10:07:01','','02slide03','','inherit','closed','closed','','02slide03','','','2016-04-25 19:07:01','2016-04-25 10:07:01','',0,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2016/04/02slide03.jpg',0,'attachment','image/jpeg',0),(476,1,'2016-04-25 19:12:06','2016-04-25 10:12:06','<img style=\"float: left;\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/2015/bann151.jpg\" alt=\"真珠婚見出し\" width=\"100%\" />\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚30年目は人生の節目です[/su_heading]\r\n<h4 style=\"font-size:18px;\">これから結婚30周年を迎えようとするご夫婦の方へ。上のお子さま下のお子さまも、もう社会で活躍され子育てもそろそろ一段落といったところでしょうか。</h4>\r\n\r\n<p style=\"font-size:18px;\">前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の「婚式」といえば結婚25周年の銀婚式がありました。しかしこれからいよいよセカンドライフが始まるという時期にあたる「真珠婚」のほうが、これまでの人生を振り返りこれからの生き方を考えるのにちょうど良い節目だと思われます。\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うための贈りものは最高級の花珠真珠のネックレスをおいて他にはないでしょう。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]この年齢だからこそ必要な真珠、それが花珠真珠[/su_heading]\r\n<h4 style=\"font-size:18px;\">真珠は女性にとってさまざまな場面で必要ともいえるジュエリーアイテムです。奥さまもひとつは真珠のネックレスをお持ちでしょうか。</h4>\r\n\r\n<p style=\"font-size:18px;\">そのネックレスはお子さまの入園式や卒園式、小学校の入学式くらいからずっと使い続けていませんか。\r\n若いころ購入したその真珠は、これまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。</p>\r\n\r\n<p style=\"font-size:18px;\">当店で花珠ネックレスを購入されるご年配の女性のみなさまは、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して恥ずかしい」「キズが多くて…」というお悩みのため買い替えをされています。</p>\r\n\r\n<p style=\"font-size:18px;\">女性にとっては必要といえるジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の確かな品質というものがあるのです。それが花珠真珠なのです。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠婚の記念のネックレスは当店におまかせください[/su_heading]\r\n<h4 style=\"font-size:18px;\">結婚30周年という一生に一度の節目にふさわしい贈りものだからこそ、品質・価格ともに自信のある花珠真珠をご案内します。</h4>\r\n<p style=\"font-size:18px;\">とはいえ大変高価なものですので、目で見て確かめて納得いくまで吟味したいものです。そのため当店では「返品保証」をつけて販売しています。どうぞご安心ください。\r\n愛する奥様への大切な贈りものなら、当店の真珠をお選びください。必ずご期待にお応えできることでしょう。</p>\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n&nbsp;\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"font-size: 16px;margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 16px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"https://www.nagasaki-shinju.com/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>','結婚30周年は真珠婚','','publish','closed','closed','','%e7%b5%90%e5%a9%9a30%e5%91%a8%e5%b9%b4%e3%81%af%e7%9c%9f%e7%8f%a0%e5%a9%9a','','','2017-09-08 13:08:14','2017-09-08 04:08:14','',0,'http://nagasaki.s198.coreserver.jp/?p=476',0,'post','',0),(495,1,'2016-04-30 14:13:12','2016-04-30 05:13:12','','bann23','','inherit','closed','closed','','bann23','','','2016-04-30 14:13:12','2016-04-30 05:13:12','',0,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2016/04/bann23.jpg',0,'attachment','image/jpeg',0),(499,1,'2016-04-30 14:51:41','2016-04-30 05:51:41','','bann22','','inherit','closed','closed','','bann22','','','2016-04-30 14:51:41','2016-04-30 05:51:41','',0,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2016/04/bann22.jpg',0,'attachment','image/jpeg',0),(498,1,'2016-04-30 14:49:13','2016-04-30 05:49:13','','bann21','','inherit','closed','closed','','bann21','','','2016-04-30 14:49:13','2016-04-30 05:49:13','',0,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2016/04/bann21.jpg',0,'attachment','image/jpeg',0),(277,1,'2015-12-11 17:13:30','2015-12-11 08:13:30','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- 花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"100%\" />\r\n<br />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun5.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 17:13:30','2015-12-11 08:13:30','',28,'http://nagasaki.s198.coreserver.jp/?p=277',0,'revision','',0),(9,1,'2015-12-04 16:55:47','2015-12-04 07:55:47','<p><span class=\"so_midasi\">お名前</span><span class=\"sr_midasi\">必須</span>\r\n[text* your-name akismet:author placeholder \"例)長崎太郎\"]</p>\r\n\r\n<p><span class=\"so_midasi\">メールアドレス</span><span class=\"sr_midasi\">必須</span>\r\n[email* your-email akismet:author_email placeholder \"例)xxxxx@google.com\"] </p>\r\n\r\n<p><span class=\"so_midasi\">電話番号</span>\r\n[tel* tel-800 placeholder \"例)090-1111-2222\"]\r\n\r\n<p><span class=\"so_midasi\">郵便番号</span>\r\n[text text-947 placeholder \"例)857-0011\"]</p>\r\n\r\n<p><span class=\"so_midasi\">住所(資料送付先)</span>\r\n[text text-981 placeholder \"例)佐世保市八幡町1-1-1\"]\r\n\r\n<p><span class=\"so_midasi\">お問い合わせ内容</span><span class=\"sr_midasi\">必須</span>\r\n[checkbox* checkbox-785 \"真珠について\" \"店舗について\" \"販売について\" \"その他\"]</p>\r\n\r\n<p><span class=\"so_midasi\">お問い合わせ内容(記入欄)</span>\r\n[textarea your-message x4] </p>\r\n\r\n<p>もう一度内容をお確かめください。\r\n[submit \"送信する\"]\r\n</p>\n[your-name]様からのお問い合わせ\n[your-email]\n差出人: [your-name]様 <[your-email]>\r\n題名: 【長崎真珠】問い合わせ: [your-subject]\r\n\r\nメッセージ本文:\r\n[your-name]様 <[your-email]>\r\n\r\nホームページからのお問い合わせ\r\n\r\n-----------------\r\nお問い合わせ内容: [checkbox-785]\r\nお問い合わせ内容: [your-message]\r\n------------------\r\n連絡先:[tel-800]\r\n住所:[text-981]\r\nメールアドレス:[your-email]\r\n------------------\r\n\r\n--\r\nこのメールは 長崎真珠店 http://www.nagasaki-shinju.com の\r\nお問い合わせフォームから送信されました\ninfo@nagasaki-shinju.com\nReply-To: [your-email]\n\n\n\n1\n【長崎真珠店】お問い合わせありがとうございます\n長崎真珠店 <info@nagasaki-shinju.com>\nお問い合わせありがとうございました。\r\n\r\n出来るだけ早く、弊社担当者よりお返事させて頂きます。\r\n尚、内容によりお問合せにお答えできない場合もございます。\r\nあらかじめご了承ください。 \r\n\r\n-----------------\r\nお問い合わせ内容: [checkbox-785]\r\nお問い合わせ内容: [your-message]\r\n------------------\r\n連絡先:[tel-800]\r\n住所:[text-981]\r\nメールアドレス:[your-email]\r\n------------------\r\n\r\n○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○\r\n有限会社長崎真珠 http://www.nagasaki-shinju.com\r\nお問い合わせ	0120-410-804(通話料無料)\r\n営業時間	10:00〜19:00\r\n定休日	【火曜定休】\r\n○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○○\r\n〒 851-3212 長崎県長崎市長浦町224-12\r\nTEL:095-860-7317\r\nFAX:095-860-7317\r\n販売責任者	深江敦子 \r\nメールアドレス	info@nagasaki-shinju.com\r\n---------------------\r\nこのメールは 長崎真珠店 http://www.nagasaki-shinju.com の\r\nお問い合わせフォームから送信されました\n[your-email]\n\n\n\n\nあなたのメッセージは送信されました。ありがとうございました。\nメッセージの送信に失敗しました。間をおいてもう一度お試しいただくか、別の手段で管理者にお問い合わせ下さい。\n入力内容に不備があります。確認してもう一度送信してください。\nメッセージの送信に失敗しました。間をおいてもう一度お試しいただくか、別の手段で管理者にお問い合わせ下さい。\n進めるには条項の承諾が必要です。\n必須項目に記入もれがあります。\nこの入力は長すぎます。\nこの入力は短すぎます。\n日付の形式が正しくないようです。\n日付が早すぎます。\n日付が遅すぎます。\nファイルのアップロードに失敗しました。\n許可されていないファイル形式です。\nファイルが大きすぎます。\nファイルのアップロードに失敗しました。エラーが発生しています。\n数値の形式が正しくないようです。\n数値が小さすぎます。\n数値が大きすぎます。\n答えが正しくありません。\n入力されたコードが正しくありません。\nメールアドレスの形式が正しくないようです。\nURL の形式が正しくないようです。\n電話番号の形式が正しくないようです。','お問い合わせ','','publish','closed','closed','','%e3%82%b3%e3%83%b3%e3%82%bf%e3%82%af%e3%83%88%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0-1','','','2017-07-21 09:08:52','2017-07-21 00:08:52','',0,'http://nagasaki.s198.coreserver.jp/?post_type=wpcf7_contact_form&#038;p=9',0,'wpcf7_contact_form','',0),(242,1,'2015-12-11 10:30:44','2015-12-11 01:30:44','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]<span class=\"so_midasi\">真珠発祥の地</span>\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\nみなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?\r\n神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n<br />\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<h3>「かたち」</h3>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n<h3>「巻き」</h3>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n<h3>「テリ」</h3>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n<h3>「キズ」</h3>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n<h3> 「色」</h3>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3> 市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig1.gif\" alt=\"\" title=\"fig1\" width=\"724\" height=\"900\" class=\"aligncenter size-full wp-image-111\" />\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3> その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-11 10:30:44','2015-12-11 01:30:44','',38,'http://nagasaki.s198.coreserver.jp/?p=242',0,'revision','',0),(11,1,'2015-12-04 17:09:36','2015-12-04 08:09:36','<p><span style=\"color: #505050;\">真珠に関することならどんなことでも承ります。お気軽に下記よりお問い合せください。 </span></p>\r\n<p><span style=\"color: #42210b; font-size: 24px;\"><strong>お問い合わせ</strong></span></p>\r\n<p><span style=\"color: #42210b;\">[contact-form-7 id=\"9\" title=\"お問い合わせ\"]</span></p>\r\n\r\n<p><span style=\"color: #505050;\">【個人情報のお取扱いについて】</span><br /><span style=\"font-size: small; color: #505050;\">ご入力いただきました個人情報は、お問い合わせに対する回答および、より良い製品・サービスをご提案させていただく目的にのみ利用させていただきます。</span></p>','お問い合わせ','','publish','closed','closed','','%e3%81%8a%e5%95%8f%e3%81%84%e5%90%88%e3%82%8f%e3%81%9b','','','2017-07-21 10:43:19','2017-07-21 01:43:19','',0,'http://nagasaki.s198.coreserver.jp/?page_id=11',20,'page','',0),(12,1,'2015-12-04 17:09:36','2015-12-04 08:09:36','<p><span style=\"color: #505050;\">真珠に関することならどんなことでも承ります。お気軽に下記よりお問い合せください。 </span></p>\r\n<p><span style=\"color: #42210b; font-size: 24px;\"><strong>お問い合わせフォーム</strong></span></p>\r\n<p><span style=\"color: #42210b;\">[contact-form-7 id=\"9\" title=\"コンタクトフォーム 1\"]</span></p>\r\n\r\n<p><span style=\"color: #505050;\">【個人情報のお取扱いについて】</span><br /><span style=\"font-size: small; color: #505050;\">ご入力いただきました個人情報は、お問い合わせに対する回答および、より良い製品・サービスをご提案させていただく目的にのみ利用させていただきます。</span></p>','お問い合わせ','','inherit','closed','closed','','11-revision-v1','','','2015-12-04 17:09:36','2015-12-04 08:09:36','',11,'http://nagasaki.s198.coreserver.jp/2015/12/04/11-revision-v1/',0,'revision','',0),(13,1,'2015-12-04 17:11:38','2015-12-04 08:11:38','','ホーム','','publish','closed','closed','','%e3%83%9b%e3%83%bc%e3%83%a0','','','2017-09-26 16:02:59','2017-09-26 07:02:59','',0,'http://nagasaki.s198.coreserver.jp/?p=13',1,'nav_menu_item','',0),(14,1,'2015-12-04 17:11:38','2015-12-04 08:11:38',' ','','','publish','closed','closed','','14','','','2017-09-26 16:02:59','2017-09-26 07:02:59','',0,'http://nagasaki.s198.coreserver.jp/?p=14',11,'nav_menu_item','',0),(479,1,'2016-04-26 09:41:43','2016-04-26 00:41:43',' ','','','publish','closed','closed','','479','','','2017-09-26 16:02:36','2017-09-26 07:02:36','',0,'http://nagasaki.s198.coreserver.jp/?p=479',4,'nav_menu_item','',0),(480,1,'2016-04-26 09:41:43','2016-04-26 00:41:43',' ','','','publish','closed','closed','','480','','','2017-09-26 16:02:36','2017-09-26 07:02:36','',0,'http://nagasaki.s198.coreserver.jp/?p=480',5,'nav_menu_item','',0),(481,1,'2016-04-26 09:41:43','2016-04-26 00:41:43',' ','','','publish','closed','closed','','481','','','2017-09-26 16:02:36','2017-09-26 07:02:36','',0,'http://nagasaki.s198.coreserver.jp/?p=481',6,'nav_menu_item','',0),(482,1,'2016-04-26 09:41:43','2016-04-26 00:41:43',' ','','','publish','closed','closed','','482','','','2017-09-26 16:02:36','2017-09-26 07:02:36','',0,'http://nagasaki.s198.coreserver.jp/?p=482',3,'nav_menu_item','',0),(483,1,'2016-04-30 13:16:19','2016-04-30 04:16:19','<img style=\"float: left;\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/2015/bann111.jpg\" alt=\"ブライダル・母から娘へ\" width=\"100%\" />\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\n<h4 style=\"font-size:18px;\">ウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。</h4>\r\n\r\n<p style=\"font-size:18px;\">結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。</p>\r\n\r\n<p style=\"font-size:18px;\">また真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。</p>\r\n\r\n<hr class=\"mg_T50\" />','ブライダル花珠真珠','','publish','closed','closed','','%e3%83%96%e3%83%a9%e3%82%a4%e3%83%80%e3%83%ab%e8%8a%b1%e7%8f%a0%e7%9c%9f%e7%8f%a0','','','2017-09-08 13:07:44','2017-09-08 04:07:44','',0,'http://nagasaki.s198.coreserver.jp/?p=483',0,'post','',0),(484,1,'2016-04-30 13:16:19','2016-04-30 04:16:19','2016季節のクリアランSALE','2016季節のクリアランSALE','','inherit','closed','closed','','483-revision-v1','','','2016-04-30 13:16:19','2016-04-30 04:16:19','',483,'http://nagasaki.s198.coreserver.jp/?p=484',0,'revision','',0),(485,1,'2016-04-30 13:17:03','2016-04-30 04:17:03','2016クリアランスSALE','2016クリアランスSALE','','inherit','closed','closed','','483-revision-v1','','','2016-04-30 13:17:03','2016-04-30 04:17:03','',483,'http://nagasaki.s198.coreserver.jp/?p=485',0,'revision','',0),(486,1,'2016-04-30 13:18:23','2016-04-30 04:18:23','[table id=10 /]\r\n<div style=\"float: none;\"><a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_01.jpg\"><img class=\"alignnone size-full wp-image-611\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_01.jpg\" alt=\"banner_01\" width=\"760\" height=\"229\"></a><a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_03.jpg\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_03.jpg\" alt=\"banner_03\" width=\"760\" height=\"233\"></a>\r\n<a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_05.jpg\"><img class=\"alignnone size-full wp-image-613\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_05.jpg\" alt=\"banner_05\" width=\"760\" height=\"229\"></a><a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_07.jpg\"><img class=\"alignnone size-full wp-image-614\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_07.jpg\" alt=\"banner_07\" width=\"760\" height=\"228\"></a></div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"https://www.nagasaki-shinju.com/wp-content/uploads/kodawari.png\" alt=\"\"></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\">\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"https://www.nagasaki-shinju.com/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"https://www.nagasaki-shinju.com/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できるウォルナットケースでお届けします。\r\n※花珠真珠・極上花珠の商品に限ります</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"https://www.nagasaki-shinju.com/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。\r\n※花珠真珠・極上花珠の商品に限ります</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"https://www.nagasaki-shinju.com/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','THE PROFESSIONAL PEARL SHOP','','publish','closed','closed','','the-professional-pearl-shop','','','2017-09-08 13:06:22','2017-09-08 04:06:22','',0,'http://nagasaki.s198.coreserver.jp/?p=486',0,'post','',0),(487,1,'2016-04-30 13:18:23','2016-04-30 04:18:23','真珠展2016','真珠展2016','','inherit','closed','closed','','486-revision-v1','','','2016-04-30 13:18:23','2016-04-30 04:18:23','',486,'http://nagasaki.s198.coreserver.jp/?p=487',0,'revision','',0),(488,1,'2016-04-30 13:20:25','2016-04-30 04:20:25','大創業祭','結婚30周年は真珠婚','','inherit','closed','closed','','476-revision-v1','','','2016-04-30 13:20:25','2016-04-30 04:20:25','',476,'http://nagasaki.s198.coreserver.jp/?p=488',0,'revision','',0),(307,1,'2015-12-12 12:59:05','2015-12-12 03:59:05','','sub_main02','','inherit','closed','closed','','sub_main02','','','2015-12-12 12:59:05','2015-12-12 03:59:05','',0,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/sub_main02.jpg',0,'attachment','image/jpeg',0),(137,1,'2015-12-10 11:17:25','2015-12-10 02:17:25','<img class=\"aligncenter size-full wp-image-175\" title=\"pic2\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pic21.gif\" alt=\"\" width=\"762\" height=\"160\" />\r\n\r\n<img class=\"wp-image-337 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shop1.jpg\" alt=\"長崎真珠店_店舗\" width=\"762\" height=\"506\" />\r\n<p style=\"text-align: center;\"><img class=\" wp-image-292 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-5.jpg\" alt=\"店舗内\" width=\"762\" height=\"448\" /></p>\r\n<a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo.jpg\"> <img class=\"size-thumbnail wp-image-194 alignleft\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗外装写真\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo-150x150.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun.jpg\"> <img class=\"size-thumbnail wp-image-195\" style=\"margin: 5px;\" title=\"敷地内の緑地はドッグランとしてもご利用できます。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun-150x150.jpg\" alt=\"敷地内にドッグラン\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1.jpg\"><img class=\"size-thumbnail\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2.jpg\"> <img class=\"size-thumbnail wp-image-187\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3.jpg\"> <img class=\"size-thumbnail wp-image-189\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4.jpg\"> <img class=\"alignnone size-thumbnail wp-image-191\" style=\"margin: 5px 0 5px 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4small.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6.jpg\"> <img class=\"alignnone size-thumbnail wp-image-184\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan.jpg\"> <img class=\"alignnone size-thumbnail wp-image-193\" style=\"margin: 5px;\" title=\"当店の裏手は美しい海が広がる絶好のロケーション。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan-150x150.jpg\" alt=\"真珠を育てる大村湾\" width=\"110\" height=\"110\" /></a>\r\n\r\n&nbsp;\r\n\r\n<img class=\"aligncenter size-full wp-image-206\" title=\"fig4\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig41.gif\" alt=\"\" width=\"500\" height=\"100\" />\r\n\r\n<iframe src=\"https://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9&amp;output=embed\" width=\"762\" height=\"350\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.co.jp/maps?f=q&amp;source=embed&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9\">大きな地図で見る</a></small>','店舗のご案内','','inherit','closed','closed','','22-revision-v1','','','2015-12-10 11:17:25','2015-12-10 02:17:25','',22,'http://nagasaki.s198.coreserver.jp/?p=137',0,'revision','',0),(239,1,'2015-12-11 08:38:37','2015-12-10 23:38:37','<p><span style=\"color: #505050;\">真珠に関することならどんなことでも承ります。お気軽に下記よりお問い合せください。 </span></p>\r\n<p><span style=\"color: #42210b; font-size: 24px;\"><strong>お問い合わせ</strong></span></p>\r\n<p><span style=\"color: #42210b;\">[contact-form-7 id=\"9\" title=\"コンタクトフォーム 1\"]</span></p>\r\n\r\n<p><span style=\"color: #505050;\">【個人情報のお取扱いについて】</span><br /><span style=\"font-size: small; color: #505050;\">ご入力いただきました個人情報は、お問い合わせに対する回答および、より良い製品・サービスをご提案させていただく目的にのみ利用させていただきます。</span></p>','お問い合わせ','','inherit','closed','closed','','11-revision-v1','','','2015-12-11 08:38:37','2015-12-10 23:38:37','',11,'http://nagasaki.s198.coreserver.jp/?p=239',0,'revision','',0),(162,1,'2015-12-10 15:25:56','2015-12-10 06:25:56','[su_dropcap size=\"5\"]真珠[/su_dropcap]\r\n<br>\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]現在市場に出回っている真珠の品質[/su_heading]\r\n\r\n<div style=\"width: 500px; float: left;\">\r\n<h3>現在市場に出回っている真珠の品質</h3>\r\n長崎真珠店は、先代社長の時からずっと大村湾(長崎県長崎市琴海町)を主な養殖場として真珠養殖を行っています。加工・販売を始める前までは養殖だけでやっていました。\r\n\r\n近年、外国産、特に中国産の真珠がジュエリーショップなどでも目につくようになってきました。中国産の真珠の質が悪いとはいいませんが、国産のものに比べるとやはり見劣りします。それでも人気があるのは価格が安いためです。\r\n\r\nまた国産真珠に目をやってみると、今までほんのわずかしか市場へ流通していなかった花珠(はなたま)と呼ばれる最高品質の真珠がとても目につくようになってきました。\r\n\r\nしかし本来、花珠とはその年にとれる真珠全体の1%あるかないかという貴重なものです。その品質はプロの私たちだけでなく、一般の方でさえ一目見れば違いがわかるほどの最上級の輝きと照りを持ちます。\r\n\r\nしかし安価に売られている花珠は、鑑定書の表記こそ花珠とあってもプロの私たちから見れば疑問に思わざるを得ないものが氾濫していることも事実です。\r\n<h3> 養殖屋が加工・販売を始めた理由</h3>\r\nこれは国内の真珠の消費量の落ち込みという背景もありますが、その流通システムにも問題があります。\r\n\r\nほとんどの真珠は養殖業者から加工業者へ行き、卸商社へ行き、小売店へ行くという流通経路になっています。そのため皆さんの手元に届くネックレスは非常に高価なものとなります。このことが災いして、質の悪い花珠と呼べないような珠さえも花珠として「安価」に売られるようになっているのではないかと思います。\r\n\r\nもちろん鑑定機関が花珠と認めている以上、それは花珠なのでしょう。しかし私たちはそういった業界の在り方が自分たちの首を絞めているようにも思えるのです。\r\n\r\nこのままでは国産真珠の良さが、そして花珠真珠の本当の美しさが伝わらないのではないか。そういう危機感を持った私たちは、高品質な真珠を適正な価格でお届けするために不慣れな小売りをしようと決断したのです。\r\n\r\n私たちが「生産直売で真珠を売る」そう決めた時、「養殖屋に何ができる」と周囲の同業者から言われたものでした。もちろん最初のスタートは簡単ではありませんでした。\r\n\r\nなにしろ養殖と販売では180度仕事の内容が違います。今まで物言わないアコヤ貝を相手にしていたのが、今度はお客様相手に仕事をするのです。慣れない仕事内容に、最初は欲お客様からお叱りの言葉をいただいたものでした。\r\n\r\nしかし小売を始めてもう10年以上がたち、私たちのやり方は地元のお客様から高い評価を得るようになりました。\r\n<h3>私たちの真珠を店舗でご確認ください</h3>\r\n長崎真珠店では自社で生産した真珠を加工、販売まで一貫した体制で行っています。そのため私たちが納得できる高品質の真珠を、本当に納得できる価格でお客様にお届けできます。\r\n\r\nもちろん市場で取引できないような質の悪い真珠をお届けすることは決してありません。私たちはただ、生産者としてのプライドと、国産真珠の良さををもっと知って欲しい、そしていろんな場面で楽しんでいただきたいと思っているだけです。\r\n\r\n当店の真珠を手に取っていただけば、きちんとした生産者が育て、きちんとした加工を施された真珠がいかに美しいいものかということがおわかりいただけるはずです。\r\n\r\n店舗では私たちの自信作をゆっくりと手にとって、そして着けてみてご確認することができます。県内の方はドライブがてら、県外の方は長崎観光のついでにお立ち寄りください。きっとこれまで見たこともないような美しい真珠を目にすることができると思います。\r\n\r\n&nbsp;\r\n\r\nあなたのご来店を心よりお待ちいたしております。\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div style=\"float: right; width: 200px; margin-top: 80px; text-align: center;\">\r\n\r\n<img class=\"aligncenter size-full wp-image-120\" title=\"あこや稚貝\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict1.jpg\" alt=\"\" width=\"200\" height=\"136\" />あこや稚貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝管理\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict2.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝管理\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict3.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict4.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝掃除\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict5.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝掃除\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"養殖場\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict6.jpg\" alt=\"\" width=\"200\" height=\"136\" />養殖場\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"浜上げされた貝\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict7.jpg\" alt=\"\" width=\"200\" height=\"136\" />浜上げされた貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"加工作業中\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict8.jpg\" alt=\"\" width=\"200\" height=\"136\" />加工作業中\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div class=\"CLEAR\"></div>\r\n<img class=\"aligncenter size-full wp-image-136\" title=\"長崎真珠 店舗 住所 長崎市長浦町224-12\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig2.gif\" alt=\"\" width=\"460\" height=\"144\" />','生産直売のこだわり','','inherit','closed','closed','','25-revision-v1','','','2015-12-10 15:25:56','2015-12-10 06:25:56','',25,'http://nagasaki.s198.coreserver.jp/?p=162',0,'revision','',0),(22,1,'2015-12-07 17:08:28','2015-12-07 08:08:28','[su_dropcap]<strong>ご</strong>[/su_dropcap]あいさつ\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]生産者として最高品質の真珠を厳選し、直売店として皆さまにお届けしています[/su_heading]\r\n\r\nこの度は長崎真珠店ホームページへお越しいただき、ありがとうございます。\r\n\r\n当店は長崎市にある、真珠生産から加工・販売まで一貫して行う専門店です。今回、私たちが心を込めて育てた真珠を地元だけでなく全国の皆さまにお手ごろな価格で高い品質なネックレスをお届けしたい…、そんな思いで開店いたしました。\r\n\r\n私たちは真珠のすべてを知っています。貝を育てるところから、宝石として店頭に並ぶまで、ずっと見ています。\r\n\r\nですからこのネックレスには真珠はどういった珠が使われているのか、本当の価値のある真珠とはどういうものなのか、同じように見える珠でもどんな違いがあり、それがどのように価格に反映されているのか、自信をもってお答えすることができます。\r\n\r\nもちろん育てるだけではなくて、加工、そして店頭での販売まで行っています。そのためファッションとのコーディネートやギフトなどのご提案もできます。\r\n\r\nつまり私たちは本当の意味での真珠のプロフェッショナル。商品に疑問などがございましたら、遠慮せずにお問い合せください。\r\n\r\n長崎にお越しの際はぜひ店舗にも足をお運びください。\r\n<p style=\"text-align: right;\">代表取締役 深江 研一</p>\r\n[su_dropcap]<strong>こ</strong>[/su_dropcap]んにちは。長崎真珠店です。\r\n[su_heading size=\"18\"]<strong>落ち着いた雰囲気の店内には、常時100本以上の真珠ネックレスを取りそろえて展示しています。\r\nここには、真珠の品質や色、サイズをゆっくりとお選びいただける空間があります。長崎へお越しの際にはぜひ、当店へお立ち寄りくださいませ。</strong>[/su_heading]\r\n\r\n<img class=\"wp-image-337 aligncenter\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/shop1.jpg\" alt=\"長崎真珠店_店舗\" width=\"762\" height=\"506\">\r\n<p style=\"text-align: center;\"><img class=\" wp-image-292 aligncenter\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/1-5.jpg\" alt=\"店舗内\" width=\"762\" height=\"448\"></p>\r\n[su_dropcap]<strong>内</strong>[/su_dropcap]観と外観と、ギャラリーです。\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]<strong>当店は長崎市の郊外、大村湾の眺めと心地よい潮風がそよぎ、心落ち着く環境の中にあります。</strong>[/su_heading]\r\n\r\n<a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/tenpo.jpg\"> <img class=\"size-thumbnail wp-image-194 alignleft\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗外装写真\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/tenpo-150x150.jpg\" alt=\"\" width=\"110\" height=\"110\"></a> <a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/dogrun.jpg\"> <img class=\"size-thumbnail wp-image-195\" style=\"margin: 5px;\" title=\"敷地内の緑地はドッグランとしてもご利用できます。\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/dogrun-150x150.jpg\" alt=\"敷地内にドッグラン\" width=\"110\" height=\"110\"></a> <a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/1-1.jpg\"><img class=\"size-thumbnail\" style=\"margin: 5px;\" title=\"店舗内\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/1-1small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\"></a> <a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/1-2.jpg\"> <img class=\"size-thumbnail wp-image-187\" style=\"margin: 5px;\" title=\"店舗内\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/1-2small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\"></a> <a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/1-3.jpg\"> <img class=\"size-thumbnail wp-image-189\" style=\"margin: 5px;\" title=\"店舗内\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/1-3small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\"></a> <a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/1-4.jpg\"> <img class=\"alignnone size-thumbnail wp-image-191\" style=\"margin: 5px 0 5px 5px;\" title=\"店舗内\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/1-4small.jpg\" alt=\"\" width=\"110\" height=\"110\"></a> <a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/1-6.jpg\"> <img class=\"alignnone size-thumbnail wp-image-184\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗内\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/1-6small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\"></a> <a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/oomurawan.jpg\"> <img class=\"alignnone size-thumbnail wp-image-193\" style=\"margin: 5px;\" title=\"当店の裏手は美しい海が広がる絶好のロケーション。\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/oomurawan-150x150.jpg\" alt=\"真珠を育てる大村湾\" width=\"110\" height=\"110\"></a>\r\n\r\n&nbsp;\r\n\r\n[su_dropcap]<strong>ア</strong>[/su_dropcap]クセス\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]車で長崎市内から約30分、佐世保市内から約60分。\r\n【長崎市内から】長崎市 → 時津町内(国道206号/25分)→ 長崎市琴海行政センター →(国道206号/5分)→当店\r\n【佐世保市内から】佐世保市街 → 西海橋 →(国道206号/40分)→当店\r\n[/su_heading]\r\n<h3>&nbsp;<span class=\"Apple-style-span\" style=\"color: #42210b; font-size: 18px; font-weight: bold; letter-spacing: 1px; line-height: 21px; text-transform: uppercase;\">送迎をご希望の方はお電話ください</span></h3>\r\nご来店手段が不便な方につきましては、送迎いたします。ただし対応できない場合もございますので、ご来店1週間前までにお電話にてご連絡ください。\r\n\r\n<iframe src=\"https://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9&amp;output=embed\" width=\"762\" height=\"350\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.co.jp/maps?f=q&amp;source=embed&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9\">大きな地図で見る</a></small>\r\n\r\n&nbsp;\r\n\r\n[su_dropcap]<strong>会</strong>[/su_dropcap]社概要\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]会社概要と事業内容[/su_heading]\r\n[su_table]\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>会社名(商号)</td>\r\n<td>有限会社長崎真珠</td>\r\n</tr>\r\n<tr>\r\n<td>設立</td>\r\n<td>平成16年3月</td>\r\n</tr>\r\n<tr>\r\n<td>事業内容</td>\r\n<td>真珠の生産、加工、販売、インターネット通販</td>\r\n</tr>\r\n<tr>\r\n<td>住所</td>\r\n<td>〒851-3212\r\n長崎県長崎市長浦町224-12</td>\r\n</tr>\r\n<tr>\r\n<td>お問合わせ</td>\r\n<td>[Tel]0120-410-804(通話料無料)\r\n[Fax]095-860-7317\r\n[Mail]info@nagasaki-shinju.com</td>\r\n</tr>\r\n<tr>\r\n<td>営業時間</td>\r\n<td>10:00〜19:00</td>\r\n</tr>\r\n<tr>\r\n<td>定休日</td>\r\n<td>火曜</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/su_table]','店舗案内','','publish','closed','closed','','%e5%ba%97%e8%88%97%e3%81%ae%e3%81%94%e6%a1%88%e5%86%85','','','2017-09-08 13:20:11','2017-09-08 04:20:11','',0,'http://nagasaki.s198.coreserver.jp/?page_id=22',21,'page','',0),(23,1,'2015-12-07 17:08:11','2015-12-07 08:08:11','<p><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pic21.gif\" alt=\"\" title=\"pic2\" width=\"762\" height=\"160\" class=\"aligncenter size-full wp-image-175\" /></p>\r\n<p><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shop1.jpg\" alt=\"長崎真珠店_店舗\" width=\"762\" height=\"506\" class=\"alignnone  wp-image-337\" /></p>\r\n<p style=\"text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-5.jpg\" alt=\"店舗内\" width=\"762\" height=\"448\" class=\" wp-image-292 aligncenter\" /></p>\r\n<p><a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo.jpg\"> <img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo-150x150.jpg\" title=\"店舗外装写真\" width=\"110\" height=\"110\" class=\"size-thumbnail wp-image-194\" style=\"margin: 5px 5px 5px 0;\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun.jpg\"> <img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun-150x150.jpg\" alt=\"敷地内にドッグラン\" title=\"敷地内の緑地はドッグランとしてもご利用できます。\" width=\"110\" height=\"110\" class=\"size-thumbnail wp-image-195\" style=\"margin: 5px;\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1.jpg\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1small.jpg\" alt=\"店舗内\" title=\"店舗内\" width=\"110\" height=\"110\" class=\"size-thumbnail\" style=\"margin: 5px;\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2.jpg\"> <img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2small.jpg\" alt=\"店舗内\" title=\"店舗内\" width=\"110\" height=\"110\" class=\"size-thumbnail wp-image-187\" style=\"margin: 5px;\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3.jpg\"> <img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3small.jpg\" alt=\"店舗内\" title=\"店舗内\" width=\"110\" height=\"110\" class=\"size-thumbnail wp-image-189\" style=\"margin: 5px;\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4.jpg\"> <img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4small.jpg\" title=\"店舗内\" width=\"110\" height=\"110\" class=\"alignnone size-thumbnail wp-image-191\" style=\"margin: 5px 0 5px 5px;\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6.jpg\"> <img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6small.jpg\" alt=\"店舗内\" title=\"店舗内\" width=\"110\" height=\"110\" class=\"alignnone size-thumbnail wp-image-184\" style=\"margin: 5px 5px 5px 0;\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan.jpg\"> <img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan-150x150.jpg\" alt=\"真珠を育てる大村湾\" title=\"当店の裏手は美しい海が広がる絶好のロケーション。\" width=\"110\" height=\"110\" class=\"alignnone size-thumbnail wp-image-193\" style=\"margin: 5px;\" /></a></p>\r\n<p>&nbsp;</p>\r\n<p><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig41.gif\" alt=\"\" title=\"fig4\" width=\"500\" height=\"100\" class=\"aligncenter size-full wp-image-206\" /> </p>\r\n<p><iframe src=\"https://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9&amp;output=embed\" height=\"350\" width=\"762\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe><br /><small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.co.jp/maps?f=q&amp;source=embed&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9\">大きな地図で見る</a></small></p>','店舗のご案内','','inherit','closed','closed','','22-revision-v1','','','2015-12-07 17:08:11','2015-12-07 08:08:11','',22,'http://nagasaki.s198.coreserver.jp/?p=23',0,'revision','',0),(24,1,'2015-12-07 17:08:28','2015-12-07 08:08:28',' ','','','publish','closed','closed','','24','','','2017-09-26 16:02:59','2017-09-26 07:02:59','',0,'http://nagasaki.s198.coreserver.jp/?p=24',10,'nav_menu_item','',0),(25,1,'2015-12-07 17:09:26','2015-12-07 08:09:26','<!-- 説明部-->\r\n[su_column size=\"3/4\"]\r\n[su_dropcap size=\"5\"]品質[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠へのこだわり[/su_heading]\r\n\r\n長崎真珠店は、先代社長の時からずっと大村湾(長崎県長崎市琴海町)を主な養殖場として真珠養殖を行っています。現在のように加工・販売を始める前までは養殖だけを専門にやっていました。\r\n\r\n近年、外国産(中国産)の真珠をジュエリーショップなどでよく見かけます。しかしやはり国産のものに比べると見劣りしてしまうのは確かなのです。それでも人気があり売れているのは価格が安いからだと思います。\r\n\r\nまた国産真珠に目をやってみると、今までほんのわずかしか市場へ流通していなかった花珠(はなたま)と呼ばれる最高品質の真珠がとてもよく目につくようになってきました。\r\n本来、花珠とはその年にとれる真珠全体の1%あるかないかという貴重なものなのです。その品質はプロの私たちだけでなく、一般の方でさえ一目見れば違いがわかるほどの最上級の輝きと照りを持ちます。\r\nしかし安価に売られている花珠は、鑑定書の表記こそ花珠とあってもプロの私たちから見れば疑問に思わざるを得ないものが氾濫していることも事実なのです。\r\n\r\n[su_dropcap size=\"5\"]理由[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]本当の美しさを伝えたい[/su_heading]\r\n\r\nこれは国内の真珠の消費量の落ち込みという背景もありますが、その流通システムにも問題があると考えます。\r\nほとんどの真珠は養殖業者→加工業者→卸商社→小売店という流通経路になっています。そのため、皆さまのお手元に届くネックレスはとても高価なものとなります。流通事情により質が悪いと思われる花珠と呼べないような珠さえも花珠として、さらに安価に売られるようになっているのではないかと思います。\r\n\r\nもちろん、鑑定機関が花珠と認めている以上、それは花珠なのでしょう。しかし私たちはそういった業界の在り方が自分たち業界の首を絞めているようにも思えるのです。\r\n\r\nこのままでは国産真珠の良さが、そして花珠真珠の本当の美しさが伝わらないのではないか。そういう危機感を持った私たちは、高品質な真珠を適正な価格でお届けするために不慣れな小売りをしようと決断したのです。\r\n\r\n私たちが「生産直売で真珠を売る」そう決めた時、「養殖屋に何ができる」と周囲の同業者から言われたものでした。もちろん最初のスタートは簡単ではありませんでした。\r\n\r\nなにしろ養殖と販売では180度仕事の内容が違います。今まで物言わないアコヤ貝を相手にしていたのが、今度はお客様相手に仕事をするのです。慣れない仕事内容に、最初は欲お客様からお叱りの言葉をいただいたものでした。\r\n\r\nそして小売業を始めてもう10年以上、想いは間違いではなかった。私たちのやり方はお客様から高い評価を得るようになっていったのです。\r\n\r\n[su_dropcap size=\"5\"]想い[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]国産真珠の美しい輝きを[/su_heading]\r\n\r\n私たちの真珠を店舗でご確認ください。\r\n長崎真珠店では自社で生産した真珠を加工、販売まで一貫した体制で行っています。そのため私たちが納得できる高品質の真珠を、本当に納得できる価格でお客様にお届けできます。\r\n\r\nもちろん市場で取引できないような質の悪い真珠をお届けすることは決してありません。私たちはただ、生産者としての誇りと、国産真珠の良さををもっと知って欲しい、そしていろんな場面で活かし、楽しんでいただきたいと願っているだけなのです。\r\n\r\n当店の真珠を手に取っていただけば、情熱をこめてきちんとした生産者が育て、公正なる品質管理のもときちんとした加工を施された真珠が、いかに美しいいものかおわかりいただけるはずです。\r\n\r\n店舗では私たちの自信作をゆっくりと手にとって、そして着けてみてご確認いただけます。長崎県内の方はちょっとひと足、県外の方は長崎観光のひとときとしてぜひお立ち寄りください。きっとこれまでと違った美しい真珠を目に感動していただけることと思います。\r\n\r\n皆さまのご来店を心よりお待ちいたしております。\r\n[/su_column]\r\n\r\n<!-- 画像部-->\r\n[su_column size=\"1/5\"]\r\n<img class=\"aligncenter size-full wp-image-120\" title=\"あこや稚貝\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/pict1.jpg\" alt=\"\" width=\"200\" height=\"136\" />あこや稚貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝管理\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/pict2.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝管理\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/pict3.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/pict4.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝掃除\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/pict5.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝掃除\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"養殖場\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/pict6.jpg\" alt=\"\" width=\"200\" height=\"136\" />養殖場\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"浜上げされた貝\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/pict7.jpg\" alt=\"\" width=\"200\" height=\"136\" />浜上げされた貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"加工作業中\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/pict8.jpg\" alt=\"\" width=\"200\" height=\"136\" />加工作業中\r\n[/su_column]\r\n\r\n&nbsp;','生産直売店のこだわり','','publish','closed','closed','','%e7%94%9f%e7%94%a3%e7%9b%b4%e5%a3%b2%e5%ba%97%e3%81%ae%e3%81%93%e3%81%a0%e3%82%8f%e3%82%8a','','','2017-09-08 13:17:38','2017-09-08 04:17:38','',0,'http://nagasaki.s198.coreserver.jp/?page_id=25',15,'page','',0),(164,1,'2015-12-10 15:28:17','2015-12-10 06:28:17','[su_dropcap size=\"5\"]品質[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]現在市場に出回っている真珠の品質[/su_heading]\r\n\r\n長崎真珠店は、先代社長の時からずっと大村湾(長崎県長崎市琴海町)を主な養殖場として真珠養殖を行っています。加工・販売を始める前までは養殖だけでやっていました。\r\n\r\n近年、外国産、特に中国産の真珠がジュエリーショップなどでも目につくようになってきました。中国産の真珠の質が悪いとはいいませんが、国産のものに比べるとやはり見劣りします。それでも人気があるのは価格が安いためです。\r\n\r\nまた国産真珠に目をやってみると、今までほんのわずかしか市場へ流通していなかった花珠(はなたま)と呼ばれる最高品質の真珠がとても目につくようになってきました。\r\n\r\nしかし本来、花珠とはその年にとれる真珠全体の1%あるかないかという貴重なものです。その品質はプロの私たちだけでなく、一般の方でさえ一目見れば違いがわかるほどの最上級の輝きと照りを持ちます。\r\n\r\nしかし安価に売られている花珠は、鑑定書の表記こそ花珠とあってもプロの私たちから見れば疑問に思わざるを得ないものが氾濫していることも事実です。\r\n\r\n\r\n<h3> 養殖屋が加工・販売を始めた理由</h3>\r\nこれは国内の真珠の消費量の落ち込みという背景もありますが、その流通システムにも問題があります。\r\n\r\nほとんどの真珠は養殖業者から加工業者へ行き、卸商社へ行き、小売店へ行くという流通経路になっています。そのため皆さんの手元に届くネックレスは非常に高価なものとなります。このことが災いして、質の悪い花珠と呼べないような珠さえも花珠として「安価」に売られるようになっているのではないかと思います。\r\n\r\nもちろん鑑定機関が花珠と認めている以上、それは花珠なのでしょう。しかし私たちはそういった業界の在り方が自分たちの首を絞めているようにも思えるのです。\r\n\r\nこのままでは国産真珠の良さが、そして花珠真珠の本当の美しさが伝わらないのではないか。そういう危機感を持った私たちは、高品質な真珠を適正な価格でお届けするために不慣れな小売りをしようと決断したのです。\r\n\r\n私たちが「生産直売で真珠を売る」そう決めた時、「養殖屋に何ができる」と周囲の同業者から言われたものでした。もちろん最初のスタートは簡単ではありませんでした。\r\n\r\nなにしろ養殖と販売では180度仕事の内容が違います。今まで物言わないアコヤ貝を相手にしていたのが、今度はお客様相手に仕事をするのです。慣れない仕事内容に、最初は欲お客様からお叱りの言葉をいただいたものでした。\r\n\r\nしかし小売を始めてもう10年以上がたち、私たちのやり方は地元のお客様から高い評価を得るようになりました。\r\n<h3>私たちの真珠を店舗でご確認ください</h3>\r\n長崎真珠店では自社で生産した真珠を加工、販売まで一貫した体制で行っています。そのため私たちが納得できる高品質の真珠を、本当に納得できる価格でお客様にお届けできます。\r\n\r\nもちろん市場で取引できないような質の悪い真珠をお届けすることは決してありません。私たちはただ、生産者としてのプライドと、国産真珠の良さををもっと知って欲しい、そしていろんな場面で楽しんでいただきたいと思っているだけです。\r\n\r\n当店の真珠を手に取っていただけば、きちんとした生産者が育て、きちんとした加工を施された真珠がいかに美しいいものかということがおわかりいただけるはずです。\r\n\r\n店舗では私たちの自信作をゆっくりと手にとって、そして着けてみてご確認することができます。県内の方はドライブがてら、県外の方は長崎観光のついでにお立ち寄りください。きっとこれまで見たこともないような美しい真珠を目にすることができると思います。\r\n\r\n&nbsp;\r\n\r\nあなたのご来店を心よりお待ちいたしております。\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div style=\"float: right; width: 200px; margin-top: 80px; text-align: center;\">\r\n\r\n<img class=\"aligncenter size-full wp-image-120\" title=\"あこや稚貝\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict1.jpg\" alt=\"\" width=\"200\" height=\"136\" />あこや稚貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝管理\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict2.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝管理\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict3.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict4.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝掃除\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict5.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝掃除\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"養殖場\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict6.jpg\" alt=\"\" width=\"200\" height=\"136\" />養殖場\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"浜上げされた貝\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict7.jpg\" alt=\"\" width=\"200\" height=\"136\" />浜上げされた貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"加工作業中\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict8.jpg\" alt=\"\" width=\"200\" height=\"136\" />加工作業中\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div class=\"CLEAR\"></div>\r\n<img class=\"aligncenter size-full wp-image-136\" title=\"長崎真珠 店舗 住所 長崎市長浦町224-12\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig2.gif\" alt=\"\" width=\"460\" height=\"144\" />','生産直売のこだわり','','inherit','closed','closed','','25-revision-v1','','','2015-12-10 15:28:17','2015-12-10 06:28:17','',25,'http://nagasaki.s198.coreserver.jp/?p=164',0,'revision','',0),(26,1,'2015-12-07 17:09:26','2015-12-07 08:09:26','','生産技術','','publish','closed','closed','','26','','','2017-09-26 16:02:59','2017-09-26 07:02:59','',0,'http://nagasaki.s198.coreserver.jp/?p=26',8,'nav_menu_item','',0),(27,1,'2015-12-07 17:09:26','2015-12-07 08:09:26','<div style=\"width: 500px; float: left;\">\r\n<h3>現在市場に出回っている真珠の品質</h3>\r\n<p> 長崎真珠店は、先代社長の時からずっと大村湾(長崎県長崎市琴海町)を主な養殖場として真珠養殖を行っています。加工・販売を始める前までは養殖だけでやっていました。</p>\r\n<p> 近年、外国産、特に中国産の真珠がジュエリーショップなどでも目につくようになってきました。中国産の真珠の質が悪いとはいいませんが、国産のものに比べるとやはり見劣りします。それでも人気があるのは価格が安いためです。</p>\r\n<p> また国産真珠に目をやってみると、今までほんのわずかしか市場へ流通していなかった花珠(はなたま)と呼ばれる最高品質の真珠がとても目につくようになってきました。</p>\r\n<p>しかし本来、花珠とはその年にとれる真珠全体の1%あるかないかという貴重なものです。その品質はプロの私たちだけでなく、一般の方でさえ一目見れば違いがわかるほどの最上級の輝きと照りを持ちます。</p>\r\n<p>しかし安価に売られている花珠は、鑑定書の表記こそ花珠とあってもプロの私たちから見れば疑問に思わざるを得ないものが氾濫していることも事実です。</p>\r\n<h3> 養殖屋が加工・販売を始めた理由</h3>\r\n<p> これは国内の真珠の消費量の落ち込みという背景もありますが、その流通システムにも問題があります。</p>\r\n<p>ほとんどの真珠は養殖業者から加工業者へ行き、卸商社へ行き、小売店へ行くという流通経路になっています。そのため皆さんの手元に届くネックレスは非常に高価なものとなります。このことが災いして、質の悪い花珠と呼べないような珠さえも花珠として「安価」に売られるようになっているのではないかと思います。</p>\r\n<p>もちろん鑑定機関が花珠と認めている以上、それは花珠なのでしょう。しかし私たちはそういった業界の在り方が自分たちの首を絞めているようにも思えるのです。</p>\r\n<p> このままでは国産真珠の良さが、そして花珠真珠の本当の美しさが伝わらないのではないか。そういう危機感を持った私たちは、高品質な真珠を適正な価格でお届けするために不慣れな小売りをしようと決断したのです。</p>\r\n<p> 私たちが「生産直売で真珠を売る」そう決めた時、「養殖屋に何ができる」と周囲の同業者から言われたものでした。もちろん最初のスタートは簡単ではありませんでした。</p>\r\n<p>なにしろ養殖と販売では180度仕事の内容が違います。今まで物言わないアコヤ貝を相手にしていたのが、今度はお客様相手に仕事をするのです。慣れない仕事内容に、最初は欲お客様からお叱りの言葉をいただいたものでした。</p>\r\n<p>しかし小売を始めてもう10年以上がたち、私たちのやり方は地元のお客様から高い評価を得るようになりました。</p>\r\n<h3>私たちの真珠を店舗でご確認ください</h3>\r\n<p>長崎真珠店では自社で生産した真珠を加工、販売まで一貫した体制で行っています。そのため私たちが納得できる高品質の真珠を、本当に納得できる価格でお客様にお届けできます。</p>\r\n<p> もちろん市場で取引できないような質の悪い真珠をお届けすることは決してありません。私たちはただ、生産者としてのプライドと、国産真珠の良さををもっと知って欲しい、そしていろんな場面で楽しんでいただきたいと思っているだけです。</p>\r\n<p> 当店の真珠を手に取っていただけば、きちんとした生産者が育て、きちんとした加工を施された真珠がいかに美しいいものかということがおわかりいただけるはずです。</p>\r\n<p> 店舗では私たちの自信作をゆっくりと手にとって、そして着けてみてご確認することができます。県内の方はドライブがてら、県外の方は長崎観光のついでにお立ち寄りください。きっとこれまで見たこともないような美しい真珠を目にすることができると思います。</p>\r\n<p>&nbsp;</p>\r\n<p>あなたのご来店を心よりお待ちいたしております。</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div style=\"float: right; width: 200px; margin-top: 80px; text-align: center;\">\r\n<p><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict1.jpg\" alt=\"\" title=\"あこや稚貝\" width=\"200\" height=\"136\" class=\"aligncenter size-full wp-image-120\" />あこや稚貝</p>\r\n<p> <img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict2.jpg\" alt=\"\" title=\"貝管理\" width=\"200\" height=\"136\" class=\"aligncenter size-full wp-image-126\" />貝管理</p>\r\n<p> <img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict3.jpg\" alt=\"\" title=\"核入れ\" width=\"200\" height=\"136\" class=\"aligncenter size-full wp-image-126\" />核入れ</p>\r\n<p> <img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict4.jpg\" alt=\"\" title=\"核入れ\" width=\"200\" height=\"136\" class=\"aligncenter size-full wp-image-126\" />核入れ</p>\r\n<p> <img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict5.jpg\" alt=\"\" title=\"貝掃除\" width=\"200\" height=\"136\" class=\"aligncenter size-full wp-image-126\" />貝掃除</p>\r\n<p> <img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict6.jpg\" alt=\"\" title=\"養殖場\" width=\"200\" height=\"136\" class=\"aligncenter size-full wp-image-126\" />養殖場</p>\r\n<p> <img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict7.jpg\" alt=\"\" title=\"浜上げされた貝\" width=\"200\" height=\"136\" class=\"aligncenter size-full wp-image-126\" />浜上げされた貝</p>\r\n<p> <img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict8.jpg\" alt=\"\" title=\"加工作業中\" width=\"200\" height=\"136\" class=\"aligncenter size-full wp-image-126\" />加工作業中</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n</div>\r\n<div class=\"CLEAR\"></div>\r\n<p><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig2.gif\" alt=\"\" title=\"長崎真珠 店舗 住所 長崎市長浦町224-12\" width=\"460\" height=\"144\" class=\"aligncenter size-full wp-image-136\" /></p>','生産直売のこだわり','','inherit','closed','closed','','25-revision-v1','','','2015-12-07 17:09:26','2015-12-07 08:09:26','',25,'http://nagasaki.s198.coreserver.jp/?p=27',0,'revision','',0),(28,1,'2015-12-07 17:10:10','2015-12-07 08:10:10','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"花珠輝く\" width=\"100%\">\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun5.jpg\" alt=\"真珠評価基準表\" width=\"100%\">\r\n\r\n<!-- サイズ価格-->\r\n[table id=5 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\">\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\"></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\">\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\">&nbsp;</div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠★','','private','closed','closed','','%e8%8a%b1%e7%8f%a0%e7%9c%9f%e7%8f%a0','','','2017-07-19 13:07:29','2017-07-19 04:07:29','',0,'http://nagasaki.s198.coreserver.jp/?page_id=28',8,'page','',0),(542,1,'2016-10-19 17:04:45','2016-10-19 08:04:45','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"花珠輝く\" width=\"100%\" />\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun5.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n<!-- サイズ価格-->\r\n[table id=5 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2016-10-19 17:04:45','2016-10-19 08:04:45','',28,'http://nagasaki.s198.coreserver.jp/28-revision-v1/',0,'revision','',0),(29,1,'2015-12-07 17:10:13','2015-12-07 08:10:13',' ','','','publish','closed','closed','','29','','','2017-09-26 16:02:59','2017-09-26 07:02:59','',0,'http://nagasaki.s198.coreserver.jp/?p=29',6,'nav_menu_item','',0),(30,1,'2015-12-07 17:10:10','2015-12-07 08:10:10','<p><a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanagama-kakudai.jpg\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanagama.jpg\" alt=\"花珠真珠5つ星\" width=\"100%\" height=\"425\" /></a></p>\r\n<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<table style=\"margin: 50px auto; width: auto; border: 0;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody style=\"border: 0;\">\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm花珠ネックレス</strong><br />\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm花珠ネックレスとイヤリングのセット</strong><br />\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\">\r\n<img class=\"colorbox-687\"  src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"18\" style=\"vertical-align: top;\" /><span style=\"line-height: 20px; font-size: 20px;\"> 350,000円</span><br />当店の通常価格<br /><span style=\"line-height: 27px; font-size: 27px;\">175,000円</span></div>\r\n</td>\r\n<td style=\"border: 0;\" width=\"50px\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\">\r\n<img class=\"colorbox-687\"  src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"18\" style=\"vertical-align: top;\" /><span style=\"line-height: 20px; font-size: 20px;\"> 400,000円</span><br />当店の通常価格<br /><span style=\"line-height: 27px; font-size: 27px;\">200,000円</span></div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm花珠ネックレス</strong><br />\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm花珠ネックレスとイヤリングのセット</strong><br />\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\">\r\n<img class=\"colorbox-687\"  src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"18\" style=\"vertical-align: top;\" /><span style=\"line-height: 20px; font-size: 20px;\"> 450,000円</span><br />当店の通常価格<br /><span style=\"line-height: 27px; font-size: 27px;\">225,000円</span></div>\r\n</td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\">\r\n<img class=\"colorbox-687\"  src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"18\" style=\"vertical-align: top;\" /><span style=\"line-height: 20px; font-size: 20px;\"> 550,000円</span><br />当店の通常価格<br /><span style=\"line-height: 27px; font-size: 27px;\">275,000円</span></div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm花珠ネックレス</strong><br />\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm花珠ネックレスとイヤリングのセット</strong><br />\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\">\r\n<img class=\"colorbox-687\"  src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"18\" style=\"vertical-align: top;\" /><span style=\"line-height: 20px; font-size: 20px;\"> 600,000円</span><br />当店の通常価格<br /><span style=\"line-height: 27px; font-size: 27px;\">300,000円</span></div>\r\n</td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\">\r\n<img class=\"colorbox-687\"  src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"18\" style=\"vertical-align: top;\" /><span style=\"line-height: 20px; font-size: 20px;\"> 700,000円</span><br />当店の通常価格<br /><span style=\"line-height: 27px; font-size: 27px;\">350,000円</span></div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>9.0mm花珠ネックレス</strong><br />\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>9.0mm花珠ネックレスとイヤリングのセット</strong><br />\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\">\r\n<img class=\"colorbox-687\"  src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"18\" style=\"vertical-align: top;\" /><span style=\"line-height: 20px; font-size: 20px;\"> 1,100,000円</span><br />当店の通常価格<br /><span style=\"line-height: 27px; font-size: 27px;\">550,000円</span></div>\r\n</td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\">\r\n<img class=\"colorbox-687\"  src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"18\" style=\"vertical-align: top;\" /><span style=\"line-height: 20px; font-size: 20px;\"> 1,400,000円</span><br />当店の通常価格<br /><span style=\"line-height: 27px; font-size: 27px;\">700,000円</span></div>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi-5.jpg\" width=\"260\" style=\"float: left;\" /><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi5-hyo.png\" width=\"420\" style=\"float: right;\" /></p>\r\n<div style=\"clear: both; padding-top: 30px;\">\r\n<table style=\"width: 100%; border: 1px solid #555; padding: 10px; font-size: 14px;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<thead>\r\n<tr>\r\n<td style=\"border: 0;\" colspan=\"4\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_title.jpg\" alt=\"真珠評価基準\" width=\"197\" height=\"27\" style=\"margin-bottom: 10px;\" /></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_01.png\" alt=\"巻き\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 10px 0 0; border: 0;\">巻きとは真珠の核を巻いている真珠層の厚さを表す言葉です。巻きが厚く、緻密性と均一性を持っているのが高品質の条件になります。</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0px; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_02.png\" alt=\"形\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 0 0 0; border: 0;\">真ん丸のいわゆる新円真珠が最高とされますが、 異型真珠(バロック玉)など変形の真珠もあります。好みやファッションに合わせて選びましょう。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-left: 0; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun1.jpg\" alt=\"巻き\" width=\"100%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun2.jpg\" alt=\"形\" width=\"98%\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_03.png\" alt=\"光沢\" width=\"83\" /></td>\r\n<td style=\"border: 0; padding: 10px 10px 0 0;\">真珠光沢真珠独特の光沢は、表面的なものではなく、内部からくる照りによるもの。上から見て光の輪がほんのりとあり、重厚な感じがするものが良いでしょう。光沢(テリ)</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_04.png\" alt=\"傷\" width=\"83\" /></td>\r\n<td style=\"padding: 10px 0 0 0; border: 0;\">厳しい自然の中で成長していく真珠は、ほとんどが何らかのキズを持っています。傷はほんものの真珠の証ですが、この傷が少ないほど希少価値が加わり貴重とされます。きず</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun3.jpg\" alt=\"光沢\" width=\"98%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun4.jpg\" alt=\"傷\" width=\"98%\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"overflow: hidden; padding:15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n</div>\r\n<p><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" width=\"280\" /></p>\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" /></div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\"  class=\"aligncenter size-full wp-image-867\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n<p>金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n<p>大切な真珠を美しく保管できる<br /> ウォルナットケースでお届けします。</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\n<p>こちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\n<p>インターネットで高額なネックレスを購入するのは不安というお客様のための制度です。<br />「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=687\" title=\"極上花珠真珠\" class=\"over\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" style=\"margin:0;\"></a>\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=649\" title=\"花珠真珠\" class=\"over\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" style=\"margin:5px 0;\"></a>\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=669\" title=\"準花珠真珠\" class=\"over\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" style=\"margin:0;\"></a>\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=574\" title=\"あこや真珠\" class=\"over\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" style=\"margin:5px 0;\"></a>','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-07 17:10:10','2015-12-07 08:10:10','',28,'http://nagasaki.s198.coreserver.jp/?p=30',0,'revision','',0),(31,1,'2015-12-07 17:10:55','2015-12-07 08:10:55','<img style=\"float: left;\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/2015/bann151.jpg\" alt=\"真珠婚見出し\" width=\"100%\">\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30年目は人生の節目です[/su_heading]\r\nこれから結婚30周年を迎えようとするご夫婦の方へ。上のお子さま下のお子さまも、もう社会で活躍され子育てもそろそろ一段落といったところでしょうか。\r\n\r\n前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の「婚式」といえば結婚25周年の銀婚式がありました。しかしこれからいよいよセカンドライフが始まるという時期にあたる「真珠婚」のほうが、これまでの人生を振り返りこれからの生き方を考えるのにちょうど良い節目だと思われます。\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うための贈りものは最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]この年齢だからこそ必要な真珠、それが花珠真珠[/su_heading]\r\n真珠は女性にとってさまざまな場面で必要ともいえるジュエリーアイテムです。奥さまもひとつは真珠のネックレスをお持ちでしょうか。\r\nそのネックレスはお子さまの入園式や卒園式、小学校の入学式くらいからずっと使い続けていませんか。\r\n若いころ購入したその真珠は、これまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入されるご年配の女性のみなさまは、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して恥ずかしい」「キズが多くて…」というお悩みのため買い替えをされています。\r\n\r\n女性にとっては必要といえるジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の確かな品質というものがあるのです。それが花珠真珠なのです。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠婚の記念のネックレスは当店におまかせください[/su_heading]\r\n結婚30周年という一生に一度の節目にふさわしい贈りものだからこそ、品質・価格ともに自信のある花珠真珠をご案内します。とはいえ大変高価なものですので、目で見て確かめて納得いくまで吟味したいものです。そのため当店では「返品保証」をつけて販売しています。どうぞご安心ください。\r\n愛する奥様への大切な贈りものなら、当店の真珠をお選びください。必ずご期待にお応えできることでしょう。\r\n\r\n<hr class=\"mg_T50\">\r\n\r\n&nbsp;\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"https://www.nagasaki-shinju.com/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\">\r\n\r\n</div>\r\n<div class=\"sp-banner3\">&nbsp;</div>','結婚30周年は真珠婚','','publish','closed','closed','','%e7%b5%90%e5%a9%9a30%e5%91%a8%e5%b9%b4%e3%81%af%e7%9c%9f%e7%8f%a0%e5%a9%9a','','','2017-09-08 13:16:42','2017-09-08 04:16:42','',0,'http://nagasaki.s198.coreserver.jp/?page_id=31',4,'page','',0),(319,1,'2015-12-12 15:41:19','2015-12-12 06:41:19','<!--<img title=\"真珠婚\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/ketukon_top.jpg\" alt=\"真珠婚\" width=\"100%\" />-->\r\n<br />\r\n<img title=\"30周年真珠婚\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/ketukon_text.gif\" alt=\"30周年真珠婚\" width=\"604\" />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30年目は人生の節目です[/su_heading]\r\nこれから結婚30周年を迎えようとするご夫婦の方へ。上のお子さま下のお子さまも、もう社会で活躍され子育てもそろそろ一段落といったところでしょうか。\r\n\r\n前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の「婚式」といえば結婚25周年の銀婚式がありました。しかしこれからいよいよセカンドライフが始まるという時期にあたる「真珠婚」のほうが、これまでの人生を振り返りこれからの生き方を考えるのにちょうど良い節目だと思われます。\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うための贈りものは最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]この年齢だからこそ必要な真珠、それが花珠真珠[/su_heading]\r\n真珠は女性にとってさまざまな場面で必要ともいえるジュエリーアイテムです。奥さまもひとつは真珠のネックレスをお持ちでしょうか。\r\nそのネックレスはお子さまの入園式や卒園式、小学校の入学式くらいからずっと使い続けていませんか。\r\n若いころ購入したその真珠は、これまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入されるご年配の女性のみなさまは、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して恥ずかしい」「キズが多くて…」というお悩みのため買い替えをされています。\r\n\r\n女性にとっては必要といえるジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の確かな品質というものがあるのです。それが花珠真珠なのです。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠婚の記念のネックレスは当店におまかせください[/su_heading]\r\n結婚30周年という一生に一度の節目にふさわしい贈りものだからこそ、品質・価格ともに自信のある花珠真珠をご案内します。とはいえ大変高価なものですので、目で見て確かめて納得いくまで吟味したいものです。そのため当店では「返品保証」をつけて販売しています。どうぞご安心ください。\r\n愛する奥様への大切な贈りものなら、当店の真珠をお選びください。必ずご期待にお応えできることでしょう。\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n[table id=7 /]','結婚30周年は真珠婚','','inherit','closed','closed','','31-revision-v1','','','2015-12-12 15:41:19','2015-12-12 06:41:19','',31,'http://nagasaki.s198.coreserver.jp/?p=319',0,'revision','',0),(85,1,'2015-12-07 18:20:37','2015-12-07 09:20:37','<img title=\"真珠婚\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/ketukon_top.jpg\" alt=\"真珠婚\" width=\"100%\" />\r\n\r\n<img title=\"30周年真珠婚\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/ketukon_text.gif\" alt=\"30周年真珠婚\" width=\"604\" />\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3>その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- ボタンエリア -->\r\n<div class=\"mg_T30\"><a class=\"over\" title=\"結婚30周年は真珠婚\" href=\"http://www.nagasaki-shinju.com/?page_id=562\"><img class=\"mg_R15 mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img2-1.jpg\" alt=\"結婚30周年は真珠婚\" width=\"362\" /></a><a class=\"over\" title=\"ブライダルパールセット\" href=\"http://www.nagasaki-shinju.com/?page_id=545\"><img class=\"mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img3-1.jpg\" alt=\"母から娘へ\" width=\"362\" /></a>\r\n<a class=\"over\" title=\"4wayネックレス\" href=\"http://www.nagasaki-shinju.com/?page_id=554\"><img class=\"mg_R15 mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img4-1.jpg\" alt=\"4wayネックレス\" width=\"362\" /></a><a class=\"over\" title=\"メンズライン\" href=\"http://www.nagasaki-shinju.com/?page_id=563\"><img class=\"mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img5-1.jpg\" alt=\"メンズライン\" width=\"362\" /></a></div>\r\n<!-- /ボタンエリア -->','結婚30周年は真珠婚','','inherit','closed','closed','','31-revision-v1','','','2015-12-07 18:20:37','2015-12-07 09:20:37','',31,'http://nagasaki.s198.coreserver.jp/?p=85',0,'revision','',0),(32,1,'2015-12-07 17:10:55','2015-12-07 08:10:55',' ','','','publish','closed','closed','','32','','','2017-09-26 16:02:59','2017-09-26 07:02:59','',0,'http://nagasaki.s198.coreserver.jp/?p=32',3,'nav_menu_item','',0),(33,1,'2015-12-07 17:10:55','2015-12-07 08:10:55','<p><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/ketukon_top.jpg\" alt=\"真珠婚\" title=\"真珠婚\"  width=\"100%\" /></p>\r\n<p><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/ketukon_text.gif\" alt=\"30周年真珠婚\" title=\"30周年真珠婚\" width=\"604\" /></p>\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\n<p> これから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。</p>\r\n<p>上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。</p>\r\n<p>以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。</p>\r\n<p> だからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。</p>\r\n<h3> その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n<p>真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。</p>\r\n<p>ですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。</p>\r\n<p>当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。</p>\r\n<p> 女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。</p>\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n<p> 結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。</p>\r\n<p>愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。</p>\r\n\r\n<hr class=\"mg_T50\"  />\r\n<!-- ボタンエリア -->\r\n<div class=\"mg_T30\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=562\" title=\"結婚30周年は真珠婚\" class=\"over\"><img class=\"mg_R15 mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img2-1.jpg\" alt=\"結婚30周年は真珠婚\" width=\"362\"></a><a href=\"http://www.nagasaki-shinju.com/?page_id=545\" title=\"ブライダルパールセット\" class=\"over\"><img class=\"mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img3-1.jpg\" alt=\"母から娘へ\" width=\"362\"></a>\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=554\" title=\"4wayネックレス\" class=\"over\"><img class=\"mg_R15 mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img4-1.jpg\" alt=\"4wayネックレス\" width=\"362\"></a><a href=\"http://www.nagasaki-shinju.com/?page_id=563\" title=\"メンズライン\" class=\"over\"><img class=\"mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img5-1.jpg\" alt=\"メンズライン\" width=\"362\"></a>\r\n</div>\r\n<!-- /ボタンエリア -->','結婚30周年は真珠婚','','inherit','closed','closed','','31-revision-v1','','','2015-12-07 17:10:55','2015-12-07 08:10:55','',31,'http://nagasaki.s198.coreserver.jp/?p=33',0,'revision','',0),(564,1,'2017-06-22 09:12:03','2017-06-22 00:12:03','','fig1','','inherit','closed','closed','','fig1','','','2017-06-22 09:12:03','2017-06-22 00:12:03','',38,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif',0,'attachment','image/gif',0),(566,1,'2017-06-22 09:15:45','2017-06-22 00:15:45','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\nみなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?\r\n神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\">かたち</span>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n\r\n<span class=\"so_midasi\">巻き</span>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n\r\n<span class=\"so_midasi\">テリ</span>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n\r\n<span class=\"so_midasi\">キズ</span>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n\r\n<span class=\"so_midasi\">色</span>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\n<span class=\"so_midasi\">サイズ</span>\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3>&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3>&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2017-06-22 09:15:45','2017-06-22 00:15:45','',38,'http://nagasaki.s198.coreserver.jp/38-revision-v1/',0,'revision','',0),(565,1,'2017-06-22 09:13:27','2017-06-22 00:13:27','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\nみなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?\r\n神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\">かたち</span>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n\r\n<span class=\"so_midasi\">巻き</span>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n\r\n<span class=\"so_midasi\">テリ</span>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n\r\n<span class=\"so_midasi\">キズ</span>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n\r\n<span class=\"so_midasi\">色</span>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\n<span class=\"so_midasi\">サイズ</span>\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3>&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3>&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2017-06-22 09:13:27','2017-06-22 00:13:27','',38,'http://nagasaki.s198.coreserver.jp/38-revision-v1/',0,'revision','',0),(38,1,'2015-12-07 17:24:19','2015-12-07 08:24:19','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\n\r\n<h4 style=\"font-size:18px;\">みなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?</h4>\r\n<p style=\"font-size:18px;\">神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治4年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n<h4 style=\"font-size:18px;\">私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。</h4>\r\n<p style=\"font-size:18px;\">それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n<h4 style=\"font-size:18px;\">真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。</h4>\r\n<p style=\"font-size:18px;\">いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。</p>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">かたち</span>\r\n<p style=\"font-size:18px;\">真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">巻き</span>\r\n<p style=\"font-size:18px;\">「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">テリ</span>\r\n<p style=\"font-size:18px;\">「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">キズ</span>\r\n<p style=\"font-size:18px;\">「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">色</span>\r\n<p style=\"font-size:18px;\">「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">サイズ</span>\r\n<p style=\"font-size:18px;\">そして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。</p>\r\n\r\n<p style=\"font-size:18px;\">人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。</p>\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3 style=\"font-size:18px;\">「かたち」</h3>\r\n<p style=\"font-size:18px;\">「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。</p>\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3 style=\"font-size:18px;\">一口に花珠といってもさまざま</h3>\r\n<p style=\"font-size:18px;\">「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。</p>\r\n<p style=\"font-size:18px;\">そして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。</p>\r\n\r\n<p style=\"font-size:18px;\">真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。</p>\r\n<p style=\"font-size:18px;\">大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。</p>\r\n<p style=\"font-size:18px;\">私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。</p>\r\n\r\n<h3 style=\"font-size:18px;\">&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n<p style=\"font-size:18px;\">花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。</p>\r\n<p style=\"font-size:18px;\">品質は必ず価格に比例しています。</p>\r\n\r\n<a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/2015/12/fig1.gif\"><img src=\"https://www.nagasaki-shinju.com/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3 style=\"font-size:18px;\">結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\n<p style=\"font-size:18px;\">これから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。</p>\r\n<p style=\"font-size:18px;\">上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。</p>\r\n<p style=\"font-size:18px;\">以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。</p>\r\n<p style=\"font-size:18px;\">だからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。</p>\r\n<h3 style=\"font-size:18px;\">&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n<p style=\"font-size:18px;\">真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。</p>\r\n<p style=\"font-size:18px;\">ですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。</p>\r\n<p style=\"font-size:18px;\">当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。</p>\r\n<p style=\"font-size:18px;\">女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。</p>\r\n<h3 style=\"font-size:18px;\">真珠婚の記念のネックレスは当店にお任せください</h3>\r\n<p style=\"font-size:18px;\">結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。</p>\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"https://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"https://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"https://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"https://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"https://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"https://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"https://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"https://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"https://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n<div class=\"kouza_box1\">\r\n<a href=\"https://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"https://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"https://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','publish','closed','closed','','%e7%9c%9f%e7%8f%a0%e8%ac%9b%e5%ba%a7','','','2017-09-08 13:18:43','2017-09-08 04:18:43','',0,'http://nagasaki.s198.coreserver.jp/?page_id=38',16,'page','',0),(39,1,'2015-12-07 17:24:19','2015-12-07 08:24:19',' ','','','publish','closed','closed','','39','','','2017-09-26 16:02:59','2017-09-26 07:02:59','',0,'http://nagasaki.s198.coreserver.jp/?p=39',9,'nav_menu_item','',0),(40,1,'2015-12-07 17:24:19','2015-12-07 08:24:19','<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=51\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt1.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=51\" class=\"more-link\">長崎県は真珠発祥の地</a></h4>\r\n</div>\r\n \r\n\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n \r\n\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n \r\n\r\n<div class=\"clear\"></div>','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-07 17:24:19','2015-12-07 08:24:19','',38,'http://nagasaki.s198.coreserver.jp/?p=40',0,'revision','',0),(556,1,'2017-05-23 08:26:53','2017-05-22 23:26:53','','02slide08','','inherit','closed','closed','','02slide08','','','2017-05-23 08:26:53','2017-05-22 23:26:53','',0,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2017/05/02slide08.jpg',0,'attachment','image/jpeg',0),(557,1,'2017-05-23 08:27:27','2017-05-22 23:27:27','','02slide09','','inherit','closed','closed','','02slide09','','','2017-05-23 08:27:27','2017-05-22 23:27:27','',0,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2017/05/02slide09.jpg',0,'attachment','image/jpeg',0),(563,1,'2017-06-19 13:45:02','2017-06-19 04:45:02','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann121.jpg\" alt=\"極上花珠\" width=\"100%\">\r\n\r\n[table id=10 /]\r\n\r\n[table id=8 /]','花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2017-06-19 13:45:02','2017-06-19 04:45:02','',57,'http://nagasaki.s198.coreserver.jp/57-revision-v1/',0,'revision','',0),(643,1,'2017-07-20 11:53:38','2017-07-20 02:53:38','','catch38','','inherit','closed','closed','','catch38','','','2017-07-20 11:53:38','2017-07-20 02:53:38','',483,'http://www.nagasaki-shinju.com/wp-content/uploads/2016/04/catch38.jpg',0,'attachment','image/jpeg',0),(547,1,'2016-10-19 17:30:55','2016-10-19 08:30:55','','02slide04','','inherit','closed','closed','','02slide04','','','2016-10-19 17:30:55','2016-10-19 08:30:55','',0,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2016/10/02slide04.jpg',0,'attachment','image/jpeg',0),(548,1,'2016-10-19 17:34:11','2016-10-19 08:34:11','','02slide05','','inherit','closed','closed','','02slide05','','','2016-10-19 17:34:11','2016-10-19 08:34:11','',0,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2016/10/02slide05.jpg',0,'attachment','image/jpeg',0),(552,1,'2016-10-20 14:53:33','2016-10-20 05:53:33','','02slide07','','inherit','closed','closed','','02slide07','','','2016-10-20 14:53:33','2016-10-20 05:53:33','',0,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2016/10/02slide07.jpg',0,'attachment','image/jpeg',0),(562,1,'2017-06-19 13:44:44','2017-06-19 04:44:44','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"花珠輝く\" width=\"100%\">\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun5.jpg\" alt=\"真珠評価基準表\" width=\"100%\">\r\n\r\n<!-- サイズ価格-->\r\n[table id=5 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\">\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\"></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\">\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\">&nbsp;</div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠★','','inherit','closed','closed','','28-revision-v1','','','2017-06-19 13:44:44','2017-06-19 04:44:44','',28,'http://nagasaki.s198.coreserver.jp/28-revision-v1/',0,'revision','',0),(537,1,'2016-10-19 11:09:59','2016-10-19 02:09:59','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann151.jpg\" alt=\"真珠婚見出し\" width=\"100%\" />\r\n\r\n\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30年目は人生の節目です[/su_heading]\r\nこれから結婚30周年を迎えようとするご夫婦の方へ。上のお子さま下のお子さまも、もう社会で活躍され子育てもそろそろ一段落といったところでしょうか。\r\n\r\n前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の「婚式」といえば結婚25周年の銀婚式がありました。しかしこれからいよいよセカンドライフが始まるという時期にあたる「真珠婚」のほうが、これまでの人生を振り返りこれからの生き方を考えるのにちょうど良い節目だと思われます。\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うための贈りものは最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]この年齢だからこそ必要な真珠、それが花珠真珠[/su_heading]\r\n真珠は女性にとってさまざまな場面で必要ともいえるジュエリーアイテムです。奥さまもひとつは真珠のネックレスをお持ちでしょうか。\r\nそのネックレスはお子さまの入園式や卒園式、小学校の入学式くらいからずっと使い続けていませんか。\r\n若いころ購入したその真珠は、これまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入されるご年配の女性のみなさまは、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して恥ずかしい」「キズが多くて…」というお悩みのため買い替えをされています。\r\n\r\n女性にとっては必要といえるジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の確かな品質というものがあるのです。それが花珠真珠なのです。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠婚の記念のネックレスは当店におまかせください[/su_heading]\r\n結婚30周年という一生に一度の節目にふさわしい贈りものだからこそ、品質・価格ともに自信のある花珠真珠をご案内します。とはいえ大変高価なものですので、目で見て確かめて納得いくまで吟味したいものです。そのため当店では「返品保証」をつけて販売しています。どうぞご安心ください。\r\n愛する奥様への大切な贈りものなら、当店の真珠をお選びください。必ずご期待にお応えできることでしょう。\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n&nbsp;\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>','結婚30周年は真珠婚','','inherit','closed','closed','','476-revision-v1','','','2016-10-19 11:09:59','2016-10-19 02:09:59','',476,'http://nagasaki.s198.coreserver.jp/476-revision-v1/',0,'revision','',0),(54,1,'2015-12-07 17:30:31','2015-12-07 08:30:31','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann131.jpg\" alt=\"準花珠確かな一本\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann231.jpg\" alt=\"準花珠メッセージ\" width=\"100%\" />\r\n\r\n\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun45.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n<!-- サイズ価格-->\r\n[table id=4 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','準花珠真珠','','private','closed','closed','','%e6%ba%96%e8%8a%b1%e7%8f%a0%e7%9c%9f%e7%8f%a0','','','2017-07-19 13:07:56','2017-07-19 04:07:56','',0,'http://nagasaki.s198.coreserver.jp/?page_id=54',7,'page','',0),(55,1,'2015-12-07 17:30:31','2015-12-07 08:30:31',' ','','','publish','closed','closed','','55','','','2017-09-26 16:02:59','2017-09-26 07:02:59','',0,'http://nagasaki.s198.coreserver.jp/?p=55',5,'nav_menu_item','',0),(56,1,'2015-12-07 17:30:31','2015-12-07 08:30:31','<p><a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/jun-hanagama-kakudai.jpg\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/jun-hanagama.jpg\" alt=\"準花珠真珠\" width=\"100%\" height=\"427\" /></a></p>\r\n<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/jun-hanadama_midasi.png\" alt=\"準花珠真珠\" width=\"98%\" /></p>\r\n<table style=\"margin: 50px auto; width: auto; border: 0;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody style=\"border: 0;\">\r\n<tr><th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm準花珠ネックレス</strong></th><th> </th><th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm準花珠ネックレス</strong></th></tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"25\" style=\"vertical-align: top;\" /><span style=\"line-height: 27px; font-size: 27px;\"> 250,000円</span></div>\r\n</td>\r\n<td style=\"border: 0;\" width=\"50px\"> </td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"25\" style=\"vertical-align: top;\" /><span style=\"line-height: 27px; font-size: 27px;\"> 500,000円</span></div>\r\n</td>\r\n</tr>\r\n<tr><th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm準花珠ネックレス</strong></th><th> </th><th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>9.0mm準花珠ネックレス</strong></th></tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"25\" style=\"vertical-align: top;\" /><span style=\"line-height: 27px; font-size: 27px;\"> 350,000円</span></div>\r\n</td>\r\n<td style=\"border: 0;\"> </td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"25\" style=\"vertical-align: top;\" /><span style=\"line-height: 27px; font-size: 27px;\"> 900,000円</span></div>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" /></div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\"  class=\"aligncenter size-full wp-image-867\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n<p>金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n<p>大切な真珠を美しく保管できる<br /> ウォルナットケースでお届けします。</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\n<p>こちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\n<p>インターネットで高額なネックレスを購入するのは不安というお客様のための制度です。<br />「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=687\" title=\"極上花珠真珠\" class=\"over\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" style=\"margin:0;\"></a>\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=649\" title=\"花珠真珠\" class=\"over\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" style=\"margin:5px 0;\"></a>\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=669\" title=\"準花珠真珠\" class=\"over\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" style=\"margin:0;\"></a>\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=574\" title=\"あこや真珠\" class=\"over\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" style=\"margin:5px 0;\"></a>','準花珠真珠','','inherit','closed','closed','','54-revision-v1','','','2015-12-07 17:30:31','2015-12-07 08:30:31','',54,'http://nagasaki.s198.coreserver.jp/?p=56',0,'revision','',0),(57,1,'2015-12-07 17:31:14','2015-12-07 08:31:14','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"花珠輝く\" width=\"100%\">\r\n\r\n[table id=10 /]\r\n\r\n<div style=\"float: none;\">\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01.jpg\" alt=\"banner_01\" width=\"760\" height=\"229\" class=\"alignnone size-full wp-image-611\" /></a><a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_03.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_03.jpg\" alt=\"banner_03\" width=\"760\" height=\"233\" class=\"alignnone size-full wp-image-612\" /></a>\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_05.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_05.jpg\" alt=\"banner_05\" width=\"760\" height=\"229\" class=\"alignnone size-full wp-image-613\" /></a><a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_07.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_07.jpg\" alt=\"banner_07\" width=\"760\" height=\"228\" class=\"alignnone size-full wp-image-614\" /></a>\r\n</div>\r\n\r\n\r\n\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\"></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\">\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できるウォルナットケースでお届けします。\r\n※花珠真珠・極上花珠の商品に限ります</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。\r\n※花珠真珠・極上花珠の商品に限ります</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n','花珠真珠','','private','closed','closed','','%e8%8a%b1%e7%8f%a0%e7%9c%9f%e7%8f%a0-2','','','2017-07-21 10:56:47','2017-07-21 01:56:47','',0,'http://nagasaki.s198.coreserver.jp/?page_id=57',6,'page','',0),(541,1,'2016-10-19 11:17:13','2016-10-19 02:17:13','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann121.jpg\" alt=\"極上花珠\" width=\"100%\" />\r\n\r\n\r\n\r\n[table id=10 /]\r\n\r\n[table id=8 /]','極上花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2016-10-19 11:17:13','2016-10-19 02:17:13','',57,'http://nagasaki.s198.coreserver.jp/57-revision-v1/',0,'revision','',0),(444,1,'2015-12-21 16:58:16','2015-12-21 07:58:16','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann121.jpg\" alt=\"極上花珠\" width=\"100%\" />\r\n<br />\r\n[table id=10 /]\r\n<br />\r\n[table id=8 /]\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>','極上花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2015-12-21 16:58:16','2015-12-21 07:58:16','',57,'http://nagasaki.s198.coreserver.jp/?p=444',0,'revision','',0),(340,1,'2015-12-12 17:40:01','2015-12-12 08:40:01','花珠真珠はあこや真珠の中でも最上級のクオリティ(品質)のみに与えられる称号で、さらに厳選鑑別して極上と称した大変貴重な真珠が「極上花珠真珠」なのです。\r\nまず花珠真珠として認められるためには、いくつかの項目をすべて最高ランクでクリアしなくてはなりません。\r\n巻き・形・光沢(てり)・キズ、ネックレスにはさらに 「仕上げ(連相)」が加わり5つの基準で判断されます。これらすべての項目で最高ランクを取得したもののみが極上花珠として認められるのです。\r\n<br />\r\n[table id=8 /]\r\n<br />\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n','極上花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2015-12-12 17:40:01','2015-12-12 08:40:01','',57,'http://nagasaki.s198.coreserver.jp/?p=340',0,'revision','',0),(58,1,'2015-12-07 17:31:14','2015-12-07 08:31:14',' ','','','publish','closed','closed','','58','','','2017-09-26 16:02:59','2017-09-26 07:02:59','',0,'http://nagasaki.s198.coreserver.jp/?p=58',4,'nav_menu_item','',0),(59,1,'2015-12-07 17:31:14','2015-12-07 08:31:14','<a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/goku-hanagama-kakudai.jpg\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/goku-hanagama.jpg\" alt=\"極上花珠真珠\" width=\"100%\" height=\"487\" /></a>\r\n<table style=\"margin: 50px auto; width: auto; border: 0;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody style=\"border: 0;\">\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"18\" style=\"vertical-align: top;\" /><span style=\"line-height: 20px; font-size: 20px;\"> 400,000円</span><br>当店の通常価格<br><span style=\"line-height: 27px; font-size: 27px;\">200,000円</span></div>\r\n</td>\r\n<td style=\"border: 0;\" width=\"50px\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"18\" style=\"vertical-align: top;\" /><span style=\"line-height: 20px; font-size: 20px;\"> 470,000円</span><br>当店の通常価格<br><span style=\"line-height: 27px; font-size: 27px;\">235,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"18\" style=\"vertical-align: top;\" /><span style=\"line-height: 20px; font-size: 20px;\"> 600,000円</span><br>当店の通常価格<br><span style=\"line-height: 27px; font-size: 27px;\">300,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"18\" style=\"vertical-align: top;\" /><span style=\"line-height: 20px; font-size: 20px;\"> 700,000円</span><br>当店の通常価格<br><span style=\"line-height: 27px; font-size: 27px;\">350,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"18\" style=\"vertical-align: top;\" /><span style=\"line-height: 20px; font-size: 20px;\"> 800,000円</span><br>当店の通常価格<br><span style=\"line-height: 27px; font-size: 27px;\">400,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"18\" style=\"vertical-align: top;\" /><span style=\"line-height: 20px; font-size: 20px;\"> 920,000円</span><br>当店の通常価格<br><span style=\"line-height: 27px; font-size: 27px;\">460,000円</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" /></div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\"  class=\"aligncenter size-full wp-image-867\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=687\" title=\"極上花珠真珠\" class=\"over\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" style=\"margin:0;\"></a>\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=649\" title=\"花珠真珠\" class=\"over\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" style=\"margin:5px 0;\"></a>\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=669\" title=\"準花珠真珠\" class=\"over\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" style=\"margin:0;\"></a>\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=574\" title=\"あこや真珠\" class=\"over\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" style=\"margin:5px 0;\"></a> <A TITLE=\"lebanon\" href=\"http://www.relesites.com\" >ask women</A> .','極上花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2015-12-07 17:31:14','2015-12-07 08:31:14','',57,'http://nagasaki.s198.coreserver.jp/?p=59',0,'revision','',0),(538,1,'2016-10-19 11:12:13','2016-10-19 02:12:13','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"ブライダル・母から娘へ\" width=\"100%\" />\r\n\r\n\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\nウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。\r\n\r\n結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。\r\n\r\nまた真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。\r\n\r\n<hr class=\"mg_T50\" />','ブライダル花珠真珠','','inherit','closed','closed','','483-revision-v1','','','2016-10-19 11:12:13','2016-10-19 02:12:13','',483,'http://nagasaki.s198.coreserver.jp/483-revision-v1/',0,'revision','',0),(515,1,'2016-05-06 18:01:37','2016-05-06 09:01:37','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"ブライダル・母から娘へ\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann211.jpg\" alt=\"ブライダルメッセージ\" width=\"100%\" />\r\n<br />\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\nウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。\r\n\r\n結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。\r\n\r\nまた真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。\r\n\r\n<hr class=\"mg_T50\" />\r\n','ブライダル花玉真珠3点セット','','inherit','closed','closed','','483-revision-v1','','','2016-05-06 18:01:37','2016-05-06 09:01:37','',483,'http://nagasaki.s198.coreserver.jp/?p=515',0,'revision','',0),(516,1,'2016-05-06 18:03:19','2016-05-06 09:03:19','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann151.jpg\" alt=\"真珠婚見出し\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann251.jpg\" alt=\"真珠婚見出し\" width=\"100%\" />\r\n<br />\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30年目は人生の節目です[/su_heading]\r\nこれから結婚30周年を迎えようとするご夫婦の方へ。上のお子さま下のお子さまも、もう社会で活躍され子育てもそろそろ一段落といったところでしょうか。\r\n\r\n前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の「婚式」といえば結婚25周年の銀婚式がありました。しかしこれからいよいよセカンドライフが始まるという時期にあたる「真珠婚」のほうが、これまでの人生を振り返りこれからの生き方を考えるのにちょうど良い節目だと思われます。\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うための贈りものは最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]この年齢だからこそ必要な真珠、それが花珠真珠[/su_heading]\r\n真珠は女性にとってさまざまな場面で必要ともいえるジュエリーアイテムです。奥さまもひとつは真珠のネックレスをお持ちでしょうか。\r\nそのネックレスはお子さまの入園式や卒園式、小学校の入学式くらいからずっと使い続けていませんか。\r\n若いころ購入したその真珠は、これまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入されるご年配の女性のみなさまは、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して恥ずかしい」「キズが多くて…」というお悩みのため買い替えをされています。\r\n\r\n女性にとっては必要といえるジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の確かな品質というものがあるのです。それが花珠真珠なのです。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠婚の記念のネックレスは当店におまかせください[/su_heading]\r\n結婚30周年という一生に一度の節目にふさわしい贈りものだからこそ、品質・価格ともに自信のある花珠真珠をご案内します。とはいえ大変高価なものですので、目で見て確かめて納得いくまで吟味したいものです。そのため当店では「返品保証」をつけて販売しています。どうぞご安心ください。\r\n愛する奥様への大切な贈りものなら、当店の真珠をお選びください。必ずご期待にお応えできることでしょう。\r\n\r\n<hr class=\"mg_T50\" />\r\n<br />\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','結婚30周年は真珠婚','','inherit','closed','closed','','476-revision-v1','','','2016-05-06 18:03:19','2016-05-06 09:03:19','',476,'http://nagasaki.s198.coreserver.jp/?p=516',0,'revision','',0),(491,1,'2016-04-30 13:23:25','2016-04-30 04:23:25','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"ブライダル・母から娘へ\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann211.jpg\" alt=\"ブライダルメッセージ\" width=\"100%\" />\r\n<br />\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\nウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。\r\n\r\n結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。\r\n\r\nまた真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">ネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n</div>\r\n</article>&nbsp;\r\n\r\n<!-- 参考-->\r\n<!--\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=27\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=52\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=54\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=56\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=58\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n</div>\r\n参考-->','ブライダル花玉真珠3点セット','','inherit','closed','closed','','483-revision-v1','','','2016-04-30 13:23:25','2016-04-30 04:23:25','',483,'http://nagasaki.s198.coreserver.jp/?p=491',0,'revision','',0),(492,1,'2016-04-30 13:24:06','2016-04-30 04:24:06','真珠展2016','極上花珠真珠','','inherit','closed','closed','','486-revision-v1','','','2016-04-30 13:24:06','2016-04-30 04:24:06','',486,'http://nagasaki.s198.coreserver.jp/?p=492',0,'revision','',0),(539,1,'2016-10-19 11:12:58','2016-10-19 02:12:58','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann121.jpg\" alt=\"極上花珠\" width=\"100%\" />\r\n\r\n[table id=10 /]\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"長崎真珠店のこだわり\" /></div>','極上花珠真珠','','inherit','closed','closed','','486-revision-v1','','','2016-10-19 11:12:58','2016-10-19 02:12:58','',486,'http://nagasaki.s198.coreserver.jp/486-revision-v1/',0,'revision','',0),(513,1,'2016-05-06 17:59:01','2016-05-06 08:59:01','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann121.jpg\" alt=\"極上花珠\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann221.jpg\" alt=\"大切な方へ\" width=\"100%\" />\r\n<br />\r\n[table id=10 /]\r\n<br />\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"長崎真珠店のこだわり\" /></div>\r\n','極上花珠真珠','','inherit','closed','closed','','486-revision-v1','','','2016-05-06 17:59:01','2016-05-06 08:59:01','',486,'http://nagasaki.s198.coreserver.jp/?p=513',0,'revision','',0),(514,1,'2017-06-23 10:38:58','2017-06-23 01:38:58','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"ブライダル・母から娘へ\" width=\"100%\" />\n\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\n<h4 style=\"font-size:18px;\">ウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。</h4>\n\n<p style=\"font-size:18px;\">結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。</p>\n\n<p style=\"font-size:18px;\">また真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。</p>\n\n<hr class=\"mg_T50\" />','ブライダル花珠真珠','','inherit','closed','closed','','483-autosave-v1','','','2017-06-23 10:38:58','2017-06-23 01:38:58','',483,'http://nagasaki.s198.coreserver.jp/?p=514',0,'revision','',0),(493,1,'2016-04-30 13:24:33','2016-04-30 04:24:33','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann121.jpg\" alt=\"極上花珠\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann221.jpg\" alt=\"大切な方へ\" width=\"100%\" />\r\n<br />\r\n[table id=10 /]\r\n<br />\r\n[table id=8 /]\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>','極上花珠真珠','','inherit','closed','closed','','486-revision-v1','','','2016-04-30 13:24:33','2016-04-30 04:24:33','',486,'http://nagasaki.s198.coreserver.jp/?p=493',0,'revision','',0),(504,1,'2016-04-30 15:34:09','2016-04-30 06:34:09','','catch22','','inherit','closed','closed','','catch22','','','2016-04-30 15:34:09','2016-04-30 06:34:09','',483,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2016/04/catch22.jpg',0,'attachment','image/jpeg',0),(505,1,'2016-04-30 15:39:25','2016-04-30 06:39:25','','catch23','','inherit','closed','closed','','catch23','','','2016-04-30 15:39:25','2016-04-30 06:39:25','',486,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2016/04/catch23.jpg',0,'attachment','image/jpeg',0),(509,1,'2016-05-06 17:49:44','2016-05-06 08:49:44','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"ブライダル・母から娘へ\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann211.jpg\" alt=\"ブライダルメッセージ\" width=\"100%\" />\r\n<br />\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\nウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。\r\n\r\n結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。\r\n\r\nまた真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">ネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n</div>\r\n</article>&nbsp;\r\n\r\n<!-- 参考-->\r\n<!--<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=27\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=52\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=54\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=56\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=58\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n</div>-->\r\n','ブライダル花玉真珠3点セット','','inherit','closed','closed','','72-revision-v1','','','2016-05-06 17:49:44','2016-05-06 08:49:44','',72,'http://nagasaki.s198.coreserver.jp/?p=509',0,'revision','',0),(511,1,'2016-05-06 17:57:25','2016-05-06 08:57:25','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann121.jpg\" alt=\"極上花珠\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann221.jpg\" alt=\"大切な方へ\" width=\"100%\" />\r\n<br />\r\n[table id=10 /]\r\n<br />\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>','極上花珠真珠','','inherit','closed','closed','','486-revision-v1','','','2016-05-06 17:57:25','2016-05-06 08:57:25','',486,'http://nagasaki.s198.coreserver.jp/?p=511',0,'revision','',0),(577,1,'2017-06-22 09:56:30','2017-06-22 00:56:30','','banner_02','','inherit','closed','closed','','banner_02','','','2017-06-22 09:56:30','2017-06-22 00:56:30','',483,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2016/04/banner_02.jpg',0,'attachment','image/jpeg',0),(540,1,'2016-10-19 11:15:39','2016-10-19 02:15:39','[[\"[su_heading size=\\\"16\\\" align=\\\"left\\\" margin=\\\"10\\\"]\\u6700\\u4e0a\\u7d1a\\u306e\\u54c1\\u8cea[\\/su_heading]\"],[\"<!--<img style=\\\"float: left;\\\" src=\\\"http:\\/\\/nagasaki.s198.coreserver.jp\\/wp-content\\/uploads\\/2015\\/item\\/gokuhana1.jpg\\\" alt=\\\"\\u6975\\u4e0a\\u82b1\\u73e0\\u30d1\\u30fc\\u30eb\\\" width=\\\"70%\\\" \\/>-->\\n\\n\\u82b1\\u73e0\\u771f\\u73e0\\u306f\\u3042\\u3053\\u3084\\u771f\\u73e0\\u306e\\u4e2d\\u3067\\u3082\\u6700\\u4e0a\\u7d1a\\u306e\\u30af\\u30aa\\u30ea\\u30c6\\u30a3(\\u54c1\\u8cea)\\u306e\\u307f\\u306b\\u4e0e\\u3048\\u3089\\u308c\\u308b\\u79f0\\u53f7\\u3067\\u3001\\u3055\\u3089\\u306b\\u53b3\\u9078\\u9451\\u5225\\u3057\\u3066\\u6975\\u4e0a\\u3068\\u79f0\\u3057\\u305f\\u5927\\u5909\\u8cb4\\u91cd\\u306a\\u771f\\u73e0\\u304c\\u300c\\u6975\\u4e0a\\u82b1\\u73e0\\u771f\\u73e0\\u300d\\u306a\\u306e\\u3067\\u3059\\u3002\\n\\u307e\\u305a\\u82b1\\u73e0\\u771f\\u73e0\\u3068\\u3057\\u3066\\u8a8d\\u3081\\u3089\\u308c\\u308b\\u305f\\u3081\\u306b\\u306f\\u3001\\u3044\\u304f\\u3064\\u304b\\u306e\\u9805\\u76ee\\u3092\\u3059\\u3079\\u3066\\u6700\\u9ad8\\u30e9\\u30f3\\u30af\\u3067\\u30af\\u30ea\\u30a2\\u3057\\u306a\\u304f\\u3066\\u306f\\u306a\\u308a\\u307e\\u305b\\u3093\\u3002\\n\\u5dfb\\u304d\\u30fb\\u5f62\\u30fb\\u5149\\u6ca2(\\u3066\\u308a)\\u30fb\\u30ad\\u30ba\\u3001\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306b\\u306f\\u3055\\u3089\\u306b \\u300c\\u4ed5\\u4e0a\\u3052(\\u9023\\u76f8)\\u300d\\u304c\\u52a0\\u308f\\u308a5\\u3064\\u306e\\u57fa\\u6e96\\u3067\\u5224\\u65ad\\u3055\\u308c\\u307e\\u3059\\u3002\\u3053\\u308c\\u3089\\u3059\\u3079\\u3066\\u306e\\u9805\\u76ee\\u3067\\u6700\\u9ad8\\u30e9\\u30f3\\u30af\\u3092\\u53d6\\u5f97\\u3057\\u305f\\u3082\\u306e\\u306e\\u307f\\u304c\\u6975\\u4e0a\\u82b1\\u73e0\\u3068\\u3057\\u3066\\u8a8d\\u3081\\u3089\\u308c\\u308b\\u306e\\u3067\\u3059\\u3002\"]]','極上花珠真珠の説明','','inherit','closed','closed','','387-revision-v1','','','2016-10-19 11:15:39','2016-10-19 02:15:39','',387,'http://nagasaki.s198.coreserver.jp/387-revision-v1/',0,'revision','',0),(598,1,'2017-06-23 10:39:01','2017-06-23 01:39:01','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"ブライダル・母から娘へ\" width=\"100%\" />\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\n<h4 style=\"font-size:18px;\">ウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。</h4>\r\n\r\n<p style=\"font-size:18px;\">結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。</p>\r\n\r\n<p style=\"font-size:18px;\">また真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。</p>\r\n\r\n<hr class=\"mg_T50\" />','ブライダル花珠真珠','','inherit','closed','closed','','483-revision-v1','','','2017-06-23 10:39:01','2017-06-23 01:39:01','',483,'http://nagasaki.s198.coreserver.jp/483-revision-v1/',0,'revision','',0),(517,1,'2017-06-23 10:44:28','2017-06-23 01:44:28','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann151.jpg\" alt=\"真珠婚見出し\" width=\"100%\" />\n\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚30年目は人生の節目です[/su_heading]\n<h4 style=\"font-size:18px;\">これから結婚30周年を迎えようとするご夫婦の方へ。上のお子さま下のお子さまも、もう社会で活躍され子育てもそろそろ一段落といったところでしょうか。</h4>\n\n<p style=\"font-size:18px;\">前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の「婚式」といえば結婚25周年の銀婚式がありました。しかしこれからいよいよセカンドライフが始まるという時期にあたる「真珠婚」のほうが、これまでの人生を振り返りこれからの生き方を考えるのにちょうど良い節目だと思われます。\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うための贈りものは最高級の花珠真珠のネックレスをおいて他にはないでしょう。</p>\n\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]この年齢だからこそ必要な真珠、それが花珠真珠[/su_heading]\n<h4 style=\"font-size:18px;\">真珠は女性にとってさまざまな場面で必要ともいえるジュエリーアイテムです。奥さまもひとつは真珠のネックレスをお持ちでしょうか。</h4>\n\n<p style=\"font-size:18px;\">そのネックレスはお子さまの入園式や卒園式、小学校の入学式くらいからずっと使い続けていませんか。\n若いころ購入したその真珠は、これまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。</p>\n\n<p style=\"font-size:18px;\">当店で花珠ネックレスを購入されるご年配の女性のみなさまは、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して恥ずかしい」「キズが多くて…」というお悩みのため買い替えをされています。</p>\n\n<p style=\"font-size:18px;\">女性にとっては必要といえるジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の確かな品質というものがあるのです。それが花珠真珠なのです。</p>\n\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠婚の記念のネックレスは当店におまかせください[/su_heading]\n<h4 style=\"font-size:18px;\">結婚30周年という一生に一度の節目にふさわしい贈りものだからこそ、品質・価格ともに自信のある花珠真珠をご案内します。</h4>\n<p style=\"font-size:18px;\">とはいえ大変高価なものですので、目で見て確かめて納得いくまで吟味したいものです。そのため当店では「返品保証」をつけて販売しています。どうぞご安心ください。\n愛する奥様への大切な贈りものなら、当店の真珠をお選びください。必ずご期待にお応えできることでしょう。</p>\n\n<hr class=\"mg_T50\" />\n\n&nbsp;\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\n<div style=\"float: right; width: 430px;\">\n<h4 style=\"font-size: 16px;margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\n<p style=\"font-size: 16px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\n\n</div>\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\n\n</div>','結婚30周年は真珠婚','','inherit','closed','closed','','476-autosave-v1','','','2017-06-23 10:44:28','2017-06-23 01:44:28','',476,'http://nagasaki.s198.coreserver.jp/?p=517',0,'revision','',0),(580,1,'2017-06-22 13:35:28','2017-06-22 04:35:28','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann151.jpg\" alt=\"真珠婚見出し\" width=\"100%\">\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30年目は人生の節目です[/su_heading]\r\nこれから結婚30周年を迎えようとするご夫婦の方へ。上のお子さま下のお子さまも、もう社会で活躍され子育てもそろそろ一段落といったところでしょうか。\r\n\r\n前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の「婚式」といえば結婚25周年の銀婚式がありました。しかしこれからいよいよセカンドライフが始まるという時期にあたる「真珠婚」のほうが、これまでの人生を振り返りこれからの生き方を考えるのにちょうど良い節目だと思われます。\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うための贈りものは最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]この年齢だからこそ必要な真珠、それが花珠真珠[/su_heading]\r\n真珠は女性にとってさまざまな場面で必要ともいえるジュエリーアイテムです。奥さまもひとつは真珠のネックレスをお持ちでしょうか。\r\nそのネックレスはお子さまの入園式や卒園式、小学校の入学式くらいからずっと使い続けていませんか。\r\n若いころ購入したその真珠は、これまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入されるご年配の女性のみなさまは、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して恥ずかしい」「キズが多くて…」というお悩みのため買い替えをされています。\r\n\r\n女性にとっては必要といえるジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の確かな品質というものがあるのです。それが花珠真珠なのです。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠婚の記念のネックレスは当店におまかせください[/su_heading]\r\n結婚30周年という一生に一度の節目にふさわしい贈りものだからこそ、品質・価格ともに自信のある花珠真珠をご案内します。とはいえ大変高価なものですので、目で見て確かめて納得いくまで吟味したいものです。そのため当店では「返品保証」をつけて販売しています。どうぞご安心ください。\r\n愛する奥様への大切な贈りものなら、当店の真珠をお選びください。必ずご期待にお応えできることでしょう。\r\n\r\n<hr class=\"mg_T50\">\r\n\r\n&nbsp;\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\">\r\n\r\n</div>\r\n<div class=\"sp-banner3\">&nbsp;</div>','結婚30周年は真珠婚','','inherit','closed','closed','','31-revision-v1','','','2017-06-22 13:35:28','2017-06-22 04:35:28','',31,'http://nagasaki.s198.coreserver.jp/31-revision-v1/',0,'revision','',0),(519,1,'2016-05-06 18:15:58','2016-05-06 09:15:58','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"ブライダル・母から娘へ\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann211.jpg\" alt=\"ブライダルメッセージ\" width=\"100%\" />\r\n<br />\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\nウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。\r\n\r\n結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。\r\n\r\nまた真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。\r\n\r\n<hr class=\"mg_T50\" />\r\n','ブライダル花珠真珠','','inherit','closed','closed','','483-revision-v1','','','2016-05-06 18:15:58','2016-05-06 09:15:58','',483,'http://nagasaki.s198.coreserver.jp/?p=519',0,'revision','',0),(527,1,'2016-10-12 15:11:34','2016-10-12 06:11:34','','catch23','','inherit','closed','closed','','catch23-2','','','2016-10-12 15:11:34','2016-10-12 06:11:34','',486,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2016/04/catch231.jpg',0,'attachment','image/jpeg',0),(528,1,'2016-10-12 15:11:40','2016-10-12 06:11:40','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann121.jpg\" alt=\"極上花珠\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann221.jpg\" alt=\"大切な方へ\" width=\"100%\" />\r\n\r\n[table id=10 /]\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"長崎真珠店のこだわり\" /></div>','極上花珠真珠','','inherit','closed','closed','','486-revision-v1','','','2016-10-12 15:11:40','2016-10-12 06:11:40','',486,'http://nagasaki.s198.coreserver.jp/486-revision-v1/',0,'revision','',0),(531,1,'2016-10-12 15:50:03','2016-10-12 06:50:03','','catch34','','inherit','closed','closed','','catch34','','','2016-10-12 15:50:03','2016-10-12 06:50:03','',0,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2016/10/catch34.jpg',0,'attachment','image/jpeg',0),(559,1,'2017-05-23 09:01:15','2017-05-23 00:01:15','','02slide10','','inherit','closed','closed','','02slide10','','','2017-05-23 09:01:15','2017-05-23 00:01:15','',0,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2017/05/02slide10.jpg',0,'attachment','image/jpeg',0),(602,1,'2017-06-23 10:55:17','2017-06-23 01:55:17','','02slide11','','inherit','closed','closed','','02slide11','','','2017-06-23 10:55:17','2017-06-23 01:55:17','',0,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2017/06/02slide11.jpg',0,'attachment','image/jpeg',0),(603,1,'2017-06-23 11:15:05','2017-06-23 02:15:05','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann121.jpg\" alt=\"極上花珠\" width=\"100%\">\r\n\r\n[table id=10 /]\r\n\r\n','花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2017-06-23 11:15:05','2017-06-23 02:15:05','',57,'http://nagasaki.s198.coreserver.jp/57-revision-v1/',0,'revision','',0),(72,1,'2015-12-07 17:34:57','2015-12-07 08:34:57','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"ブライダル・母から娘へ\" width=\"100%\" />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\nウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。\r\n\r\n結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。\r\n\r\nまた真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">ネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n</div>\r\n</article>&nbsp;\r\n\r\n<!-- 参考-->\r\n<!--\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=27\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=52\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=54\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=56\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=58\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n</div>\r\n-->','ブライダル花玉真珠3点セット','','private','closed','closed','','%e3%83%96%e3%83%a9%e3%82%a4%e3%83%80%e3%83%ab%e8%8a%b1%e7%8e%89%e7%9c%9f%e7%8f%a03%e7%82%b9%e3%82%bb%e3%83%83%e3%83%88','','','2017-07-21 16:47:48','2017-07-21 07:47:48','',0,'http://nagasaki.s198.coreserver.jp/?page_id=72',3,'page','',0),(82,1,'2015-12-07 17:47:07','2015-12-07 08:47:07','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- ボタンエリア -->\r\n<div class=\"mg_T30\"><a class=\"over\" title=\"結婚30周年は真珠婚\" href=\"#\">\r\n<img class=\"mg_R15 mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img2-1.jpg\" alt=\"結婚30周年は真珠婚\" width=\"362\" /></a><a class=\"over\" title=\"ブライダルパールセット\" href=\"#\">\r\n<img class=\"mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img3-1.jpg\" alt=\"母から娘へ\" width=\"362\" /></a>\r\n<a class=\"over\" title=\"4wayネックレス\" href=\"#\">\r\n<img class=\"mg_R15 mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img4-1.jpg\" alt=\"4wayネックレス\" width=\"362\" /></a>\r\n<a class=\"over\" title=\"メンズライン\" href=\"#\">\r\n<img class=\"mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img5-1.jpg\" alt=\"メンズライン\" width=\"362\" /></a></div>\r\n<!-- /ボタンエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-07 17:47:07','2015-12-07 08:47:07','',72,'http://nagasaki.s198.coreserver.jp/?p=82',0,'revision','',0),(73,1,'2015-12-07 17:34:57','2015-12-07 08:34:57','','ブライダル花玉真珠','','publish','closed','closed','','73','','','2017-09-26 16:02:59','2017-09-26 07:02:59','',0,'http://nagasaki.s198.coreserver.jp/?p=73',2,'nav_menu_item','',0),(74,1,'2015-12-07 17:34:57','2015-12-07 08:34:57','<p><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" title=\"ブライダルパール\" width=\"100%\" /></p>\r\n<p> <img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" title=\"母から娘へ\" width=\"596\" height=\"180\" /></p>\r\n</div></article>\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n<p>ネックレス、リング、イヤリング(またはピアス)<br>花珠鑑別書付</p>\r\n<hr class=\"mg_T50\"  />\r\n<!-- ボタンエリア -->\r\n<div class=\"mg_T30\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=562\" title=\"結婚30周年は真珠婚\" class=\"over\"><img class=\"mg_R15 mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img2-1.jpg\" alt=\"結婚30周年は真珠婚\" width=\"362\"></a><a href=\"http://www.nagasaki-shinju.com/?page_id=545\" title=\"ブライダルパールセット\" class=\"over\"><img class=\"mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img3-1.jpg\" alt=\"母から娘へ\" width=\"362\"></a>\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=554\" title=\"4wayネックレス\" class=\"over\"><img class=\"mg_R15 mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img4-1.jpg\" alt=\"4wayネックレス\" width=\"362\"></a><a href=\"http://www.nagasaki-shinju.com/?page_id=563\" title=\"メンズライン\" class=\"over\"><img class=\"mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img5-1.jpg\" alt=\"メンズライン\" width=\"362\"></a>\r\n</div>\r\n<!-- /ボタンエリア -->','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-07 17:34:57','2015-12-07 08:34:57','',72,'http://nagasaki.s198.coreserver.jp/?p=74',0,'revision','',0),(75,1,'2015-12-07 17:37:35','2015-12-07 08:37:35','<h3>業界・関連組織リンク</h3>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><span style=\"font-size: small;\"><a title=\"オーシャンパレスゴルフクラブ&リゾート\" href=\"http://www.oceanpalace.co.jp/\" target=\"_blank\">オーシャンパレスゴルフクラブ&amp;リゾート</a></span></td>\r\n<td><span style=\"font-size: x-small;\"><a title=\"オーシャンパレスゴルフクラブ&リゾート\" href=\"http://www.oceanpalace.co.jp/\" target=\"_blank\"> http://www.oceanpalace.co.jp/</a></span></td>\r\n</tr>\r\n<tr style=\"background-color: #faf0e3;\">\r\n<td><span style=\"font-size: small;\"><a title=\"長崎リゾートアイランド パサージュ琴海\" href=\" http://www.passage-kinkai.co.jp/\" target=\"_blank\">長崎リゾートアイランド パサージュ琴海</a></span></td>\r\n<td><span style=\"font-size: x-small;\"><a title=\"長崎リゾートアイランド パサージュ琴海\" href=\" http://www.passage-kinkai.co.jp/\" target=\"_blank\"> http://www.passage-kinkai.co.jp/</a></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"><a title=\"長崎県真珠養殖漁協\" href=\"http://loco.yahoo.co.jp/place/aed91e3c02b0fb5e911fc5bd1af22fc2c85ea925/\" target=\"_blank\">長崎県真珠養殖漁協</a></span></td>\r\n<td><span style=\"font-size: x-small;\"><a title=\"長崎県真珠養殖漁協\" href=\"http://loco.yahoo.co.jp/place/aed91e3c02b0fb5e911fc5bd1af22fc2c85ea925/\" target=\"_blank\"> http://loco.yahoo.co.jp/place/aed91e3c02b0fb5e911fc5bd1af22fc2c85ea925/</a></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>長崎県関連</h3>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr style=\"background-color: #faf0e3;\">\r\n<td style=\"width: 250px;\"><span style=\"font-size: small;\"><a title=\"長崎市役所\" href=\" http://www1.city.nagasaki.nagasaki.jp/\" target=\"_blank\">長崎市役所</a></span></td>\r\n<td><span style=\"font-size: x-small;\"><a title=\"長崎市役所\" href=\" http://www1.city.nagasaki.nagasaki.jp/\" target=\"_blank\"> http://www1.city.nagasaki.nagasaki.jp/</a></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"><a title=\"琴海行政センター\" href=\"http://www1.city.nagasaki.nagasaki.jp/gyousei/kinkai/\" target=\"_blank\">琴海行政センター</a></span></td>\r\n<td><span style=\"font-size: x-small;\"><a title=\"琴海行政センター\" href=\"http://www1.city.nagasaki.nagasaki.jp/gyousei/kinkai/\" target=\"_blank\"> http://www1.city.nagasaki.nagasaki.jp/gyousei/kinkai/</a></span></td>\r\n</tr>\r\n<tr style=\"background-color: #faf0e3;\">\r\n<td><span style=\"font-size: small;\"><a title=\"長崎県\" href=\" http://www.pref.nagasaki.jp/\" target=\"_blank\">長崎県</a></span></td>\r\n<td><span style=\"font-size: x-small;\"><a title=\"長崎県\" href=\" http://www.pref.nagasaki.jp/\" target=\"_blank\"> http://www.pref.nagasaki.jp/</a></span></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','リンク集','','publish','closed','closed','','%e3%83%aa%e3%83%b3%e3%82%af%e9%9b%86','','','2015-12-07 17:39:38','2015-12-07 08:39:38','',0,'http://nagasaki.s198.coreserver.jp/?page_id=75',23,'page','',0),(308,1,'2015-12-12 14:46:07','2015-12-12 05:46:07','<!--<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/akoya01.jpg\" alt=\"あこや真珠\" width=\"100%\" />-->\r\n<br />\r\n<!-- あこやバナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann16.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" />\r\n<br />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]あこや真珠はなぜ美しいのでしょう。[/su_heading]\r\n世界中の女性にとって永遠の憧れの存在であり続ける真珠。\r\n世界の養殖真珠の原点といわれる日本のあこや真珠は、ほかの真珠に比べて真円に近い球体の物が多く、特に色やテリが美しいと言われています。母貝/アコヤ貝・採取地/長崎・サイズ/約2mm~10mm・形/ラウンド・セミラウンド・セミバロック・バロック・色/ホワイト・クリーム・ピンク・イエロー・グレー・グリーンなどがあります。\r\nネックレスは選別された真珠の両サイドから孔を開けていき中心で貫通。連台と呼ばれる専用台を使用して真珠の連組みし、連相(サイズ・色・テリ)といわれる見た目の印象を整えていきます。連組みが終わったものは糸通しをした状態で保存。デザインが決まるとネックレスに加工していきます。\r\nあこや真珠や花珠真珠は冠婚葬祭の定番。スタイリッシュな雰囲気のタヒチ黒蝶真珠、華やかな胸元を演出する南洋真珠ネックレス、可愛らしく普段使いしやすい淡水パールネックレスなどがあります。服装やシーンに合わせて使い分ける方も多くいらっしゃいます。\r\n<br />\r\n\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-12 14:46:07','2015-12-12 05:46:07','',101,'http://nagasaki.s198.coreserver.jp/?p=308',0,'revision','',0),(343,1,'2015-12-12 19:00:11','2015-12-12 10:00:11','<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann16.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" />\r\n<br />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]あこや真珠はなぜ美しいのでしょう。[/su_heading]\r\n世界中の女性にとって永遠の憧れの存在であり続ける真珠。\r\n世界の養殖真珠の原点といわれる日本のあこや真珠は、ほかの真珠に比べて真円に近い球体の物が多く、特に色やテリが美しいと言われています。母貝/アコヤ貝・採取地/長崎・サイズ/約2mm~10mm・形/ラウンド・セミラウンド・セミバロック・バロック・色/ホワイト・クリーム・ピンク・イエロー・グレー・グリーンなどがあります。\r\nネックレスは選別された真珠の両サイドから孔を開けていき中心で貫通。連台と呼ばれる専用台を使用して真珠の連組みし、連相(サイズ・色・テリ)といわれる見た目の印象を整えていきます。連組みが終わったものは糸通しをした状態で保存。デザインが決まるとネックレスに加工していきます。\r\nあこや真珠や花珠真珠は冠婚葬祭の定番。スタイリッシュな雰囲気のタヒチ黒蝶真珠、華やかな胸元を演出する南洋真珠ネックレス、可愛らしく普段使いしやすい淡水パールネックレスなどがあります。服装やシーンに合わせて使い分ける方も多くいらっしゃいます。\r\n<br />\r\n\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-12 19:00:11','2015-12-12 10:00:11','',101,'http://nagasaki.s198.coreserver.jp/?p=343',0,'revision','',0),(77,1,'2015-12-07 17:37:35','2015-12-07 08:37:35','<h3>業界・関連組織リンク</h3>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><span style=\"font-size: small;\"><a title=\"オーシャンパレスゴルフクラブ&リゾート\" href=\"http://www.oceanpalace.co.jp/\" target=\"_blank\">オーシャンパレスゴルフクラブ&amp;リゾート</a></span></td>\r\n<td><span style=\"font-size: x-small;\"><a title=\"オーシャンパレスゴルフクラブ&リゾート\" href=\"http://www.oceanpalace.co.jp/\" target=\"_blank\"> http://www.oceanpalace.co.jp/</a></span></td>\r\n</tr>\r\n<tr style=\"background-color: #faf0e3;\">\r\n<td><span style=\"font-size: small;\"><a title=\"長崎リゾートアイランド パサージュ琴海\" href=\" http://www.passage-kinkai.co.jp/\" target=\"_blank\">長崎リゾートアイランド パサージュ琴海</a></span></td>\r\n<td><span style=\"font-size: x-small;\"><a title=\"長崎リゾートアイランド パサージュ琴海\" href=\" http://www.passage-kinkai.co.jp/\" target=\"_blank\"> http://www.passage-kinkai.co.jp/</a></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"><a title=\"長崎県真珠養殖漁協\" href=\"http://loco.yahoo.co.jp/place/aed91e3c02b0fb5e911fc5bd1af22fc2c85ea925/\" target=\"_blank\">長崎県真珠養殖漁協</a></span></td>\r\n<td><span style=\"font-size: x-small;\"><a title=\"長崎県真珠養殖漁協\" href=\"http://loco.yahoo.co.jp/place/aed91e3c02b0fb5e911fc5bd1af22fc2c85ea925/\" target=\"_blank\"> http://loco.yahoo.co.jp/place/aed91e3c02b0fb5e911fc5bd1af22fc2c85ea925/</a></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>長崎県関連</h3>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr style=\"background-color: #faf0e3;\">\r\n<td style=\"width: 250px;\"><span style=\"font-size: small;\"><a title=\"長崎市役所\" href=\" http://www1.city.nagasaki.nagasaki.jp/\" target=\"_blank\">長崎市役所</a></span></td>\r\n<td><span style=\"font-size: x-small;\"><a title=\"長崎市役所\" href=\" http://www1.city.nagasaki.nagasaki.jp/\" target=\"_blank\"> http://www1.city.nagasaki.nagasaki.jp/</a></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"><a title=\"琴海行政センター\" href=\"http://www1.city.nagasaki.nagasaki.jp/gyousei/kinkai/\" target=\"_blank\">琴海行政センター</a></span></td>\r\n<td><span style=\"font-size: x-small;\"><a title=\"琴海行政センター\" href=\"http://www1.city.nagasaki.nagasaki.jp/gyousei/kinkai/\" target=\"_blank\"> http://www1.city.nagasaki.nagasaki.jp/gyousei/kinkai/</a></span></td>\r\n</tr>\r\n<tr style=\"background-color: #faf0e3;\">\r\n<td><span style=\"font-size: small;\"><a title=\"長崎県\" href=\" http://www.pref.nagasaki.jp/\" target=\"_blank\">長崎県</a></span></td>\r\n<td><span style=\"font-size: x-small;\"><a title=\"長崎県\" href=\" http://www.pref.nagasaki.jp/\" target=\"_blank\"> http://www.pref.nagasaki.jp/</a></span></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>','リンク集','','inherit','closed','closed','','75-revision-v1','','','2015-12-07 17:37:35','2015-12-07 08:37:35','',75,'http://nagasaki.s198.coreserver.jp/?p=77',0,'revision','',0),(78,1,'2015-12-07 17:38:22','2015-12-07 08:38:22','</p>\r\n<p><!-- SITEMAP CONTENT REPLACE POINT --></p>\r\n','サイトマップ','','publish','closed','closed','','%e3%82%b5%e3%82%a4%e3%83%88%e3%83%9e%e3%83%83%e3%83%97','','','2015-12-07 17:39:17','2015-12-07 08:39:17','',0,'http://nagasaki.s198.coreserver.jp/?page_id=78',24,'page','',0),(80,1,'2015-12-07 17:38:22','2015-12-07 08:38:22','</p>\r\n<p><!-- SITEMAP CONTENT REPLACE POINT --></p>\r\n','サイトマップ','','inherit','closed','closed','','78-revision-v1','','','2015-12-07 17:38:22','2015-12-07 08:38:22','',78,'http://nagasaki.s198.coreserver.jp/?p=80',0,'revision','',0),(83,1,'2015-12-07 17:47:55','2015-12-07 08:47:55','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- ボタンエリア -->\r\n<div class=\"mg_T30\"><a class=\"over\" title=\"結婚30周年は真珠婚\" href=\"#\"><img class=\"mg_R15 mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img2-1.jpg\" alt=\"結婚30周年は真珠婚\" width=\"362\" /></a><a class=\"over\" title=\"ブライダルパールセット\" href=\"#\"><img class=\"mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img3-1.jpg\" alt=\"母から娘へ\" width=\"362\" /></a>\r\n<a class=\"over\" title=\"4wayネックレス\" href=\"#\"><img class=\"mg_R15 mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img4-1.jpg\" alt=\"4wayネックレス\" width=\"362\" /></a>\r\n<a class=\"over\" title=\"メンズライン\" href=\"#\"><img class=\"mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img5-1.jpg\" alt=\"メンズライン\" width=\"362\" /></a></div>\r\n<!-- /ボタンエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-07 17:47:55','2015-12-07 08:47:55','',72,'http://nagasaki.s198.coreserver.jp/?p=83',0,'revision','',0),(89,1,'2015-12-07 18:47:55','2015-12-07 09:47:55','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- ボタンエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- /ボタンエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-07 18:47:55','2015-12-07 09:47:55','',72,'http://nagasaki.s198.coreserver.jp/?p=89',0,'revision','',0),(86,1,'2015-12-07 18:26:07','2015-12-07 09:26:07','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- ボタンエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\">\r\n<a class=\"button\" href=\"#\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann11.jpg\" alt=\"bann11\" class=\"alignnone size-full wp-image-100\" /></a>\r\n<a class=\"button\" href=\"#\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann12.jpg\" alt=\"bann11\" class=\"alignnone size-full wp-image-100\" /></a>\r\n<a class=\"button\" href=\"#\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann13.jpg\" alt=\"bann11\" class=\"alignnone size-full wp-image-100\" /></a>\r\n<a class=\"button\" href=\"#\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"bann11\" class=\"alignnone size-full wp-image-100\" /></a>\r\n<a class=\"button\" href=\"#\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann15.jpg\" alt=\"bann11\" class=\"alignnone size-full wp-image-100\" /></a>\r\n<a class=\"button\" href=\"#\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann16.jpg\" alt=\"bann11\" class=\"alignnone size-full wp-image-100\" /></a>\r\n</div>\r\n<br />\r\n<!-- 追加 en-->\r\n\r\n<!-- del\r\n<div class=\"mg_T30\"><a class=\"over\" title=\"結婚30周年は真珠婚\" href=\"#\"><img class=\"mg_R15 mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img2-1.jpg\" alt=\"結婚30周年は真珠婚\" width=\"362\" /></a><a class=\"over\" title=\"ブライダルパールセット\" href=\"#\"><img class=\"mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img3-1.jpg\" alt=\"母から娘へ\" width=\"362\" /></a>\r\n<a class=\"over\" title=\"4wayネックレス\" href=\"#\"><img class=\"mg_R15 mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img4-1.jpg\" alt=\"4wayネックレス\" width=\"362\" /></a>\r\n<a class=\"over\" title=\"メンズライン\" href=\"#\"><img class=\"mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img5-1.jpg\" alt=\"メンズライン\" width=\"362\" /></a></div>\r\n-->\r\n<!-- /ボタンエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-07 18:26:07','2015-12-07 09:26:07','',72,'http://nagasaki.s198.coreserver.jp/?p=86',0,'revision','',0),(87,1,'2015-12-07 18:45:34','2015-12-07 09:45:34','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- ボタンエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n\r\n<!-- del\r\n<div class=\"mg_T30\"><a class=\"over\" title=\"結婚30周年は真珠婚\" href=\"#\"><img class=\"mg_R15 mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img2-1.jpg\" alt=\"結婚30周年は真珠婚\" width=\"362\" /></a><a class=\"over\" title=\"ブライダルパールセット\" href=\"#\"><img class=\"mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img3-1.jpg\" alt=\"母から娘へ\" width=\"362\" /></a>\r\n<a class=\"over\" title=\"4wayネックレス\" href=\"#\"><img class=\"mg_R15 mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img4-1.jpg\" alt=\"4wayネックレス\" width=\"362\" /></a>\r\n<a class=\"over\" title=\"メンズライン\" href=\"#\"><img class=\"mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img5-1.jpg\" alt=\"メンズライン\" width=\"362\" /></a></div>\r\n-->\r\n<!-- /ボタンエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-07 18:45:34','2015-12-07 09:45:34','',72,'http://nagasaki.s198.coreserver.jp/?p=87',0,'revision','',0),(88,1,'2015-12-07 18:46:41','2015-12-07 09:46:41','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- ボタンエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n\r\n<!-- del\r\n<div class=\"mg_T30\"><a class=\"over\" title=\"結婚30周年は真珠婚\" href=\"#\"><img class=\"mg_R15 mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img2-1.jpg\" alt=\"結婚30周年は真珠婚\" width=\"362\" /></a><a class=\"over\" title=\"ブライダルパールセット\" href=\"#\"><img class=\"mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img3-1.jpg\" alt=\"母から娘へ\" width=\"362\" /></a>\r\n<a class=\"over\" title=\"4wayネックレス\" href=\"#\"><img class=\"mg_R15 mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img4-1.jpg\" alt=\"4wayネックレス\" width=\"362\" /></a>\r\n<a class=\"over\" title=\"メンズライン\" href=\"#\"><img class=\"mg_B15\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/top_img5-1.jpg\" alt=\"メンズライン\" width=\"362\" /></a></div>\r\n-->\r\n<!-- /ボタンエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-07 18:46:41','2015-12-07 09:46:41','',72,'http://nagasaki.s198.coreserver.jp/?p=88',0,'revision','',0),(90,1,'2015-12-07 18:48:49','2015-12-07 09:48:49','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-07 18:48:49','2015-12-07 09:48:49','',72,'http://nagasaki.s198.coreserver.jp/?p=90',0,'revision','',0),(313,1,'2015-12-12 15:19:37','2015-12-12 06:19:37','<img title=\"真珠婚\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/ketukon_top.jpg\" alt=\"真珠婚\" width=\"100%\" />\r\n\r\n<img title=\"30周年真珠婚\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/ketukon_text.gif\" alt=\"30周年真珠婚\" width=\"604\" />\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3>その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n[table id=7 /]\r\n','結婚30周年は真珠婚','','inherit','closed','closed','','31-revision-v1','','','2015-12-12 15:19:37','2015-12-12 06:19:37','',31,'http://nagasaki.s198.coreserver.jp/?p=313',0,'revision','',0),(91,1,'2015-12-07 18:49:37','2015-12-07 09:49:37','<img title=\"真珠婚\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/ketukon_top.jpg\" alt=\"真珠婚\" width=\"100%\" />\r\n\r\n<img title=\"30周年真珠婚\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/ketukon_text.gif\" alt=\"30周年真珠婚\" width=\"604\" />\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3>その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n','結婚30周年は真珠婚','','inherit','closed','closed','','31-revision-v1','','','2015-12-07 18:49:37','2015-12-07 09:49:37','',31,'http://nagasaki.s198.coreserver.jp/?p=91',0,'revision','',0),(518,1,'2016-05-06 18:05:48','2016-05-06 09:05:48','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann151.jpg\" alt=\"真珠婚見出し\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann251.jpg\" alt=\"真珠婚見出し\" width=\"100%\" />\r\n<br />\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30年目は人生の節目です[/su_heading]\r\nこれから結婚30周年を迎えようとするご夫婦の方へ。上のお子さま下のお子さまも、もう社会で活躍され子育てもそろそろ一段落といったところでしょうか。\r\n\r\n前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の「婚式」といえば結婚25周年の銀婚式がありました。しかしこれからいよいよセカンドライフが始まるという時期にあたる「真珠婚」のほうが、これまでの人生を振り返りこれからの生き方を考えるのにちょうど良い節目だと思われます。\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うための贈りものは最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]この年齢だからこそ必要な真珠、それが花珠真珠[/su_heading]\r\n真珠は女性にとってさまざまな場面で必要ともいえるジュエリーアイテムです。奥さまもひとつは真珠のネックレスをお持ちでしょうか。\r\nそのネックレスはお子さまの入園式や卒園式、小学校の入学式くらいからずっと使い続けていませんか。\r\n若いころ購入したその真珠は、これまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入されるご年配の女性のみなさまは、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して恥ずかしい」「キズが多くて…」というお悩みのため買い替えをされています。\r\n\r\n女性にとっては必要といえるジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の確かな品質というものがあるのです。それが花珠真珠なのです。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠婚の記念のネックレスは当店におまかせください[/su_heading]\r\n結婚30周年という一生に一度の節目にふさわしい贈りものだからこそ、品質・価格ともに自信のある花珠真珠をご案内します。とはいえ大変高価なものですので、目で見て確かめて納得いくまで吟味したいものです。そのため当店では「返品保証」をつけて販売しています。どうぞご安心ください。\r\n愛する奥様への大切な贈りものなら、当店の真珠をお選びください。必ずご期待にお応えできることでしょう。\r\n\r\n<hr class=\"mg_T50\" />\r\n<br />\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n','結婚30周年は真珠婚','','inherit','closed','closed','','476-revision-v1','','','2016-05-06 18:05:48','2016-05-06 09:05:48','',476,'http://nagasaki.s198.coreserver.jp/?p=518',0,'revision','',0),(489,1,'2016-04-30 13:21:06','2016-04-30 04:21:06','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann151.jpg\" alt=\"真珠婚見出し\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann251.jpg\" alt=\"真珠婚見出し\" width=\"100%\" />\r\n<br />\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30年目は人生の節目です[/su_heading]\r\nこれから結婚30周年を迎えようとするご夫婦の方へ。上のお子さま下のお子さまも、もう社会で活躍され子育てもそろそろ一段落といったところでしょうか。\r\n\r\n前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の「婚式」といえば結婚25周年の銀婚式がありました。しかしこれからいよいよセカンドライフが始まるという時期にあたる「真珠婚」のほうが、これまでの人生を振り返りこれからの生き方を考えるのにちょうど良い節目だと思われます。\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うための贈りものは最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]この年齢だからこそ必要な真珠、それが花珠真珠[/su_heading]\r\n真珠は女性にとってさまざまな場面で必要ともいえるジュエリーアイテムです。奥さまもひとつは真珠のネックレスをお持ちでしょうか。\r\nそのネックレスはお子さまの入園式や卒園式、小学校の入学式くらいからずっと使い続けていませんか。\r\n若いころ購入したその真珠は、これまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入されるご年配の女性のみなさまは、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して恥ずかしい」「キズが多くて…」というお悩みのため買い替えをされています。\r\n\r\n女性にとっては必要といえるジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の確かな品質というものがあるのです。それが花珠真珠なのです。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠婚の記念のネックレスは当店におまかせください[/su_heading]\r\n結婚30周年という一生に一度の節目にふさわしい贈りものだからこそ、品質・価格ともに自信のある花珠真珠をご案内します。とはいえ大変高価なものですので、目で見て確かめて納得いくまで吟味したいものです。そのため当店では「返品保証」をつけて販売しています。どうぞご安心ください。\r\n愛する奥様への大切な贈りものなら、当店の真珠をお選びください。必ずご期待にお応えできることでしょう。\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n[table id=7 /]\r\n<br />\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','結婚30周年は真珠婚','','inherit','closed','closed','','476-revision-v1','','','2016-04-30 13:21:06','2016-04-30 04:21:06','',476,'http://nagasaki.s198.coreserver.jp/?p=489',0,'revision','',0),(93,1,'2015-12-07 18:50:41','2015-12-07 09:50:41','<a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/goku-hanagama-kakudai.jpg\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/goku-hanagama.jpg\" alt=\"極上花珠真珠\" width=\"100%\" height=\"487\" /></a>\r\n<table style=\"margin: 50px auto; width: auto; border: 0;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody style=\"border: 0;\">\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"18\" style=\"vertical-align: top;\" /><span style=\"line-height: 20px; font-size: 20px;\"> 400,000円</span><br>当店の通常価格<br><span style=\"line-height: 27px; font-size: 27px;\">200,000円</span></div>\r\n</td>\r\n<td style=\"border: 0;\" width=\"50px\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"18\" style=\"vertical-align: top;\" /><span style=\"line-height: 20px; font-size: 20px;\"> 470,000円</span><br>当店の通常価格<br><span style=\"line-height: 27px; font-size: 27px;\">235,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"18\" style=\"vertical-align: top;\" /><span style=\"line-height: 20px; font-size: 20px;\"> 600,000円</span><br>当店の通常価格<br><span style=\"line-height: 27px; font-size: 27px;\">300,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"18\" style=\"vertical-align: top;\" /><span style=\"line-height: 20px; font-size: 20px;\"> 700,000円</span><br>当店の通常価格<br><span style=\"line-height: 27px; font-size: 27px;\">350,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"18\" style=\"vertical-align: top;\" /><span style=\"line-height: 20px; font-size: 20px;\"> 800,000円</span><br>当店の通常価格<br><span style=\"line-height: 27px; font-size: 27px;\">400,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"18\" style=\"vertical-align: top;\" /><span style=\"line-height: 20px; font-size: 20px;\"> 920,000円</span><br>当店の通常価格<br><span style=\"line-height: 27px; font-size: 27px;\">460,000円</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" /></div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\"  class=\"aligncenter size-full wp-image-867\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=687\" title=\"極上花珠真珠\" class=\"over\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" style=\"margin:0;\"></a>\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=649\" title=\"花珠真珠\" class=\"over\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" style=\"margin:5px 0;\"></a>\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=669\" title=\"準花珠真珠\" class=\"over\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" style=\"margin:0;\"></a>\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=574\" title=\"あこや真珠\" class=\"over\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" style=\"margin:5px 0;\"></a> <A TITLE=\"lebanon\" href=\"http://www.relesites.com\" >ask women</A> .\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n','極上花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2015-12-07 18:50:41','2015-12-07 09:50:41','',57,'http://nagasaki.s198.coreserver.jp/?p=93',0,'revision','',0),(94,1,'2015-12-07 18:51:00','2015-12-07 09:51:00','<p><a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/jun-hanagama-kakudai.jpg\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/jun-hanagama.jpg\" alt=\"準花珠真珠\" width=\"100%\" height=\"427\" /></a></p>\r\n<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/jun-hanadama_midasi.png\" alt=\"準花珠真珠\" width=\"98%\" /></p>\r\n<table style=\"margin: 50px auto; width: auto; border: 0;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody style=\"border: 0;\">\r\n<tr><th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm準花珠ネックレス</strong></th><th> </th><th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm準花珠ネックレス</strong></th></tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"25\" style=\"vertical-align: top;\" /><span style=\"line-height: 27px; font-size: 27px;\"> 250,000円</span></div>\r\n</td>\r\n<td style=\"border: 0;\" width=\"50px\"> </td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"25\" style=\"vertical-align: top;\" /><span style=\"line-height: 27px; font-size: 27px;\"> 500,000円</span></div>\r\n</td>\r\n</tr>\r\n<tr><th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm準花珠ネックレス</strong></th><th> </th><th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>9.0mm準花珠ネックレス</strong></th></tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"25\" style=\"vertical-align: top;\" /><span style=\"line-height: 27px; font-size: 27px;\"> 350,000円</span></div>\r\n</td>\r\n<td style=\"border: 0;\"> </td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"25\" style=\"vertical-align: top;\" /><span style=\"line-height: 27px; font-size: 27px;\"> 900,000円</span></div>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" /></div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\"  class=\"aligncenter size-full wp-image-867\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n<p>金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n<p>大切な真珠を美しく保管できる<br /> ウォルナットケースでお届けします。</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\n<p>こちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\n<p>インターネットで高額なネックレスを購入するのは不安というお客様のための制度です。<br />「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=687\" title=\"極上花珠真珠\" class=\"over\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" style=\"margin:0;\"></a>\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=649\" title=\"花珠真珠\" class=\"over\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" style=\"margin:5px 0;\"></a>\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=669\" title=\"準花珠真珠\" class=\"over\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" style=\"margin:0;\"></a>\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=574\" title=\"あこや真珠\" class=\"over\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" style=\"margin:5px 0;\"></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n','準花珠真珠','','inherit','closed','closed','','54-revision-v1','','','2015-12-07 18:51:00','2015-12-07 09:51:00','',54,'http://nagasaki.s198.coreserver.jp/?p=94',0,'revision','',0),(259,1,'2015-12-11 16:08:09','2015-12-11 07:08:09','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- 花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"600\" /> <img style=\"float: left;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi5-hyo.png\" alt=\"花珠星見表\" width=\"380\" />\r\n\r\n<!-- 真珠評価基準表-->\r\n<div style=\"clear: both; padding-top: 30px;\">\r\n<table style=\"width: 100%; border: 1px solid #555; padding: 10px; font-size: 14px;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<thead>\r\n<tr>\r\n<td style=\"border: 0;\" colspan=\"4\"><img style=\"margin-bottom: 10px;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_title.jpg\" alt=\"真珠評価基準\" width=\"197\" height=\"27\" /></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_01.png\" alt=\"巻き\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 10px 0 0; border: 0;\">巻きとは真珠の核を巻いている真珠層の厚さを表す言葉です。巻きが厚く、緻密性と均一性を持っているのが高品質の条件になります。</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0px; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_02.png\" alt=\"形\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 0 0 0; border: 0;\">真ん丸のいわゆる新円真珠が最高とされますが、 異型真珠(バロック玉)など変形の真珠もあります。好みやファッションに合わせて選びましょう。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-left: 0; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun1.jpg\" alt=\"巻き\" width=\"100%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun2.jpg\" alt=\"形\" width=\"98%\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_03.png\" alt=\"光沢\" width=\"83\" /></td>\r\n<td style=\"border: 0; padding: 10px 10px 0 0;\">真珠光沢真珠独特の光沢は、表面的なものではなく、内部からくる照りによるもの。上から見て光の輪がほんのりとあり、重厚な感じがするものが良いでしょう。光沢(テリ)</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_04.png\" alt=\"傷\" width=\"83\" /></td>\r\n<td style=\"padding: 10px 0 0 0; border: 0;\">厳しい自然の中で成長していく真珠は、ほとんどが何らかのキズを持っています。傷はほんものの真珠の証ですが、この傷が少ないほど希少価値が加わり貴重とされます。きず</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun3.jpg\" alt=\"光沢\" width=\"98%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun4.jpg\" alt=\"傷\" width=\"98%\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 16:08:09','2015-12-11 07:08:09','',28,'http://nagasaki.s198.coreserver.jp/?p=259',0,'revision','',0),(95,1,'2015-12-07 18:51:21','2015-12-07 09:51:21','<p><a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanagama-kakudai.jpg\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanagama.jpg\" alt=\"花珠真珠5つ星\" width=\"100%\" height=\"425\" /></a></p>\r\n<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<table style=\"margin: 50px auto; width: auto; border: 0;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody style=\"border: 0;\">\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm花珠ネックレス</strong><br />\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm花珠ネックレスとイヤリングのセット</strong><br />\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\">\r\n<img class=\"colorbox-687\"  src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"18\" style=\"vertical-align: top;\" /><span style=\"line-height: 20px; font-size: 20px;\"> 350,000円</span><br />当店の通常価格<br /><span style=\"line-height: 27px; font-size: 27px;\">175,000円</span></div>\r\n</td>\r\n<td style=\"border: 0;\" width=\"50px\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\">\r\n<img class=\"colorbox-687\"  src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"18\" style=\"vertical-align: top;\" /><span style=\"line-height: 20px; font-size: 20px;\"> 400,000円</span><br />当店の通常価格<br /><span style=\"line-height: 27px; font-size: 27px;\">200,000円</span></div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm花珠ネックレス</strong><br />\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm花珠ネックレスとイヤリングのセット</strong><br />\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\">\r\n<img class=\"colorbox-687\"  src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"18\" style=\"vertical-align: top;\" /><span style=\"line-height: 20px; font-size: 20px;\"> 450,000円</span><br />当店の通常価格<br /><span style=\"line-height: 27px; font-size: 27px;\">225,000円</span></div>\r\n</td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\">\r\n<img class=\"colorbox-687\"  src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"18\" style=\"vertical-align: top;\" /><span style=\"line-height: 20px; font-size: 20px;\"> 550,000円</span><br />当店の通常価格<br /><span style=\"line-height: 27px; font-size: 27px;\">275,000円</span></div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm花珠ネックレス</strong><br />\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm花珠ネックレスとイヤリングのセット</strong><br />\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\">\r\n<img class=\"colorbox-687\"  src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"18\" style=\"vertical-align: top;\" /><span style=\"line-height: 20px; font-size: 20px;\"> 600,000円</span><br />当店の通常価格<br /><span style=\"line-height: 27px; font-size: 27px;\">300,000円</span></div>\r\n</td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\">\r\n<img class=\"colorbox-687\"  src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"18\" style=\"vertical-align: top;\" /><span style=\"line-height: 20px; font-size: 20px;\"> 700,000円</span><br />当店の通常価格<br /><span style=\"line-height: 27px; font-size: 27px;\">350,000円</span></div>\r\n</td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>9.0mm花珠ネックレス</strong><br />\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>9.0mm花珠ネックレスとイヤリングのセット</strong><br />\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\">\r\n<img class=\"colorbox-687\"  src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"18\" style=\"vertical-align: top;\" /><span style=\"line-height: 20px; font-size: 20px;\"> 1,100,000円</span><br />当店の通常価格<br /><span style=\"line-height: 27px; font-size: 27px;\">550,000円</span></div>\r\n</td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\">\r\n<img class=\"colorbox-687\"  src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" width=\"18\" style=\"vertical-align: top;\" /><span style=\"line-height: 20px; font-size: 20px;\"> 1,400,000円</span><br />当店の通常価格<br /><span style=\"line-height: 27px; font-size: 27px;\">700,000円</span></div>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi-5.jpg\" width=\"260\" style=\"float: left;\" /><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi5-hyo.png\" width=\"420\" style=\"float: right;\" /></p>\r\n<div style=\"clear: both; padding-top: 30px;\">\r\n<table style=\"width: 100%; border: 1px solid #555; padding: 10px; font-size: 14px;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<thead>\r\n<tr>\r\n<td style=\"border: 0;\" colspan=\"4\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_title.jpg\" alt=\"真珠評価基準\" width=\"197\" height=\"27\" style=\"margin-bottom: 10px;\" /></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_01.png\" alt=\"巻き\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 10px 0 0; border: 0;\">巻きとは真珠の核を巻いている真珠層の厚さを表す言葉です。巻きが厚く、緻密性と均一性を持っているのが高品質の条件になります。</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0px; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_02.png\" alt=\"形\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 0 0 0; border: 0;\">真ん丸のいわゆる新円真珠が最高とされますが、 異型真珠(バロック玉)など変形の真珠もあります。好みやファッションに合わせて選びましょう。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-left: 0; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun1.jpg\" alt=\"巻き\" width=\"100%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun2.jpg\" alt=\"形\" width=\"98%\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_03.png\" alt=\"光沢\" width=\"83\" /></td>\r\n<td style=\"border: 0; padding: 10px 10px 0 0;\">真珠光沢真珠独特の光沢は、表面的なものではなく、内部からくる照りによるもの。上から見て光の輪がほんのりとあり、重厚な感じがするものが良いでしょう。光沢(テリ)</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_04.png\" alt=\"傷\" width=\"83\" /></td>\r\n<td style=\"padding: 10px 0 0 0; border: 0;\">厳しい自然の中で成長していく真珠は、ほとんどが何らかのキズを持っています。傷はほんものの真珠の証ですが、この傷が少ないほど希少価値が加わり貴重とされます。きず</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun3.jpg\" alt=\"光沢\" width=\"98%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun4.jpg\" alt=\"傷\" width=\"98%\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"overflow: hidden; padding:15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n</div>\r\n<p><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" width=\"280\" /></p>\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" /></div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\"  class=\"aligncenter size-full wp-image-867\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n<p>金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n<p>大切な真珠を美しく保管できる<br /> ウォルナットケースでお届けします。</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\n<p>こちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\n<p>インターネットで高額なネックレスを購入するのは不安というお客様のための制度です。<br />「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=687\" title=\"極上花珠真珠\" class=\"over\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" style=\"margin:0;\"></a>\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=649\" title=\"花珠真珠\" class=\"over\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" style=\"margin:5px 0;\"></a>\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=669\" title=\"準花珠真珠\" class=\"over\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" style=\"margin:0;\"></a>\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=574\" title=\"あこや真珠\" class=\"over\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" style=\"margin:5px 0;\"></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-07 18:51:21','2015-12-07 09:51:21','',28,'http://nagasaki.s198.coreserver.jp/?p=95',0,'revision','',0),(247,1,'2015-12-11 15:44:50','2015-12-11 06:44:50','\r\n\r\n\r\n&nbsp;\r\n<table style=\"margin: 50px auto; width: auto; border: 0;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody style=\"border: 0;\">\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">200,000円</span></div></td>\r\n<td style=\"border: 0;\" width=\"50px\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 470,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">235,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 600,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">300,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 700,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">350,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 800,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">400,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 920,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">460,000円</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a> <a title=\"lebanon\" href=\"http://www.relesites.com\">ask women</a> .\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','極上花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2015-12-11 15:44:50','2015-12-11 06:44:50','',57,'http://nagasaki.s198.coreserver.jp/?p=247',0,'revision','',0),(282,1,'2015-12-11 17:27:57','2015-12-11 08:27:57','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/jun-hanadama_midasi.png\" alt=\"準花珠真珠\" width=\"98%\" /></p>\r\n<br />\r\n<!-- 準花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann13.jpg\" alt=\"準花珠見出し\" width=\"100%\" />\r\n<br />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun45.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n<!-- サイズ価格-->\r\n[table id=5 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\">\r\n\r\n</div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','準花珠真珠','','inherit','closed','closed','','54-revision-v1','','','2015-12-11 17:27:57','2015-12-11 08:27:57','',54,'http://nagasaki.s198.coreserver.jp/?p=282',0,'revision','',0),(249,1,'2015-12-11 15:49:29','2015-12-11 06:49:29','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- cut st\r\n<table style=\"margin: 50px auto; width: auto; border: 0;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody style=\"border: 0;\">\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 350,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">175,000円</span></div></td>\r\n<td style=\"border: 0;\" width=\"50px\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">200,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 450,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">225,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 550,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">275,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 600,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">300,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 700,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">350,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>9.0mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>9.0mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 1,100,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">550,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 1,400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">700,000円</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\ncut en-->\r\n\r\n<!--<img style=\"float: left;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi-5.jpg\" alt=\"\" width=\"260\" />-->\r\n<img style=\"float: center;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi5-hyo.png\" alt=\"\" width=\"420\" />\r\n<div style=\"clear: both; padding-top: 30px;\">\r\n<table style=\"width: 100%; border: 1px solid #555; padding: 10px; font-size: 14px;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<thead>\r\n<tr>\r\n<td style=\"border: 0;\" colspan=\"4\"><img style=\"margin-bottom: 10px;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_title.jpg\" alt=\"真珠評価基準\" width=\"197\" height=\"27\" /></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_01.png\" alt=\"巻き\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 10px 0 0; border: 0;\">巻きとは真珠の核を巻いている真珠層の厚さを表す言葉です。巻きが厚く、緻密性と均一性を持っているのが高品質の条件になります。</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0px; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_02.png\" alt=\"形\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 0 0 0; border: 0;\">真ん丸のいわゆる新円真珠が最高とされますが、 異型真珠(バロック玉)など変形の真珠もあります。好みやファッションに合わせて選びましょう。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-left: 0; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun1.jpg\" alt=\"巻き\" width=\"100%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun2.jpg\" alt=\"形\" width=\"98%\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_03.png\" alt=\"光沢\" width=\"83\" /></td>\r\n<td style=\"border: 0; padding: 10px 10px 0 0;\">真珠光沢真珠独特の光沢は、表面的なものではなく、内部からくる照りによるもの。上から見て光の輪がほんのりとあり、重厚な感じがするものが良いでしょう。光沢(テリ)</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_04.png\" alt=\"傷\" width=\"83\" /></td>\r\n<td style=\"padding: 10px 0 0 0; border: 0;\">厳しい自然の中で成長していく真珠は、ほとんどが何らかのキズを持っています。傷はほんものの真珠の証ですが、この傷が少ないほど希少価値が加わり貴重とされます。きず</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun3.jpg\" alt=\"光沢\" width=\"98%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun4.jpg\" alt=\"傷\" width=\"98%\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 15:49:29','2015-12-11 06:49:29','',28,'http://nagasaki.s198.coreserver.jp/?p=249',0,'revision','',0),(490,1,'2016-04-30 13:22:55','2016-04-30 04:22:55','2016クリアランスSALE','ブライダル花玉真珠3点セット','','inherit','closed','closed','','483-revision-v1','','','2016-04-30 13:22:55','2016-04-30 04:22:55','',483,'http://nagasaki.s198.coreserver.jp/?p=490',0,'revision','',0),(106,1,'2015-12-09 10:48:36','2015-12-09 01:48:36','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<!-- 1列-->\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品001</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品002</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品003</dt></dl></li>\r\n\r\n<!-- 2列-->\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item1501.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品004</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item1501.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品005</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item1501.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品006</dt></dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-09 10:48:36','2015-12-09 01:48:36','',72,'http://nagasaki.s198.coreserver.jp/?p=106',0,'revision','',0),(99,1,'2015-12-08 19:09:30','2015-12-08 10:09:30','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<!-- 1列-->\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item1501.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品001</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item1501.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品002</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item1501.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品003</dt></dl></li>\r\n\r\n<!-- 2列-->\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item1501.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品004</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item1501.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品005</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item1501.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品006</dt></dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-08 19:09:30','2015-12-08 10:09:30','',72,'http://nagasaki.s198.coreserver.jp/?p=99',0,'revision','',0),(98,1,'2015-12-08 18:58:42','2015-12-08 09:58:42','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item1501.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品001</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item1501.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品002</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item1501.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品003</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full wp-image-189\" src=\"http://gallery-arita.co.jp/wp-content/uploads/2015/09/item/lun2504.jpg\" alt=\"top-bot01\" /></a><dl><dt>有田名物 揚げ出し肉豆腐</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full wp-image-189\" src=\"http://gallery-arita.co.jp/wp-content/uploads/2015/09/item/lun2505.jpg\" alt=\"top-bot01\" /></a><dl><dt>有田焼五膳</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full wp-image-189\" src=\"http://gallery-arita.co.jp/wp-content/uploads/2015/09/item/lun2506.jpg\" alt=\"top-bot01\" /></a><dl><dt>季節限定パスタ</dt></dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-08 18:58:42','2015-12-08 09:58:42','',72,'http://nagasaki.s198.coreserver.jp/?p=98',0,'revision','',0),(96,1,'2015-12-08 18:28:15','2015-12-08 09:28:15','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://gallery-arita.co.jp/wp-content/uploads/2015/09/item/lun2501.jpg\" alt=\"top-bot01\" /></a><dl><dt>ポテトオムレツ ペスカトーレ添え</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://gallery-arita.co.jp/wp-content/uploads/2015/09/item/lun2502.jpg\" alt=\"top-bot01\" /></a><dl><dt>有田名物 ごどうふ定食</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://gallery-arita.co.jp/wp-content/uploads/2015/09/item/lun2503.jpg\" alt=\"top-bot01\" /></a><dl><dt>煮込みハンバーグ 小鉢も色々</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full wp-image-189\" src=\"http://gallery-arita.co.jp/wp-content/uploads/2015/09/item/lun2504.jpg\" alt=\"top-bot01\" /></a><dl><dt>有田名物 揚げ出し肉豆腐</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full wp-image-189\" src=\"http://gallery-arita.co.jp/wp-content/uploads/2015/09/item/lun2505.jpg\" alt=\"top-bot01\" /></a><dl><dt>有田焼五膳</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full wp-image-189\" src=\"http://gallery-arita.co.jp/wp-content/uploads/2015/09/item/lun2506.jpg\" alt=\"top-bot01\" /></a><dl><dt>季節限定パスタ</dt></dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-08 18:28:15','2015-12-08 09:28:15','',72,'http://nagasaki.s198.coreserver.jp/?p=96',0,'revision','',0),(97,1,'2015-12-08 18:57:09','2015-12-08 09:57:09','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item1501.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品001</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://gallery-arita.co.jp/wp-content/uploads/2015/09/item/lun2502.jpg\" alt=\"top-bot01\" /></a><dl><dt>有田名物 ごどうふ定食</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://gallery-arita.co.jp/wp-content/uploads/2015/09/item/lun2503.jpg\" alt=\"top-bot01\" /></a><dl><dt>煮込みハンバーグ 小鉢も色々</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full wp-image-189\" src=\"http://gallery-arita.co.jp/wp-content/uploads/2015/09/item/lun2504.jpg\" alt=\"top-bot01\" /></a><dl><dt>有田名物 揚げ出し肉豆腐</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full wp-image-189\" src=\"http://gallery-arita.co.jp/wp-content/uploads/2015/09/item/lun2505.jpg\" alt=\"top-bot01\" /></a><dl><dt>有田焼五膳</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full wp-image-189\" src=\"http://gallery-arita.co.jp/wp-content/uploads/2015/09/item/lun2506.jpg\" alt=\"top-bot01\" /></a><dl><dt>季節限定パスタ</dt></dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-08 18:57:09','2015-12-08 09:57:09','',72,'http://nagasaki.s198.coreserver.jp/?p=97',0,'revision','',0),(100,1,'2015-12-08 19:10:55','2015-12-08 10:10:55','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<!-- 1列-->\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item1501.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品001</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item1501.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品002</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item1501.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品003</dt></dl></li>\r\n\r\n<!-- 2列-->\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item1501.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品004</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item1501.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品005</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item1501.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品006</dt></dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-08 19:10:55','2015-12-08 10:10:55','',72,'http://nagasaki.s198.coreserver.jp/?p=100',0,'revision','',0),(405,1,'2015-12-17 16:01:04','2015-12-17 07:01:04','<img src=\"http://nagasaki.s198.coreserver.jp/shop/wp-content/uploads/2015/12/15097.jpg\" alt=\"15097\" width=\"300\" height=\"194\" class=\"alignnone size-medium wp-image-410\" />[su_button style=\"flat\" background=\"#666666\" size=\"10\" radius=\"5\" icon=\"icon: navicon\" valign=\"bottom\" rel=\"詳細はこちら\"]詳細はこちら[/su_button]\r\n<img src=\"http://nagasaki.s198.coreserver.jp/shop/wp-content/uploads/2015/12/15098.jpg\" alt=\"15098\" width=\"300\" height=\"194\" class=\"alignnone size-medium wp-image-410\" />[su_button style=\"flat\" background=\"#666666\" size=\"10\" radius=\"5\" icon=\"icon: navicon\" rel=\"詳細はこちら\"]詳細はこちら[/su_button]\r\n<img src=\"http://nagasaki.s198.coreserver.jp/shop/wp-content/uploads/2015/12/15099.jpg\" alt=\"15099\" width=\"300\" height=\"194\" class=\"alignnone size-medium wp-image-410\" />[su_button style=\"flat\" background=\"#666666\" size=\"10\" radius=\"5\" icon=\"icon: navicon\" rel=\"詳細はこちら\"]詳細はこちら[/su_button]\r\n<img src=\"http://nagasaki.s198.coreserver.jp/shop/wp-content/uploads/2015/12/15100.jpg\" alt=\"15100\" width=\"300\" height=\"194\" class=\"alignnone size-medium wp-image-410\" />[su_button style=\"flat\" background=\"#666666\" size=\"10\" radius=\"5\" icon=\"icon: navicon\" rel=\"詳細はこちら\"]詳細はこちら[/su_button]\r\n<img src=\"http://nagasaki.s198.coreserver.jp/shop/wp-content/uploads/2015/12/15101.jpg\" alt=\"15101\" width=\"300\" height=\"194\" class=\"alignnone size-medium wp-image-410\" />[su_button style=\"flat\" background=\"#666666\" size=\"10\" radius=\"5\" icon=\"icon: navicon\" rel=\"詳細はこちら\"]詳細はこちら[/su_button]\r\n<img src=\"http://nagasaki.s198.coreserver.jp/shop/wp-content/uploads/2015/12/15102.jpg\" alt=\"15102\" width=\"300\" height=\"194\" class=\"alignnone size-medium wp-image-410\" />[su_button style=\"flat\" background=\"#666666\" size=\"10\" radius=\"5\" icon=\"icon: navicon\" rel=\"詳細はこちら\"]詳細はこちら[/su_button]\r\n\r\n\r\n100,000円からのプラン','100,000円からのプラン','','publish','closed','closed','','100000%e5%86%86%e3%81%8b%e3%82%89%e3%81%ae%e3%81%94%e4%ba%88%e7%ae%97','','','2015-12-17 16:55:17','2015-12-17 07:55:17','',0,'http://nagasaki.s198.coreserver.jp/?post_type=plan&#038;p=405',0,'plan','',0),(101,1,'2015-12-09 08:43:33','2015-12-08 23:43:33','<img style=\"float: left;\" src=\"https://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann161.jpg\" alt=\"あこや真珠\" width=\"100%\" />\r\n\r\n[table id=9 /]\r\n\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n\r\n<img style=\"float: left;\" src=\"https://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"https://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi41.jpg\" alt=\"三つ星パール\" width=\"50%\" />\r\n\r\n<img style=\"float: left;\" src=\"https://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"https://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi21.jpg\" alt=\"二つ星パール\" width=\"50%\" />\r\n\r\n<img style=\"float: left;\" src=\"https://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"https://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"https://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"https://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"https://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"https://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"https://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"https://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','あこや真珠','','publish','closed','closed','','%e3%81%82%e3%81%93%e3%82%84%e7%9c%9f%e7%8f%a0','','','2017-09-08 13:09:33','2017-09-08 04:09:33','',0,'http://nagasaki.s198.coreserver.jp/?page_id=101',0,'page','',0),(103,1,'2015-12-09 08:43:33','2015-12-08 23:43:33','','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-09 08:43:33','2015-12-08 23:43:33','',101,'http://nagasaki.s198.coreserver.jp/?p=103',0,'revision','',0),(107,1,'2015-12-09 10:50:42','2015-12-09 01:50:42','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<!-- 1列-->\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm</dt><dt>あこや本真珠ペンダント</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品002</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品003</dt></dl></li>\r\n\r\n<!-- 2列-->\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item1501.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品004</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item1501.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品005</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item1501.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品006</dt></dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-09 10:50:42','2015-12-09 01:50:42','',72,'http://nagasaki.s198.coreserver.jp/?p=107',0,'revision','',0),(108,1,'2015-12-09 10:52:20','2015-12-09 01:52:20','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<!-- 1列-->\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /></a><dl><dt>あこや本真珠ペンダント</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /></a><dl><dt>タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品003</dt></dl></li>\r\n\r\n<!-- 2列-->\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item1501.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品004</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item1501.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品005</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item1501.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品006</dt></dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-09 10:52:20','2015-12-09 01:52:20','',72,'http://nagasaki.s198.coreserver.jp/?p=108',0,'revision','',0),(109,1,'2015-12-09 10:53:41','2015-12-09 01:53:41','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<!-- 1列-->\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm あこや本真珠ペンダント</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n\r\n<!-- 2列-->\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item1501.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品004</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item1501.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品005</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item1501.jpg\" alt=\"top-bot01\" /></a><dl><dt>H25商品006</dt></dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-09 10:53:41','2015-12-09 01:53:41','',72,'http://nagasaki.s198.coreserver.jp/?p=109',0,'revision','',0),(110,1,'2015-12-09 11:12:35','2015-12-09 02:12:35','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<!-- 1列-->\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm あこや本真珠ペンダント</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n\r\n<!-- 2列-->\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠2ケ付ペンダント</dt></dl></li>\r\n\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-09 11:12:35','2015-12-09 02:12:35','',72,'http://nagasaki.s198.coreserver.jp/?p=110',0,'revision','',0),(111,1,'2015-12-09 11:13:27','2015-12-09 02:13:27','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<!-- 1列-->\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm あこや本真珠ペンダント</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n\r\n<!-- 2列-->\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"caf25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt></dl></li>\r\n\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-09 11:13:27','2015-12-09 02:13:27','',72,'http://nagasaki.s198.coreserver.jp/?p=111',0,'revision','',0),(112,1,'2015-12-09 11:18:47','2015-12-09 02:18:47','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm あこや本真珠ペンダント</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n\r\n<!-- 2列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt></dl></li>\r\n\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-09 11:18:47','2015-12-09 02:18:47','',72,'http://nagasaki.s198.coreserver.jp/?p=112',0,'revision','',0),(113,1,'2015-12-10 08:32:38','2015-12-09 23:32:38','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<ul class=\"all\"><!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm あこや本真珠ペンダント\r\n<br />\r\n[su_button url=\"http://nagasaki.s198.coreserver.jp\" target=\"self\" style=\"default\" background=\"#2D89EF\" color=\"#FFFFFF\" size=\"3\" wide=\"no\" center=\"no\" radius=\"auto\" icon=\"\" icon_color=\"#FFFFFF\" text_shadow=\"none\" desc=\"\" onclick=\"\" rel=\"\" title=\"\" class=\"\"]ボタンテキスト[/su_button]\r\n<br />\r\n\r\n</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n</ul>\r\n</ul>\r\n<!-- 2列-->\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt></dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-10 08:32:38','2015-12-09 23:32:38','',72,'http://nagasaki.s198.coreserver.jp/?p=113',0,'revision','',0),(114,1,'2015-12-10 08:37:53','2015-12-09 23:37:53','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<ul class=\"all\"><!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm あこや本真珠ペンダント\r\n<br />\r\n[su_button url=\"http://nagasaki.s198.coreserver.jp\" target=\"self\" style=\"3d\" background=\"#2D89EF\" color=\"#FFFFFF\" size=\"3\" wide=\"no\" center=\"no\" radius=\"auto\" icon=\"\" icon_color=\"#FFFFFF\" text_shadow=\"none\" desc=\"\" onclick=\"\" rel=\"\" title=\"\" class=\"\"]ボタンテキスト[/su_button]\r\n<br />\r\n\r\n</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n</ul>\r\n</ul>\r\n<!-- 2列-->\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt></dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-10 08:37:53','2015-12-09 23:37:53','',72,'http://nagasaki.s198.coreserver.jp/?p=114',0,'revision','',0),(117,1,'2015-12-10 08:44:13','2015-12-09 23:44:13','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<ul class=\"all\"><!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm あこや本真珠ペンダント\r\n<br />\r\n[su_button url=\"http://nagasaki.s198.coreserver.jp\" target=\"self\" style=\"3d\" background=\"#d77308\" color=\"#FFFFFF\" size=\"3\" wide=\"no\" center=\"no\" radius=\"auto\" icon=\"\" icon_color=\"#FFFFFF\" text_shadow=\"none\" desc=\"\" onclick=\"\" rel=\"\" title=\"\" class=\"\"]ボタンテキスト[/su_button]\r\n<br />\r\n\r\n</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n</ul>\r\n</ul>\r\n<!-- 2列-->\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt></dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-10 08:44:13','2015-12-09 23:44:13','',72,'http://nagasaki.s198.coreserver.jp/?p=117',0,'revision','',0),(115,1,'2015-12-10 08:41:18','2015-12-09 23:41:18','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<ul class=\"all\"><!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm あこや本真珠ペンダント\r\n<br />\r\n[su_button url=\"http://nagasaki.s198.coreserver.jp\" target=\"self\" style=\"3d\" background=\"#2D89EF\" color=\"#FFFFFF\" size=\"3\" wide=\"no\" center=\"no\" radius=\"auto\" icon=\"fa fa-bars\" icon_color=\"#FFFFFF\" text_shadow=\"none\" desc=\"\" onclick=\"\" rel=\"\" title=\"\" class=\"\"]ボタンテキスト[/su_button]\r\n<br />\r\n\r\n</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n</ul>\r\n</ul>\r\n<!-- 2列-->\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt></dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-10 08:41:18','2015-12-09 23:41:18','',72,'http://nagasaki.s198.coreserver.jp/?p=115',0,'revision','',0),(116,1,'2015-12-10 08:43:53','2015-12-09 23:43:53','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<ul class=\"all\"><!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm あこや本真珠ペンダント\r\n<br />\r\n[su_button url=\"http://nagasaki.s198.coreserver.jp\" target=\"self\" style=\"3d\" background=\"#d77308\" color=\"#FFFFFF\" size=\"3\" wide=\"no\" center=\"no\" radius=\"auto\" icon=\"fa fa-bars\" icon_color=\"#FFFFFF\" text_shadow=\"none\" desc=\"\" onclick=\"\" rel=\"\" title=\"\" class=\"\"]ボタンテキスト[/su_button]\r\n<br />\r\n\r\n</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n</ul>\r\n</ul>\r\n<!-- 2列-->\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt></dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-10 08:43:53','2015-12-09 23:43:53','',72,'http://nagasaki.s198.coreserver.jp/?p=116',0,'revision','',0),(118,1,'2015-12-10 08:45:04','2015-12-09 23:45:04','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<ul class=\"all\"><!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm あこや本真珠ペンダント\r\n<br />\r\n[su_button url=\"http://nagasaki.s198.coreserver.jp\" target=\"self\" style=\"3d\" background=\"#d77308\" color=\"#FFFFFF\" size=\"3\" wide=\"no\" center=\"no\" radius=\"auto\" icon=\"\" icon_color=\"#FFFFFF\" text_shadow=\"none\" desc=\"\" onclick=\"\" rel=\"\" title=\"\" class=\"\"]詳細はこちら[/su_button]\r\n<br />\r\n\r\n</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n</ul>\r\n</ul>\r\n<!-- 2列-->\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt></dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-10 08:45:04','2015-12-09 23:45:04','',72,'http://nagasaki.s198.coreserver.jp/?p=118',0,'revision','',0),(119,1,'2015-12-10 08:46:03','2015-12-09 23:46:03','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<ul class=\"all\"><!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm あこや本真珠ペンダント</dt>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp\" target=\"self\" style=\"3d\" background=\"#d77308\" color=\"#FFFFFF\" size=\"3\" wide=\"no\" center=\"no\" radius=\"auto\" icon=\"\" icon_color=\"#FFFFFF\" text_shadow=\"none\" desc=\"\" onclick=\"\" rel=\"\" title=\"\" class=\"\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n</ul>\r\n</ul>\r\n<!-- 2列-->\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt></dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-10 08:46:03','2015-12-09 23:46:03','',72,'http://nagasaki.s198.coreserver.jp/?p=119',0,'revision','',0),(120,1,'2015-12-10 08:50:13','2015-12-09 23:50:13','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<ul class=\"all\"><!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm あこや本真珠ペンダント</dt>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp\" target=\"self\" style=\"3d\" background=\"#d77308\" color=\"#FFFFFF\" size=\"3\" wide=\"no\" center=\"no\" radius=\"auto\" icon=\"\" icon_color=\"#FFFFFF\" text_shadow=\"none\" desc=\"\" onclick=\"\" rel=\"\" title=\"\" class=\"\"]詳細はこちら[/su_button]</dt>\r\n\r\n[su_button style=\"flat\" background=\"#ef5f2d\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細[/su_button]\r\n\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n</ul>\r\n</ul>\r\n<!-- 2列-->\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt></dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-10 08:50:13','2015-12-09 23:50:13','',72,'http://nagasaki.s198.coreserver.jp/?p=120',0,'revision','',0),(122,1,'2015-12-10 08:53:12','2015-12-09 23:53:12','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<ul class=\"all\"><!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm あこや本真珠ペンダント</dt>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n</ul>\r\n</ul>\r\n<!-- 2列-->\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt></dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-10 08:53:12','2015-12-09 23:53:12','',72,'http://nagasaki.s198.coreserver.jp/?p=122',0,'revision','',0),(121,1,'2015-12-10 08:51:48','2015-12-09 23:51:48','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<ul class=\"all\"><!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm あこや本真珠ペンダント</dt>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp\" target=\"self\" style=\"3d\" background=\"#d77308\" color=\"#FFFFFF\" size=\"3\" wide=\"no\" center=\"no\" radius=\"auto\" icon=\"\" icon_color=\"#FFFFFF\" text_shadow=\"none\" desc=\"\" onclick=\"\" rel=\"\" title=\"\" class=\"\"]詳細はこちら[/su_button]</dt>\r\n\r\n[su_button url=\"http://nagasaki.s198.coreserver.jp\" style=\"3d\" background=\"#ef5f2d\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細[/su_button]\r\n\r\n\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n</ul>\r\n</ul>\r\n<!-- 2列-->\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt></dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-10 08:51:48','2015-12-09 23:51:48','',72,'http://nagasaki.s198.coreserver.jp/?p=121',0,'revision','',0),(123,1,'2015-12-10 08:55:53','2015-12-09 23:55:53','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<ul class=\"all\"><!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n</ul>\r\n<!-- 2列-->\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt></dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-10 08:55:53','2015-12-09 23:55:53','',72,'http://nagasaki.s198.coreserver.jp/?p=123',0,'revision','',0),(124,1,'2015-12-10 08:56:22','2015-12-09 23:56:22','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n<!-- 2列-->\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt></dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-10 08:56:22','2015-12-09 23:56:22','',72,'http://nagasaki.s198.coreserver.jp/?p=124',0,'revision','',0),(125,1,'2015-12-10 08:57:39','2015-12-09 23:57:39','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n<!-- 2列-->\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt></dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-10 08:57:39','2015-12-09 23:57:39','',72,'http://nagasaki.s198.coreserver.jp/?p=125',0,'revision','',0),(322,1,'2015-12-12 16:02:25','2015-12-12 07:02:25','<!--<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" /><img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />-->\r\n\r\n<!-- ブライダルバナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"ブライダル見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann11.jpg\" alt=\"ブライダル見出し\" width=\"50%\" />\r\n<br />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\"><!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /><dl><dt>9.5mm あこや本真珠ペンダント</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=27\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=52\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n</ul>\r\n<!-- 2列-->\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=54\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=56\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=58\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-12 16:02:25','2015-12-12 07:02:25','',72,'http://nagasaki.s198.coreserver.jp/?p=322',0,'revision','',0),(133,1,'2015-12-10 10:57:57','2015-12-10 01:57:57','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /><dl><dt>9.5mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=27\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /><dl><dt>10.0mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=52\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n<!-- 2列-->\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /><dl><dt>10.0mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>\r\n[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-10 10:57:57','2015-12-10 01:57:57','',72,'http://nagasaki.s198.coreserver.jp/?p=133',0,'revision','',0),(132,1,'2015-12-10 10:56:35','2015-12-10 01:56:35','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /><dl><dt>9.5mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=27\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n<!-- 2列-->\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /><dl><dt>10.0mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>\r\n[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=52\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-10 10:56:35','2015-12-10 01:56:35','',72,'http://nagasaki.s198.coreserver.jp/?p=132',0,'revision','',0),(126,1,'2015-12-10 09:18:57','2015-12-10 00:18:57','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n<!-- 2列-->\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-10 09:18:57','2015-12-10 00:18:57','',72,'http://nagasaki.s198.coreserver.jp/?p=126',0,'revision','',0),(127,1,'2015-12-10 09:22:36','2015-12-10 00:22:36','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n<!-- 2列-->\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント\r\n[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-10 09:22:36','2015-12-10 00:22:36','',72,'http://nagasaki.s198.coreserver.jp/?p=127',0,'revision','',0),(128,1,'2015-12-10 09:24:13','2015-12-10 00:24:13','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n<!-- 2列-->\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>\r\n[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-10 09:24:13','2015-12-10 00:24:13','',72,'http://nagasaki.s198.coreserver.jp/?p=128',0,'revision','',0),(130,1,'2015-12-10 10:52:58','2015-12-10 01:52:58','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /><dl><dt>9.5mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=11\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n<!-- 2列-->\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>\r\n[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-10 10:52:58','2015-12-10 01:52:58','',72,'http://nagasaki.s198.coreserver.jp/?p=130',0,'revision','',0),(129,1,'2015-12-10 10:50:18','2015-12-10 01:50:18','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n<!-- 2列-->\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>\r\n[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-10 10:50:18','2015-12-10 01:50:18','',72,'http://nagasaki.s198.coreserver.jp/?p=129',0,'revision','',0),(131,1,'2015-12-10 10:54:58','2015-12-10 01:54:58','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /><dl><dt>9.5mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=27\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n<!-- 2列-->\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"http://nagasaki.s198.coreserver.jp/shop/\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /></a><dl><dt>10.0mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>\r\n[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /></a><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><a href=\"#\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /></a><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-10 10:54:58','2015-12-10 01:54:58','',72,'http://nagasaki.s198.coreserver.jp/?p=131',0,'revision','',0),(134,1,'2015-12-10 11:02:12','2015-12-10 02:02:12','<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n<!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /><dl><dt>9.5mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=27\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /><dl><dt>10.0mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=52\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n<!-- 2列-->\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /><dl><dt>10.0mm あこや本真珠ペンダント</dt>\r\n<!-- botton-->\r\n<dt>\r\n[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=54\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=56\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt>\r\n<!-- botton-->\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=58\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-10 11:02:12','2015-12-10 02:02:12','',72,'http://nagasaki.s198.coreserver.jp/?p=134',0,'revision','',0),(135,1,'2015-12-10 11:09:14','2015-12-10 02:09:14','<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" />\r\n<!--\r\n<img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />-->\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\"><!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /><dl><dt>9.5mm あこや本真珠ペンダント</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=27\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=52\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n</ul>\r\n<!-- 2列-->\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=54\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=56\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=58\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-10 11:09:14','2015-12-10 02:09:14','',72,'http://nagasaki.s198.coreserver.jp/?p=135',0,'revision','',0),(136,1,'2017-07-21 16:45:41','2017-07-21 07:45:41','[su_dropcap]<strong>ご</strong>[/su_dropcap]あいさつ\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]生産者として最高品質の真珠を厳選し、直売店として皆さまにお届けしています[/su_heading]\n\nこの度は長崎真珠店ホームページへお越しいただき、ありがとうございます。\n\n当店は長崎市にある、真珠生産から加工・販売まで一貫して行う専門店です。今回、私たちが心を込めて育てた真珠を地元だけでなく全国の皆さまにお手ごろな価格で高い品質なネックレスをお届けしたい…、そんな思いで開店いたしました。\n\n私たちは真珠のすべてを知っています。貝を育てるところから、宝石として店頭に並ぶまで、ずっと見ています。\n\nですからこのネックレスには真珠はどういった珠が使われているのか、本当の価値のある真珠とはどういうものなのか、同じように見える珠でもどんな違いがあり、それがどのように価格に反映されているのか、自信をもってお答えすることができます。\n\nもちろん育てるだけではなくて、加工、そして店頭での販売まで行っています。そのためファッションとのコーディネートやギフトなどのご提案もできます。\n\nつまり私たちは本当の意味での真珠のプロフェッショナル。商品に疑問などがございましたら、遠慮せずにお問い合せください。\n\n長崎にお越しの際はぜひ店舗にも足をお運びください。\n<p style=\"text-align: right;\">代表取締役 深江 研一</p>\n[su_dropcap]<strong>こ</strong>[/su_dropcap]んにちは。長崎真珠店です。\n[su_heading size=\"18\"]<strong>落ち着いた雰囲気の店内には、常時100本以上の真珠ネックレスを取りそろえて展示しています。\nここには、真珠の品質や色、サイズをゆっくりとお選びいただける空間があります。長崎へお越しの際にはぜひ、当店へお立ち寄りくださいませ。</strong>[/su_heading]\n\n<img class=\"wp-image-337 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/shop1.jpg\" alt=\"長崎真珠店_店舗\" width=\"762\" height=\"506\">\n<p style=\"text-align: center;\"><img class=\" wp-image-292 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/1-5.jpg\" alt=\"店舗内\" width=\"762\" height=\"448\"></p>\n[su_dropcap]<strong>内</strong>[/su_dropcap]観と外観と、ギャラリーです。\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]<strong>当店は長崎市の郊外、大村湾の眺めと心地よい潮風がそよぎ、心落ち着く環境の中にあります。</strong>[/su_heading]\n\n<a href=\"http://www.nagasaki-shinju.com/wp-content/uploads/tenpo.jpg\"> <img class=\"size-thumbnail wp-image-194 alignleft\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗外装写真\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/tenpo-150x150.jpg\" alt=\"\" width=\"110\" height=\"110\"></a> <a href=\"http://www.nagasaki-shinju.com/wp-content/uploads/dogrun.jpg\"> <img class=\"size-thumbnail wp-image-195\" style=\"margin: 5px;\" title=\"敷地内の緑地はドッグランとしてもご利用できます。\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/dogrun-150x150.jpg\" alt=\"敷地内にドッグラン\" width=\"110\" height=\"110\"></a> <a href=\"http://www.nagasaki-shinju.com/wp-content/uploads/1-1.jpg\"><img class=\"size-thumbnail\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/1-1small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\"></a> <a href=\"http://www.nagasaki-shinju.com/wp-content/uploads/1-2.jpg\"> <img class=\"size-thumbnail wp-image-187\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/1-2small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\"></a> <a href=\"http://www.nagasaki-shinju.com/wp-content/uploads/1-3.jpg\"> <img class=\"size-thumbnail wp-image-189\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/1-3small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\"></a> <a href=\"http://www.nagasaki-shinju.com/wp-content/uploads/1-4.jpg\"> <img class=\"alignnone size-thumbnail wp-image-191\" style=\"margin: 5px 0 5px 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/1-4small.jpg\" alt=\"\" width=\"110\" height=\"110\"></a> <a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-6.jpg\"> <img class=\"alignnone size-thumbnail wp-image-184\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗内\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-6small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\"></a> <a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/oomurawan.jpg\"> <img class=\"alignnone size-thumbnail wp-image-193\" style=\"margin: 5px;\" title=\"当店の裏手は美しい海が広がる絶好のロケーション。\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/oomurawan-150x150.jpg\" alt=\"真珠を育てる大村湾\" width=\"110\" height=\"110\"></a>\n\n&nbsp;\n\n[su_dropcap]<strong>ア</strong>[/su_dropcap]クセス\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]車で長崎市内から約30分、佐世保市内から約60分。\n【長崎市内から】長崎市 → 時津町内(国道206号/25分)→ 長崎市琴海行政センター →(国道206号/5分)→当店\n【佐世保市内から】佐世保市街 → 西海橋 →(国道206号/40分)→当店\n[/su_heading]\n<h3>&nbsp;<span class=\"Apple-style-span\" style=\"color: #42210b; font-size: 18px; font-weight: bold; letter-spacing: 1px; line-height: 21px; text-transform: uppercase;\">送迎をご希望の方はお電話ください</span></h3>\nご来店手段が不便な方につきましては、送迎いたします。ただし対応できない場合もございますので、ご来店1週間前までにお電話にてご連絡ください。\n\n<iframe src=\"https://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9&amp;output=embed\" width=\"762\" height=\"350\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.co.jp/maps?f=q&amp;source=embed&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9\">大きな地図で見る</a></small>\n\n&nbsp;\n\n[su_dropcap]<strong>会</strong>[/su_dropcap]社概要\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]会社概要と事業内容[/su_heading]\n[su_table]\n<table>\n<tbody>\n<tr>\n<td>会社名(商号)</td>\n<td>有限会社長崎真珠</td>\n</tr>\n<tr>\n<td>設立</td>\n<td>平成16年3月</td>\n</tr>\n<tr>\n<td>事業内容</td>\n<td>真珠の生産、加工、販売、インターネット通販</td>\n</tr>\n<tr>\n<td>住所</td>\n<td>〒851-3212\n長崎県長崎市長浦町224-12</td>\n</tr>\n<tr>\n<td>お問合わせ</td>\n<td>[Tel]0120-410-804(通話料無料)\n[Fax]095-860-7317\n[Mail]info@nagasaki-shinju.com</td>\n</tr>\n<tr>\n<td>営業時間</td>\n<td>10:00〜19:00</td>\n</tr>\n<tr>\n<td>定休日</td>\n<td>火曜</td>\n</tr>\n</tbody>\n</table>\n[/su_table]','店舗案内','','inherit','closed','closed','','22-autosave-v1','','','2017-07-21 16:45:41','2017-07-21 07:45:41','',22,'http://nagasaki.s198.coreserver.jp/?p=136',0,'revision','',0),(139,1,'2015-12-10 11:32:29','2015-12-10 02:32:29','\r\n[su_heading size=\"18\"]落ち着いた雰囲気の店内には、常時100本以上の真珠ネックレスを取りそろえて展示しています。\r\nここには、真珠の品質や色、サイズをゆっくりとお選びいただける空間があります。長崎へお越しの際にはぜひ、当店へお立ち寄りくださいませ。[/su_heading]\r\n\r\n<img class=\"wp-image-337 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shop1.jpg\" alt=\"長崎真珠店_店舗\" width=\"762\" height=\"506\" />\r\n<p style=\"text-align: center;\"><img class=\" wp-image-292 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-5.jpg\" alt=\"店舗内\" width=\"762\" height=\"448\" /></p>\r\n<a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo.jpg\"> <img class=\"size-thumbnail wp-image-194 alignleft\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗外装写真\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo-150x150.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun.jpg\"> <img class=\"size-thumbnail wp-image-195\" style=\"margin: 5px;\" title=\"敷地内の緑地はドッグランとしてもご利用できます。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun-150x150.jpg\" alt=\"敷地内にドッグラン\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1.jpg\"><img class=\"size-thumbnail\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2.jpg\"> <img class=\"size-thumbnail wp-image-187\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3.jpg\"> <img class=\"size-thumbnail wp-image-189\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4.jpg\"> <img class=\"alignnone size-thumbnail wp-image-191\" style=\"margin: 5px 0 5px 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4small.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6.jpg\"> <img class=\"alignnone size-thumbnail wp-image-184\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan.jpg\"> <img class=\"alignnone size-thumbnail wp-image-193\" style=\"margin: 5px;\" title=\"当店の裏手は美しい海が広がる絶好のロケーション。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan-150x150.jpg\" alt=\"真珠を育てる大村湾\" width=\"110\" height=\"110\" /></a>\r\n\r\n&nbsp;\r\n\r\n<img class=\"aligncenter size-full wp-image-206\" title=\"fig4\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig41.gif\" alt=\"\" width=\"500\" height=\"100\" />\r\n\r\n<iframe src=\"https://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9&amp;output=embed\" width=\"762\" height=\"350\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.co.jp/maps?f=q&amp;source=embed&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9\">大きな地図で見る</a></small>','店舗のご案内','','inherit','closed','closed','','22-revision-v1','','','2015-12-10 11:32:29','2015-12-10 02:32:29','',22,'http://nagasaki.s198.coreserver.jp/?p=139',0,'revision','',0),(138,1,'2015-12-10 11:29:57','2015-12-10 02:29:57','<img class=\"aligncenter size-full wp-image-175\" title=\"pic2\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pic21.gif\" alt=\"\" width=\"762\" height=\"160\" />\r\n\r\n[su_heading size=\"18\"]落ち着いた雰囲気の店内には、常時100本以上の真珠ネックレスを取りそろえて展示しています。\r\nここには、真珠の品質や色、サイズをゆっくりとお選びいただける空間があります。長崎へお越しの際にはぜひ、当店へお立ち寄りくださいませ。[/su_heading]\r\n\r\n<img class=\"wp-image-337 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shop1.jpg\" alt=\"長崎真珠店_店舗\" width=\"762\" height=\"506\" />\r\n<p style=\"text-align: center;\"><img class=\" wp-image-292 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-5.jpg\" alt=\"店舗内\" width=\"762\" height=\"448\" /></p>\r\n<a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo.jpg\"> <img class=\"size-thumbnail wp-image-194 alignleft\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗外装写真\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo-150x150.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun.jpg\"> <img class=\"size-thumbnail wp-image-195\" style=\"margin: 5px;\" title=\"敷地内の緑地はドッグランとしてもご利用できます。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun-150x150.jpg\" alt=\"敷地内にドッグラン\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1.jpg\"><img class=\"size-thumbnail\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2.jpg\"> <img class=\"size-thumbnail wp-image-187\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3.jpg\"> <img class=\"size-thumbnail wp-image-189\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4.jpg\"> <img class=\"alignnone size-thumbnail wp-image-191\" style=\"margin: 5px 0 5px 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4small.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6.jpg\"> <img class=\"alignnone size-thumbnail wp-image-184\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan.jpg\"> <img class=\"alignnone size-thumbnail wp-image-193\" style=\"margin: 5px;\" title=\"当店の裏手は美しい海が広がる絶好のロケーション。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan-150x150.jpg\" alt=\"真珠を育てる大村湾\" width=\"110\" height=\"110\" /></a>\r\n\r\n&nbsp;\r\n\r\n<img class=\"aligncenter size-full wp-image-206\" title=\"fig4\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig41.gif\" alt=\"\" width=\"500\" height=\"100\" />\r\n\r\n<iframe src=\"https://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9&amp;output=embed\" width=\"762\" height=\"350\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.co.jp/maps?f=q&amp;source=embed&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9\">大きな地図で見る</a></small>','店舗のご案内','','inherit','closed','closed','','22-revision-v1','','','2015-12-10 11:29:57','2015-12-10 02:29:57','',22,'http://nagasaki.s198.coreserver.jp/?p=138',0,'revision','',0),(140,1,'2015-12-10 11:38:56','2015-12-10 02:38:56','[su_heading size=\"18\"]落ち着いた雰囲気の店内には、常時100本以上の真珠ネックレスを取りそろえて展示しています。\r\nここには、真珠の品質や色、サイズをゆっくりとお選びいただける空間があります。長崎へお越しの際にはぜひ、当店へお立ち寄りくださいませ。[/su_heading]\r\n\r\n<img class=\"wp-image-337 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shop1.jpg\" alt=\"長崎真珠店_店舗\" width=\"762\" height=\"506\" />\r\n<p style=\"text-align: center;\"><img class=\" wp-image-292 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-5.jpg\" alt=\"店舗内\" width=\"762\" height=\"448\" /></p>\r\n[su_label]外観[/su_label][su_label]内観[/su_label][su_heading size=\"16\" align=\"left\" margin=\"10\"]長崎市の郊外、落ち着いた環境の中にある店舗[/su_heading]\r\n\r\n\r\n<a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo.jpg\"> <img class=\"size-thumbnail wp-image-194 alignleft\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗外装写真\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo-150x150.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun.jpg\"> <img class=\"size-thumbnail wp-image-195\" style=\"margin: 5px;\" title=\"敷地内の緑地はドッグランとしてもご利用できます。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun-150x150.jpg\" alt=\"敷地内にドッグラン\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1.jpg\"><img class=\"size-thumbnail\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2.jpg\"> <img class=\"size-thumbnail wp-image-187\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3.jpg\"> <img class=\"size-thumbnail wp-image-189\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4.jpg\"> <img class=\"alignnone size-thumbnail wp-image-191\" style=\"margin: 5px 0 5px 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4small.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6.jpg\"> <img class=\"alignnone size-thumbnail wp-image-184\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan.jpg\"> <img class=\"alignnone size-thumbnail wp-image-193\" style=\"margin: 5px;\" title=\"当店の裏手は美しい海が広がる絶好のロケーション。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan-150x150.jpg\" alt=\"真珠を育てる大村湾\" width=\"110\" height=\"110\" /></a>\r\n\r\n&nbsp;\r\n\r\n<img class=\"aligncenter size-full wp-image-206\" title=\"fig4\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig41.gif\" alt=\"\" width=\"500\" height=\"100\" />\r\n\r\n<iframe src=\"https://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9&amp;output=embed\" width=\"762\" height=\"350\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.co.jp/maps?f=q&amp;source=embed&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9\">大きな地図で見る</a></small>','店舗のご案内','','inherit','closed','closed','','22-revision-v1','','','2015-12-10 11:38:56','2015-12-10 02:38:56','',22,'http://nagasaki.s198.coreserver.jp/?p=140',0,'revision','',0),(141,1,'2015-12-10 11:45:14','2015-12-10 02:45:14','[su_heading size=\"18\"]落ち着いた雰囲気の店内には、常時100本以上の真珠ネックレスを取りそろえて展示しています。\r\nここには、真珠の品質や色、サイズをゆっくりとお選びいただける空間があります。長崎へお越しの際にはぜひ、当店へお立ち寄りくださいませ。[/su_heading]\r\n\r\n<img class=\"wp-image-337 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shop1.jpg\" alt=\"長崎真珠店_店舗\" width=\"762\" height=\"506\" />\r\n<p style=\"text-align: center;\"><img class=\" wp-image-292 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-5.jpg\" alt=\"店舗内\" width=\"762\" height=\"448\" /></p>\r\n[su_label]外観[/su_label][su_label]内観[/su_label]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]当店は長崎市の郊外、大村湾の眺めと心地よい潮風がそよぎ、心落ち着く環境の中にあります。[/su_heading]\r\n\r\n\r\n<a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo.jpg\"> <img class=\"size-thumbnail wp-image-194 alignleft\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗外装写真\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo-150x150.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun.jpg\"> <img class=\"size-thumbnail wp-image-195\" style=\"margin: 5px;\" title=\"敷地内の緑地はドッグランとしてもご利用できます。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun-150x150.jpg\" alt=\"敷地内にドッグラン\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1.jpg\"><img class=\"size-thumbnail\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2.jpg\"> <img class=\"size-thumbnail wp-image-187\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3.jpg\"> <img class=\"size-thumbnail wp-image-189\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4.jpg\"> <img class=\"alignnone size-thumbnail wp-image-191\" style=\"margin: 5px 0 5px 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4small.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6.jpg\"> <img class=\"alignnone size-thumbnail wp-image-184\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan.jpg\"> <img class=\"alignnone size-thumbnail wp-image-193\" style=\"margin: 5px;\" title=\"当店の裏手は美しい海が広がる絶好のロケーション。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan-150x150.jpg\" alt=\"真珠を育てる大村湾\" width=\"110\" height=\"110\" /></a>\r\n\r\n&nbsp;\r\n\r\n<img class=\"aligncenter size-full wp-image-206\" title=\"fig4\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig41.gif\" alt=\"\" width=\"500\" height=\"100\" />\r\n\r\n<iframe src=\"https://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9&amp;output=embed\" width=\"762\" height=\"350\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.co.jp/maps?f=q&amp;source=embed&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9\">大きな地図で見る</a></small>','店舗のご案内','','inherit','closed','closed','','22-revision-v1','','','2015-12-10 11:45:14','2015-12-10 02:45:14','',22,'http://nagasaki.s198.coreserver.jp/?p=141',0,'revision','',0),(142,1,'2015-12-10 11:46:40','2015-12-10 02:46:40','[su_heading size=\"18\"]<strong>落ち着いた雰囲気の店内には、常時100本以上の真珠ネックレスを取りそろえて展示しています。\r\nここには、真珠の品質や色、サイズをゆっくりとお選びいただける空間があります。長崎へお越しの際にはぜひ、当店へお立ち寄りくださいませ。</strong>[/su_heading]\r\n\r\n<img class=\"wp-image-337 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shop1.jpg\" alt=\"長崎真珠店_店舗\" width=\"762\" height=\"506\" />\r\n<p style=\"text-align: center;\"><img class=\" wp-image-292 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-5.jpg\" alt=\"店舗内\" width=\"762\" height=\"448\" /></p>\r\n[su_label]外観[/su_label][su_label]内観[/su_label]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]<strong>当店は長崎市の郊外、大村湾の眺めと心地よい潮風がそよぎ、心落ち着く環境の中にあります。</strong>[/su_heading]\r\n\r\n\r\n<a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo.jpg\"> <img class=\"size-thumbnail wp-image-194 alignleft\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗外装写真\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo-150x150.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun.jpg\"> <img class=\"size-thumbnail wp-image-195\" style=\"margin: 5px;\" title=\"敷地内の緑地はドッグランとしてもご利用できます。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun-150x150.jpg\" alt=\"敷地内にドッグラン\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1.jpg\"><img class=\"size-thumbnail\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2.jpg\"> <img class=\"size-thumbnail wp-image-187\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3.jpg\"> <img class=\"size-thumbnail wp-image-189\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4.jpg\"> <img class=\"alignnone size-thumbnail wp-image-191\" style=\"margin: 5px 0 5px 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4small.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6.jpg\"> <img class=\"alignnone size-thumbnail wp-image-184\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan.jpg\"> <img class=\"alignnone size-thumbnail wp-image-193\" style=\"margin: 5px;\" title=\"当店の裏手は美しい海が広がる絶好のロケーション。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan-150x150.jpg\" alt=\"真珠を育てる大村湾\" width=\"110\" height=\"110\" /></a>\r\n\r\n&nbsp;\r\n\r\n<img class=\"aligncenter size-full wp-image-206\" title=\"fig4\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig41.gif\" alt=\"\" width=\"500\" height=\"100\" />\r\n\r\n<iframe src=\"https://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9&amp;output=embed\" width=\"762\" height=\"350\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.co.jp/maps?f=q&amp;source=embed&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9\">大きな地図で見る</a></small>','店舗のご案内','','inherit','closed','closed','','22-revision-v1','','','2015-12-10 11:46:40','2015-12-10 02:46:40','',22,'http://nagasaki.s198.coreserver.jp/?p=142',0,'revision','',0),(144,1,'2015-12-10 12:01:13','2015-12-10 03:01:13','[su_heading size=\"18\"]<strong>落ち着いた雰囲気の店内には、常時100本以上の真珠ネックレスを取りそろえて展示しています。\r\nここには、真珠の品質や色、サイズをゆっくりとお選びいただける空間があります。長崎へお越しの際にはぜひ、当店へお立ち寄りくださいませ。</strong>[/su_heading]\r\n\r\n<img class=\"wp-image-337 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shop1.jpg\" alt=\"長崎真珠店_店舗\" width=\"762\" height=\"506\" />\r\n<p style=\"text-align: center;\"><img class=\" wp-image-292 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-5.jpg\" alt=\"店舗内\" width=\"762\" height=\"448\" /></p>\r\n[su_label]外観[/su_label][su_label]内観[/su_label]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]<strong>当店は長崎市の郊外、大村湾の眺めと心地よい潮風がそよぎ、心落ち着く環境の中にあります。</strong>[/su_heading]\r\n\r\n\r\n<a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo.jpg\"> <img class=\"size-thumbnail wp-image-194 alignleft\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗外装写真\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo-150x150.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun.jpg\"> <img class=\"size-thumbnail wp-image-195\" style=\"margin: 5px;\" title=\"敷地内の緑地はドッグランとしてもご利用できます。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun-150x150.jpg\" alt=\"敷地内にドッグラン\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1.jpg\"><img class=\"size-thumbnail\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2.jpg\"> <img class=\"size-thumbnail wp-image-187\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3.jpg\"> <img class=\"size-thumbnail wp-image-189\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4.jpg\"> <img class=\"alignnone size-thumbnail wp-image-191\" style=\"margin: 5px 0 5px 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4small.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6.jpg\"> <img class=\"alignnone size-thumbnail wp-image-184\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan.jpg\"> <img class=\"alignnone size-thumbnail wp-image-193\" style=\"margin: 5px;\" title=\"当店の裏手は美しい海が広がる絶好のロケーション。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan-150x150.jpg\" alt=\"真珠を育てる大村湾\" width=\"110\" height=\"110\" /></a>\r\n\r\n&nbsp;\r\n\r\n<img class=\"aligncenter size-full wp-image-206\" title=\"fig4\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig41.gif\" alt=\"\" width=\"500\" height=\"100\" />\r\n\r\n<iframe src=\"https://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9&amp;output=embed\" width=\"762\" height=\"350\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.co.jp/maps?f=q&amp;source=embed&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9\">大きな地図で見る</a></small>\r\n\r\n[su_table]<table>\r\n<tr>\r\n	<td>会社名(商号)</td>\r\n	<td>有限会社長崎真珠</td>\r\n</tr>\r\n<tr>\r\n	<td>設立</td>\r\n	<td>平成16年3月</td>\r\n</tr>\r\n<tr>\r\n	<td>事業内容</td>\r\n	<td>真珠の生産、加工、販売、インターネット通販</td>\r\n</tr>\r\n<tr>\r\n	<td>住所</td>\r\n	<td>〒851-3212<br>長崎県長崎市長浦町224-12</td>\r\n</tr>\r\n<tr>\r\n	<td>お問合わせ</td>\r\n	<td>[Tel]0120-410-804(通話料無料)<br>[Fax]095-860-7317<br>[Mail]info@nagasaki-shinju.com</td>\r\n</tr>\r\n<tr>\r\n	<td>営業時間</td>\r\n	<td>10:00〜19:00</td>\r\n</tr>\r\n<tr>\r\n	<td>定休日</td>\r\n	<td>火曜</td>\r\n</tr>\r\n</table>[/su_table]','店舗のご案内','','inherit','closed','closed','','22-revision-v1','','','2015-12-10 12:01:13','2015-12-10 03:01:13','',22,'http://nagasaki.s198.coreserver.jp/?p=144',0,'revision','',0),(145,1,'2015-12-10 13:59:44','2015-12-10 04:59:44','[su_heading size=\"18\"]<strong>落ち着いた雰囲気の店内には、常時100本以上の真珠ネックレスを取りそろえて展示しています。\r\nここには、真珠の品質や色、サイズをゆっくりとお選びいただける空間があります。長崎へお越しの際にはぜひ、当店へお立ち寄りくださいませ。</strong>[/su_heading]\r\n\r\n<img class=\"wp-image-337 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shop1.jpg\" alt=\"長崎真珠店_店舗\" width=\"762\" height=\"506\" />\r\n<p style=\"text-align: center;\"><img class=\" wp-image-292 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-5.jpg\" alt=\"店舗内\" width=\"762\" height=\"448\" /></p>\r\n[su_label]外観[/su_label][su_label]内観[/su_label]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]<strong>当店は長崎市の郊外、大村湾の眺めと心地よい潮風がそよぎ、心落ち着く環境の中にあります。</strong>[/su_heading]\r\n\r\n\r\n<a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo.jpg\"> <img class=\"size-thumbnail wp-image-194 alignleft\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗外装写真\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo-150x150.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun.jpg\"> <img class=\"size-thumbnail wp-image-195\" style=\"margin: 5px;\" title=\"敷地内の緑地はドッグランとしてもご利用できます。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun-150x150.jpg\" alt=\"敷地内にドッグラン\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1.jpg\"><img class=\"size-thumbnail\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2.jpg\"> <img class=\"size-thumbnail wp-image-187\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3.jpg\"> <img class=\"size-thumbnail wp-image-189\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4.jpg\"> <img class=\"alignnone size-thumbnail wp-image-191\" style=\"margin: 5px 0 5px 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4small.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6.jpg\"> <img class=\"alignnone size-thumbnail wp-image-184\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan.jpg\"> <img class=\"alignnone size-thumbnail wp-image-193\" style=\"margin: 5px;\" title=\"当店の裏手は美しい海が広がる絶好のロケーション。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan-150x150.jpg\" alt=\"真珠を育てる大村湾\" width=\"110\" height=\"110\" /></a>\r\n\r\n&nbsp;\r\n\r\n<img class=\"aligncenter size-full wp-image-206\" title=\"fig4\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig41.gif\" alt=\"\" width=\"500\" height=\"100\" />\r\n\r\n<iframe src=\"https://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9&amp;output=embed\" width=\"762\" height=\"350\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.co.jp/maps?f=q&amp;source=embed&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9\">大きな地図で見る</a></small>\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]会社概要[/su_heading]\r\n[su_table]<table>\r\n<tr>\r\n	<td>会社名(商号)</td>\r\n	<td>有限会社長崎真珠</td>\r\n</tr>\r\n<tr>\r\n	<td>設立</td>\r\n	<td>平成16年3月</td>\r\n</tr>\r\n<tr>\r\n	<td>事業内容</td>\r\n	<td>真珠の生産、加工、販売、インターネット通販</td>\r\n</tr>\r\n<tr>\r\n	<td>住所</td>\r\n	<td>〒851-3212<br>長崎県長崎市長浦町224-12</td>\r\n</tr>\r\n<tr>\r\n	<td>お問合わせ</td>\r\n	<td>[Tel]0120-410-804(通話料無料)<br>[Fax]095-860-7317<br>[Mail]info@nagasaki-shinju.com</td>\r\n</tr>\r\n<tr>\r\n	<td>営業時間</td>\r\n	<td>10:00〜19:00</td>\r\n</tr>\r\n<tr>\r\n	<td>定休日</td>\r\n	<td>火曜</td>\r\n</tr>\r\n</table>[/su_table]','店舗のご案内','','inherit','closed','closed','','22-revision-v1','','','2015-12-10 13:59:44','2015-12-10 04:59:44','',22,'http://nagasaki.s198.coreserver.jp/?p=145',0,'revision','',0),(146,1,'2015-12-10 14:04:25','2015-12-10 05:04:25','[su_dropcap]<strong>こ</strong>[/su_dropcap]んにちは。長崎真珠店です。\r\n[su_heading size=\"18\"]<strong>落ち着いた雰囲気の店内には、常時100本以上の真珠ネックレスを取りそろえて展示しています。\r\nここには、真珠の品質や色、サイズをゆっくりとお選びいただける空間があります。長崎へお越しの際にはぜひ、当店へお立ち寄りくださいませ。</strong>[/su_heading]\r\n\r\n<img class=\"wp-image-337 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shop1.jpg\" alt=\"長崎真珠店_店舗\" width=\"762\" height=\"506\" />\r\n<p style=\"text-align: center;\"><img class=\" wp-image-292 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-5.jpg\" alt=\"店舗内\" width=\"762\" height=\"448\" /></p>\r\n[su_label]外観[/su_label][su_label]内観[/su_label]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]<strong>当店は長崎市の郊外、大村湾の眺めと心地よい潮風がそよぎ、心落ち着く環境の中にあります。</strong>[/su_heading]\r\n\r\n\r\n<a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo.jpg\"> <img class=\"size-thumbnail wp-image-194 alignleft\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗外装写真\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo-150x150.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun.jpg\"> <img class=\"size-thumbnail wp-image-195\" style=\"margin: 5px;\" title=\"敷地内の緑地はドッグランとしてもご利用できます。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun-150x150.jpg\" alt=\"敷地内にドッグラン\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1.jpg\"><img class=\"size-thumbnail\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2.jpg\"> <img class=\"size-thumbnail wp-image-187\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3.jpg\"> <img class=\"size-thumbnail wp-image-189\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4.jpg\"> <img class=\"alignnone size-thumbnail wp-image-191\" style=\"margin: 5px 0 5px 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4small.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6.jpg\"> <img class=\"alignnone size-thumbnail wp-image-184\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan.jpg\"> <img class=\"alignnone size-thumbnail wp-image-193\" style=\"margin: 5px;\" title=\"当店の裏手は美しい海が広がる絶好のロケーション。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan-150x150.jpg\" alt=\"真珠を育てる大村湾\" width=\"110\" height=\"110\" /></a>\r\n\r\n&nbsp;\r\n\r\n<img class=\"aligncenter size-full wp-image-206\" title=\"fig4\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig41.gif\" alt=\"\" width=\"500\" height=\"100\" />\r\n\r\n<iframe src=\"https://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9&amp;output=embed\" width=\"762\" height=\"350\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.co.jp/maps?f=q&amp;source=embed&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9\">大きな地図で見る</a></small>\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]会社概要[/su_heading]\r\n[su_table]<table>\r\n<tr>\r\n	<td>会社名(商号)</td>\r\n	<td>有限会社長崎真珠</td>\r\n</tr>\r\n<tr>\r\n	<td>設立</td>\r\n	<td>平成16年3月</td>\r\n</tr>\r\n<tr>\r\n	<td>事業内容</td>\r\n	<td>真珠の生産、加工、販売、インターネット通販</td>\r\n</tr>\r\n<tr>\r\n	<td>住所</td>\r\n	<td>〒851-3212<br>長崎県長崎市長浦町224-12</td>\r\n</tr>\r\n<tr>\r\n	<td>お問合わせ</td>\r\n	<td>[Tel]0120-410-804(通話料無料)<br>[Fax]095-860-7317<br>[Mail]info@nagasaki-shinju.com</td>\r\n</tr>\r\n<tr>\r\n	<td>営業時間</td>\r\n	<td>10:00〜19:00</td>\r\n</tr>\r\n<tr>\r\n	<td>定休日</td>\r\n	<td>火曜</td>\r\n</tr>\r\n</table>[/su_table]','店舗のご案内','','inherit','closed','closed','','22-revision-v1','','','2015-12-10 14:04:25','2015-12-10 05:04:25','',22,'http://nagasaki.s198.coreserver.jp/?p=146',0,'revision','',0),(147,1,'2015-12-10 14:05:32','2015-12-10 05:05:32','[su_dropcap]<strong>こ</strong>[/su_dropcap]んにちは。長崎真珠店です。\r\n[su_heading size=\"18\"]<strong>落ち着いた雰囲気の店内には、常時100本以上の真珠ネックレスを取りそろえて展示しています。\r\nここには、真珠の品質や色、サイズをゆっくりとお選びいただける空間があります。長崎へお越しの際にはぜひ、当店へお立ち寄りくださいませ。</strong>[/su_heading]\r\n\r\n<img class=\"wp-image-337 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shop1.jpg\" alt=\"長崎真珠店_店舗\" width=\"762\" height=\"506\" />\r\n<p style=\"text-align: center;\"><img class=\" wp-image-292 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-5.jpg\" alt=\"店舗内\" width=\"762\" height=\"448\" /></p>\r\n[su_dropcap]<strong>外</strong>[/su_dropcap]観と内観と、ギャラリーです。\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]<strong>当店は長崎市の郊外、大村湾の眺めと心地よい潮風がそよぎ、心落ち着く環境の中にあります。</strong>[/su_heading]\r\n\r\n\r\n<a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo.jpg\"> <img class=\"size-thumbnail wp-image-194 alignleft\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗外装写真\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo-150x150.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun.jpg\"> <img class=\"size-thumbnail wp-image-195\" style=\"margin: 5px;\" title=\"敷地内の緑地はドッグランとしてもご利用できます。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun-150x150.jpg\" alt=\"敷地内にドッグラン\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1.jpg\"><img class=\"size-thumbnail\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2.jpg\"> <img class=\"size-thumbnail wp-image-187\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3.jpg\"> <img class=\"size-thumbnail wp-image-189\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4.jpg\"> <img class=\"alignnone size-thumbnail wp-image-191\" style=\"margin: 5px 0 5px 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4small.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6.jpg\"> <img class=\"alignnone size-thumbnail wp-image-184\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan.jpg\"> <img class=\"alignnone size-thumbnail wp-image-193\" style=\"margin: 5px;\" title=\"当店の裏手は美しい海が広がる絶好のロケーション。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan-150x150.jpg\" alt=\"真珠を育てる大村湾\" width=\"110\" height=\"110\" /></a>\r\n\r\n&nbsp;\r\n\r\n<img class=\"aligncenter size-full wp-image-206\" title=\"fig4\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig41.gif\" alt=\"\" width=\"500\" height=\"100\" />\r\n\r\n<iframe src=\"https://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9&amp;output=embed\" width=\"762\" height=\"350\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.co.jp/maps?f=q&amp;source=embed&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9\">大きな地図で見る</a></small>\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]会社概要[/su_heading]\r\n[su_table]<table>\r\n<tr>\r\n	<td>会社名(商号)</td>\r\n	<td>有限会社長崎真珠</td>\r\n</tr>\r\n<tr>\r\n	<td>設立</td>\r\n	<td>平成16年3月</td>\r\n</tr>\r\n<tr>\r\n	<td>事業内容</td>\r\n	<td>真珠の生産、加工、販売、インターネット通販</td>\r\n</tr>\r\n<tr>\r\n	<td>住所</td>\r\n	<td>〒851-3212<br>長崎県長崎市長浦町224-12</td>\r\n</tr>\r\n<tr>\r\n	<td>お問合わせ</td>\r\n	<td>[Tel]0120-410-804(通話料無料)<br>[Fax]095-860-7317<br>[Mail]info@nagasaki-shinju.com</td>\r\n</tr>\r\n<tr>\r\n	<td>営業時間</td>\r\n	<td>10:00〜19:00</td>\r\n</tr>\r\n<tr>\r\n	<td>定休日</td>\r\n	<td>火曜</td>\r\n</tr>\r\n</table>[/su_table]','店舗のご案内','','inherit','closed','closed','','22-revision-v1','','','2015-12-10 14:05:32','2015-12-10 05:05:32','',22,'http://nagasaki.s198.coreserver.jp/?p=147',0,'revision','',0),(148,1,'2015-12-10 14:08:13','2015-12-10 05:08:13','[su_dropcap]<strong>こ</strong>[/su_dropcap]んにちは。長崎真珠店です。\r\n[su_heading size=\"18\"]<strong>落ち着いた雰囲気の店内には、常時100本以上の真珠ネックレスを取りそろえて展示しています。\r\nここには、真珠の品質や色、サイズをゆっくりとお選びいただける空間があります。長崎へお越しの際にはぜひ、当店へお立ち寄りくださいませ。</strong>[/su_heading]\r\n\r\n<img class=\"wp-image-337 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shop1.jpg\" alt=\"長崎真珠店_店舗\" width=\"762\" height=\"506\" />\r\n<p style=\"text-align: center;\"><img class=\" wp-image-292 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-5.jpg\" alt=\"店舗内\" width=\"762\" height=\"448\" /></p>\r\n\r\n[su_dropcap]<strong>内</strong>[/su_dropcap]観と外観と、ギャラリーです。\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]<strong>当店は長崎市の郊外、大村湾の眺めと心地よい潮風がそよぎ、心落ち着く環境の中にあります。</strong>[/su_heading]\r\n\r\n\r\n<a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo.jpg\"> <img class=\"size-thumbnail wp-image-194 alignleft\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗外装写真\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo-150x150.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun.jpg\"> <img class=\"size-thumbnail wp-image-195\" style=\"margin: 5px;\" title=\"敷地内の緑地はドッグランとしてもご利用できます。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun-150x150.jpg\" alt=\"敷地内にドッグラン\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1.jpg\"><img class=\"size-thumbnail\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2.jpg\"> <img class=\"size-thumbnail wp-image-187\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3.jpg\"> <img class=\"size-thumbnail wp-image-189\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4.jpg\"> <img class=\"alignnone size-thumbnail wp-image-191\" style=\"margin: 5px 0 5px 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4small.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6.jpg\"> <img class=\"alignnone size-thumbnail wp-image-184\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan.jpg\"> <img class=\"alignnone size-thumbnail wp-image-193\" style=\"margin: 5px;\" title=\"当店の裏手は美しい海が広がる絶好のロケーション。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan-150x150.jpg\" alt=\"真珠を育てる大村湾\" width=\"110\" height=\"110\" /></a>\r\n\r\n&nbsp;\r\n\r\n<img class=\"aligncenter size-full wp-image-206\" title=\"fig4\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig41.gif\" alt=\"\" width=\"500\" height=\"100\" />\r\n\r\n<iframe src=\"https://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9&amp;output=embed\" width=\"762\" height=\"350\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.co.jp/maps?f=q&amp;source=embed&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9\">大きな地図で見る</a></small>\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]会社概要[/su_heading]\r\n[su_table]<table>\r\n<tr>\r\n	<td>会社名(商号)</td>\r\n	<td>有限会社長崎真珠</td>\r\n</tr>\r\n<tr>\r\n	<td>設立</td>\r\n	<td>平成16年3月</td>\r\n</tr>\r\n<tr>\r\n	<td>事業内容</td>\r\n	<td>真珠の生産、加工、販売、インターネット通販</td>\r\n</tr>\r\n<tr>\r\n	<td>住所</td>\r\n	<td>〒851-3212<br>長崎県長崎市長浦町224-12</td>\r\n</tr>\r\n<tr>\r\n	<td>お問合わせ</td>\r\n	<td>[Tel]0120-410-804(通話料無料)<br>[Fax]095-860-7317<br>[Mail]info@nagasaki-shinju.com</td>\r\n</tr>\r\n<tr>\r\n	<td>営業時間</td>\r\n	<td>10:00〜19:00</td>\r\n</tr>\r\n<tr>\r\n	<td>定休日</td>\r\n	<td>火曜</td>\r\n</tr>\r\n</table>[/su_table]','店舗のご案内','','inherit','closed','closed','','22-revision-v1','','','2015-12-10 14:08:13','2015-12-10 05:08:13','',22,'http://nagasaki.s198.coreserver.jp/?p=148',0,'revision','',0),(149,1,'2015-12-10 14:11:04','2015-12-10 05:11:04','[su_dropcap size=\"4\"]<strong>こ</strong>[/su_dropcap]んにちは。長崎真珠店です。\r\n[su_heading size=\"18\"]<strong>落ち着いた雰囲気の店内には、常時100本以上の真珠ネックレスを取りそろえて展示しています。\r\nここには、真珠の品質や色、サイズをゆっくりとお選びいただける空間があります。長崎へお越しの際にはぜひ、当店へお立ち寄りくださいませ。</strong>[/su_heading]\r\n\r\n<img class=\"wp-image-337 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shop1.jpg\" alt=\"長崎真珠店_店舗\" width=\"762\" height=\"506\" />\r\n<p style=\"text-align: center;\"><img class=\" wp-image-292 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-5.jpg\" alt=\"店舗内\" width=\"762\" height=\"448\" /></p>\r\n\r\n[su_dropcap size=\"4\"]<strong>内</strong>[/su_dropcap]観と外観と、ギャラリーです。\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]<strong>当店は長崎市の郊外、大村湾の眺めと心地よい潮風がそよぎ、心落ち着く環境の中にあります。</strong>[/su_heading]\r\n\r\n\r\n<a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo.jpg\"> <img class=\"size-thumbnail wp-image-194 alignleft\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗外装写真\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo-150x150.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun.jpg\"> <img class=\"size-thumbnail wp-image-195\" style=\"margin: 5px;\" title=\"敷地内の緑地はドッグランとしてもご利用できます。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun-150x150.jpg\" alt=\"敷地内にドッグラン\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1.jpg\"><img class=\"size-thumbnail\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2.jpg\"> <img class=\"size-thumbnail wp-image-187\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3.jpg\"> <img class=\"size-thumbnail wp-image-189\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4.jpg\"> <img class=\"alignnone size-thumbnail wp-image-191\" style=\"margin: 5px 0 5px 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4small.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6.jpg\"> <img class=\"alignnone size-thumbnail wp-image-184\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan.jpg\"> <img class=\"alignnone size-thumbnail wp-image-193\" style=\"margin: 5px;\" title=\"当店の裏手は美しい海が広がる絶好のロケーション。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan-150x150.jpg\" alt=\"真珠を育てる大村湾\" width=\"110\" height=\"110\" /></a>\r\n\r\n&nbsp;\r\n\r\n<img class=\"aligncenter size-full wp-image-206\" title=\"fig4\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig41.gif\" alt=\"\" width=\"500\" height=\"100\" />\r\n\r\n<iframe src=\"https://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9&amp;output=embed\" width=\"762\" height=\"350\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.co.jp/maps?f=q&amp;source=embed&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9\">大きな地図で見る</a></small>\r\n\r\n[su_dropcap size=\"4\"]<strong>会</strong>[/su_dropcap]社概要\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]会社概要と事業内容[/su_heading]\r\n[su_table]<table>\r\n<tr>\r\n	<td>会社名(商号)</td>\r\n	<td>有限会社長崎真珠</td>\r\n</tr>\r\n<tr>\r\n	<td>設立</td>\r\n	<td>平成16年3月</td>\r\n</tr>\r\n<tr>\r\n	<td>事業内容</td>\r\n	<td>真珠の生産、加工、販売、インターネット通販</td>\r\n</tr>\r\n<tr>\r\n	<td>住所</td>\r\n	<td>〒851-3212<br>長崎県長崎市長浦町224-12</td>\r\n</tr>\r\n<tr>\r\n	<td>お問合わせ</td>\r\n	<td>[Tel]0120-410-804(通話料無料)<br>[Fax]095-860-7317<br>[Mail]info@nagasaki-shinju.com</td>\r\n</tr>\r\n<tr>\r\n	<td>営業時間</td>\r\n	<td>10:00〜19:00</td>\r\n</tr>\r\n<tr>\r\n	<td>定休日</td>\r\n	<td>火曜</td>\r\n</tr>\r\n</table>[/su_table]','店舗のご案内','','inherit','closed','closed','','22-revision-v1','','','2015-12-10 14:11:04','2015-12-10 05:11:04','',22,'http://nagasaki.s198.coreserver.jp/?p=149',0,'revision','',0),(150,1,'2015-12-10 14:12:22','2015-12-10 05:12:22','[su_dropcap]<strong>こ</strong>[/su_dropcap]んにちは。長崎真珠店です。\r\n[su_heading size=\"18\"]<strong>落ち着いた雰囲気の店内には、常時100本以上の真珠ネックレスを取りそろえて展示しています。\r\nここには、真珠の品質や色、サイズをゆっくりとお選びいただける空間があります。長崎へお越しの際にはぜひ、当店へお立ち寄りくださいませ。</strong>[/su_heading]\r\n\r\n<img class=\"wp-image-337 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shop1.jpg\" alt=\"長崎真珠店_店舗\" width=\"762\" height=\"506\" />\r\n<p style=\"text-align: center;\"><img class=\" wp-image-292 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-5.jpg\" alt=\"店舗内\" width=\"762\" height=\"448\" /></p>\r\n\r\n[su_dropcap]<strong>内</strong>[/su_dropcap]観と外観と、ギャラリーです。\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]<strong>当店は長崎市の郊外、大村湾の眺めと心地よい潮風がそよぎ、心落ち着く環境の中にあります。</strong>[/su_heading]\r\n\r\n\r\n<a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo.jpg\"> <img class=\"size-thumbnail wp-image-194 alignleft\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗外装写真\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo-150x150.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun.jpg\"> <img class=\"size-thumbnail wp-image-195\" style=\"margin: 5px;\" title=\"敷地内の緑地はドッグランとしてもご利用できます。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun-150x150.jpg\" alt=\"敷地内にドッグラン\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1.jpg\"><img class=\"size-thumbnail\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2.jpg\"> <img class=\"size-thumbnail wp-image-187\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3.jpg\"> <img class=\"size-thumbnail wp-image-189\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4.jpg\"> <img class=\"alignnone size-thumbnail wp-image-191\" style=\"margin: 5px 0 5px 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4small.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6.jpg\"> <img class=\"alignnone size-thumbnail wp-image-184\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan.jpg\"> <img class=\"alignnone size-thumbnail wp-image-193\" style=\"margin: 5px;\" title=\"当店の裏手は美しい海が広がる絶好のロケーション。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan-150x150.jpg\" alt=\"真珠を育てる大村湾\" width=\"110\" height=\"110\" /></a>\r\n\r\n&nbsp;\r\n\r\n<img class=\"aligncenter size-full wp-image-206\" title=\"fig4\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig41.gif\" alt=\"\" width=\"500\" height=\"100\" />\r\n\r\n<iframe src=\"https://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9&amp;output=embed\" width=\"762\" height=\"350\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.co.jp/maps?f=q&amp;source=embed&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9\">大きな地図で見る</a></small>\r\n\r\n[su_dropcap]<strong>会</strong>[/su_dropcap]社概要\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]会社概要と事業内容[/su_heading]\r\n[su_table]<table>\r\n<tr>\r\n	<td>会社名(商号)</td>\r\n	<td>有限会社長崎真珠</td>\r\n</tr>\r\n<tr>\r\n	<td>設立</td>\r\n	<td>平成16年3月</td>\r\n</tr>\r\n<tr>\r\n	<td>事業内容</td>\r\n	<td>真珠の生産、加工、販売、インターネット通販</td>\r\n</tr>\r\n<tr>\r\n	<td>住所</td>\r\n	<td>〒851-3212<br>長崎県長崎市長浦町224-12</td>\r\n</tr>\r\n<tr>\r\n	<td>お問合わせ</td>\r\n	<td>[Tel]0120-410-804(通話料無料)<br>[Fax]095-860-7317<br>[Mail]info@nagasaki-shinju.com</td>\r\n</tr>\r\n<tr>\r\n	<td>営業時間</td>\r\n	<td>10:00〜19:00</td>\r\n</tr>\r\n<tr>\r\n	<td>定休日</td>\r\n	<td>火曜</td>\r\n</tr>\r\n</table>[/su_table]','店舗のご案内','','inherit','closed','closed','','22-revision-v1','','','2015-12-10 14:12:22','2015-12-10 05:12:22','',22,'http://nagasaki.s198.coreserver.jp/?p=150',0,'revision','',0),(153,1,'2015-12-10 14:22:11','2015-12-10 05:22:11','[su_dropcap]<strong>ご</strong>[/su_dropcap]あいさつ\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]生産者として最高品質の真珠を厳選し、直売店として皆さまにお届けしています[/su_heading]\r\n\r\n<p>この度は長崎真珠店ホームページへお越しいただき、ありがとうございます。</p>\r\n<p> 当店は長崎市にある、真珠生産から加工・販売まで一貫して行う専門店です。今回、私たちが心を込めて育てた真珠を地元だけでなく全国の皆さまにお手ごろな価格で高い品質なネックレスをお届けしたい…、そんな思いで開店いたしました。</p>\r\n<p>私たちは真珠のすべてを知っています。貝を育てるところから、宝石として店頭に並ぶまで、ずっと見ています。</p>\r\n<p>ですからこのネックレスには真珠はどういった珠が使われているのか、本当の価値のある真珠とはどういうものなのか、同じように見える珠でもどんな違いがあり、それがどのように価格に反映されているのか、自信をもってお答えすることができます。</p>\r\n<p> もちろん育てるだけではなくて、加工、そして店頭での販売まで行っています。そのためファッションとのコーディネートやギフトなどのご提案もできます。</p>\r\n<p>つまり私たちは本当の意味での真珠のプロフェッショナル。商品に疑問などがございましたら、遠慮せずにお問い合せください。</p>\r\n<p> 長崎にお越しの際はぜひ店舗にも足をお運びください。</p>\r\n<p>  </p>\r\n<p style=\"text-align: right;\">代表取締役 深江 研一</p>\r\n\r\n\r\n\r\n[su_dropcap]<strong>こ</strong>[/su_dropcap]んにちは。長崎真珠店です。\r\n[su_heading size=\"18\"]<strong>落ち着いた雰囲気の店内には、常時100本以上の真珠ネックレスを取りそろえて展示しています。\r\nここには、真珠の品質や色、サイズをゆっくりとお選びいただける空間があります。長崎へお越しの際にはぜひ、当店へお立ち寄りくださいませ。</strong>[/su_heading]\r\n\r\n<img class=\"wp-image-337 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shop1.jpg\" alt=\"長崎真珠店_店舗\" width=\"762\" height=\"506\" />\r\n<p style=\"text-align: center;\"><img class=\" wp-image-292 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-5.jpg\" alt=\"店舗内\" width=\"762\" height=\"448\" /></p>\r\n\r\n[su_dropcap]<strong>内</strong>[/su_dropcap]観と外観と、ギャラリーです。\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]<strong>当店は長崎市の郊外、大村湾の眺めと心地よい潮風がそよぎ、心落ち着く環境の中にあります。</strong>[/su_heading]\r\n\r\n\r\n<a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo.jpg\"> <img class=\"size-thumbnail wp-image-194 alignleft\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗外装写真\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo-150x150.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun.jpg\"> <img class=\"size-thumbnail wp-image-195\" style=\"margin: 5px;\" title=\"敷地内の緑地はドッグランとしてもご利用できます。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun-150x150.jpg\" alt=\"敷地内にドッグラン\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1.jpg\"><img class=\"size-thumbnail\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2.jpg\"> <img class=\"size-thumbnail wp-image-187\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3.jpg\"> <img class=\"size-thumbnail wp-image-189\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4.jpg\"> <img class=\"alignnone size-thumbnail wp-image-191\" style=\"margin: 5px 0 5px 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4small.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6.jpg\"> <img class=\"alignnone size-thumbnail wp-image-184\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan.jpg\"> <img class=\"alignnone size-thumbnail wp-image-193\" style=\"margin: 5px;\" title=\"当店の裏手は美しい海が広がる絶好のロケーション。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan-150x150.jpg\" alt=\"真珠を育てる大村湾\" width=\"110\" height=\"110\" /></a>\r\n\r\n&nbsp;\r\n\r\n<img class=\"aligncenter size-full wp-image-206\" title=\"fig4\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig41.gif\" alt=\"\" width=\"500\" height=\"100\" />\r\n\r\n<iframe src=\"https://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9&amp;output=embed\" width=\"762\" height=\"350\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.co.jp/maps?f=q&amp;source=embed&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9\">大きな地図で見る</a></small>\r\n\r\n[su_dropcap]<strong>会</strong>[/su_dropcap]社概要\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]会社概要と事業内容[/su_heading]\r\n[su_table]<table>\r\n<tr>\r\n	<td>会社名(商号)</td>\r\n	<td>有限会社長崎真珠</td>\r\n</tr>\r\n<tr>\r\n	<td>設立</td>\r\n	<td>平成16年3月</td>\r\n</tr>\r\n<tr>\r\n	<td>事業内容</td>\r\n	<td>真珠の生産、加工、販売、インターネット通販</td>\r\n</tr>\r\n<tr>\r\n	<td>住所</td>\r\n	<td>〒851-3212<br>長崎県長崎市長浦町224-12</td>\r\n</tr>\r\n<tr>\r\n	<td>お問合わせ</td>\r\n	<td>[Tel]0120-410-804(通話料無料)<br>[Fax]095-860-7317<br>[Mail]info@nagasaki-shinju.com</td>\r\n</tr>\r\n<tr>\r\n	<td>営業時間</td>\r\n	<td>10:00〜19:00</td>\r\n</tr>\r\n<tr>\r\n	<td>定休日</td>\r\n	<td>火曜</td>\r\n</tr>\r\n</table>[/su_table]','店舗のご案内','','inherit','closed','closed','','22-revision-v1','','','2015-12-10 14:22:11','2015-12-10 05:22:11','',22,'http://nagasaki.s198.coreserver.jp/?p=153',0,'revision','',0),(152,1,'2015-12-10 14:19:43','2015-12-10 05:19:43','[su_dropcap]<strong>ご</strong>[/su_dropcap]あいさつ\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]生産者として最高品質の真珠を厳選し、直売店として皆さまにお届けしています[/su_heading]\r\n\r\n<p><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pic11.gif\" alt=\"\" title=\"pic1\" width=\"762\" height=\"120\" class=\"aligncenter size-full wp-image-147\" /></p>\r\n<p>この度は長崎真珠店ホームページへお越しいただき、ありがとうございます。</p>\r\n<p> 当店は長崎市にある、真珠生産から加工・販売まで一貫して行う専門店です。今回、私たちが心を込めて育てた真珠を地元だけでなく全国の皆さまにお手ごろな価格で高い品質なネックレスをお届けしたい…、そんな思いで開店いたしました。</p>\r\n<p>私たちは真珠のすべてを知っています。貝を育てるところから、宝石として店頭に並ぶまで、ずっと見ています。</p>\r\n<p>ですからこのネックレスには真珠はどういった珠が使われているのか、本当の価値のある真珠とはどういうものなのか、同じように見える珠でもどんな違いがあり、それがどのように価格に反映されているのか、自信をもってお答えすることができます。</p>\r\n<p> もちろん育てるだけではなくて、加工、そして店頭での販売まで行っています。そのためファッションとのコーディネートやギフトなどのご提案もできます。</p>\r\n<p>つまり私たちは本当の意味での真珠のプロフェッショナル。商品に疑問などがございましたら、遠慮せずにお問い合せください。</p>\r\n<p> 長崎にお越しの際はぜひ店舗にも足をお運びください。</p>\r\n<p>  </p>\r\n<p style=\"text-align: right;\">代表取締役 深江 研一</p>\r\n\r\n\r\n\r\n[su_dropcap]<strong>こ</strong>[/su_dropcap]んにちは。長崎真珠店です。\r\n[su_heading size=\"18\"]<strong>落ち着いた雰囲気の店内には、常時100本以上の真珠ネックレスを取りそろえて展示しています。\r\nここには、真珠の品質や色、サイズをゆっくりとお選びいただける空間があります。長崎へお越しの際にはぜひ、当店へお立ち寄りくださいませ。</strong>[/su_heading]\r\n\r\n<img class=\"wp-image-337 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shop1.jpg\" alt=\"長崎真珠店_店舗\" width=\"762\" height=\"506\" />\r\n<p style=\"text-align: center;\"><img class=\" wp-image-292 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-5.jpg\" alt=\"店舗内\" width=\"762\" height=\"448\" /></p>\r\n\r\n[su_dropcap]<strong>内</strong>[/su_dropcap]観と外観と、ギャラリーです。\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]<strong>当店は長崎市の郊外、大村湾の眺めと心地よい潮風がそよぎ、心落ち着く環境の中にあります。</strong>[/su_heading]\r\n\r\n\r\n<a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo.jpg\"> <img class=\"size-thumbnail wp-image-194 alignleft\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗外装写真\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo-150x150.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun.jpg\"> <img class=\"size-thumbnail wp-image-195\" style=\"margin: 5px;\" title=\"敷地内の緑地はドッグランとしてもご利用できます。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun-150x150.jpg\" alt=\"敷地内にドッグラン\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1.jpg\"><img class=\"size-thumbnail\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2.jpg\"> <img class=\"size-thumbnail wp-image-187\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3.jpg\"> <img class=\"size-thumbnail wp-image-189\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4.jpg\"> <img class=\"alignnone size-thumbnail wp-image-191\" style=\"margin: 5px 0 5px 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4small.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6.jpg\"> <img class=\"alignnone size-thumbnail wp-image-184\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan.jpg\"> <img class=\"alignnone size-thumbnail wp-image-193\" style=\"margin: 5px;\" title=\"当店の裏手は美しい海が広がる絶好のロケーション。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan-150x150.jpg\" alt=\"真珠を育てる大村湾\" width=\"110\" height=\"110\" /></a>\r\n\r\n&nbsp;\r\n\r\n<img class=\"aligncenter size-full wp-image-206\" title=\"fig4\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig41.gif\" alt=\"\" width=\"500\" height=\"100\" />\r\n\r\n<iframe src=\"https://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9&amp;output=embed\" width=\"762\" height=\"350\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.co.jp/maps?f=q&amp;source=embed&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9\">大きな地図で見る</a></small>\r\n\r\n[su_dropcap]<strong>会</strong>[/su_dropcap]社概要\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]会社概要と事業内容[/su_heading]\r\n[su_table]<table>\r\n<tr>\r\n	<td>会社名(商号)</td>\r\n	<td>有限会社長崎真珠</td>\r\n</tr>\r\n<tr>\r\n	<td>設立</td>\r\n	<td>平成16年3月</td>\r\n</tr>\r\n<tr>\r\n	<td>事業内容</td>\r\n	<td>真珠の生産、加工、販売、インターネット通販</td>\r\n</tr>\r\n<tr>\r\n	<td>住所</td>\r\n	<td>〒851-3212<br>長崎県長崎市長浦町224-12</td>\r\n</tr>\r\n<tr>\r\n	<td>お問合わせ</td>\r\n	<td>[Tel]0120-410-804(通話料無料)<br>[Fax]095-860-7317<br>[Mail]info@nagasaki-shinju.com</td>\r\n</tr>\r\n<tr>\r\n	<td>営業時間</td>\r\n	<td>10:00〜19:00</td>\r\n</tr>\r\n<tr>\r\n	<td>定休日</td>\r\n	<td>火曜</td>\r\n</tr>\r\n</table>[/su_table]','店舗のご案内','','inherit','closed','closed','','22-revision-v1','','','2015-12-10 14:19:43','2015-12-10 05:19:43','',22,'http://nagasaki.s198.coreserver.jp/?p=152',0,'revision','',0),(158,1,'2015-12-10 14:43:02','2015-12-10 05:43:02','[su_dropcap]<strong>ご</strong>[/su_dropcap]あいさつ\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]生産者として最高品質の真珠を厳選し、直売店として皆さまにお届けしています[/su_heading]\r\n\r\n<p>この度は長崎真珠店ホームページへお越しいただき、ありがとうございます。</p>\r\n<p> 当店は長崎市にある、真珠生産から加工・販売まで一貫して行う専門店です。今回、私たちが心を込めて育てた真珠を地元だけでなく全国の皆さまにお手ごろな価格で高い品質なネックレスをお届けしたい…、そんな思いで開店いたしました。</p>\r\n<p>私たちは真珠のすべてを知っています。貝を育てるところから、宝石として店頭に並ぶまで、ずっと見ています。</p>\r\n<p>ですからこのネックレスには真珠はどういった珠が使われているのか、本当の価値のある真珠とはどういうものなのか、同じように見える珠でもどんな違いがあり、それがどのように価格に反映されているのか、自信をもってお答えすることができます。</p>\r\n<p> もちろん育てるだけではなくて、加工、そして店頭での販売まで行っています。そのためファッションとのコーディネートやギフトなどのご提案もできます。</p>\r\n<p>つまり私たちは本当の意味での真珠のプロフェッショナル。商品に疑問などがございましたら、遠慮せずにお問い合せください。</p>\r\n<p> 長崎にお越しの際はぜひ店舗にも足をお運びください。</p>\r\n<p>  </p>\r\n<p style=\"text-align: right;\">代表取締役 深江 研一</p>\r\n\r\n\r\n\r\n[su_dropcap]<strong>こ</strong>[/su_dropcap]んにちは。長崎真珠店です。\r\n[su_heading size=\"18\"]<strong>落ち着いた雰囲気の店内には、常時100本以上の真珠ネックレスを取りそろえて展示しています。\r\nここには、真珠の品質や色、サイズをゆっくりとお選びいただける空間があります。長崎へお越しの際にはぜひ、当店へお立ち寄りくださいませ。</strong>[/su_heading]\r\n\r\n<img class=\"wp-image-337 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shop1.jpg\" alt=\"長崎真珠店_店舗\" width=\"762\" height=\"506\" />\r\n<p style=\"text-align: center;\"><img class=\" wp-image-292 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-5.jpg\" alt=\"店舗内\" width=\"762\" height=\"448\" /></p>\r\n\r\n[su_dropcap]<strong>内</strong>[/su_dropcap]観と外観と、ギャラリーです。\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]<strong>当店は長崎市の郊外、大村湾の眺めと心地よい潮風がそよぎ、心落ち着く環境の中にあります。</strong>[/su_heading]\r\n\r\n\r\n<a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo.jpg\"> <img class=\"size-thumbnail wp-image-194 alignleft\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗外装写真\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo-150x150.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun.jpg\"> <img class=\"size-thumbnail wp-image-195\" style=\"margin: 5px;\" title=\"敷地内の緑地はドッグランとしてもご利用できます。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun-150x150.jpg\" alt=\"敷地内にドッグラン\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1.jpg\"><img class=\"size-thumbnail\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2.jpg\"> <img class=\"size-thumbnail wp-image-187\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3.jpg\"> <img class=\"size-thumbnail wp-image-189\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4.jpg\"> <img class=\"alignnone size-thumbnail wp-image-191\" style=\"margin: 5px 0 5px 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4small.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6.jpg\"> <img class=\"alignnone size-thumbnail wp-image-184\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan.jpg\"> <img class=\"alignnone size-thumbnail wp-image-193\" style=\"margin: 5px;\" title=\"当店の裏手は美しい海が広がる絶好のロケーション。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan-150x150.jpg\" alt=\"真珠を育てる大村湾\" width=\"110\" height=\"110\" /></a>\r\n\r\n&nbsp;\r\n\r\n<img class=\"aligncenter size-full wp-image-206\" title=\"fig4\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig41.gif\" alt=\"\" width=\"500\" height=\"100\" />\r\n\r\n\r\n[su_dropcap]<strong>ア</strong>[/su_dropcap]クセス\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]車で長崎市内から約30分、佐世保市内から約60分。<br>\r\n【長崎市内から】長崎市 → 時津町内(国道206号/25分)→ 長崎市琴海行政センター →(国道206号/5分)→当店<br>\r\n【佐世保市内から】佐世保市街 → 西海橋 →(国道206号/40分)→当店\r\n[/su_heading]\r\n<h3> <span class=\"Apple-style-span\" style=\"color: #42210b; font-size: 18px; font-weight: bold; letter-spacing: 1px; line-height: 21px; text-transform: uppercase;\">送迎をご希望の方はお電話ください</span></h3>\r\n<p> ご来店手段が不便な方につきましては、送迎いたします。ただし対応できない場合もございますので、ご来店1週間前までにお電話にてご連絡ください。</p>\r\n<p><iframe src=\"https://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9&amp;output=embed\" height=\"350\" width=\"762\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe><br /><small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.co.jp/maps?f=q&amp;source=embed&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9\">大きな地図で見る</a></small></p>\r\n<br>\r\n\r\n\r\n[su_dropcap]<strong>会</strong>[/su_dropcap]社概要\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]会社概要と事業内容[/su_heading]\r\n[su_table]<table>\r\n<tr>\r\n	<td>会社名(商号)</td>\r\n	<td>有限会社長崎真珠</td>\r\n</tr>\r\n<tr>\r\n	<td>設立</td>\r\n	<td>平成16年3月</td>\r\n</tr>\r\n<tr>\r\n	<td>事業内容</td>\r\n	<td>真珠の生産、加工、販売、インターネット通販</td>\r\n</tr>\r\n<tr>\r\n	<td>住所</td>\r\n	<td>〒851-3212<br>長崎県長崎市長浦町224-12</td>\r\n</tr>\r\n<tr>\r\n	<td>お問合わせ</td>\r\n	<td>[Tel]0120-410-804(通話料無料)<br>[Fax]095-860-7317<br>[Mail]info@nagasaki-shinju.com</td>\r\n</tr>\r\n<tr>\r\n	<td>営業時間</td>\r\n	<td>10:00〜19:00</td>\r\n</tr>\r\n<tr>\r\n	<td>定休日</td>\r\n	<td>火曜</td>\r\n</tr>\r\n</table>[/su_table]','店舗案内/会社概要','','inherit','closed','closed','','22-revision-v1','','','2015-12-10 14:43:02','2015-12-10 05:43:02','',22,'http://nagasaki.s198.coreserver.jp/?p=158',0,'revision','',0),(560,1,'2017-05-25 09:41:10','2017-05-25 00:41:10','<h3>業界・関連組織リンク</h3>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><span style=\"font-size: small;\"><a title=\"オーシャンパレスゴルフクラブ&リゾート\" href=\"http://www.oceanpalace.co.jp/\" target=\"_blank\">オーシャンパレスゴルフクラブ&amp;リゾート</a></span></td>\r\n<td><span style=\"font-size: x-small;\"><a title=\"オーシャンパレスゴルフクラブ&リゾート\" href=\"http://www.oceanpalace.co.jp/\" target=\"_blank\">&nbsp;http://www.oceanpalace.co.jp/</a></span></td>\r\n</tr>\r\n<tr style=\"background-color: #faf0e3;\">\r\n<td><span style=\"font-size: small;\"><a title=\"長崎リゾートアイランド パサージュ琴海\" href=\" http://www.passage-kinkai.co.jp/\" target=\"_blank\">長崎リゾートアイランド パサージュ琴海</a></span></td>\r\n<td><span style=\"font-size: x-small;\"><a title=\"長崎リゾートアイランド パサージュ琴海\" href=\" http://www.passage-kinkai.co.jp/\" target=\"_blank\">&nbsp;http://www.passage-kinkai.co.jp/</a></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"><a title=\"長崎県真珠養殖漁協\" href=\"http://loco.yahoo.co.jp/place/aed91e3c02b0fb5e911fc5bd1af22fc2c85ea925/\" target=\"_blank\">長崎県真珠養殖漁協</a></span></td>\r\n<td><span style=\"font-size: x-small;\"><a title=\"長崎県真珠養殖漁協\" href=\"http://loco.yahoo.co.jp/place/aed91e3c02b0fb5e911fc5bd1af22fc2c85ea925/\" target=\"_blank\">&nbsp;http://loco.yahoo.co.jp/place/aed91e3c02b0fb5e911fc5bd1af22fc2c85ea925/</a></span></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3>長崎県関連</h3>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr style=\"background-color: #faf0e3;\">\r\n<td style=\"width: 250px;\"><span style=\"font-size: small;\"><a title=\"長崎市役所\" href=\" http://www1.city.nagasaki.nagasaki.jp/\" target=\"_blank\">長崎市役所</a></span></td>\r\n<td><span style=\"font-size: x-small;\"><a title=\"長崎市役所\" href=\" http://www1.city.nagasaki.nagasaki.jp/\" target=\"_blank\">&nbsp;http://www1.city.nagasaki.nagasaki.jp/</a></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"font-size: small;\"><a title=\"琴海行政センター\" href=\"http://www1.city.nagasaki.nagasaki.jp/gyousei/kinkai/\" target=\"_blank\">琴海行政センター</a></span></td>\r\n<td><span style=\"font-size: x-small;\"><a title=\"琴海行政センター\" href=\"http://www1.city.nagasaki.nagasaki.jp/gyousei/kinkai/\" target=\"_blank\">&nbsp;http://www1.city.nagasaki.nagasaki.jp/gyousei/kinkai/</a></span></td>\r\n</tr>\r\n<tr style=\"background-color: #faf0e3;\">\r\n<td><span style=\"font-size: small;\"><a title=\"長崎県\" href=\" http://www.pref.nagasaki.jp/\" target=\"_blank\">長崎県</a></span></td>\r\n<td><span style=\"font-size: x-small;\"><a title=\"長崎県\" href=\" http://www.pref.nagasaki.jp/\" target=\"_blank\">&nbsp;http://www.pref.nagasaki.jp/</a></span></td>\r\n</tr>\r\n<tr>\r\n<td>&nbsp;</td>\r\n<td>&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>','リンク集','','inherit','closed','closed','','75-autosave-v1','','','2017-05-25 09:41:10','2017-05-25 00:41:10','',75,'http://nagasaki.s198.coreserver.jp/75-autosave-v1/',0,'revision','',0),(525,1,'2016-10-12 14:54:07','2016-10-12 05:54:07','[su_dropcap]<strong>ご</strong>[/su_dropcap]あいさつ\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]生産者として最高品質の真珠を厳選し、直売店として皆さまにお届けしています[/su_heading]\r\n\r\nこの度は長崎真珠店ホームページへお越しいただき、ありがとうございます。\r\n\r\n当店は長崎市にある、真珠生産から加工・販売まで一貫して行う専門店です。今回、私たちが心を込めて育てた真珠を地元だけでなく全国の皆さまにお手ごろな価格で高い品質なネックレスをお届けしたい…、そんな思いで開店いたしました。\r\n\r\n私たちは真珠のすべてを知っています。貝を育てるところから、宝石として店頭に並ぶまで、ずっと見ています。\r\n\r\nですからこのネックレスには真珠はどういった珠が使われているのか、本当の価値のある真珠とはどういうものなのか、同じように見える珠でもどんな違いがあり、それがどのように価格に反映されているのか、自信をもってお答えすることができます。\r\n\r\nもちろん育てるだけではなくて、加工、そして店頭での販売まで行っています。そのためファッションとのコーディネートやギフトなどのご提案もできます。\r\n\r\nつまり私たちは本当の意味での真珠のプロフェッショナル。商品に疑問などがございましたら、遠慮せずにお問い合せください。\r\n\r\n長崎にお越しの際はぜひ店舗にも足をお運びください。\r\n<p style=\"text-align: right;\">代表取締役 深江 研一</p>\r\n[su_dropcap]<strong>こ</strong>[/su_dropcap]んにちは。長崎真珠店です。\r\n[su_heading size=\"18\"]<strong>落ち着いた雰囲気の店内には、常時100本以上の真珠ネックレスを取りそろえて展示しています。\r\nここには、真珠の品質や色、サイズをゆっくりとお選びいただける空間があります。長崎へお越しの際にはぜひ、当店へお立ち寄りくださいませ。</strong>[/su_heading]\r\n\r\n<img class=\"wp-image-337 aligncenter\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shop1.jpg\" alt=\"長崎真珠店_店舗\" width=\"762\" height=\"506\" />\r\n<p style=\"text-align: center;\"><img class=\" wp-image-292 aligncenter\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-5.jpg\" alt=\"店舗内\" width=\"762\" height=\"448\" /></p>\r\n[su_dropcap]<strong>内</strong>[/su_dropcap]観と外観と、ギャラリーです。\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]<strong>当店は長崎市の郊外、大村湾の眺めと心地よい潮風がそよぎ、心落ち着く環境の中にあります。</strong>[/su_heading]\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/tenpo.jpg\"> <img class=\"size-thumbnail wp-image-194 alignleft\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗外装写真\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/tenpo-150x150.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/dogrun.jpg\"> <img class=\"size-thumbnail wp-image-195\" style=\"margin: 5px;\" title=\"敷地内の緑地はドッグランとしてもご利用できます。\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/dogrun-150x150.jpg\" alt=\"敷地内にドッグラン\" width=\"110\" height=\"110\" /></a> <a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-1.jpg\"><img class=\"size-thumbnail\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-1small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-2.jpg\"> <img class=\"size-thumbnail wp-image-187\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-2small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-3.jpg\"> <img class=\"size-thumbnail wp-image-189\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-3small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-4.jpg\"> <img class=\"alignnone size-thumbnail wp-image-191\" style=\"margin: 5px 0 5px 5px;\" title=\"店舗内\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-4small.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-6.jpg\"> <img class=\"alignnone size-thumbnail wp-image-184\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗内\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-6small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/oomurawan.jpg\"> <img class=\"alignnone size-thumbnail wp-image-193\" style=\"margin: 5px;\" title=\"当店の裏手は美しい海が広がる絶好のロケーション。\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/oomurawan-150x150.jpg\" alt=\"真珠を育てる大村湾\" width=\"110\" height=\"110\" /></a>\r\n\r\n&nbsp;\r\n\r\n[su_dropcap]<strong>ア</strong>[/su_dropcap]クセス\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]車で長崎市内から約30分、佐世保市内から約60分。\r\n【長崎市内から】長崎市 → 時津町内(国道206号/25分)→ 長崎市琴海行政センター →(国道206号/5分)→当店\r\n【佐世保市内から】佐世保市街 → 西海橋 →(国道206号/40分)→当店\r\n[/su_heading]\r\n<h3> <span class=\"Apple-style-span\" style=\"color: #42210b; font-size: 18px; font-weight: bold; letter-spacing: 1px; line-height: 21px; text-transform: uppercase;\">送迎をご希望の方はお電話ください</span></h3>\r\nご来店手段が不便な方につきましては、送迎いたします。ただし対応できない場合もございますので、ご来店1週間前までにお電話にてご連絡ください。\r\n\r\n<iframe src=\"https://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9&amp;output=embed\" width=\"762\" height=\"350\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.co.jp/maps?f=q&amp;source=embed&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9\">大きな地図で見る</a></small>\r\n\r\n&nbsp;\r\n\r\n[su_dropcap]<strong>会</strong>[/su_dropcap]社概要\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]会社概要と事業内容[/su_heading]\r\n[su_table]\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>会社名(商号)</td>\r\n<td>有限会社長崎真珠</td>\r\n</tr>\r\n<tr>\r\n<td>設立</td>\r\n<td>平成16年3月</td>\r\n</tr>\r\n<tr>\r\n<td>事業内容</td>\r\n<td>真珠の生産、加工、販売、インターネット通販</td>\r\n</tr>\r\n<tr>\r\n<td>住所</td>\r\n<td>〒851-3212\r\n長崎県長崎市長浦町224-12</td>\r\n</tr>\r\n<tr>\r\n<td>お問合わせ</td>\r\n<td>[Tel]0120-410-804(通話料無料)\r\n[Fax]095-860-7317\r\n[Mail]info@nagasaki-shinju.com</td>\r\n</tr>\r\n<tr>\r\n<td>営業時間</td>\r\n<td>10:00〜19:00</td>\r\n</tr>\r\n<tr>\r\n<td>定休日</td>\r\n<td>火曜</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/su_table]','店舗案内','','inherit','closed','closed','','22-revision-v1','','','2016-10-12 14:54:07','2016-10-12 05:54:07','',22,'http://nagasaki.s198.coreserver.jp/22-revision-v1/',0,'revision','',0),(367,1,'2015-12-14 19:24:55','2015-12-14 10:24:55','[su_dropcap]<strong>ご</strong>[/su_dropcap]あいさつ\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]生産者として最高品質の真珠を厳選し、直売店として皆さまにお届けしています[/su_heading]\r\n\r\n<p>この度は長崎真珠店ホームページへお越しいただき、ありがとうございます。</p>\r\n<p> 当店は長崎市にある、真珠生産から加工・販売まで一貫して行う専門店です。今回、私たちが心を込めて育てた真珠を地元だけでなく全国の皆さまにお手ごろな価格で高い品質なネックレスをお届けしたい…、そんな思いで開店いたしました。</p>\r\n<p>私たちは真珠のすべてを知っています。貝を育てるところから、宝石として店頭に並ぶまで、ずっと見ています。</p>\r\n<p>ですからこのネックレスには真珠はどういった珠が使われているのか、本当の価値のある真珠とはどういうものなのか、同じように見える珠でもどんな違いがあり、それがどのように価格に反映されているのか、自信をもってお答えすることができます。</p>\r\n<p> もちろん育てるだけではなくて、加工、そして店頭での販売まで行っています。そのためファッションとのコーディネートやギフトなどのご提案もできます。</p>\r\n<p>つまり私たちは本当の意味での真珠のプロフェッショナル。商品に疑問などがございましたら、遠慮せずにお問い合せください。</p>\r\n<p> 長崎にお越しの際はぜひ店舗にも足をお運びください。</p>\r\n<p>  </p>\r\n<p style=\"text-align: right;\">代表取締役 深江 研一</p>\r\n\r\n\r\n\r\n[su_dropcap]<strong>こ</strong>[/su_dropcap]んにちは。長崎真珠店です。\r\n[su_heading size=\"18\"]<strong>落ち着いた雰囲気の店内には、常時100本以上の真珠ネックレスを取りそろえて展示しています。\r\nここには、真珠の品質や色、サイズをゆっくりとお選びいただける空間があります。長崎へお越しの際にはぜひ、当店へお立ち寄りくださいませ。</strong>[/su_heading]\r\n\r\n<img class=\"wp-image-337 aligncenter\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shop1.jpg\" alt=\"長崎真珠店_店舗\" width=\"762\" height=\"506\" />\r\n<p style=\"text-align: center;\"><img class=\" wp-image-292 aligncenter\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-5.jpg\" alt=\"店舗内\" width=\"762\" height=\"448\" /></p>\r\n\r\n[su_dropcap]<strong>内</strong>[/su_dropcap]観と外観と、ギャラリーです。\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]<strong>当店は長崎市の郊外、大村湾の眺めと心地よい潮風がそよぎ、心落ち着く環境の中にあります。</strong>[/su_heading]\r\n\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/tenpo.jpg\"> <img class=\"size-thumbnail wp-image-194 alignleft\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗外装写真\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/tenpo-150x150.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/dogrun.jpg\"> <img class=\"size-thumbnail wp-image-195\" style=\"margin: 5px;\" title=\"敷地内の緑地はドッグランとしてもご利用できます。\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/dogrun-150x150.jpg\" alt=\"敷地内にドッグラン\" width=\"110\" height=\"110\" /></a> <a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-1.jpg\"><img class=\"size-thumbnail\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-1small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-2.jpg\"> <img class=\"size-thumbnail wp-image-187\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-2small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-3.jpg\"> <img class=\"size-thumbnail wp-image-189\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-3small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-4.jpg\"> <img class=\"alignnone size-thumbnail wp-image-191\" style=\"margin: 5px 0 5px 5px;\" title=\"店舗内\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-4small.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-6.jpg\"> <img class=\"alignnone size-thumbnail wp-image-184\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗内\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-6small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/oomurawan.jpg\"> <img class=\"alignnone size-thumbnail wp-image-193\" style=\"margin: 5px;\" title=\"当店の裏手は美しい海が広がる絶好のロケーション。\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/oomurawan-150x150.jpg\" alt=\"真珠を育てる大村湾\" width=\"110\" height=\"110\" /></a>\r\n\r\n&nbsp;\r\n\r\n<img class=\"aligncenter size-full wp-image-206\" title=\"fig4\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/fig41.gif\" alt=\"\" width=\"500\" height=\"100\" />\r\n\r\n\r\n[su_dropcap]<strong>ア</strong>[/su_dropcap]クセス\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]車で長崎市内から約30分、佐世保市内から約60分。<br>\r\n【長崎市内から】長崎市 → 時津町内(国道206号/25分)→ 長崎市琴海行政センター →(国道206号/5分)→当店<br>\r\n【佐世保市内から】佐世保市街 → 西海橋 →(国道206号/40分)→当店\r\n[/su_heading]\r\n<h3> <span class=\"Apple-style-span\" style=\"color: #42210b; font-size: 18px; font-weight: bold; letter-spacing: 1px; line-height: 21px; text-transform: uppercase;\">送迎をご希望の方はお電話ください</span></h3>\r\n<p> ご来店手段が不便な方につきましては、送迎いたします。ただし対応できない場合もございますので、ご来店1週間前までにお電話にてご連絡ください。</p>\r\n<p><iframe src=\"https://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9&amp;output=embed\" height=\"350\" width=\"762\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe><br /><small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.co.jp/maps?f=q&amp;source=embed&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9\">大きな地図で見る</a></small></p>\r\n<br>\r\n\r\n\r\n[su_dropcap]<strong>会</strong>[/su_dropcap]社概要\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]会社概要と事業内容[/su_heading]\r\n[su_table]<table>\r\n<tr>\r\n	<td>会社名(商号)</td>\r\n	<td>有限会社長崎真珠</td>\r\n</tr>\r\n<tr>\r\n	<td>設立</td>\r\n	<td>平成16年3月</td>\r\n</tr>\r\n<tr>\r\n	<td>事業内容</td>\r\n	<td>真珠の生産、加工、販売、インターネット通販</td>\r\n</tr>\r\n<tr>\r\n	<td>住所</td>\r\n	<td>〒851-3212<br>長崎県長崎市長浦町224-12</td>\r\n</tr>\r\n<tr>\r\n	<td>お問合わせ</td>\r\n	<td>[Tel]0120-410-804(通話料無料)<br>[Fax]095-860-7317<br>[Mail]info@nagasaki-shinju.com</td>\r\n</tr>\r\n<tr>\r\n	<td>営業時間</td>\r\n	<td>10:00〜19:00</td>\r\n</tr>\r\n<tr>\r\n	<td>定休日</td>\r\n	<td>火曜</td>\r\n</tr>\r\n</table>[/su_table]','店舗案内/会社概要','','inherit','closed','closed','','22-revision-v1','','','2015-12-14 19:24:55','2015-12-14 10:24:55','',22,'http://nagasaki.s198.coreserver.jp/?p=367',0,'revision','',0),(654,1,'2017-07-21 16:47:02','2017-07-21 07:47:02','[su_dropcap]<strong>ご</strong>[/su_dropcap]あいさつ\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]生産者として最高品質の真珠を厳選し、直売店として皆さまにお届けしています[/su_heading]\r\n\r\nこの度は長崎真珠店ホームページへお越しいただき、ありがとうございます。\r\n\r\n当店は長崎市にある、真珠生産から加工・販売まで一貫して行う専門店です。今回、私たちが心を込めて育てた真珠を地元だけでなく全国の皆さまにお手ごろな価格で高い品質なネックレスをお届けしたい…、そんな思いで開店いたしました。\r\n\r\n私たちは真珠のすべてを知っています。貝を育てるところから、宝石として店頭に並ぶまで、ずっと見ています。\r\n\r\nですからこのネックレスには真珠はどういった珠が使われているのか、本当の価値のある真珠とはどういうものなのか、同じように見える珠でもどんな違いがあり、それがどのように価格に反映されているのか、自信をもってお答えすることができます。\r\n\r\nもちろん育てるだけではなくて、加工、そして店頭での販売まで行っています。そのためファッションとのコーディネートやギフトなどのご提案もできます。\r\n\r\nつまり私たちは本当の意味での真珠のプロフェッショナル。商品に疑問などがございましたら、遠慮せずにお問い合せください。\r\n\r\n長崎にお越しの際はぜひ店舗にも足をお運びください。\r\n<p style=\"text-align: right;\">代表取締役 深江 研一</p>\r\n[su_dropcap]<strong>こ</strong>[/su_dropcap]んにちは。長崎真珠店です。\r\n[su_heading size=\"18\"]<strong>落ち着いた雰囲気の店内には、常時100本以上の真珠ネックレスを取りそろえて展示しています。\r\nここには、真珠の品質や色、サイズをゆっくりとお選びいただける空間があります。長崎へお越しの際にはぜひ、当店へお立ち寄りくださいませ。</strong>[/su_heading]\r\n\r\n<img class=\"wp-image-337 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/shop1.jpg\" alt=\"長崎真珠店_店舗\" width=\"762\" height=\"506\">\r\n<p style=\"text-align: center;\"><img class=\" wp-image-292 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/1-5.jpg\" alt=\"店舗内\" width=\"762\" height=\"448\"></p>\r\n[su_dropcap]<strong>内</strong>[/su_dropcap]観と外観と、ギャラリーです。\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]<strong>当店は長崎市の郊外、大村湾の眺めと心地よい潮風がそよぎ、心落ち着く環境の中にあります。</strong>[/su_heading]\r\n\r\n<a href=\"http://www.nagasaki-shinju.com/wp-content/uploads/tenpo.jpg\"> <img class=\"size-thumbnail wp-image-194 alignleft\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗外装写真\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/tenpo-150x150.jpg\" alt=\"\" width=\"110\" height=\"110\"></a> <a href=\"http://www.nagasaki-shinju.com/wp-content/uploads/dogrun.jpg\"> <img class=\"size-thumbnail wp-image-195\" style=\"margin: 5px;\" title=\"敷地内の緑地はドッグランとしてもご利用できます。\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/dogrun-150x150.jpg\" alt=\"敷地内にドッグラン\" width=\"110\" height=\"110\"></a> <a href=\"http://www.nagasaki-shinju.com/wp-content/uploads/1-1.jpg\"><img class=\"size-thumbnail\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/1-1small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\"></a> <a href=\"http://www.nagasaki-shinju.com/wp-content/uploads/1-2.jpg\"> <img class=\"size-thumbnail wp-image-187\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/1-2small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\"></a> <a href=\"http://www.nagasaki-shinju.com/wp-content/uploads/1-3.jpg\"> <img class=\"size-thumbnail wp-image-189\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/1-3small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\"></a> <a href=\"http://www.nagasaki-shinju.com/wp-content/uploads/1-4.jpg\"> <img class=\"alignnone size-thumbnail wp-image-191\" style=\"margin: 5px 0 5px 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/1-4small.jpg\" alt=\"\" width=\"110\" height=\"110\"></a> <a href=\"http://www.nagasaki-shinju.com/wp-content/uploads/1-6.jpg\"> <img class=\"alignnone size-thumbnail wp-image-184\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/1-6small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\"></a> <a href=\"http://www.nagasaki-shinju.com/wp-content/uploads/oomurawan.jpg\"> <img class=\"alignnone size-thumbnail wp-image-193\" style=\"margin: 5px;\" title=\"当店の裏手は美しい海が広がる絶好のロケーション。\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/oomurawan-150x150.jpg\" alt=\"真珠を育てる大村湾\" width=\"110\" height=\"110\"></a>\r\n\r\n&nbsp;\r\n\r\n[su_dropcap]<strong>ア</strong>[/su_dropcap]クセス\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]車で長崎市内から約30分、佐世保市内から約60分。\r\n【長崎市内から】長崎市 → 時津町内(国道206号/25分)→ 長崎市琴海行政センター →(国道206号/5分)→当店\r\n【佐世保市内から】佐世保市街 → 西海橋 →(国道206号/40分)→当店\r\n[/su_heading]\r\n<h3>&nbsp;<span class=\"Apple-style-span\" style=\"color: #42210b; font-size: 18px; font-weight: bold; letter-spacing: 1px; line-height: 21px; text-transform: uppercase;\">送迎をご希望の方はお電話ください</span></h3>\r\nご来店手段が不便な方につきましては、送迎いたします。ただし対応できない場合もございますので、ご来店1週間前までにお電話にてご連絡ください。\r\n\r\n<iframe src=\"https://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9&amp;output=embed\" width=\"762\" height=\"350\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.co.jp/maps?f=q&amp;source=embed&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9\">大きな地図で見る</a></small>\r\n\r\n&nbsp;\r\n\r\n[su_dropcap]<strong>会</strong>[/su_dropcap]社概要\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]会社概要と事業内容[/su_heading]\r\n[su_table]\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>会社名(商号)</td>\r\n<td>有限会社長崎真珠</td>\r\n</tr>\r\n<tr>\r\n<td>設立</td>\r\n<td>平成16年3月</td>\r\n</tr>\r\n<tr>\r\n<td>事業内容</td>\r\n<td>真珠の生産、加工、販売、インターネット通販</td>\r\n</tr>\r\n<tr>\r\n<td>住所</td>\r\n<td>〒851-3212\r\n長崎県長崎市長浦町224-12</td>\r\n</tr>\r\n<tr>\r\n<td>お問合わせ</td>\r\n<td>[Tel]0120-410-804(通話料無料)\r\n[Fax]095-860-7317\r\n[Mail]info@nagasaki-shinju.com</td>\r\n</tr>\r\n<tr>\r\n<td>営業時間</td>\r\n<td>10:00〜19:00</td>\r\n</tr>\r\n<tr>\r\n<td>定休日</td>\r\n<td>火曜</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/su_table]','店舗案内','','inherit','closed','closed','','22-revision-v1','','','2017-07-21 16:47:02','2017-07-21 07:47:02','',22,'http://www.nagasaki-shinju.com/22-revision-v1/',0,'revision','',0),(157,1,'2015-12-10 14:37:24','2015-12-10 05:37:24','[su_dropcap]<strong>ご</strong>[/su_dropcap]あいさつ\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]生産者として最高品質の真珠を厳選し、直売店として皆さまにお届けしています[/su_heading]\r\n\r\n<p>この度は長崎真珠店ホームページへお越しいただき、ありがとうございます。</p>\r\n<p> 当店は長崎市にある、真珠生産から加工・販売まで一貫して行う専門店です。今回、私たちが心を込めて育てた真珠を地元だけでなく全国の皆さまにお手ごろな価格で高い品質なネックレスをお届けしたい…、そんな思いで開店いたしました。</p>\r\n<p>私たちは真珠のすべてを知っています。貝を育てるところから、宝石として店頭に並ぶまで、ずっと見ています。</p>\r\n<p>ですからこのネックレスには真珠はどういった珠が使われているのか、本当の価値のある真珠とはどういうものなのか、同じように見える珠でもどんな違いがあり、それがどのように価格に反映されているのか、自信をもってお答えすることができます。</p>\r\n<p> もちろん育てるだけではなくて、加工、そして店頭での販売まで行っています。そのためファッションとのコーディネートやギフトなどのご提案もできます。</p>\r\n<p>つまり私たちは本当の意味での真珠のプロフェッショナル。商品に疑問などがございましたら、遠慮せずにお問い合せください。</p>\r\n<p> 長崎にお越しの際はぜひ店舗にも足をお運びください。</p>\r\n<p>  </p>\r\n<p style=\"text-align: right;\">代表取締役 深江 研一</p>\r\n\r\n\r\n\r\n[su_dropcap]<strong>こ</strong>[/su_dropcap]んにちは。長崎真珠店です。\r\n[su_heading size=\"18\"]<strong>落ち着いた雰囲気の店内には、常時100本以上の真珠ネックレスを取りそろえて展示しています。\r\nここには、真珠の品質や色、サイズをゆっくりとお選びいただける空間があります。長崎へお越しの際にはぜひ、当店へお立ち寄りくださいませ。</strong>[/su_heading]\r\n\r\n<img class=\"wp-image-337 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shop1.jpg\" alt=\"長崎真珠店_店舗\" width=\"762\" height=\"506\" />\r\n<p style=\"text-align: center;\"><img class=\" wp-image-292 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-5.jpg\" alt=\"店舗内\" width=\"762\" height=\"448\" /></p>\r\n\r\n[su_dropcap]<strong>内</strong>[/su_dropcap]観と外観と、ギャラリーです。\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]<strong>当店は長崎市の郊外、大村湾の眺めと心地よい潮風がそよぎ、心落ち着く環境の中にあります。</strong>[/su_heading]\r\n\r\n\r\n<a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo.jpg\"> <img class=\"size-thumbnail wp-image-194 alignleft\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗外装写真\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo-150x150.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun.jpg\"> <img class=\"size-thumbnail wp-image-195\" style=\"margin: 5px;\" title=\"敷地内の緑地はドッグランとしてもご利用できます。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun-150x150.jpg\" alt=\"敷地内にドッグラン\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1.jpg\"><img class=\"size-thumbnail\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2.jpg\"> <img class=\"size-thumbnail wp-image-187\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3.jpg\"> <img class=\"size-thumbnail wp-image-189\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4.jpg\"> <img class=\"alignnone size-thumbnail wp-image-191\" style=\"margin: 5px 0 5px 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4small.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6.jpg\"> <img class=\"alignnone size-thumbnail wp-image-184\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan.jpg\"> <img class=\"alignnone size-thumbnail wp-image-193\" style=\"margin: 5px;\" title=\"当店の裏手は美しい海が広がる絶好のロケーション。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan-150x150.jpg\" alt=\"真珠を育てる大村湾\" width=\"110\" height=\"110\" /></a>\r\n\r\n&nbsp;\r\n\r\n<img class=\"aligncenter size-full wp-image-206\" title=\"fig4\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig41.gif\" alt=\"\" width=\"500\" height=\"100\" />\r\n\r\n\r\n[su_dropcap]<strong>ア</strong>[/su_dropcap]クセス\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]車で長崎市内から約30分、佐世保市内から約60分。<br>\r\n【長崎市内から】長崎市 → 時津町内(国道206号/25分)→ 長崎市琴海行政センター →(国道206号/5分)→当店<br>\r\n【佐世保市内から】佐世保市街 → 西海橋 →(国道206号/40分)→当店\r\n[/su_heading]\r\n<h3> <span class=\"Apple-style-span\" style=\"color: #42210b; font-size: 18px; font-weight: bold; letter-spacing: 1px; line-height: 21px; text-transform: uppercase;\">送迎をご希望の方はお電話ください</span></h3>\r\n<p> ご来店手段が不便な方につきましては、送迎いたします。ただし対応できない場合もございますので、ご来店1週間前までにお電話にてご連絡ください。</p>\r\n<p><iframe src=\"https://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9&amp;output=embed\" height=\"350\" width=\"762\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe><br /><small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.co.jp/maps?f=q&amp;source=embed&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9\">大きな地図で見る</a></small></p>\r\n<br>\r\n\r\n\r\n[su_dropcap]<strong>会</strong>[/su_dropcap]社概要\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]会社概要と事業内容[/su_heading]\r\n[su_table]<table>\r\n<tr>\r\n	<td>会社名(商号)</td>\r\n	<td>有限会社長崎真珠</td>\r\n</tr>\r\n<tr>\r\n	<td>設立</td>\r\n	<td>平成16年3月</td>\r\n</tr>\r\n<tr>\r\n	<td>事業内容</td>\r\n	<td>真珠の生産、加工、販売、インターネット通販</td>\r\n</tr>\r\n<tr>\r\n	<td>住所</td>\r\n	<td>〒851-3212<br>長崎県長崎市長浦町224-12</td>\r\n</tr>\r\n<tr>\r\n	<td>お問合わせ</td>\r\n	<td>[Tel]0120-410-804(通話料無料)<br>[Fax]095-860-7317<br>[Mail]info@nagasaki-shinju.com</td>\r\n</tr>\r\n<tr>\r\n	<td>営業時間</td>\r\n	<td>10:00〜19:00</td>\r\n</tr>\r\n<tr>\r\n	<td>定休日</td>\r\n	<td>火曜</td>\r\n</tr>\r\n</table>[/su_table]','店舗のご案内','','inherit','closed','closed','','22-revision-v1','','','2015-12-10 14:37:24','2015-12-10 05:37:24','',22,'http://nagasaki.s198.coreserver.jp/?p=157',0,'revision','',0),(156,1,'2015-12-10 14:36:10','2015-12-10 05:36:10','[su_dropcap]<strong>ご</strong>[/su_dropcap]あいさつ\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]生産者として最高品質の真珠を厳選し、直売店として皆さまにお届けしています[/su_heading]\r\n\r\n<p>この度は長崎真珠店ホームページへお越しいただき、ありがとうございます。</p>\r\n<p> 当店は長崎市にある、真珠生産から加工・販売まで一貫して行う専門店です。今回、私たちが心を込めて育てた真珠を地元だけでなく全国の皆さまにお手ごろな価格で高い品質なネックレスをお届けしたい…、そんな思いで開店いたしました。</p>\r\n<p>私たちは真珠のすべてを知っています。貝を育てるところから、宝石として店頭に並ぶまで、ずっと見ています。</p>\r\n<p>ですからこのネックレスには真珠はどういった珠が使われているのか、本当の価値のある真珠とはどういうものなのか、同じように見える珠でもどんな違いがあり、それがどのように価格に反映されているのか、自信をもってお答えすることができます。</p>\r\n<p> もちろん育てるだけではなくて、加工、そして店頭での販売まで行っています。そのためファッションとのコーディネートやギフトなどのご提案もできます。</p>\r\n<p>つまり私たちは本当の意味での真珠のプロフェッショナル。商品に疑問などがございましたら、遠慮せずにお問い合せください。</p>\r\n<p> 長崎にお越しの際はぜひ店舗にも足をお運びください。</p>\r\n<p>  </p>\r\n<p style=\"text-align: right;\">代表取締役 深江 研一</p>\r\n\r\n\r\n\r\n[su_dropcap]<strong>こ</strong>[/su_dropcap]んにちは。長崎真珠店です。\r\n[su_heading size=\"18\"]<strong>落ち着いた雰囲気の店内には、常時100本以上の真珠ネックレスを取りそろえて展示しています。\r\nここには、真珠の品質や色、サイズをゆっくりとお選びいただける空間があります。長崎へお越しの際にはぜひ、当店へお立ち寄りくださいませ。</strong>[/su_heading]\r\n\r\n<img class=\"wp-image-337 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shop1.jpg\" alt=\"長崎真珠店_店舗\" width=\"762\" height=\"506\" />\r\n<p style=\"text-align: center;\"><img class=\" wp-image-292 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-5.jpg\" alt=\"店舗内\" width=\"762\" height=\"448\" /></p>\r\n\r\n[su_dropcap]<strong>内</strong>[/su_dropcap]観と外観と、ギャラリーです。\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]<strong>当店は長崎市の郊外、大村湾の眺めと心地よい潮風がそよぎ、心落ち着く環境の中にあります。</strong>[/su_heading]\r\n\r\n\r\n<a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo.jpg\"> <img class=\"size-thumbnail wp-image-194 alignleft\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗外装写真\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo-150x150.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun.jpg\"> <img class=\"size-thumbnail wp-image-195\" style=\"margin: 5px;\" title=\"敷地内の緑地はドッグランとしてもご利用できます。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun-150x150.jpg\" alt=\"敷地内にドッグラン\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1.jpg\"><img class=\"size-thumbnail\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2.jpg\"> <img class=\"size-thumbnail wp-image-187\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3.jpg\"> <img class=\"size-thumbnail wp-image-189\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4.jpg\"> <img class=\"alignnone size-thumbnail wp-image-191\" style=\"margin: 5px 0 5px 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4small.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6.jpg\"> <img class=\"alignnone size-thumbnail wp-image-184\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan.jpg\"> <img class=\"alignnone size-thumbnail wp-image-193\" style=\"margin: 5px;\" title=\"当店の裏手は美しい海が広がる絶好のロケーション。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan-150x150.jpg\" alt=\"真珠を育てる大村湾\" width=\"110\" height=\"110\" /></a>\r\n\r\n&nbsp;\r\n\r\n<img class=\"aligncenter size-full wp-image-206\" title=\"fig4\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig41.gif\" alt=\"\" width=\"500\" height=\"100\" />\r\n\r\n\r\n[su_dropcap]<strong>ア</strong>[/su_dropcap]クセス\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]車で長崎市内から約30分、佐世保市内から約60分。<br>\r\n【長崎市内から】長崎市 → 時津町内(国道206号/25分)→ 長崎市琴海行政センター →(国道206号/5分)→当店<br>\r\n【佐世保市内から】佐世保市街 → 西海橋 →(国道206号/40分)→当店\r\n[/su_heading]\r\n<h3> <span class=\"Apple-style-span\" style=\"color: #42210b; font-size: 18px; font-weight: bold; letter-spacing: 1px; line-height: 21px; text-transform: uppercase;\">送迎をご希望の方はお電話ください</span></h3>\r\n<p> ご来店手段が不便な方につきましては、送迎いたします。ただし対応できない場合もございますので、ご来店1週間前までにお電話にてご連絡ください。</p>\r\n\r\nwp-image-161\" /></p>\r\n<h3>自家用車でのお越しが便利です</h3>\r\n<h3> <span class=\"Apple-style-span\" style=\"color: #42210b; font-size: 18px; font-weight: bold; letter-spacing: 1px; line-height: 21px; text-transform: uppercase;\">送迎をご希望の方はお電話ください</span></h3>\r\n<p> ご来店手段が不便な方につきましては、送迎いたします。ただし対応できない場合もございますので、ご来店1週間前までにお電話にてご連絡ください。</p>\r\n<p><iframe src=\"https://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9&amp;output=embed\" height=\"350\" width=\"762\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe><br /><small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.co.jp/maps?f=q&amp;source=embed&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9\">大きな地図で見る</a></small></p>\r\n<br>\r\n\r\n\r\n[su_dropcap]<strong>会</strong>[/su_dropcap]社概要\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]会社概要と事業内容[/su_heading]\r\n[su_table]<table>\r\n<tr>\r\n	<td>会社名(商号)</td>\r\n	<td>有限会社長崎真珠</td>\r\n</tr>\r\n<tr>\r\n	<td>設立</td>\r\n	<td>平成16年3月</td>\r\n</tr>\r\n<tr>\r\n	<td>事業内容</td>\r\n	<td>真珠の生産、加工、販売、インターネット通販</td>\r\n</tr>\r\n<tr>\r\n	<td>住所</td>\r\n	<td>〒851-3212<br>長崎県長崎市長浦町224-12</td>\r\n</tr>\r\n<tr>\r\n	<td>お問合わせ</td>\r\n	<td>[Tel]0120-410-804(通話料無料)<br>[Fax]095-860-7317<br>[Mail]info@nagasaki-shinju.com</td>\r\n</tr>\r\n<tr>\r\n	<td>営業時間</td>\r\n	<td>10:00〜19:00</td>\r\n</tr>\r\n<tr>\r\n	<td>定休日</td>\r\n	<td>火曜</td>\r\n</tr>\r\n</table>[/su_table]','店舗のご案内','','inherit','closed','closed','','22-revision-v1','','','2015-12-10 14:36:10','2015-12-10 05:36:10','',22,'http://nagasaki.s198.coreserver.jp/?p=156',0,'revision','',0),(155,1,'2015-12-10 14:33:23','2015-12-10 05:33:23','[su_dropcap]<strong>ご</strong>[/su_dropcap]あいさつ\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]生産者として最高品質の真珠を厳選し、直売店として皆さまにお届けしています[/su_heading]\r\n\r\n<p>この度は長崎真珠店ホームページへお越しいただき、ありがとうございます。</p>\r\n<p> 当店は長崎市にある、真珠生産から加工・販売まで一貫して行う専門店です。今回、私たちが心を込めて育てた真珠を地元だけでなく全国の皆さまにお手ごろな価格で高い品質なネックレスをお届けしたい…、そんな思いで開店いたしました。</p>\r\n<p>私たちは真珠のすべてを知っています。貝を育てるところから、宝石として店頭に並ぶまで、ずっと見ています。</p>\r\n<p>ですからこのネックレスには真珠はどういった珠が使われているのか、本当の価値のある真珠とはどういうものなのか、同じように見える珠でもどんな違いがあり、それがどのように価格に反映されているのか、自信をもってお答えすることができます。</p>\r\n<p> もちろん育てるだけではなくて、加工、そして店頭での販売まで行っています。そのためファッションとのコーディネートやギフトなどのご提案もできます。</p>\r\n<p>つまり私たちは本当の意味での真珠のプロフェッショナル。商品に疑問などがございましたら、遠慮せずにお問い合せください。</p>\r\n<p> 長崎にお越しの際はぜひ店舗にも足をお運びください。</p>\r\n<p>  </p>\r\n<p style=\"text-align: right;\">代表取締役 深江 研一</p>\r\n\r\n\r\n\r\n[su_dropcap]<strong>こ</strong>[/su_dropcap]んにちは。長崎真珠店です。\r\n[su_heading size=\"18\"]<strong>落ち着いた雰囲気の店内には、常時100本以上の真珠ネックレスを取りそろえて展示しています。\r\nここには、真珠の品質や色、サイズをゆっくりとお選びいただける空間があります。長崎へお越しの際にはぜひ、当店へお立ち寄りくださいませ。</strong>[/su_heading]\r\n\r\n<img class=\"wp-image-337 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shop1.jpg\" alt=\"長崎真珠店_店舗\" width=\"762\" height=\"506\" />\r\n<p style=\"text-align: center;\"><img class=\" wp-image-292 aligncenter\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-5.jpg\" alt=\"店舗内\" width=\"762\" height=\"448\" /></p>\r\n\r\n[su_dropcap]<strong>内</strong>[/su_dropcap]観と外観と、ギャラリーです。\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]<strong>当店は長崎市の郊外、大村湾の眺めと心地よい潮風がそよぎ、心落ち着く環境の中にあります。</strong>[/su_heading]\r\n\r\n\r\n<a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo.jpg\"> <img class=\"size-thumbnail wp-image-194 alignleft\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗外装写真\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/tenpo-150x150.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun.jpg\"> <img class=\"size-thumbnail wp-image-195\" style=\"margin: 5px;\" title=\"敷地内の緑地はドッグランとしてもご利用できます。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/dogrun-150x150.jpg\" alt=\"敷地内にドッグラン\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1.jpg\"><img class=\"size-thumbnail\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-1small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2.jpg\"> <img class=\"size-thumbnail wp-image-187\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-2small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3.jpg\"> <img class=\"size-thumbnail wp-image-189\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-3small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4.jpg\"> <img class=\"alignnone size-thumbnail wp-image-191\" style=\"margin: 5px 0 5px 5px;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-4small.jpg\" alt=\"\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6.jpg\"> <img class=\"alignnone size-thumbnail wp-image-184\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗内\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/1-6small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\" /></a> <a href=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan.jpg\"> <img class=\"alignnone size-thumbnail wp-image-193\" style=\"margin: 5px;\" title=\"当店の裏手は美しい海が広がる絶好のロケーション。\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/oomurawan-150x150.jpg\" alt=\"真珠を育てる大村湾\" width=\"110\" height=\"110\" /></a>\r\n\r\n&nbsp;\r\n\r\n<img class=\"aligncenter size-full wp-image-206\" title=\"fig4\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig41.gif\" alt=\"\" width=\"500\" height=\"100\" />\r\n\r\n\r\n[su_dropcap]<strong>ア</strong>[/su_dropcap]クセス\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]車で長崎市内から約30分、佐世保市内から約60分。<br>\r\n<p>【長崎市内から】</p>\r\n<p>長崎市 → 時津町内(国道206号/25分)→ 長崎市琴海行政センター →(国道206号/5分)→当店</p>\r\n<p> 【佐世保市内から】</p>\r\n<p>佐世保市街 → 西海橋 →(国道206号/40分)→当店</p>\r\n[/su_heading]\r\n<h3> <span class=\"Apple-style-span\" style=\"color: #42210b; font-size: 18px; font-weight: bold; letter-spacing: 1px; line-height: 21px; text-transform: uppercase;\">送迎をご希望の方はお電話ください</span></h3>\r\n<p> ご来店手段が不便な方につきましては、送迎いたします。ただし対応できない場合もございますので、ご来店1週間前までにお電話にてご連絡ください。</p>\r\n\r\n\r\n<p><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pic12.gif\" alt=\"\" title=\"pic1\" width=\"762\" height=\"120\" class=\"aligncenter size-full wp-image-161\" /></p>\r\n<h3>自家用車でのお越しが便利です</h3>\r\n<p>【長崎市内から】</p>\r\n<p>長崎市 → 時津町内(国道206号/25分)→ 長崎市琴海行政センター →(国道206号/5分)→当店</p>\r\n<p> 【佐世保市内から】</p>\r\n<p>佐世保市街 → 西海橋 →(国道206号/40分)→当店</p>\r\n<h3> <span class=\"Apple-style-span\" style=\"color: #42210b; font-size: 18px; font-weight: bold; letter-spacing: 1px; line-height: 21px; text-transform: uppercase;\">送迎をご希望の方はお電話ください</span></h3>\r\n<p> ご来店手段が不便な方につきましては、送迎いたします。ただし対応できない場合もございますので、ご来店1週間前までにお電話にてご連絡ください。</p>\r\n<p><iframe src=\"https://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9&amp;output=embed\" height=\"350\" width=\"762\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe><br /><small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.co.jp/maps?f=q&amp;source=embed&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9\">大きな地図で見る</a></small></p>\r\n\r\n\r\n<iframe src=\"https://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9&amp;output=embed\" width=\"762\" height=\"350\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.co.jp/maps?f=q&amp;source=embed&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9\">大きな地図で見る</a></small>\r\n\r\n[su_dropcap]<strong>会</strong>[/su_dropcap]社概要\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]会社概要と事業内容[/su_heading]\r\n[su_table]<table>\r\n<tr>\r\n	<td>会社名(商号)</td>\r\n	<td>有限会社長崎真珠</td>\r\n</tr>\r\n<tr>\r\n	<td>設立</td>\r\n	<td>平成16年3月</td>\r\n</tr>\r\n<tr>\r\n	<td>事業内容</td>\r\n	<td>真珠の生産、加工、販売、インターネット通販</td>\r\n</tr>\r\n<tr>\r\n	<td>住所</td>\r\n	<td>〒851-3212<br>長崎県長崎市長浦町224-12</td>\r\n</tr>\r\n<tr>\r\n	<td>お問合わせ</td>\r\n	<td>[Tel]0120-410-804(通話料無料)<br>[Fax]095-860-7317<br>[Mail]info@nagasaki-shinju.com</td>\r\n</tr>\r\n<tr>\r\n	<td>営業時間</td>\r\n	<td>10:00〜19:00</td>\r\n</tr>\r\n<tr>\r\n	<td>定休日</td>\r\n	<td>火曜</td>\r\n</tr>\r\n</table>[/su_table]','店舗のご案内','','inherit','closed','closed','','22-revision-v1','','','2015-12-10 14:33:23','2015-12-10 05:33:23','',22,'http://nagasaki.s198.coreserver.jp/?p=155',0,'revision','',0),(161,1,'2017-07-21 14:41:21','2017-07-21 05:41:21','<!-- 説明部-->\n[su_column size=\"3/4\"]\n[su_dropcap size=\"5\"]品質[/su_dropcap]\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠へのこだわり[/su_heading]\n\n長崎真珠店は、先代社長の時からずっと大村湾(長崎県長崎市琴海町)を主な養殖場として真珠養殖を行っています。現在のように加工・販売を始める前までは養殖だけを専門にやっていました。\n\n近年、外国産(中国産)の真珠をジュエリーショップなどでよく見かけます。しかしやはり国産のものに比べると見劣りしてしまうのは確かなのです。それでも人気があり売れているのは価格が安いからだと思います。\n\nまた国産真珠に目をやってみると、今までほんのわずかしか市場へ流通していなかった花珠(はなたま)と呼ばれる最高品質の真珠がとてもよく目につくようになってきました。\n本来、花珠とはその年にとれる真珠全体の1%あるかないかという貴重なものなのです。その品質はプロの私たちだけでなく、一般の方でさえ一目見れば違いがわかるほどの最上級の輝きと照りを持ちます。\nしかし安価に売られている花珠は、鑑定書の表記こそ花珠とあってもプロの私たちから見れば疑問に思わざるを得ないものが氾濫していることも事実なのです。\n\n[su_dropcap size=\"5\"]理由[/su_dropcap]\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]本当の美しさを伝えたい[/su_heading]\n\nこれは国内の真珠の消費量の落ち込みという背景もありますが、その流通システムにも問題があると考えます。\nほとんどの真珠は養殖業者→加工業者→卸商社→小売店という流通経路になっています。そのため、皆さまのお手元に届くネックレスはとても高価なものとなります。流通事情により質が悪いと思われる花珠と呼べないような珠さえも花珠として、さらに安価に売られるようになっているのではないかと思います。\n\nもちろん、鑑定機関が花珠と認めている以上、それは花珠なのでしょう。しかし私たちはそういった業界の在り方が自分たち業界の首を絞めているようにも思えるのです。\n\nこのままでは国産真珠の良さが、そして花珠真珠の本当の美しさが伝わらないのではないか。そういう危機感を持った私たちは、高品質な真珠を適正な価格でお届けするために不慣れな小売りをしようと決断したのです。\n\n私たちが「生産直売で真珠を売る」そう決めた時、「養殖屋に何ができる」と周囲の同業者から言われたものでした。もちろん最初のスタートは簡単ではありませんでした。\n\nなにしろ養殖と販売では180度仕事の内容が違います。今まで物言わないアコヤ貝を相手にしていたのが、今度はお客様相手に仕事をするのです。慣れない仕事内容に、最初は欲お客様からお叱りの言葉をいただいたものでした。\n\nそして小売業を始めてもう10年以上、想いは間違いではなかった。私たちのやり方はお客様から高い評価を得るようになっていったのです。\n\n[su_dropcap size=\"5\"]想い[/su_dropcap]\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]国産真珠の美しい輝きを[/su_heading]\n\n私たちの真珠を店舗でご確認ください。\n長崎真珠店では自社で生産した真珠を加工、販売まで一貫した体制で行っています。そのため私たちが納得できる高品質の真珠を、本当に納得できる価格でお客様にお届けできます。\n\nもちろん市場で取引できないような質の悪い真珠をお届けすることは決してありません。私たちはただ、生産者としての誇りと、国産真珠の良さををもっと知って欲しい、そしていろんな場面で活かし、楽しんでいただきたいと願っているだけなのです。\n\n当店の真珠を手に取っていただけば、情熱をこめてきちんとした生産者が育て、公正なる品質管理のもときちんとした加工を施された真珠が、いかに美しいいものかおわかりいただけるはずです。\n\n店舗では私たちの自信作をゆっくりと手にとって、そして着けてみてご確認いただけます。長崎県内の方はちょっとひと足、県外の方は長崎観光のひとときとしてぜひお立ち寄りください。きっとこれまでと違った美しい真珠を目に感動していただけることと思います。\n\n皆さまのご来店を心よりお待ちいたしております。\n[/su_column]\n\n<!-- 画像部-->\n[su_column size=\"1/5\"]\n<img class=\"aligncenter size-full wp-image-120\" title=\"あこや稚貝\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/pict1.jpg\" alt=\"\" width=\"200\" height=\"136\" />あこや稚貝\n\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝管理\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/pict2.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝管理\n\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/pict3.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\n\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/pict4.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\n\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝掃除\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/pict5.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝掃除\n\n<img class=\"aligncenter size-full wp-image-126\" title=\"養殖場\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pict6.jpg\" alt=\"\" width=\"200\" height=\"136\" />養殖場\n\n<img class=\"aligncenter size-full wp-image-126\" title=\"浜上げされた貝\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pict7.jpg\" alt=\"\" width=\"200\" height=\"136\" />浜上げされた貝\n\n<img class=\"aligncenter size-full wp-image-126\" title=\"加工作業中\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pict8.jpg\" alt=\"\" width=\"200\" height=\"136\" />加工作業中\n[/su_column]\n\n&nbsp;','生産直売店のこだわり','','inherit','closed','closed','','25-autosave-v1','','','2017-07-21 14:41:21','2017-07-21 05:41:21','',25,'http://nagasaki.s198.coreserver.jp/?p=161',0,'revision','',0),(163,1,'2015-12-10 15:26:48','2015-12-10 06:26:48','[su_dropcap size=\"5\"]品質[/su_dropcap]\r\n<br>\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]現在市場に出回っている真珠の品質[/su_heading]\r\n\r\n<div style=\"width: 500px; float: left;\">\r\n<h3>現在市場に出回っている真珠の品質</h3>\r\n長崎真珠店は、先代社長の時からずっと大村湾(長崎県長崎市琴海町)を主な養殖場として真珠養殖を行っています。加工・販売を始める前までは養殖だけでやっていました。\r\n\r\n近年、外国産、特に中国産の真珠がジュエリーショップなどでも目につくようになってきました。中国産の真珠の質が悪いとはいいませんが、国産のものに比べるとやはり見劣りします。それでも人気があるのは価格が安いためです。\r\n\r\nまた国産真珠に目をやってみると、今までほんのわずかしか市場へ流通していなかった花珠(はなたま)と呼ばれる最高品質の真珠がとても目につくようになってきました。\r\n\r\nしかし本来、花珠とはその年にとれる真珠全体の1%あるかないかという貴重なものです。その品質はプロの私たちだけでなく、一般の方でさえ一目見れば違いがわかるほどの最上級の輝きと照りを持ちます。\r\n\r\nしかし安価に売られている花珠は、鑑定書の表記こそ花珠とあってもプロの私たちから見れば疑問に思わざるを得ないものが氾濫していることも事実です。\r\n<h3> 養殖屋が加工・販売を始めた理由</h3>\r\nこれは国内の真珠の消費量の落ち込みという背景もありますが、その流通システムにも問題があります。\r\n\r\nほとんどの真珠は養殖業者から加工業者へ行き、卸商社へ行き、小売店へ行くという流通経路になっています。そのため皆さんの手元に届くネックレスは非常に高価なものとなります。このことが災いして、質の悪い花珠と呼べないような珠さえも花珠として「安価」に売られるようになっているのではないかと思います。\r\n\r\nもちろん鑑定機関が花珠と認めている以上、それは花珠なのでしょう。しかし私たちはそういった業界の在り方が自分たちの首を絞めているようにも思えるのです。\r\n\r\nこのままでは国産真珠の良さが、そして花珠真珠の本当の美しさが伝わらないのではないか。そういう危機感を持った私たちは、高品質な真珠を適正な価格でお届けするために不慣れな小売りをしようと決断したのです。\r\n\r\n私たちが「生産直売で真珠を売る」そう決めた時、「養殖屋に何ができる」と周囲の同業者から言われたものでした。もちろん最初のスタートは簡単ではありませんでした。\r\n\r\nなにしろ養殖と販売では180度仕事の内容が違います。今まで物言わないアコヤ貝を相手にしていたのが、今度はお客様相手に仕事をするのです。慣れない仕事内容に、最初は欲お客様からお叱りの言葉をいただいたものでした。\r\n\r\nしかし小売を始めてもう10年以上がたち、私たちのやり方は地元のお客様から高い評価を得るようになりました。\r\n<h3>私たちの真珠を店舗でご確認ください</h3>\r\n長崎真珠店では自社で生産した真珠を加工、販売まで一貫した体制で行っています。そのため私たちが納得できる高品質の真珠を、本当に納得できる価格でお客様にお届けできます。\r\n\r\nもちろん市場で取引できないような質の悪い真珠をお届けすることは決してありません。私たちはただ、生産者としてのプライドと、国産真珠の良さををもっと知って欲しい、そしていろんな場面で楽しんでいただきたいと思っているだけです。\r\n\r\n当店の真珠を手に取っていただけば、きちんとした生産者が育て、きちんとした加工を施された真珠がいかに美しいいものかということがおわかりいただけるはずです。\r\n\r\n店舗では私たちの自信作をゆっくりと手にとって、そして着けてみてご確認することができます。県内の方はドライブがてら、県外の方は長崎観光のついでにお立ち寄りください。きっとこれまで見たこともないような美しい真珠を目にすることができると思います。\r\n\r\n&nbsp;\r\n\r\nあなたのご来店を心よりお待ちいたしております。\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div style=\"float: right; width: 200px; margin-top: 80px; text-align: center;\">\r\n\r\n<img class=\"aligncenter size-full wp-image-120\" title=\"あこや稚貝\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict1.jpg\" alt=\"\" width=\"200\" height=\"136\" />あこや稚貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝管理\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict2.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝管理\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict3.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict4.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝掃除\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict5.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝掃除\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"養殖場\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict6.jpg\" alt=\"\" width=\"200\" height=\"136\" />養殖場\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"浜上げされた貝\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict7.jpg\" alt=\"\" width=\"200\" height=\"136\" />浜上げされた貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"加工作業中\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict8.jpg\" alt=\"\" width=\"200\" height=\"136\" />加工作業中\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div class=\"CLEAR\"></div>\r\n<img class=\"aligncenter size-full wp-image-136\" title=\"長崎真珠 店舗 住所 長崎市長浦町224-12\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig2.gif\" alt=\"\" width=\"460\" height=\"144\" />','生産直売のこだわり','','inherit','closed','closed','','25-revision-v1','','','2015-12-10 15:26:48','2015-12-10 06:26:48','',25,'http://nagasaki.s198.coreserver.jp/?p=163',0,'revision','',0),(165,1,'2015-12-10 15:28:46','2015-12-10 06:28:46','[su_dropcap size=\"5\"]品質[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]現在市場に出回っている真珠の品質[/su_heading]\r\n\r\n長崎真珠店は、先代社長の時からずっと大村湾(長崎県長崎市琴海町)を主な養殖場として真珠養殖を行っています。加工・販売を始める前までは養殖だけでやっていました。\r\n\r\n近年、外国産、特に中国産の真珠がジュエリーショップなどでも目につくようになってきました。中国産の真珠の質が悪いとはいいませんが、国産のものに比べるとやはり見劣りします。それでも人気があるのは価格が安いためです。\r\n\r\nまた国産真珠に目をやってみると、今までほんのわずかしか市場へ流通していなかった花珠(はなたま)と呼ばれる最高品質の真珠がとても目につくようになってきました。\r\n\r\nしかし本来、花珠とはその年にとれる真珠全体の1%あるかないかという貴重なものです。その品質はプロの私たちだけでなく、一般の方でさえ一目見れば違いがわかるほどの最上級の輝きと照りを持ちます。\r\n\r\nしかし安価に売られている花珠は、鑑定書の表記こそ花珠とあってもプロの私たちから見れば疑問に思わざるを得ないものが氾濫していることも事実です。\r\n\r\n\r\n<h3> 養殖屋が加工・販売を始めた理由</h3>\r\nこれは国内の真珠の消費量の落ち込みという背景もありますが、その流通システムにも問題があります。\r\n\r\nほとんどの真珠は養殖業者から加工業者へ行き、卸商社へ行き、小売店へ行くという流通経路になっています。そのため皆さんの手元に届くネックレスは非常に高価なものとなります。このことが災いして、質の悪い花珠と呼べないような珠さえも花珠として「安価」に売られるようになっているのではないかと思います。\r\n\r\nもちろん鑑定機関が花珠と認めている以上、それは花珠なのでしょう。しかし私たちはそういった業界の在り方が自分たちの首を絞めているようにも思えるのです。\r\n\r\nこのままでは国産真珠の良さが、そして花珠真珠の本当の美しさが伝わらないのではないか。そういう危機感を持った私たちは、高品質な真珠を適正な価格でお届けするために不慣れな小売りをしようと決断したのです。\r\n\r\n私たちが「生産直売で真珠を売る」そう決めた時、「養殖屋に何ができる」と周囲の同業者から言われたものでした。もちろん最初のスタートは簡単ではありませんでした。\r\n\r\nなにしろ養殖と販売では180度仕事の内容が違います。今まで物言わないアコヤ貝を相手にしていたのが、今度はお客様相手に仕事をするのです。慣れない仕事内容に、最初は欲お客様からお叱りの言葉をいただいたものでした。\r\n\r\nしかし小売を始めてもう10年以上がたち、私たちのやり方は地元のお客様から高い評価を得るようになりました。\r\n<h3>私たちの真珠を店舗でご確認ください</h3>\r\n長崎真珠店では自社で生産した真珠を加工、販売まで一貫した体制で行っています。そのため私たちが納得できる高品質の真珠を、本当に納得できる価格でお客様にお届けできます。\r\n\r\nもちろん市場で取引できないような質の悪い真珠をお届けすることは決してありません。私たちはただ、生産者としてのプライドと、国産真珠の良さををもっと知って欲しい、そしていろんな場面で楽しんでいただきたいと思っているだけです。\r\n\r\n当店の真珠を手に取っていただけば、きちんとした生産者が育て、きちんとした加工を施された真珠がいかに美しいいものかということがおわかりいただけるはずです。\r\n\r\n店舗では私たちの自信作をゆっくりと手にとって、そして着けてみてご確認することができます。県内の方はドライブがてら、県外の方は長崎観光のついでにお立ち寄りください。きっとこれまで見たこともないような美しい真珠を目にすることができると思います。\r\n\r\n&nbsp;\r\n\r\nあなたのご来店を心よりお待ちいたしております。\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div style=\"float: right; width: 200px; margin-top: 80px; text-align: center;\">\r\n\r\n<img class=\"aligncenter size-full wp-image-120\" title=\"あこや稚貝\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict1.jpg\" alt=\"\" width=\"200\" height=\"136\" />あこや稚貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝管理\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict2.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝管理\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict3.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict4.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝掃除\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict5.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝掃除\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"養殖場\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict6.jpg\" alt=\"\" width=\"200\" height=\"136\" />養殖場\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"浜上げされた貝\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict7.jpg\" alt=\"\" width=\"200\" height=\"136\" />浜上げされた貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"加工作業中\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict8.jpg\" alt=\"\" width=\"200\" height=\"136\" />加工作業中\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div class=\"CLEAR\"></div>\r\n<img class=\"aligncenter size-full wp-image-136\" title=\"長崎真珠 店舗 住所 長崎市長浦町224-12\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig2.gif\" alt=\"\" width=\"460\" height=\"144\" />','生産直売のこだわり','','inherit','closed','closed','','25-revision-v1','','','2015-12-10 15:28:46','2015-12-10 06:28:46','',25,'http://nagasaki.s198.coreserver.jp/?p=165',0,'revision','',0),(652,1,'2017-07-21 14:41:46','2017-07-21 05:41:46','<!-- 説明部-->\r\n[su_column size=\"3/4\"]\r\n[su_dropcap size=\"5\"]品質[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠へのこだわり[/su_heading]\r\n\r\n長崎真珠店は、先代社長の時からずっと大村湾(長崎県長崎市琴海町)を主な養殖場として真珠養殖を行っています。現在のように加工・販売を始める前までは養殖だけを専門にやっていました。\r\n\r\n近年、外国産(中国産)の真珠をジュエリーショップなどでよく見かけます。しかしやはり国産のものに比べると見劣りしてしまうのは確かなのです。それでも人気があり売れているのは価格が安いからだと思います。\r\n\r\nまた国産真珠に目をやってみると、今までほんのわずかしか市場へ流通していなかった花珠(はなたま)と呼ばれる最高品質の真珠がとてもよく目につくようになってきました。\r\n本来、花珠とはその年にとれる真珠全体の1%あるかないかという貴重なものなのです。その品質はプロの私たちだけでなく、一般の方でさえ一目見れば違いがわかるほどの最上級の輝きと照りを持ちます。\r\nしかし安価に売られている花珠は、鑑定書の表記こそ花珠とあってもプロの私たちから見れば疑問に思わざるを得ないものが氾濫していることも事実なのです。\r\n\r\n[su_dropcap size=\"5\"]理由[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]本当の美しさを伝えたい[/su_heading]\r\n\r\nこれは国内の真珠の消費量の落ち込みという背景もありますが、その流通システムにも問題があると考えます。\r\nほとんどの真珠は養殖業者→加工業者→卸商社→小売店という流通経路になっています。そのため、皆さまのお手元に届くネックレスはとても高価なものとなります。流通事情により質が悪いと思われる花珠と呼べないような珠さえも花珠として、さらに安価に売られるようになっているのではないかと思います。\r\n\r\nもちろん、鑑定機関が花珠と認めている以上、それは花珠なのでしょう。しかし私たちはそういった業界の在り方が自分たち業界の首を絞めているようにも思えるのです。\r\n\r\nこのままでは国産真珠の良さが、そして花珠真珠の本当の美しさが伝わらないのではないか。そういう危機感を持った私たちは、高品質な真珠を適正な価格でお届けするために不慣れな小売りをしようと決断したのです。\r\n\r\n私たちが「生産直売で真珠を売る」そう決めた時、「養殖屋に何ができる」と周囲の同業者から言われたものでした。もちろん最初のスタートは簡単ではありませんでした。\r\n\r\nなにしろ養殖と販売では180度仕事の内容が違います。今まで物言わないアコヤ貝を相手にしていたのが、今度はお客様相手に仕事をするのです。慣れない仕事内容に、最初は欲お客様からお叱りの言葉をいただいたものでした。\r\n\r\nそして小売業を始めてもう10年以上、想いは間違いではなかった。私たちのやり方はお客様から高い評価を得るようになっていったのです。\r\n\r\n[su_dropcap size=\"5\"]想い[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]国産真珠の美しい輝きを[/su_heading]\r\n\r\n私たちの真珠を店舗でご確認ください。\r\n長崎真珠店では自社で生産した真珠を加工、販売まで一貫した体制で行っています。そのため私たちが納得できる高品質の真珠を、本当に納得できる価格でお客様にお届けできます。\r\n\r\nもちろん市場で取引できないような質の悪い真珠をお届けすることは決してありません。私たちはただ、生産者としての誇りと、国産真珠の良さををもっと知って欲しい、そしていろんな場面で活かし、楽しんでいただきたいと願っているだけなのです。\r\n\r\n当店の真珠を手に取っていただけば、情熱をこめてきちんとした生産者が育て、公正なる品質管理のもときちんとした加工を施された真珠が、いかに美しいいものかおわかりいただけるはずです。\r\n\r\n店舗では私たちの自信作をゆっくりと手にとって、そして着けてみてご確認いただけます。長崎県内の方はちょっとひと足、県外の方は長崎観光のひとときとしてぜひお立ち寄りください。きっとこれまでと違った美しい真珠を目に感動していただけることと思います。\r\n\r\n皆さまのご来店を心よりお待ちいたしております。\r\n[/su_column]\r\n\r\n<!-- 画像部-->\r\n[su_column size=\"1/5\"]\r\n<img class=\"aligncenter size-full wp-image-120\" title=\"あこや稚貝\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/pict1.jpg\" alt=\"\" width=\"200\" height=\"136\" />あこや稚貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝管理\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/pict2.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝管理\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/pict3.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/pict4.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝掃除\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/pict5.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝掃除\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"養殖場\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/pict6.jpg\" alt=\"\" width=\"200\" height=\"136\" />養殖場\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"浜上げされた貝\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/pict7.jpg\" alt=\"\" width=\"200\" height=\"136\" />浜上げされた貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"加工作業中\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/pict8.jpg\" alt=\"\" width=\"200\" height=\"136\" />加工作業中\r\n[/su_column]\r\n\r\n&nbsp;','生産直売店のこだわり','','inherit','closed','closed','','25-revision-v1','','','2017-07-21 14:41:46','2017-07-21 05:41:46','',25,'http://www.nagasaki-shinju.com/25-revision-v1/',0,'revision','',0),(169,1,'2015-12-10 15:43:02','2015-12-10 06:43:02','<!-- 説明部-->\r\n[su_column size=\"3/4\"]\r\n[su_dropcap size=\"5\"]品質[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠の品質にこだわる[/su_heading]\r\n\r\n長崎真珠店は、先代社長の時からずっと大村湾(長崎県長崎市琴海町)を主な養殖場として真珠養殖を行っています。加工・販売を始める前までは養殖だけでやっていました。\r\n\r\n近年、外国産、特に中国産の真珠がジュエリーショップなどでも目につくようになってきました。中国産の真珠の質が悪いとはいいませんが、国産のものに比べるとやはり見劣りします。それでも人気があるのは価格が安いためです。\r\n\r\nまた国産真珠に目をやってみると、今までほんのわずかしか市場へ流通していなかった花珠(はなたま)と呼ばれる最高品質の真珠がとても目につくようになってきました。\r\n\r\nしかし本来、花珠とはその年にとれる真珠全体の1%あるかないかという貴重なものです。その品質はプロの私たちだけでなく、一般の方でさえ一目見れば違いがわかるほどの最上級の輝きと照りを持ちます。\r\n\r\nしかし安価に売られている花珠は、鑑定書の表記こそ花珠とあってもプロの私たちから見れば疑問に思わざるを得ないものが氾濫していることも事実です。\r\n\r\n[su_dropcap size=\"5\"]理由[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]加工・販売を始めた理由[/su_heading]\r\n\r\nこれは国内の真珠の消費量の落ち込みという背景もありますが、その流通システムにも問題があります。\r\n\r\nほとんどの真珠は養殖業者から加工業者へ行き、卸商社へ行き、小売店へ行くという流通経路になっています。そのため皆さんの手元に届くネックレスは非常に高価なものとなります。このことが災いして、質の悪い花珠と呼べないような珠さえも花珠として「安価」に売られるようになっているのではないかと思います。\r\n\r\nもちろん鑑定機関が花珠と認めている以上、それは花珠なのでしょう。しかし私たちはそういった業界の在り方が自分たちの首を絞めているようにも思えるのです。\r\n\r\nこのままでは国産真珠の良さが、そして花珠真珠の本当の美しさが伝わらないのではないか。そういう危機感を持った私たちは、高品質な真珠を適正な価格でお届けするために不慣れな小売りをしようと決断したのです。\r\n\r\n私たちが「生産直売で真珠を売る」そう決めた時、「養殖屋に何ができる」と周囲の同業者から言われたものでした。もちろん最初のスタートは簡単ではありませんでした。\r\n\r\nなにしろ養殖と販売では180度仕事の内容が違います。今まで物言わないアコヤ貝を相手にしていたのが、今度はお客様相手に仕事をするのです。慣れない仕事内容に、最初は欲お客様からお叱りの言葉をいただいたものでした。\r\n\r\nしかし小売を始めてもう10年以上がたち、私たちのやり方は地元のお客様から高い評価を得るようになりました。\r\n\r\n[su_dropcap size=\"5\"]本物[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]国産真珠の良さと美しさ[/su_heading]\r\n\r\n私たちの真珠を店舗でご確認ください。\r\n長崎真珠店では自社で生産した真珠を加工、販売まで一貫した体制で行っています。そのため私たちが納得できる高品質の真珠を、本当に納得できる価格でお客様にお届けできます。\r\n\r\nもちろん市場で取引できないような質の悪い真珠をお届けすることは決してありません。私たちはただ、生産者としてのプライドと、国産真珠の良さををもっと知って欲しい、そしていろんな場面で楽しんでいただきたいと思っているだけです。\r\n\r\n当店の真珠を手に取っていただけば、きちんとした生産者が育て、きちんとした加工を施された真珠がいかに美しいいものかということがおわかりいただけるはずです。\r\n\r\n店舗では私たちの自信作をゆっくりと手にとって、そして着けてみてご確認することができます。県内の方はドライブがてら、県外の方は長崎観光のついでにお立ち寄りください。きっとこれまで見たこともないような美しい真珠を目にすることができると思います。\r\n\r\nあなたのご来店を心よりお待ちいたしております。\r\n[/su_column]\r\n\r\n<!-- 画像部-->\r\n[su_column size=\"1/5\"]\r\n<img class=\"aligncenter size-full wp-image-120\" title=\"あこや稚貝\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict1.jpg\" alt=\"\" width=\"200\" height=\"136\" />あこや稚貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝管理\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict2.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝管理\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict3.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict4.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝掃除\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict5.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝掃除\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"養殖場\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict6.jpg\" alt=\"\" width=\"200\" height=\"136\" />養殖場\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"浜上げされた貝\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict7.jpg\" alt=\"\" width=\"200\" height=\"136\" />浜上げされた貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"加工作業中\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict8.jpg\" alt=\"\" width=\"200\" height=\"136\" />加工作業中\r\n[/su_column]\r\n\r\n\r\n\r\n<img class=\"aligncenter size-full wp-image-136\" title=\"長崎真珠 店舗 住所 長崎市長浦町224-12\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig2.gif\" alt=\"\" width=\"460\" height=\"144\" />','生産直売のこだわり','','inherit','closed','closed','','25-revision-v1','','','2015-12-10 15:43:02','2015-12-10 06:43:02','',25,'http://nagasaki.s198.coreserver.jp/?p=169',0,'revision','',0),(166,1,'2015-12-10 15:32:38','2015-12-10 06:32:38','[su_dropcap size=\"5\"]品質[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠の品質にこだわる[/su_heading]\r\n\r\n長崎真珠店は、先代社長の時からずっと大村湾(長崎県長崎市琴海町)を主な養殖場として真珠養殖を行っています。加工・販売を始める前までは養殖だけでやっていました。\r\n\r\n近年、外国産、特に中国産の真珠がジュエリーショップなどでも目につくようになってきました。中国産の真珠の質が悪いとはいいませんが、国産のものに比べるとやはり見劣りします。それでも人気があるのは価格が安いためです。\r\n\r\nまた国産真珠に目をやってみると、今までほんのわずかしか市場へ流通していなかった花珠(はなたま)と呼ばれる最高品質の真珠がとても目につくようになってきました。\r\n\r\nしかし本来、花珠とはその年にとれる真珠全体の1%あるかないかという貴重なものです。その品質はプロの私たちだけでなく、一般の方でさえ一目見れば違いがわかるほどの最上級の輝きと照りを持ちます。\r\n\r\nしかし安価に売られている花珠は、鑑定書の表記こそ花珠とあってもプロの私たちから見れば疑問に思わざるを得ないものが氾濫していることも事実です。\r\n\r\n[su_dropcap size=\"5\"]理由[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]加工・販売を始めた理由[/su_heading]\r\n\r\nこれは国内の真珠の消費量の落ち込みという背景もありますが、その流通システムにも問題があります。\r\n\r\nほとんどの真珠は養殖業者から加工業者へ行き、卸商社へ行き、小売店へ行くという流通経路になっています。そのため皆さんの手元に届くネックレスは非常に高価なものとなります。このことが災いして、質の悪い花珠と呼べないような珠さえも花珠として「安価」に売られるようになっているのではないかと思います。\r\n\r\nもちろん鑑定機関が花珠と認めている以上、それは花珠なのでしょう。しかし私たちはそういった業界の在り方が自分たちの首を絞めているようにも思えるのです。\r\n\r\nこのままでは国産真珠の良さが、そして花珠真珠の本当の美しさが伝わらないのではないか。そういう危機感を持った私たちは、高品質な真珠を適正な価格でお届けするために不慣れな小売りをしようと決断したのです。\r\n\r\n私たちが「生産直売で真珠を売る」そう決めた時、「養殖屋に何ができる」と周囲の同業者から言われたものでした。もちろん最初のスタートは簡単ではありませんでした。\r\n\r\nなにしろ養殖と販売では180度仕事の内容が違います。今まで物言わないアコヤ貝を相手にしていたのが、今度はお客様相手に仕事をするのです。慣れない仕事内容に、最初は欲お客様からお叱りの言葉をいただいたものでした。\r\n\r\nしかし小売を始めてもう10年以上がたち、私たちのやり方は地元のお客様から高い評価を得るようになりました。\r\n\r\n[su_dropcap size=\"5\"]本物[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]国産真珠の良さと美しさ[/su_heading]\r\n\r\n私たちの真珠を店舗でご確認ください。\r\n長崎真珠店では自社で生産した真珠を加工、販売まで一貫した体制で行っています。そのため私たちが納得できる高品質の真珠を、本当に納得できる価格でお客様にお届けできます。\r\n\r\nもちろん市場で取引できないような質の悪い真珠をお届けすることは決してありません。私たちはただ、生産者としてのプライドと、国産真珠の良さををもっと知って欲しい、そしていろんな場面で楽しんでいただきたいと思っているだけです。\r\n\r\n当店の真珠を手に取っていただけば、きちんとした生産者が育て、きちんとした加工を施された真珠がいかに美しいいものかということがおわかりいただけるはずです。\r\n\r\n店舗では私たちの自信作をゆっくりと手にとって、そして着けてみてご確認することができます。県内の方はドライブがてら、県外の方は長崎観光のついでにお立ち寄りください。きっとこれまで見たこともないような美しい真珠を目にすることができると思います。\r\n\r\n&nbsp;\r\n\r\nあなたのご来店を心よりお待ちいたしております。\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div style=\"float: right; width: 200px; margin-top: 80px; text-align: center;\">\r\n\r\n<img class=\"aligncenter size-full wp-image-120\" title=\"あこや稚貝\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict1.jpg\" alt=\"\" width=\"200\" height=\"136\" />あこや稚貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝管理\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict2.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝管理\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict3.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict4.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝掃除\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict5.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝掃除\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"養殖場\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict6.jpg\" alt=\"\" width=\"200\" height=\"136\" />養殖場\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"浜上げされた貝\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict7.jpg\" alt=\"\" width=\"200\" height=\"136\" />浜上げされた貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"加工作業中\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict8.jpg\" alt=\"\" width=\"200\" height=\"136\" />加工作業中\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div class=\"CLEAR\"></div>\r\n<img class=\"aligncenter size-full wp-image-136\" title=\"長崎真珠 店舗 住所 長崎市長浦町224-12\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig2.gif\" alt=\"\" width=\"460\" height=\"144\" />','生産直売のこだわり','','inherit','closed','closed','','25-revision-v1','','','2015-12-10 15:32:38','2015-12-10 06:32:38','',25,'http://nagasaki.s198.coreserver.jp/?p=166',0,'revision','',0),(168,1,'2015-12-10 15:41:11','2015-12-10 06:41:11','<!-- 説明部-->\r\n[su_column size=\"3/4\"]\r\n[su_dropcap size=\"5\"]品質[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠の品質にこだわる[/su_heading]\r\n\r\n長崎真珠店は、先代社長の時からずっと大村湾(長崎県長崎市琴海町)を主な養殖場として真珠養殖を行っています。加工・販売を始める前までは養殖だけでやっていました。\r\n\r\n近年、外国産、特に中国産の真珠がジュエリーショップなどでも目につくようになってきました。中国産の真珠の質が悪いとはいいませんが、国産のものに比べるとやはり見劣りします。それでも人気があるのは価格が安いためです。\r\n\r\nまた国産真珠に目をやってみると、今までほんのわずかしか市場へ流通していなかった花珠(はなたま)と呼ばれる最高品質の真珠がとても目につくようになってきました。\r\n\r\nしかし本来、花珠とはその年にとれる真珠全体の1%あるかないかという貴重なものです。その品質はプロの私たちだけでなく、一般の方でさえ一目見れば違いがわかるほどの最上級の輝きと照りを持ちます。\r\n\r\nしかし安価に売られている花珠は、鑑定書の表記こそ花珠とあってもプロの私たちから見れば疑問に思わざるを得ないものが氾濫していることも事実です。\r\n\r\n[su_dropcap size=\"5\"]理由[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]加工・販売を始めた理由[/su_heading]\r\n\r\nこれは国内の真珠の消費量の落ち込みという背景もありますが、その流通システムにも問題があります。\r\n\r\nほとんどの真珠は養殖業者から加工業者へ行き、卸商社へ行き、小売店へ行くという流通経路になっています。そのため皆さんの手元に届くネックレスは非常に高価なものとなります。このことが災いして、質の悪い花珠と呼べないような珠さえも花珠として「安価」に売られるようになっているのではないかと思います。\r\n\r\nもちろん鑑定機関が花珠と認めている以上、それは花珠なのでしょう。しかし私たちはそういった業界の在り方が自分たちの首を絞めているようにも思えるのです。\r\n\r\nこのままでは国産真珠の良さが、そして花珠真珠の本当の美しさが伝わらないのではないか。そういう危機感を持った私たちは、高品質な真珠を適正な価格でお届けするために不慣れな小売りをしようと決断したのです。\r\n\r\n私たちが「生産直売で真珠を売る」そう決めた時、「養殖屋に何ができる」と周囲の同業者から言われたものでした。もちろん最初のスタートは簡単ではありませんでした。\r\n\r\nなにしろ養殖と販売では180度仕事の内容が違います。今まで物言わないアコヤ貝を相手にしていたのが、今度はお客様相手に仕事をするのです。慣れない仕事内容に、最初は欲お客様からお叱りの言葉をいただいたものでした。\r\n\r\nしかし小売を始めてもう10年以上がたち、私たちのやり方は地元のお客様から高い評価を得るようになりました。\r\n\r\n[su_dropcap size=\"5\"]本物[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]国産真珠の良さと美しさ[/su_heading]\r\n\r\n私たちの真珠を店舗でご確認ください。\r\n長崎真珠店では自社で生産した真珠を加工、販売まで一貫した体制で行っています。そのため私たちが納得できる高品質の真珠を、本当に納得できる価格でお客様にお届けできます。\r\n\r\nもちろん市場で取引できないような質の悪い真珠をお届けすることは決してありません。私たちはただ、生産者としてのプライドと、国産真珠の良さををもっと知って欲しい、そしていろんな場面で楽しんでいただきたいと思っているだけです。\r\n\r\n当店の真珠を手に取っていただけば、きちんとした生産者が育て、きちんとした加工を施された真珠がいかに美しいいものかということがおわかりいただけるはずです。\r\n\r\n店舗では私たちの自信作をゆっくりと手にとって、そして着けてみてご確認することができます。県内の方はドライブがてら、県外の方は長崎観光のついでにお立ち寄りください。きっとこれまで見たこともないような美しい真珠を目にすることができると思います。\r\n\r\nあなたのご来店を心よりお待ちいたしております。\r\n[/su_column]\r\n\r\n<!-- 画像部-->\r\n[su_column size=\"1/4\"]\r\n<img class=\"aligncenter size-full wp-image-120\" title=\"あこや稚貝\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict1.jpg\" alt=\"\" width=\"200\" height=\"136\" />あこや稚貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝管理\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict2.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝管理\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict3.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict4.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝掃除\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict5.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝掃除\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"養殖場\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict6.jpg\" alt=\"\" width=\"200\" height=\"136\" />養殖場\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"浜上げされた貝\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict7.jpg\" alt=\"\" width=\"200\" height=\"136\" />浜上げされた貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"加工作業中\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict8.jpg\" alt=\"\" width=\"200\" height=\"136\" />加工作業中\r\n[/su_column]\r\n\r\n\r\n<div class=\"CLEAR\"></div>\r\n<img class=\"aligncenter size-full wp-image-136\" title=\"長崎真珠 店舗 住所 長崎市長浦町224-12\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig2.gif\" alt=\"\" width=\"460\" height=\"144\" />','生産直売のこだわり','','inherit','closed','closed','','25-revision-v1','','','2015-12-10 15:41:11','2015-12-10 06:41:11','',25,'http://nagasaki.s198.coreserver.jp/?p=168',0,'revision','',0),(167,1,'2015-12-10 15:38:31','2015-12-10 06:38:31','[su_column size=\"3/4\"]\r\n\r\n[su_dropcap size=\"5\"]品質[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠の品質にこだわる[/su_heading]\r\n\r\n長崎真珠店は、先代社長の時からずっと大村湾(長崎県長崎市琴海町)を主な養殖場として真珠養殖を行っています。加工・販売を始める前までは養殖だけでやっていました。\r\n\r\n近年、外国産、特に中国産の真珠がジュエリーショップなどでも目につくようになってきました。中国産の真珠の質が悪いとはいいませんが、国産のものに比べるとやはり見劣りします。それでも人気があるのは価格が安いためです。\r\n\r\nまた国産真珠に目をやってみると、今までほんのわずかしか市場へ流通していなかった花珠(はなたま)と呼ばれる最高品質の真珠がとても目につくようになってきました。\r\n\r\nしかし本来、花珠とはその年にとれる真珠全体の1%あるかないかという貴重なものです。その品質はプロの私たちだけでなく、一般の方でさえ一目見れば違いがわかるほどの最上級の輝きと照りを持ちます。\r\n\r\nしかし安価に売られている花珠は、鑑定書の表記こそ花珠とあってもプロの私たちから見れば疑問に思わざるを得ないものが氾濫していることも事実です。\r\n\r\n[su_dropcap size=\"5\"]理由[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]加工・販売を始めた理由[/su_heading]\r\n\r\nこれは国内の真珠の消費量の落ち込みという背景もありますが、その流通システムにも問題があります。\r\n\r\nほとんどの真珠は養殖業者から加工業者へ行き、卸商社へ行き、小売店へ行くという流通経路になっています。そのため皆さんの手元に届くネックレスは非常に高価なものとなります。このことが災いして、質の悪い花珠と呼べないような珠さえも花珠として「安価」に売られるようになっているのではないかと思います。\r\n\r\nもちろん鑑定機関が花珠と認めている以上、それは花珠なのでしょう。しかし私たちはそういった業界の在り方が自分たちの首を絞めているようにも思えるのです。\r\n\r\nこのままでは国産真珠の良さが、そして花珠真珠の本当の美しさが伝わらないのではないか。そういう危機感を持った私たちは、高品質な真珠を適正な価格でお届けするために不慣れな小売りをしようと決断したのです。\r\n\r\n私たちが「生産直売で真珠を売る」そう決めた時、「養殖屋に何ができる」と周囲の同業者から言われたものでした。もちろん最初のスタートは簡単ではありませんでした。\r\n\r\nなにしろ養殖と販売では180度仕事の内容が違います。今まで物言わないアコヤ貝を相手にしていたのが、今度はお客様相手に仕事をするのです。慣れない仕事内容に、最初は欲お客様からお叱りの言葉をいただいたものでした。\r\n\r\nしかし小売を始めてもう10年以上がたち、私たちのやり方は地元のお客様から高い評価を得るようになりました。\r\n\r\n[su_dropcap size=\"5\"]本物[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]国産真珠の良さと美しさ[/su_heading]\r\n\r\n私たちの真珠を店舗でご確認ください。\r\n長崎真珠店では自社で生産した真珠を加工、販売まで一貫した体制で行っています。そのため私たちが納得できる高品質の真珠を、本当に納得できる価格でお客様にお届けできます。\r\n\r\nもちろん市場で取引できないような質の悪い真珠をお届けすることは決してありません。私たちはただ、生産者としてのプライドと、国産真珠の良さををもっと知って欲しい、そしていろんな場面で楽しんでいただきたいと思っているだけです。\r\n\r\n当店の真珠を手に取っていただけば、きちんとした生産者が育て、きちんとした加工を施された真珠がいかに美しいいものかということがおわかりいただけるはずです。\r\n\r\n店舗では私たちの自信作をゆっくりと手にとって、そして着けてみてご確認することができます。県内の方はドライブがてら、県外の方は長崎観光のついでにお立ち寄りください。きっとこれまで見たこともないような美しい真珠を目にすることができると思います。\r\n\r\n&nbsp;\r\n\r\nあなたのご来店を心よりお待ちいたしております。\r\n\r\n[/su_column]\r\n&nbsp;\r\n\r\n<div style=\"float: right; width: 200px; margin-top: 80px; text-align: center;\">\r\n\r\n<img class=\"aligncenter size-full wp-image-120\" title=\"あこや稚貝\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict1.jpg\" alt=\"\" width=\"200\" height=\"136\" />あこや稚貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝管理\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict2.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝管理\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict3.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict4.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝掃除\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict5.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝掃除\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"養殖場\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict6.jpg\" alt=\"\" width=\"200\" height=\"136\" />養殖場\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"浜上げされた貝\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict7.jpg\" alt=\"\" width=\"200\" height=\"136\" />浜上げされた貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"加工作業中\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict8.jpg\" alt=\"\" width=\"200\" height=\"136\" />加工作業中\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div class=\"CLEAR\"></div>\r\n<img class=\"aligncenter size-full wp-image-136\" title=\"長崎真珠 店舗 住所 長崎市長浦町224-12\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig2.gif\" alt=\"\" width=\"460\" height=\"144\" />','生産直売のこだわり','','inherit','closed','closed','','25-revision-v1','','','2015-12-10 15:38:31','2015-12-10 06:38:31','',25,'http://nagasaki.s198.coreserver.jp/?p=167',0,'revision','',0),(170,1,'2015-12-10 15:44:21','2015-12-10 06:44:21','<!-- 説明部-->\r\n[su_column size=\"3/4\"]\r\n[su_dropcap size=\"5\"]品質[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠の品質にこだわる[/su_heading]\r\n\r\n長崎真珠店は、先代社長の時からずっと大村湾(長崎県長崎市琴海町)を主な養殖場として真珠養殖を行っています。加工・販売を始める前までは養殖だけでやっていました。\r\n\r\n近年、外国産、特に中国産の真珠がジュエリーショップなどでも目につくようになってきました。中国産の真珠の質が悪いとはいいませんが、国産のものに比べるとやはり見劣りします。それでも人気があるのは価格が安いためです。\r\n\r\nまた国産真珠に目をやってみると、今までほんのわずかしか市場へ流通していなかった花珠(はなたま)と呼ばれる最高品質の真珠がとても目につくようになってきました。\r\n\r\nしかし本来、花珠とはその年にとれる真珠全体の1%あるかないかという貴重なものです。その品質はプロの私たちだけでなく、一般の方でさえ一目見れば違いがわかるほどの最上級の輝きと照りを持ちます。\r\n\r\nしかし安価に売られている花珠は、鑑定書の表記こそ花珠とあってもプロの私たちから見れば疑問に思わざるを得ないものが氾濫していることも事実です。\r\n\r\n[su_dropcap size=\"5\"]理由[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]加工・販売を始めた理由[/su_heading]\r\n\r\nこれは国内の真珠の消費量の落ち込みという背景もありますが、その流通システムにも問題があります。\r\n\r\nほとんどの真珠は養殖業者から加工業者へ行き、卸商社へ行き、小売店へ行くという流通経路になっています。そのため皆さんの手元に届くネックレスは非常に高価なものとなります。このことが災いして、質の悪い花珠と呼べないような珠さえも花珠として「安価」に売られるようになっているのではないかと思います。\r\n\r\nもちろん鑑定機関が花珠と認めている以上、それは花珠なのでしょう。しかし私たちはそういった業界の在り方が自分たちの首を絞めているようにも思えるのです。\r\n\r\nこのままでは国産真珠の良さが、そして花珠真珠の本当の美しさが伝わらないのではないか。そういう危機感を持った私たちは、高品質な真珠を適正な価格でお届けするために不慣れな小売りをしようと決断したのです。\r\n\r\n私たちが「生産直売で真珠を売る」そう決めた時、「養殖屋に何ができる」と周囲の同業者から言われたものでした。もちろん最初のスタートは簡単ではありませんでした。\r\n\r\nなにしろ養殖と販売では180度仕事の内容が違います。今まで物言わないアコヤ貝を相手にしていたのが、今度はお客様相手に仕事をするのです。慣れない仕事内容に、最初は欲お客様からお叱りの言葉をいただいたものでした。\r\n\r\nしかし小売を始めてもう10年以上がたち、私たちのやり方は地元のお客様から高い評価を得るようになりました。\r\n\r\n[su_dropcap size=\"5\"]本物[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]国産真珠の良さと美しさ[/su_heading]\r\n\r\n私たちの真珠を店舗でご確認ください。\r\n長崎真珠店では自社で生産した真珠を加工、販売まで一貫した体制で行っています。そのため私たちが納得できる高品質の真珠を、本当に納得できる価格でお客様にお届けできます。\r\n\r\nもちろん市場で取引できないような質の悪い真珠をお届けすることは決してありません。私たちはただ、生産者としてのプライドと、国産真珠の良さををもっと知って欲しい、そしていろんな場面で楽しんでいただきたいと思っているだけです。\r\n\r\n当店の真珠を手に取っていただけば、きちんとした生産者が育て、きちんとした加工を施された真珠がいかに美しいいものかということがおわかりいただけるはずです。\r\n\r\n店舗では私たちの自信作をゆっくりと手にとって、そして着けてみてご確認することができます。県内の方はドライブがてら、県外の方は長崎観光のついでにお立ち寄りください。きっとこれまで見たこともないような美しい真珠を目にすることができると思います。\r\n\r\nあなたのご来店を心よりお待ちいたしております。\r\n[/su_column]\r\n\r\n<!-- 画像部-->\r\n[su_column size=\"1/4\"]\r\n<img class=\"aligncenter size-full wp-image-120\" title=\"あこや稚貝\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict1.jpg\" alt=\"\" width=\"200\" height=\"136\" />あこや稚貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝管理\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict2.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝管理\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict3.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict4.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝掃除\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict5.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝掃除\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"養殖場\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict6.jpg\" alt=\"\" width=\"200\" height=\"136\" />養殖場\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"浜上げされた貝\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict7.jpg\" alt=\"\" width=\"200\" height=\"136\" />浜上げされた貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"加工作業中\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict8.jpg\" alt=\"\" width=\"200\" height=\"136\" />加工作業中\r\n[/su_column]\r\n\r\n\r\n\r\n<img class=\"aligncenter size-full wp-image-136\" title=\"長崎真珠 店舗 住所 長崎市長浦町224-12\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig2.gif\" alt=\"\" width=\"460\" height=\"144\" />','生産直売のこだわり','','inherit','closed','closed','','25-revision-v1','','','2015-12-10 15:44:21','2015-12-10 06:44:21','',25,'http://nagasaki.s198.coreserver.jp/?p=170',0,'revision','',0),(171,1,'2015-12-10 15:45:12','2015-12-10 06:45:12','<!-- 説明部-->\r\n[su_column size=\"3/4\"]\r\n[su_dropcap size=\"5\"]品質[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠の品質にこだわる[/su_heading]\r\n\r\n長崎真珠店は、先代社長の時からずっと大村湾(長崎県長崎市琴海町)を主な養殖場として真珠養殖を行っています。加工・販売を始める前までは養殖だけでやっていました。\r\n\r\n近年、外国産、特に中国産の真珠がジュエリーショップなどでも目につくようになってきました。中国産の真珠の質が悪いとはいいませんが、国産のものに比べるとやはり見劣りします。それでも人気があるのは価格が安いためです。\r\n\r\nまた国産真珠に目をやってみると、今までほんのわずかしか市場へ流通していなかった花珠(はなたま)と呼ばれる最高品質の真珠がとても目につくようになってきました。\r\n\r\nしかし本来、花珠とはその年にとれる真珠全体の1%あるかないかという貴重なものです。その品質はプロの私たちだけでなく、一般の方でさえ一目見れば違いがわかるほどの最上級の輝きと照りを持ちます。\r\n\r\nしかし安価に売られている花珠は、鑑定書の表記こそ花珠とあってもプロの私たちから見れば疑問に思わざるを得ないものが氾濫していることも事実です。\r\n\r\n[su_dropcap size=\"5\"]理由[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]加工・販売を始めた理由[/su_heading]\r\n\r\nこれは国内の真珠の消費量の落ち込みという背景もありますが、その流通システムにも問題があります。\r\n\r\nほとんどの真珠は養殖業者から加工業者へ行き、卸商社へ行き、小売店へ行くという流通経路になっています。そのため皆さんの手元に届くネックレスは非常に高価なものとなります。このことが災いして、質の悪い花珠と呼べないような珠さえも花珠として「安価」に売られるようになっているのではないかと思います。\r\n\r\nもちろん鑑定機関が花珠と認めている以上、それは花珠なのでしょう。しかし私たちはそういった業界の在り方が自分たちの首を絞めているようにも思えるのです。\r\n\r\nこのままでは国産真珠の良さが、そして花珠真珠の本当の美しさが伝わらないのではないか。そういう危機感を持った私たちは、高品質な真珠を適正な価格でお届けするために不慣れな小売りをしようと決断したのです。\r\n\r\n私たちが「生産直売で真珠を売る」そう決めた時、「養殖屋に何ができる」と周囲の同業者から言われたものでした。もちろん最初のスタートは簡単ではありませんでした。\r\n\r\nなにしろ養殖と販売では180度仕事の内容が違います。今まで物言わないアコヤ貝を相手にしていたのが、今度はお客様相手に仕事をするのです。慣れない仕事内容に、最初は欲お客様からお叱りの言葉をいただいたものでした。\r\n\r\nしかし小売を始めてもう10年以上がたち、私たちのやり方は地元のお客様から高い評価を得るようになりました。\r\n\r\n[su_dropcap size=\"5\"]本物[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]国産真珠の良さと美しさ[/su_heading]\r\n\r\n私たちの真珠を店舗でご確認ください。\r\n長崎真珠店では自社で生産した真珠を加工、販売まで一貫した体制で行っています。そのため私たちが納得できる高品質の真珠を、本当に納得できる価格でお客様にお届けできます。\r\n\r\nもちろん市場で取引できないような質の悪い真珠をお届けすることは決してありません。私たちはただ、生産者としてのプライドと、国産真珠の良さををもっと知って欲しい、そしていろんな場面で楽しんでいただきたいと思っているだけです。\r\n\r\n当店の真珠を手に取っていただけば、きちんとした生産者が育て、きちんとした加工を施された真珠がいかに美しいいものかということがおわかりいただけるはずです。\r\n\r\n店舗では私たちの自信作をゆっくりと手にとって、そして着けてみてご確認することができます。県内の方はドライブがてら、県外の方は長崎観光のついでにお立ち寄りください。きっとこれまで見たこともないような美しい真珠を目にすることができると思います。\r\n\r\nあなたのご来店を心よりお待ちいたしております。\r\n[/su_column]\r\n\r\n<!-- 画像部-->\r\n[su_column size=\"1/5\"]\r\n<img class=\"aligncenter size-full wp-image-120\" title=\"あこや稚貝\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict1.jpg\" alt=\"\" width=\"200\" height=\"136\" />あこや稚貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝管理\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict2.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝管理\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict3.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict4.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝掃除\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict5.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝掃除\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"養殖場\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict6.jpg\" alt=\"\" width=\"200\" height=\"136\" />養殖場\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"浜上げされた貝\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict7.jpg\" alt=\"\" width=\"200\" height=\"136\" />浜上げされた貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"加工作業中\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict8.jpg\" alt=\"\" width=\"200\" height=\"136\" />加工作業中\r\n[/su_column]\r\n\r\n\r\n\r\n<img class=\"aligncenter size-full wp-image-136\" title=\"長崎真珠 店舗 住所 長崎市長浦町224-12\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig2.gif\" alt=\"\" width=\"460\" height=\"144\" />','生産直売のこだわり','','inherit','closed','closed','','25-revision-v1','','','2015-12-10 15:45:12','2015-12-10 06:45:12','',25,'http://nagasaki.s198.coreserver.jp/?p=171',0,'revision','',0),(172,1,'2015-12-10 15:53:56','2015-12-10 06:53:56','<!-- 説明部-->\r\n[su_column size=\"3/4\"]\r\n[su_dropcap size=\"5\"]品質[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠の品質にこだわる[/su_heading]\r\n\r\n長崎真珠店は、先代社長の時からずっと大村湾(長崎県長崎市琴海町)を主な養殖場として真珠養殖を行っています。現在のように加工・販売を始める前までは養殖だけを専門にやっていました。\r\n\r\n近年、外国産(中国産)の真珠をジュエリーショップなどでよく見かけます。しかしやはり国産のものに比べると見劣りしてしまうのは確かなのです。それでも人気があり売れているのは価格が安いからだと思います。\r\n\r\nまた国産真珠に目をやってみると、今までほんのわずかしか市場へ流通していなかった花珠(はなたま)と呼ばれる最高品質の真珠がとてもよく目につくようになってきました。\r\n本来、花珠とはその年にとれる真珠全体の1%あるかないかという貴重なものなのです。その品質はプロの私たちだけでなく、一般の方でさえ一目見れば違いがわかるほどの最上級の輝きと照りを持ちます。\r\nしかし安価に売られている花珠は、鑑定書の表記こそ花珠とあってもプロの私たちから見れば疑問に思わざるを得ないものが氾濫していることも事実なのです。\r\n\r\n[su_dropcap size=\"5\"]理由[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]加工・販売を始めた理由[/su_heading]\r\n\r\nこれは国内の真珠の消費量の落ち込みという背景もありますが、その流通システムにも問題があります。\r\n\r\nほとんどの真珠は養殖業者から加工業者へ行き、卸商社へ行き、小売店へ行くという流通経路になっています。そのため皆さんの手元に届くネックレスは非常に高価なものとなります。このことが災いして、質の悪い花珠と呼べないような珠さえも花珠として「安価」に売られるようになっているのではないかと思います。\r\n\r\nもちろん鑑定機関が花珠と認めている以上、それは花珠なのでしょう。しかし私たちはそういった業界の在り方が自分たちの首を絞めているようにも思えるのです。\r\n\r\nこのままでは国産真珠の良さが、そして花珠真珠の本当の美しさが伝わらないのではないか。そういう危機感を持った私たちは、高品質な真珠を適正な価格でお届けするために不慣れな小売りをしようと決断したのです。\r\n\r\n私たちが「生産直売で真珠を売る」そう決めた時、「養殖屋に何ができる」と周囲の同業者から言われたものでした。もちろん最初のスタートは簡単ではありませんでした。\r\n\r\nなにしろ養殖と販売では180度仕事の内容が違います。今まで物言わないアコヤ貝を相手にしていたのが、今度はお客様相手に仕事をするのです。慣れない仕事内容に、最初は欲お客様からお叱りの言葉をいただいたものでした。\r\n\r\nしかし小売を始めてもう10年以上がたち、私たちのやり方は地元のお客様から高い評価を得るようになりました。\r\n\r\n[su_dropcap size=\"5\"]本物[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]国産真珠の良さと美しさ[/su_heading]\r\n\r\n私たちの真珠を店舗でご確認ください。\r\n長崎真珠店では自社で生産した真珠を加工、販売まで一貫した体制で行っています。そのため私たちが納得できる高品質の真珠を、本当に納得できる価格でお客様にお届けできます。\r\n\r\nもちろん市場で取引できないような質の悪い真珠をお届けすることは決してありません。私たちはただ、生産者としてのプライドと、国産真珠の良さををもっと知って欲しい、そしていろんな場面で楽しんでいただきたいと思っているだけです。\r\n\r\n当店の真珠を手に取っていただけば、きちんとした生産者が育て、きちんとした加工を施された真珠がいかに美しいいものかということがおわかりいただけるはずです。\r\n\r\n店舗では私たちの自信作をゆっくりと手にとって、そして着けてみてご確認することができます。県内の方はドライブがてら、県外の方は長崎観光のついでにお立ち寄りください。きっとこれまで見たこともないような美しい真珠を目にすることができると思います。\r\n\r\nあなたのご来店を心よりお待ちいたしております。\r\n[/su_column]\r\n\r\n<!-- 画像部-->\r\n[su_column size=\"1/5\"]\r\n<img class=\"aligncenter size-full wp-image-120\" title=\"あこや稚貝\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict1.jpg\" alt=\"\" width=\"200\" height=\"136\" />あこや稚貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝管理\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict2.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝管理\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict3.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict4.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝掃除\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict5.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝掃除\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"養殖場\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict6.jpg\" alt=\"\" width=\"200\" height=\"136\" />養殖場\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"浜上げされた貝\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict7.jpg\" alt=\"\" width=\"200\" height=\"136\" />浜上げされた貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"加工作業中\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict8.jpg\" alt=\"\" width=\"200\" height=\"136\" />加工作業中\r\n[/su_column]\r\n\r\n\r\n\r\n<img class=\"aligncenter size-full wp-image-136\" title=\"長崎真珠 店舗 住所 長崎市長浦町224-12\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig2.gif\" alt=\"\" width=\"460\" height=\"144\" />','生産直売のこだわり','','inherit','closed','closed','','25-revision-v1','','','2015-12-10 15:53:56','2015-12-10 06:53:56','',25,'http://nagasaki.s198.coreserver.jp/?p=172',0,'revision','',0),(173,1,'2015-12-10 16:08:12','2015-12-10 07:08:12','<!-- 説明部-->\r\n[su_column size=\"3/4\"]\r\n[su_dropcap size=\"5\"]品質[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠の品質にこだわる[/su_heading]\r\n\r\n長崎真珠店は、先代社長の時からずっと大村湾(長崎県長崎市琴海町)を主な養殖場として真珠養殖を行っています。現在のように加工・販売を始める前までは養殖だけを専門にやっていました。\r\n\r\n近年、外国産(中国産)の真珠をジュエリーショップなどでよく見かけます。しかしやはり国産のものに比べると見劣りしてしまうのは確かなのです。それでも人気があり売れているのは価格が安いからだと思います。\r\n\r\nまた国産真珠に目をやってみると、今までほんのわずかしか市場へ流通していなかった花珠(はなたま)と呼ばれる最高品質の真珠がとてもよく目につくようになってきました。\r\n本来、花珠とはその年にとれる真珠全体の1%あるかないかという貴重なものなのです。その品質はプロの私たちだけでなく、一般の方でさえ一目見れば違いがわかるほどの最上級の輝きと照りを持ちます。\r\nしかし安価に売られている花珠は、鑑定書の表記こそ花珠とあってもプロの私たちから見れば疑問に思わざるを得ないものが氾濫していることも事実なのです。\r\n\r\n[su_dropcap size=\"5\"]理由[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]加工・販売を始めた理由[/su_heading]\r\n\r\nこれは国内の真珠の消費量の落ち込みという背景もありますが、その流通システムにも問題があると考えます。\r\nほとんどの真珠は養殖業者→加工業者→卸商社→小売店という流通経路になっています。そのため、皆さまのお手元に届くネックレスはとても高価なものとなります。流通事情により質が悪いと思われる花珠と呼べないような珠さえも花珠として、さらに安価に売られるようになっているのではないかと思います。\r\n\r\nもちろん、鑑定機関が花珠と認めている以上、それは花珠なのでしょう。しかし私たちはそういった業界の在り方が自分たち業界の首を絞めているようにも思えるのです。\r\n\r\nこのままでは国産真珠の良さが、そして花珠真珠の本当の美しさが伝わらないのではないか。そういう危機感を持った私たちは、高品質な真珠を適正な価格でお届けするために不慣れな小売りをしようと決断したのです。\r\n\r\n私たちが「生産直売で真珠を売る」そう決めた時、「養殖屋に何ができる」と周囲の同業者から言われたものでした。もちろん最初のスタートは簡単ではありませんでした。\r\n\r\nなにしろ養殖と販売では180度仕事の内容が違います。今まで物言わないアコヤ貝を相手にしていたのが、今度はお客様相手に仕事をするのです。慣れない仕事内容に、最初は欲お客様からお叱りの言葉をいただいたものでした。\r\n\r\nそして小売業を始めてもう10年以上、想いは間違いではなかった。私たちのやり方はお客様から高い評価を得るようになっていったのです。\r\n\r\n[su_dropcap size=\"5\"]本物[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]国産真珠の良さと美しさ[/su_heading]\r\n\r\n私たちの真珠を店舗でご確認ください。\r\n長崎真珠店では自社で生産した真珠を加工、販売まで一貫した体制で行っています。そのため私たちが納得できる高品質の真珠を、本当に納得できる価格でお客様にお届けできます。\r\n\r\nもちろん市場で取引できないような質の悪い真珠をお届けすることは決してありません。私たちはただ、生産者としての誇りと、国産真珠の良さををもっと知って欲しい、そしていろんな場面で活かし、楽しんでいただきたいと願っているだけなのです。\r\n\r\n当店の真珠を手に取っていただけば、情熱をこめてきちんとした生産者が育て、公正なる品質管理のもときちんとした加工を施された真珠が、いかに美しいいものかおわかりいただけるはずです。\r\n\r\n店舗では私たちの自信作をゆっくりと手にとって、そして着けてみてご確認いただけます。長崎県内の方はちょっとひと足、県外の方は長崎観光のひとときとしてぜひお立ち寄りください。きっとこれまでと違った美しい真珠を目に感動していただけることと思います。\r\n\r\n皆さまのご来店を心よりお待ちいたしております。\r\n[/su_column]\r\n\r\n<!-- 画像部-->\r\n[su_column size=\"1/5\"]\r\n<img class=\"aligncenter size-full wp-image-120\" title=\"あこや稚貝\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict1.jpg\" alt=\"\" width=\"200\" height=\"136\" />あこや稚貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝管理\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict2.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝管理\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict3.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict4.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝掃除\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict5.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝掃除\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"養殖場\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict6.jpg\" alt=\"\" width=\"200\" height=\"136\" />養殖場\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"浜上げされた貝\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict7.jpg\" alt=\"\" width=\"200\" height=\"136\" />浜上げされた貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"加工作業中\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict8.jpg\" alt=\"\" width=\"200\" height=\"136\" />加工作業中\r\n[/su_column]\r\n\r\n\r\n\r\n<img class=\"aligncenter size-full wp-image-136\" title=\"長崎真珠 店舗 住所 長崎市長浦町224-12\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig2.gif\" alt=\"\" width=\"460\" height=\"144\" />','生産直売のこだわり','','inherit','closed','closed','','25-revision-v1','','','2015-12-10 16:08:12','2015-12-10 07:08:12','',25,'http://nagasaki.s198.coreserver.jp/?p=173',0,'revision','',0),(174,1,'2015-12-10 16:09:27','2015-12-10 07:09:27','<!-- 説明部-->\r\n[su_column size=\"3/4\"]\r\n[su_dropcap size=\"5\"]品質[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠の品質にこだわる[/su_heading]\r\n\r\n長崎真珠店は、先代社長の時からずっと大村湾(長崎県長崎市琴海町)を主な養殖場として真珠養殖を行っています。現在のように加工・販売を始める前までは養殖だけを専門にやっていました。\r\n\r\n近年、外国産(中国産)の真珠をジュエリーショップなどでよく見かけます。しかしやはり国産のものに比べると見劣りしてしまうのは確かなのです。それでも人気があり売れているのは価格が安いからだと思います。\r\n\r\nまた国産真珠に目をやってみると、今までほんのわずかしか市場へ流通していなかった花珠(はなたま)と呼ばれる最高品質の真珠がとてもよく目につくようになってきました。\r\n本来、花珠とはその年にとれる真珠全体の1%あるかないかという貴重なものなのです。その品質はプロの私たちだけでなく、一般の方でさえ一目見れば違いがわかるほどの最上級の輝きと照りを持ちます。\r\nしかし安価に売られている花珠は、鑑定書の表記こそ花珠とあってもプロの私たちから見れば疑問に思わざるを得ないものが氾濫していることも事実なのです。\r\n\r\n[su_dropcap size=\"5\"]理由[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]加工・販売を始めた理由[/su_heading]\r\n\r\nこれは国内の真珠の消費量の落ち込みという背景もありますが、その流通システムにも問題があると考えます。\r\nほとんどの真珠は養殖業者→加工業者→卸商社→小売店という流通経路になっています。そのため、皆さまのお手元に届くネックレスはとても高価なものとなります。流通事情により質が悪いと思われる花珠と呼べないような珠さえも花珠として、さらに安価に売られるようになっているのではないかと思います。\r\n\r\nもちろん、鑑定機関が花珠と認めている以上、それは花珠なのでしょう。しかし私たちはそういった業界の在り方が自分たち業界の首を絞めているようにも思えるのです。\r\n\r\nこのままでは国産真珠の良さが、そして花珠真珠の本当の美しさが伝わらないのではないか。そういう危機感を持った私たちは、高品質な真珠を適正な価格でお届けするために不慣れな小売りをしようと決断したのです。\r\n\r\n私たちが「生産直売で真珠を売る」そう決めた時、「養殖屋に何ができる」と周囲の同業者から言われたものでした。もちろん最初のスタートは簡単ではありませんでした。\r\n\r\nなにしろ養殖と販売では180度仕事の内容が違います。今まで物言わないアコヤ貝を相手にしていたのが、今度はお客様相手に仕事をするのです。慣れない仕事内容に、最初は欲お客様からお叱りの言葉をいただいたものでした。\r\n\r\nそして小売業を始めてもう10年以上、想いは間違いではなかった。私たちのやり方はお客様から高い評価を得るようになっていったのです。\r\n\r\n[su_dropcap size=\"5\"]想い[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]国産真珠の良さと美しさ[/su_heading]\r\n\r\n私たちの真珠を店舗でご確認ください。\r\n長崎真珠店では自社で生産した真珠を加工、販売まで一貫した体制で行っています。そのため私たちが納得できる高品質の真珠を、本当に納得できる価格でお客様にお届けできます。\r\n\r\nもちろん市場で取引できないような質の悪い真珠をお届けすることは決してありません。私たちはただ、生産者としての誇りと、国産真珠の良さををもっと知って欲しい、そしていろんな場面で活かし、楽しんでいただきたいと願っているだけなのです。\r\n\r\n当店の真珠を手に取っていただけば、情熱をこめてきちんとした生産者が育て、公正なる品質管理のもときちんとした加工を施された真珠が、いかに美しいいものかおわかりいただけるはずです。\r\n\r\n店舗では私たちの自信作をゆっくりと手にとって、そして着けてみてご確認いただけます。長崎県内の方はちょっとひと足、県外の方は長崎観光のひとときとしてぜひお立ち寄りください。きっとこれまでと違った美しい真珠を目に感動していただけることと思います。\r\n\r\n皆さまのご来店を心よりお待ちいたしております。\r\n[/su_column]\r\n\r\n<!-- 画像部-->\r\n[su_column size=\"1/5\"]\r\n<img class=\"aligncenter size-full wp-image-120\" title=\"あこや稚貝\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict1.jpg\" alt=\"\" width=\"200\" height=\"136\" />あこや稚貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝管理\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict2.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝管理\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict3.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict4.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝掃除\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict5.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝掃除\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"養殖場\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict6.jpg\" alt=\"\" width=\"200\" height=\"136\" />養殖場\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"浜上げされた貝\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict7.jpg\" alt=\"\" width=\"200\" height=\"136\" />浜上げされた貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"加工作業中\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict8.jpg\" alt=\"\" width=\"200\" height=\"136\" />加工作業中\r\n[/su_column]\r\n\r\n\r\n\r\n<img class=\"aligncenter size-full wp-image-136\" title=\"長崎真珠 店舗 住所 長崎市長浦町224-12\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig2.gif\" alt=\"\" width=\"460\" height=\"144\" />','生産直売のこだわり','','inherit','closed','closed','','25-revision-v1','','','2015-12-10 16:09:27','2015-12-10 07:09:27','',25,'http://nagasaki.s198.coreserver.jp/?p=174',0,'revision','',0),(175,1,'2015-12-10 16:17:55','2015-12-10 07:17:55','<!-- 説明部-->\r\n[su_column size=\"3/4\"]\r\n[su_dropcap size=\"5\"]品質[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠へのこだわり[/su_heading]\r\n\r\n長崎真珠店は、先代社長の時からずっと大村湾(長崎県長崎市琴海町)を主な養殖場として真珠養殖を行っています。現在のように加工・販売を始める前までは養殖だけを専門にやっていました。\r\n\r\n近年、外国産(中国産)の真珠をジュエリーショップなどでよく見かけます。しかしやはり国産のものに比べると見劣りしてしまうのは確かなのです。それでも人気があり売れているのは価格が安いからだと思います。\r\n\r\nまた国産真珠に目をやってみると、今までほんのわずかしか市場へ流通していなかった花珠(はなたま)と呼ばれる最高品質の真珠がとてもよく目につくようになってきました。\r\n本来、花珠とはその年にとれる真珠全体の1%あるかないかという貴重なものなのです。その品質はプロの私たちだけでなく、一般の方でさえ一目見れば違いがわかるほどの最上級の輝きと照りを持ちます。\r\nしかし安価に売られている花珠は、鑑定書の表記こそ花珠とあってもプロの私たちから見れば疑問に思わざるを得ないものが氾濫していることも事実なのです。\r\n\r\n[su_dropcap size=\"5\"]理由[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]本当の美しさを伝えたい[/su_heading]\r\n\r\nこれは国内の真珠の消費量の落ち込みという背景もありますが、その流通システムにも問題があると考えます。\r\nほとんどの真珠は養殖業者→加工業者→卸商社→小売店という流通経路になっています。そのため、皆さまのお手元に届くネックレスはとても高価なものとなります。流通事情により質が悪いと思われる花珠と呼べないような珠さえも花珠として、さらに安価に売られるようになっているのではないかと思います。\r\n\r\nもちろん、鑑定機関が花珠と認めている以上、それは花珠なのでしょう。しかし私たちはそういった業界の在り方が自分たち業界の首を絞めているようにも思えるのです。\r\n\r\nこのままでは国産真珠の良さが、そして花珠真珠の本当の美しさが伝わらないのではないか。そういう危機感を持った私たちは、高品質な真珠を適正な価格でお届けするために不慣れな小売りをしようと決断したのです。\r\n\r\n私たちが「生産直売で真珠を売る」そう決めた時、「養殖屋に何ができる」と周囲の同業者から言われたものでした。もちろん最初のスタートは簡単ではありませんでした。\r\n\r\nなにしろ養殖と販売では180度仕事の内容が違います。今まで物言わないアコヤ貝を相手にしていたのが、今度はお客様相手に仕事をするのです。慣れない仕事内容に、最初は欲お客様からお叱りの言葉をいただいたものでした。\r\n\r\nそして小売業を始めてもう10年以上、想いは間違いではなかった。私たちのやり方はお客様から高い評価を得るようになっていったのです。\r\n\r\n[su_dropcap size=\"5\"]想い[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]国産真珠の美しい輝きを[/su_heading]\r\n\r\n私たちの真珠を店舗でご確認ください。\r\n長崎真珠店では自社で生産した真珠を加工、販売まで一貫した体制で行っています。そのため私たちが納得できる高品質の真珠を、本当に納得できる価格でお客様にお届けできます。\r\n\r\nもちろん市場で取引できないような質の悪い真珠をお届けすることは決してありません。私たちはただ、生産者としての誇りと、国産真珠の良さををもっと知って欲しい、そしていろんな場面で活かし、楽しんでいただきたいと願っているだけなのです。\r\n\r\n当店の真珠を手に取っていただけば、情熱をこめてきちんとした生産者が育て、公正なる品質管理のもときちんとした加工を施された真珠が、いかに美しいいものかおわかりいただけるはずです。\r\n\r\n店舗では私たちの自信作をゆっくりと手にとって、そして着けてみてご確認いただけます。長崎県内の方はちょっとひと足、県外の方は長崎観光のひとときとしてぜひお立ち寄りください。きっとこれまでと違った美しい真珠を目に感動していただけることと思います。\r\n\r\n皆さまのご来店を心よりお待ちいたしております。\r\n[/su_column]\r\n\r\n<!-- 画像部-->\r\n[su_column size=\"1/5\"]\r\n<img class=\"aligncenter size-full wp-image-120\" title=\"あこや稚貝\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict1.jpg\" alt=\"\" width=\"200\" height=\"136\" />あこや稚貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝管理\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict2.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝管理\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict3.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict4.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝掃除\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict5.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝掃除\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"養殖場\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict6.jpg\" alt=\"\" width=\"200\" height=\"136\" />養殖場\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"浜上げされた貝\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict7.jpg\" alt=\"\" width=\"200\" height=\"136\" />浜上げされた貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"加工作業中\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pict8.jpg\" alt=\"\" width=\"200\" height=\"136\" />加工作業中\r\n[/su_column]\r\n\r\n\r\n\r\n<img class=\"aligncenter size-full wp-image-136\" title=\"長崎真珠 店舗 住所 長崎市長浦町224-12\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig2.gif\" alt=\"\" width=\"460\" height=\"144\" />','生産直売のこだわり','','inherit','closed','closed','','25-revision-v1','','','2015-12-10 16:17:55','2015-12-10 07:17:55','',25,'http://nagasaki.s198.coreserver.jp/?p=175',0,'revision','',0),(176,1,'2017-07-21 10:50:20','2017-07-21 01:50:20','<!-- tab(1)-->\n[su_tabs][su_tab title=\"真珠発祥の地\"]\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\n\n<h4 style=\"font-size:18px;\">みなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?</h4>\n<p style=\"font-size:18px;\">神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\nまた長崎県では明治4年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。</p>\n\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\n<h4 style=\"font-size:18px;\">私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。</h4>\n<p style=\"font-size:18px;\">それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。</p>\n\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\n<h4 style=\"font-size:18px;\">真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。</h4>\n<p style=\"font-size:18px;\">いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。</p>\n\n[/su_tab]\n\n<!-- tab(2)-->\n[su_tab title=\"価値を決める要素\"]\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\n<span class=\"so_midasi\" style=\"font-size:18px;\">かたち</span>\n<p style=\"font-size:18px;\">真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。</p>\n\n<span class=\"so_midasi\" style=\"font-size:18px;\">巻き</span>\n<p style=\"font-size:18px;\">「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。</p>\n\n<span class=\"so_midasi\" style=\"font-size:18px;\">テリ</span>\n<p style=\"font-size:18px;\">「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。</p>\n\n<span class=\"so_midasi\" style=\"font-size:18px;\">キズ</span>\n<p style=\"font-size:18px;\">「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。</p>\n\n<span class=\"so_midasi\" style=\"font-size:18px;\">色</span>\n<p style=\"font-size:18px;\">「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。</p>\n\n<span class=\"so_midasi\" style=\"font-size:18px;\">サイズ</span>\n<p style=\"font-size:18px;\">そして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。</p>\n\n<p style=\"font-size:18px;\">人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。</p>\n[/su_tab]\n\n<!-- tab(3)-->\n[su_tab title=\"花珠真珠とは?\"]\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\n<h3 style=\"font-size:18px;\">「かたち」</h3>\n<p style=\"font-size:18px;\">「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。</p>\n[/su_tab]\n\n<!-- tab(4)-->\n[su_tab title=\"最高品質の花珠\"]\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\n<h3 style=\"font-size:18px;\">一口に花珠といってもさまざま</h3>\n<p style=\"font-size:18px;\">「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。</p>\n<p style=\"font-size:18px;\">そして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。</p>\n\n<p style=\"font-size:18px;\">真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。</p>\n<p style=\"font-size:18px;\">大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。</p>\n<p style=\"font-size:18px;\">私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。</p>\n\n<h3 style=\"font-size:18px;\">&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\n<p style=\"font-size:18px;\">花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。</p>\n<p style=\"font-size:18px;\">品質は必ず価格に比例しています。</p>\n\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\n\n[/su_tab]\n\n<!-- tab(5)-->\n[su_tab title=\"結婚30周年は真珠婚\"]\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\n<h3 style=\"font-size:18px;\">結婚30年は銀婚式(25周年)以上の人生の節目</h3>\n<p style=\"font-size:18px;\">これから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。</p>\n<p style=\"font-size:18px;\">上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。</p>\n<p style=\"font-size:18px;\">以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。</p>\n<p style=\"font-size:18px;\">だからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。</p>\n<h3 style=\"font-size:18px;\">&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\n<p style=\"font-size:18px;\">真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。</p>\n<p style=\"font-size:18px;\">ですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。</p>\n<p style=\"font-size:18px;\">当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。</p>\n<p style=\"font-size:18px;\">女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。</p>\n<h3 style=\"font-size:18px;\">真珠婚の記念のネックレスは当店にお任せください</h3>\n<p style=\"font-size:18px;\">結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。</p>\n\n[/su_tab]\n\n[/su_tabs]\n\n<!-- 保留\n<div class=\"kouza_box1\">\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\n</a>\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\n</div>\n<div class=\"kouza_box\">\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\n</a>\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\n</div>\n<div class=\"kouza_box\">\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\n</a>\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\n</div>\n<div class=\"kouza_box1\">\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\n</a>\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\n</div>\n<div class=\"clear\"></div>\n保留-->','真珠講座','','inherit','closed','closed','','38-autosave-v1','','','2017-07-21 10:50:20','2017-07-21 01:50:20','',38,'http://nagasaki.s198.coreserver.jp/?p=176',0,'revision','',0),(184,1,'2015-12-10 16:30:44','2015-12-10 07:30:44','[su_dropcap size=\"5\"]真珠[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n \r\n\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n \r\n\r\n<div class=\"clear\"></div>','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-10 16:30:44','2015-12-10 07:30:44','',38,'http://nagasaki.s198.coreserver.jp/?p=184',0,'revision','',0),(177,1,'2015-12-10 16:24:58','2015-12-10 07:24:58','[su_dropcap size=\"5\"]真珠[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地[/su_heading]\r\n[su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=51\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt1.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=51\" class=\"more-link\">長崎県は真珠発祥の地</a></h4>\r\n</div>\r\n \r\n\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n \r\n\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n \r\n\r\n<div class=\"clear\"></div>','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-10 16:24:58','2015-12-10 07:24:58','',38,'http://nagasaki.s198.coreserver.jp/?p=177',0,'revision','',0),(179,1,'2015-12-10 16:26:49','2015-12-10 07:26:49','[su_dropcap size=\"5\"]真珠[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地\r\n[su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]\r\n[/su_heading]\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=51\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt1.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=51\" class=\"more-link\">長崎県は真珠発祥の地</a></h4>\r\n</div>\r\n \r\n\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n \r\n\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n \r\n\r\n<div class=\"clear\"></div>','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-10 16:26:49','2015-12-10 07:26:49','',38,'http://nagasaki.s198.coreserver.jp/?p=179',0,'revision','',0),(178,1,'2015-12-10 16:26:10','2015-12-10 07:26:10','[su_dropcap size=\"5\"]真珠[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地[/su_heading]\r\n[su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\" align=\"right\"]詳細はこちら[/su_button]\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=51\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt1.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=51\" class=\"more-link\">長崎県は真珠発祥の地</a></h4>\r\n</div>\r\n \r\n\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n \r\n\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n \r\n\r\n<div class=\"clear\"></div>','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-10 16:26:10','2015-12-10 07:26:10','',38,'http://nagasaki.s198.coreserver.jp/?p=178',0,'revision','',0),(180,1,'2015-12-10 16:27:32','2015-12-10 07:27:32','[su_dropcap size=\"5\"]真珠[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地\r\n[su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=51\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt1.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=51\" class=\"more-link\">長崎県は真珠発祥の地</a></h4>\r\n</div>\r\n \r\n[/su_heading]\r\n\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n \r\n\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n \r\n\r\n<div class=\"clear\"></div>','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-10 16:27:32','2015-12-10 07:27:32','',38,'http://nagasaki.s198.coreserver.jp/?p=180',0,'revision','',0),(181,1,'2015-12-10 16:28:12','2015-12-10 07:28:12','[su_dropcap size=\"5\"]真珠[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地\r\n[su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=51\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt1.jpg\" width=\"20%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=51\" class=\"more-link\">長崎県は真珠発祥の地</a></h4>\r\n</div>\r\n \r\n[/su_heading]\r\n\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n \r\n\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n \r\n\r\n<div class=\"clear\"></div>','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-10 16:28:12','2015-12-10 07:28:12','',38,'http://nagasaki.s198.coreserver.jp/?p=181',0,'revision','',0),(182,1,'2015-12-10 16:29:36','2015-12-10 07:29:36','[su_dropcap size=\"5\"]真珠[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地[su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=51\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt1.jpg\" width=\"20%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=51\" class=\"more-link\">長崎県は真珠発祥の地</a></h4>\r\n</div>\r\n \r\n[/su_heading]\r\n\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n \r\n\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n \r\n\r\n<div class=\"clear\"></div>','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-10 16:29:36','2015-12-10 07:29:36','',38,'http://nagasaki.s198.coreserver.jp/?p=182',0,'revision','',0),(183,1,'2015-12-10 16:30:13','2015-12-10 07:30:13','[su_dropcap size=\"5\"]真珠[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=51\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt1.jpg\" width=\"20%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=51\" class=\"more-link\">長崎県は真珠発祥の地</a></h4>\r\n</div>\r\n \r\n[/su_heading]\r\n\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n \r\n\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n \r\n\r\n<div class=\"clear\"></div>','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-10 16:30:13','2015-12-10 07:30:13','',38,'http://nagasaki.s198.coreserver.jp/?p=183',0,'revision','',0),(185,1,'2015-12-10 16:33:57','2015-12-10 07:33:57','[su_dropcap size=\"5\"]真珠[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_dropcap size=\"5\"]価格[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]価格を決める5つの要素 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_dropcap size=\"5\"]品質[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠とは? [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_dropcap size=\"5\"]花珠[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_dropcap size=\"5\"]真珠[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30周年は真珠婚 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->\r\n','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-10 16:33:57','2015-12-10 07:33:57','',38,'http://nagasaki.s198.coreserver.jp/?p=185',0,'revision','',0),(192,1,'2015-12-10 16:50:25','2015-12-10 07:50:25','<!-- tab-->\r\n[su_tabs][su_tab title=\"真珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地[/su_heading]\r\n[/su_tab]\r\n\r\n[su_tab title=\"価格\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]価格を決める5つの要素[/su_heading]\r\n[/su_tab]\r\n\r\n[su_tab title=\"品質\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠とは?[/su_heading]\r\n[/su_tab]\r\n\r\n[su_tab title=\"花珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n[/su_tab]\r\n\r\n[su_tab title=\"記念日\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30周年は真珠婚[/su_heading]\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-10 16:50:25','2015-12-10 07:50:25','',38,'http://nagasaki.s198.coreserver.jp/?p=192',0,'revision','',0),(191,1,'2015-12-10 16:49:15','2015-12-10 07:49:15','<!-- tab-->\r\n[su_tabs][su_tab title=\"真珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地[/su_heading]\r\n[/su_tab]\r\n\r\n[su_tab title=\"価格\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]価格を決める5つの要素[/su_heading]\r\n[/su_tab]\r\n\r\n[su_tab title=\"品質\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠とは?[/su_heading]\r\n[/su_tab]\r\n\r\n[su_tab title=\"花珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n[/su_tab]\r\n\r\n[su_tab title=\"記念日\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30周年は真珠婚[/su_heading]\r\n[/su_tab]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-10 16:49:15','2015-12-10 07:49:15','',38,'http://nagasaki.s198.coreserver.jp/?p=191',0,'revision','',0),(186,1,'2015-12-10 16:40:23','2015-12-10 07:40:23','[su_dropcap size=\"5\"]真珠[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_dropcap size=\"5\"]価格[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]価格を決める5つの要素 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_dropcap size=\"5\"]品質[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠とは? [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_dropcap size=\"5\"]花珠[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_dropcap size=\"5\"]記念[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30周年は真珠婚 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_tabs][su_tab title=\"Title 1\"][su_dropcap size=\"5\"]真珠[/su_dropcap][/su_tab]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_tab title=\"Title 2\"][su_dropcap size=\"5\"]価格[/su_dropcap][/su_tab]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]価格を決める5つの要素 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_tab title=\"Title 3\"][su_dropcap size=\"5\"]品質[/su_dropcap][/su_tab]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠とは? [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_tab title=\"Title 4\"][su_dropcap size=\"5\"]花珠[/su_dropcap][/su_tab]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_tab title=\"Title 5\"][su_dropcap size=\"5\"]記念[/su_dropcap][/su_tab][/su_tabs]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30周年は真珠婚 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-10 16:40:23','2015-12-10 07:40:23','',38,'http://nagasaki.s198.coreserver.jp/?p=186',0,'revision','',0),(190,1,'2015-12-10 16:46:19','2015-12-10 07:46:19','[su_dropcap size=\"5\"]真珠[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_dropcap size=\"5\"]価格[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]価格を決める5つの要素 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_dropcap size=\"5\"]品質[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠とは? [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_dropcap size=\"5\"]花珠[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_dropcap size=\"5\"]記念[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30周年は真珠婚 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n\r\n<!-- tab-->\r\n[su_tabs][su_tab title=\"真珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地[/su_heading]\r\n[su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]\r\n[/su_tab]\r\n\r\n[su_tab title=\"価格\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]価格を決める5つの要素 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_tab title=\"品質\"][su_dropcap size=\"5\"]品質[/su_dropcap][/su_tab]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠とは? [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_tab title=\"花珠\"][su_dropcap size=\"5\"]花珠[/su_dropcap][/su_tab]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_tab title=\"記念日\"][su_dropcap size=\"5\"]記念[/su_dropcap][/su_tab][/su_tabs]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30周年は真珠婚 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-10 16:46:19','2015-12-10 07:46:19','',38,'http://nagasaki.s198.coreserver.jp/?p=190',0,'revision','',0),(188,1,'2015-12-10 16:44:23','2015-12-10 07:44:23','[su_dropcap size=\"5\"]真珠[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_dropcap size=\"5\"]価格[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]価格を決める5つの要素 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_dropcap size=\"5\"]品質[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠とは? [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_dropcap size=\"5\"]花珠[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_dropcap size=\"5\"]記念[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30周年は真珠婚 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n\r\n<!-- tab-->\r\n[su_tabs][su_tab title=\"真珠\"][su_dropcap size=\"5\"]真珠[/su_dropcap][/su_tab]\r\n長崎県は真珠発祥の地 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]\r\n\r\n[su_tab title=\"価格\"][su_dropcap size=\"5\"]価格[/su_dropcap][/su_tab]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]価格を決める5つの要素 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_tab title=\"品質\"][su_dropcap size=\"5\"]品質[/su_dropcap][/su_tab]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠とは? [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_tab title=\"花珠\"][su_dropcap size=\"5\"]花珠[/su_dropcap][/su_tab]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_tab title=\"記念日\"][su_dropcap size=\"5\"]記念[/su_dropcap][/su_tab][/su_tabs]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30周年は真珠婚 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-10 16:44:23','2015-12-10 07:44:23','',38,'http://nagasaki.s198.coreserver.jp/?p=188',0,'revision','',0),(187,1,'2015-12-10 16:42:37','2015-12-10 07:42:37','[su_dropcap size=\"5\"]真珠[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_dropcap size=\"5\"]価格[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]価格を決める5つの要素 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_dropcap size=\"5\"]品質[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠とは? [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_dropcap size=\"5\"]花珠[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_dropcap size=\"5\"]記念[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30周年は真珠婚 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n\r\n<!-- tab-->\r\n[su_tabs][su_tab title=\"真珠\"][su_dropcap size=\"5\"]真珠[/su_dropcap][/su_tab]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_tab title=\"価格\"][su_dropcap size=\"5\"]価格[/su_dropcap][/su_tab]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]価格を決める5つの要素 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_tab title=\"品質\"][su_dropcap size=\"5\"]品質[/su_dropcap][/su_tab]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠とは? [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_tab title=\"花珠\"][su_dropcap size=\"5\"]花珠[/su_dropcap][/su_tab]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_tab title=\"記念日\"][su_dropcap size=\"5\"]記念[/su_dropcap][/su_tab][/su_tabs]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30周年は真珠婚 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-10 16:42:37','2015-12-10 07:42:37','',38,'http://nagasaki.s198.coreserver.jp/?p=187',0,'revision','',0),(189,1,'2015-12-10 16:45:09','2015-12-10 07:45:09','[su_dropcap size=\"5\"]真珠[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_dropcap size=\"5\"]価格[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]価格を決める5つの要素 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_dropcap size=\"5\"]品質[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠とは? [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_dropcap size=\"5\"]花珠[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_dropcap size=\"5\"]記念[/su_dropcap]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30周年は真珠婚 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n\r\n<!-- tab-->\r\n[su_tabs][su_tab title=\"真珠\"][su_dropcap size=\"5\"]真珠[/su_dropcap]\r\n長崎県は真珠発祥の地 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]\r\n[/su_tab]\r\n\r\n[su_tab title=\"価格\"][su_dropcap size=\"5\"]価格[/su_dropcap][/su_tab]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]価格を決める5つの要素 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_tab title=\"品質\"][su_dropcap size=\"5\"]品質[/su_dropcap][/su_tab]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠とは? [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_tab title=\"花珠\"][su_dropcap size=\"5\"]花珠[/su_dropcap][/su_tab]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n[su_tab title=\"記念日\"][su_dropcap size=\"5\"]記念[/su_dropcap][/su_tab][/su_tabs]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30周年は真珠婚 [su_button style=\"flat\" background=\"#ef5f2d\" size=\"6\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button][/su_heading]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-10 16:45:09','2015-12-10 07:45:09','',38,'http://nagasaki.s198.coreserver.jp/?p=189',0,'revision','',0),(193,1,'2015-12-10 16:52:50','2015-12-10 07:52:50','<!-- tab-->\r\n[su_tabs][su_tab title=\"真珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地[/su_heading]\r\n<p>みなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?</p>\r\n<p>神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。</p>\r\n<p>現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。</p>\r\n<p>また長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。</p>\r\n<h3>真珠養殖に最高の条件を兼ね備えた大村湾</h3>\r\n<p>私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。</p>\r\n<p>その一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。</p>\r\n<p>「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。</p>\r\n<p>純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。</p>\r\n<p>海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。</p>\r\n<h3>夏のおてんば娘が冬にはしとやかな女性へ</h3>\r\n<p>真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。</p>\r\n<p>それが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。</p>\r\n<p>また湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。</p>\r\n<p>こうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。</p>\r\n\r\n\r\n\r\n[/su_tab]\r\n\r\n[su_tab title=\"価格\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]価格を決める5つの要素[/su_heading]\r\n[/su_tab]\r\n\r\n[su_tab title=\"品質\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠とは?[/su_heading]\r\n[/su_tab]\r\n\r\n[su_tab title=\"花珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n[/su_tab]\r\n\r\n[su_tab title=\"記念日\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30周年は真珠婚[/su_heading]\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-10 16:52:50','2015-12-10 07:52:50','',38,'http://nagasaki.s198.coreserver.jp/?p=193',0,'revision','',0),(194,1,'2015-12-10 16:55:49','2015-12-10 07:55:49','<!-- tab-->\r\n[su_tabs][su_tab title=\"真珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\n<p>みなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?</p>\r\n<p>神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。</p>\r\n<p>現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。</p>\r\n<p>また長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。</p>\r\n<h3>真珠養殖に最高の条件を兼ね備えた大村湾</h3>\r\n<p>私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。</p>\r\n<p>その一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。</p>\r\n<p>「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。</p>\r\n<p>純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。</p>\r\n<p>海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。</p>\r\n<h3>夏のおてんば娘が冬にはしとやかな女性へ</h3>\r\n<p>真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。</p>\r\n<p>それが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。</p>\r\n<p>また湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。</p>\r\n<p>こうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。</p>\r\n\r\n\r\n\r\n[/su_tab]\r\n\r\n[su_tab title=\"価格\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]価格を決める5つの要素[/su_heading]\r\n[/su_tab]\r\n\r\n[su_tab title=\"品質\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠とは?[/su_heading]\r\n[/su_tab]\r\n\r\n[su_tab title=\"花珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n[/su_tab]\r\n\r\n[su_tab title=\"記念日\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30周年は真珠婚[/su_heading]\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-10 16:55:49','2015-12-10 07:55:49','',38,'http://nagasaki.s198.coreserver.jp/?p=194',0,'revision','',0),(195,1,'2015-12-10 16:56:16','2015-12-10 07:56:16','<!-- tab-->\r\n[su_tabs][su_tab title=\"真珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\n<p>みなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?</p>\r\n<p>神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。</p>\r\n<p>現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。</p>\r\n<p>また長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。</p>\r\n<h3>真珠養殖に最高の条件を兼ね備えた大村湾</h3>\r\n<p>私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。</p>\r\n<p>その一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。</p>\r\n<p>「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。</p>\r\n<p>純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。</p>\r\n<p>海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。</p>\r\n<h3>夏のおてんば娘が冬にはしとやかな女性へ</h3>\r\n<p>真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。</p>\r\n<p>それが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。</p>\r\n<p>また湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。</p>\r\n<p>こうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。</p>\r\n\r\n\r\n\r\n[/su_tab]\r\n\r\n[su_tab title=\"価格\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]価格を決める5つの要素[/su_heading]\r\n[/su_tab]\r\n\r\n[su_tab title=\"品質\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠とは?[/su_heading]\r\n[/su_tab]\r\n\r\n[su_tab title=\"花珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n[/su_tab]\r\n\r\n[su_tab title=\"記念日\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30周年は真珠婚[/su_heading]\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-10 16:56:16','2015-12-10 07:56:16','',38,'http://nagasaki.s198.coreserver.jp/?p=195',0,'revision','',0),(196,1,'2015-12-10 16:59:45','2015-12-10 07:59:45','<!-- tab-->\r\n[su_tabs][su_tab title=\"真珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\nみなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?\r\n神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n\r\n[/su_tab]\r\n\r\n[su_tab title=\"価格\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]価格を決める5つの要素[/su_heading]\r\n[/su_tab]\r\n\r\n[su_tab title=\"品質\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠とは?[/su_heading]\r\n[/su_tab]\r\n\r\n[su_tab title=\"花珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n[/su_tab]\r\n\r\n[su_tab title=\"記念日\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30周年は真珠婚[/su_heading]\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-10 16:59:45','2015-12-10 07:59:45','',38,'http://nagasaki.s198.coreserver.jp/?p=196',0,'revision','',0),(197,1,'2015-12-10 17:06:09','2015-12-10 08:06:09','<!-- tab-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\nみなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?\r\n神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n\r\n[/su_tab]\r\n\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<h3>「かたち」</h3>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n<h3>「巻き」</h3>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n<h3>「テリ」</h3>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n<h3>「キズ」</h3>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n<h3> 「色」</h3>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n[su_tab title=\"品質\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠とは?[/su_heading]\r\n[/su_tab]\r\n\r\n[su_tab title=\"花珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n[/su_tab]\r\n\r\n[su_tab title=\"記念日\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30周年は真珠婚[/su_heading]\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-10 17:06:09','2015-12-10 08:06:09','',38,'http://nagasaki.s198.coreserver.jp/?p=197',0,'revision','',0),(198,1,'2015-12-10 17:08:40','2015-12-10 08:08:40','<!-- tab-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\nみなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?\r\n神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n\r\n[/su_tab]\r\n\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n[su_label size=\"16\"]外観[/su_label]\r\n<h3>「かたち」</h3>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n<h3>「巻き」</h3>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n<h3>「テリ」</h3>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n<h3>「キズ」</h3>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n<h3> 「色」</h3>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n[su_tab title=\"品質\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠とは?[/su_heading]\r\n[/su_tab]\r\n\r\n[su_tab title=\"花珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n[/su_tab]\r\n\r\n[su_tab title=\"記念日\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30周年は真珠婚[/su_heading]\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-10 17:08:40','2015-12-10 08:08:40','',38,'http://nagasaki.s198.coreserver.jp/?p=198',0,'revision','',0),(200,1,'2015-12-10 17:12:41','2015-12-10 08:12:41','<!-- tab-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\nみなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?\r\n神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n\r\n[/su_tab]\r\n\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<h3>「かたち」</h3>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n<h3>「巻き」</h3>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n<h3>「テリ」</h3>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n<h3>「キズ」</h3>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n<h3> 「色」</h3>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n[su_tab title=\"品質\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠とは?[/su_heading]\r\n[/su_tab]\r\n\r\n[su_tab title=\"花珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n[/su_tab]\r\n\r\n[su_tab title=\"記念日\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30周年は真珠婚[/su_heading]\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-10 17:12:41','2015-12-10 08:12:41','',38,'http://nagasaki.s198.coreserver.jp/?p=200',0,'revision','',0),(199,1,'2015-12-10 17:12:00','2015-12-10 08:12:00','<!-- tab-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\nみなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?\r\n神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n\r\n[/su_tab]\r\n\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n[su_label size=\"16\"]外観[/su_label]\r\n[su_dropcap style=\"simple\" size=\"5\"]か[/su_dropcap]たち\r\n<h3>「かたち」</h3>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n<h3>「巻き」</h3>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n<h3>「テリ」</h3>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n<h3>「キズ」</h3>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n<h3> 「色」</h3>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n[su_tab title=\"品質\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠とは?[/su_heading]\r\n[/su_tab]\r\n\r\n[su_tab title=\"花珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n[/su_tab]\r\n\r\n[su_tab title=\"記念日\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30周年は真珠婚[/su_heading]\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-10 17:12:00','2015-12-10 08:12:00','',38,'http://nagasaki.s198.coreserver.jp/?p=199',0,'revision','',0),(201,1,'2015-12-10 17:17:38','2015-12-10 08:17:38','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\nみなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?\r\n神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n<br />\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<h3>「かたち」</h3>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n<h3>「巻き」</h3>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n<h3>「テリ」</h3>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n<h3>「キズ」</h3>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n<h3> 「色」</h3>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"花珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"記念日\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30周年は真珠婚[/su_heading]\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-10 17:17:38','2015-12-10 08:17:38','',38,'http://nagasaki.s198.coreserver.jp/?p=201',0,'revision','',0),(202,1,'2015-12-10 17:19:05','2015-12-10 08:19:05','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\nみなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?\r\n神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n<br />\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<h3>「かたち」</h3>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n<h3>「巻き」</h3>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n<h3>「テリ」</h3>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n<h3>「キズ」</h3>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n<h3> 「色」</h3>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3> 市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig1.gif\" alt=\"\" title=\"fig1\" width=\"724\" height=\"900\" class=\"aligncenter size-full wp-image-111\" />\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"記念日\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30周年は真珠婚[/su_heading]\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-10 17:19:05','2015-12-10 08:19:05','',38,'http://nagasaki.s198.coreserver.jp/?p=202',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (203,1,'2015-12-10 17:22:52','2015-12-10 08:22:52','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\nみなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?\r\n神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n<br />\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<h3>「かたち」</h3>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n<h3>「巻き」</h3>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n<h3>「テリ」</h3>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n<h3>「キズ」</h3>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n<h3> 「色」</h3>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3> 市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig1.gif\" alt=\"\" title=\"fig1\" width=\"724\" height=\"900\" class=\"aligncenter size-full wp-image-111\" />\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3> その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-10 17:22:52','2015-12-10 08:22:52','',38,'http://nagasaki.s198.coreserver.jp/?p=203',0,'revision','',0),(204,1,'2015-12-10 17:50:08','2015-12-10 08:50:08','[[\"\\u4e09\\u30c4\\u661f\\u30d1\\u30fc\\u30eb\",\"\\u3042\\u3053\\u3084\\u672c\\u771f\\u73e0\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\",\"\\u30b0\\u30ec\\u30fc\\u30d1\\u30fc\\u30eb\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\"],[\"7.0mm\",\"57,750\\u5186\",\"57,750\\u5186\"],[\"7.5mm\",\"78,750\\u5186\",\"78,750\\u5186\"],[\"8.0mm\",\"105,000\\u5186\",\"105,000\\u5186\"],[\"8.5mm\",\"157,500\\u5186\",\"157,500\\u5186\"],[\"9.0mm\",\"262,500\\u5186\",\"262,500\\u5186\"]]','三ツ星パール ネックレス','WhitePink/GrayPearl','publish','closed','closed','','%e3%83%8d%e3%83%83%e3%82%af%e3%83%ac%e3%82%b9','','','2015-12-10 20:11:12','2015-12-10 11:11:12','',0,'http://nagasaki.s198.coreserver.jp/?post_type=tablepress_table&#038;p=204',0,'tablepress_table','application/json',0),(205,1,'2015-12-10 17:52:32','2015-12-10 08:52:32','[[\"\",\"\",\"\"],[\"\",\"\",\"\"],[\"\",\"\",\"\"],[\"\",\"\",\"\"],[\"\",\"\",\"\"],[\"\",\"\",\"\"]]','ネックレス','WhitePink/GrayPearl','inherit','closed','closed','','204-revision-v1','','','2015-12-10 17:52:32','2015-12-10 08:52:32','',204,'http://nagasaki.s198.coreserver.jp/?p=205',0,'revision','',0),(206,1,'2015-12-10 17:56:31','2015-12-10 08:56:31','[[\"\\u4e09\\u30c4\\u661f\\u30d1\\u30fc\\u30eb\",\"\\u3042\\u3053\\u3084\\u672c\\u771f\\u73e0\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\",\"\\u30b0\\u30ec\\u30fc\\u30d1\\u30fc\\u30eb\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\"],[\"7.0mm\",\"57,750\\u5186\",\"57,750\\u5186\"],[\"7.5mm\",\"78,750\\u5186\",\"78,750\\u5186\"],[\"8.0mm\",\"105,000\\u5186\",\"105,000\\u5186\"],[\"8.5mm\",\"157,500\\u5186\",\"157,500\\u5186\"],[\"9.0mm\",\"262,500\\u5186\",\"262,500\\u5186\"]]','ネックレス','WhitePink/GrayPearl','inherit','closed','closed','','204-revision-v1','','','2015-12-10 17:56:31','2015-12-10 08:56:31','',204,'http://nagasaki.s198.coreserver.jp/?p=206',0,'revision','',0),(207,1,'2015-12-10 17:56:57','2015-12-10 08:56:57','[[\"\\u4e09\\u30c4\\u661f\\u30d1\\u30fc\\u30eb\",\"\\u3042\\u3053\\u3084\\u672c\\u771f\\u73e0\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\",\"\\u30b0\\u30ec\\u30fc\\u30d1\\u30fc\\u30eb\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\"],[\"7.0mm\",\"57,750\\u5186\",\"57,750\\u5186\"],[\"7.5mm\",\"78,750\\u5186\",\"78,750\\u5186\"],[\"8.0mm\",\"105,000\\u5186\",\"105,000\\u5186\"],[\"8.5mm\",\"157,500\\u5186\",\"157,500\\u5186\"],[\"9.0mm\",\"262,500\\u5186\",\"262,500\\u5186\"]]','三ツ星パール ネックレス','WhitePink/GrayPearl','inherit','closed','closed','','204-revision-v1','','','2015-12-10 17:56:57','2015-12-10 08:56:57','',204,'http://nagasaki.s198.coreserver.jp/?p=207',0,'revision','',0),(208,1,'2015-12-10 17:57:20','2015-12-10 08:57:20','[[\"\\u4e8c\\u30c4\\u661f\\u30d1\\u30fc\\u30eb\",\"\\u3042\\u3053\\u3084\\u672c\\u771f\\u73e0\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\",\"\\u30b0\\u30ec\\u30fc\\u30d1\\u30fc\\u30eb\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\"],[\"7.0mm\",\"42,000\\u5186\",\"42,000\\u5186\"],[\"7.5mm\",\"52,500\\u5186\",\"52,500\\u5186\"],[\"8.0mm\",\"78,750\\u5186\",\"78,750\\u5186\"],[\"8.5mm\",\"115,500\\u5186\",\"115,500\\u5186\"],[\"9.0mm\",\"168,000\\u5186\",\"168,000\\u5186\"]]','二ツ星パール ネックレス','WhitePink/GrayPearl','publish','closed','closed','','%e4%b8%89%e3%83%84%e6%98%9f%e3%83%91%e3%83%bc%e3%83%ab%e3%80%80%e3%83%8d%e3%83%83%e3%82%af%e3%83%ac%e3%82%b9%e3%81%ae%e3%82%b3%e3%83%94%e3%83%bc','','','2015-12-10 19:17:36','2015-12-10 10:17:36','',0,'http://nagasaki.s198.coreserver.jp/?post_type=tablepress_table&#038;p=208',0,'tablepress_table','application/json',0),(209,1,'2015-12-10 17:59:15','2015-12-10 08:59:15','[[\"\\u4e8c\\u30c4\\u661f\\u30d1\\u30fc\\u30eb\",\"\\u3042\\u3053\\u3084\\u672c\\u771f\\u73e0\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\",\"\\u30b0\\u30ec\\u30fc\\u30d1\\u30fc\\u30eb\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\"],[\"7.0mm\",\"42,000\\u5186\",\"42,000\\u5186\"],[\"7.5mm\",\"52,500\\u5186\",\"52,500\\u5186\"],[\"8.0mm\",\"78,750\\u5186\",\"78,750\\u5186\"],[\"8.5mm\",\"115,500\\u5186\",\"115,500\\u5186\"],[\"9.0mm\",\"168,000\\u5186\",\"168,000\\u5186\"]]','二ツ星パール ネックレス','WhitePink/GrayPearl','inherit','closed','closed','','208-revision-v1','','','2015-12-10 17:59:15','2015-12-10 08:59:15','',208,'http://nagasaki.s198.coreserver.jp/?p=209',0,'revision','',0),(210,1,'2015-12-10 18:00:32','2015-12-10 09:00:32','[[\"\\u56db\\u30c4\\u661f\\u30d1\\u30fc\\u30eb\",\"\\u3042\\u3053\\u3084\\u672c\\u771f\\u73e0\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\",\"\\u30b0\\u30ec\\u30fc\\u30d1\\u30fc\\u30eb\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\"],[\"7.0mm\",\"78,750\\u5186\",\"78,750\\u5186\"],[\"7.5mm\",\"105,000\\u5186\",\"105,000\\u5186\"],[\"8.0mm\",\"147,000\\u5186\",\"147,000\\u5186\"],[\"8.5mm\",\"205,000\\u5186\",\"205,000\\u5186\"],[\"9.0mm\",\"341,250\\u5186\",\"341,250\\u5186\"]]','四ツ星パール ネックレス','WhitePink/GrayPearl','publish','closed','closed','','%e4%ba%8c%e3%83%84%e6%98%9f%e3%83%91%e3%83%bc%e3%83%ab%e3%80%80%e3%83%8d%e3%83%83%e3%82%af%e3%83%ac%e3%82%b9%e3%81%ae%e3%82%b3%e3%83%94%e3%83%bc','','','2015-12-10 19:17:48','2015-12-10 10:17:48','',0,'http://nagasaki.s198.coreserver.jp/?post_type=tablepress_table&#038;p=210',0,'tablepress_table','application/json',0),(211,1,'2015-12-10 18:02:25','2015-12-10 09:02:25','[[\"\\u56db\\u30c4\\u661f\\u30d1\\u30fc\\u30eb\",\"\\u3042\\u3053\\u3084\\u672c\\u771f\\u73e0\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\",\"\\u30b0\\u30ec\\u30fc\\u30d1\\u30fc\\u30eb\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\"],[\"7.0mm\",\"78,750\\u5186\",\"78,750\\u5186\"],[\"7.5mm\",\"105,000\\u5186\",\"105,000\\u5186\"],[\"8.0mm\",\"147,000\\u5186\",\"147,000\\u5186\"],[\"8.5mm\",\"205,000\\u5186\",\"205,000\\u5186\"],[\"9.0mm\",\"341,250\\u5186\",\"341,250\\u5186\"]]','四ツ星パール ネックレス','WhitePink/GrayPearl','inherit','closed','closed','','210-revision-v1','','','2015-12-10 18:02:25','2015-12-10 09:02:25','',210,'http://nagasaki.s198.coreserver.jp/?p=211',0,'revision','',0),(212,1,'2015-12-10 18:05:15','2015-12-10 09:05:15','[[\"\\u6e96\\u82b1\\u73e0\\u771f\\u73e0\",\"\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\",\"\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u30bb\\u30c3\\u30c8\"],[\"7.5mm\",\"99,800\\u5186\",\"112,800\\u5186\"],[\"8.0mm\",\"139,800\\u5186\",\"157,800\\u5186\"],[\"8.5mm\",\"189,800\\u5186\",\"217,800\\u5186\"],[\"9.0mm\",\"359,800\\u5186\",\"409,800\\u5186\"]]','準花珠真珠 ネックレス','WhitePink/GrayPearl','publish','closed','closed','','%e5%9b%9b%e3%83%84%e6%98%9f%e3%83%91%e3%83%bc%e3%83%ab%e3%80%80%e3%83%8d%e3%83%83%e3%82%af%e3%83%ac%e3%82%b9%e3%81%ae%e3%82%b3%e3%83%94%e3%83%bc','','','2015-12-10 20:13:28','2015-12-10 11:13:28','',0,'http://nagasaki.s198.coreserver.jp/?post_type=tablepress_table&#038;p=212',0,'tablepress_table','application/json',0),(236,1,'2015-12-10 20:13:28','2015-12-10 11:13:28','[[\"\\u6e96\\u82b1\\u73e0\\u771f\\u73e0\",\"\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\",\"\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u30bb\\u30c3\\u30c8\"],[\"7.5mm\",\"99,800\\u5186\",\"112,800\\u5186\"],[\"8.0mm\",\"139,800\\u5186\",\"157,800\\u5186\"],[\"8.5mm\",\"189,800\\u5186\",\"217,800\\u5186\"],[\"9.0mm\",\"359,800\\u5186\",\"409,800\\u5186\"]]','準花珠真珠 ネックレス','WhitePink/GrayPearl','inherit','closed','closed','','212-revision-v1','','','2015-12-10 20:13:28','2015-12-10 11:13:28','',212,'http://nagasaki.s198.coreserver.jp/?p=236',0,'revision','',0),(213,1,'2015-12-10 18:11:13','2015-12-10 09:11:13','[[\"\\u6e96\\u82b1\\u73e0\\u771f\\u73e0\",\"\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\",\"\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u30bb\\u30c3\\u30c8\\uff08\\u30a4\\u30e4\\u30ea\\u30f3\\u30b0\\u307e\\u305f\\u306f\\u30d4\\u30a2\\u30b9\\uff09\"],[\"7.5mm\",\"99,800\\u5186\",\"112,800\\u5186\"],[\"8.0mm\",\"139,800\\u5186\",\"157,800\\u5186\"],[\"8.5mm\",\"189,800\\u5186\",\"217,800\\u5186\"],[\"9.0mm\",\"359,800\\u5186\",\"409,800\\u5186\"]]','準花珠真珠 ネックレス','WhitePink/GrayPearl','inherit','closed','closed','','212-revision-v1','','','2015-12-10 18:11:13','2015-12-10 09:11:13','',212,'http://nagasaki.s198.coreserver.jp/?p=213',0,'revision','',0),(214,1,'2015-12-10 18:11:26','2015-12-10 09:11:26','[[\"\\u82b1\\u73e0\\u771f\\u73e0\",\"\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\",\"\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u30bb\\u30c3\\u30c8\"],[\"7.5mm\",\"139,800\\u5186\",\"159,800\\u5186\"],[\"8.0mm\",\"199,800\\u5186\",\"239,800\\u5186\"],[\"8.5mm\",\"249,800\\u5186\",\"299,800\\u5186\"],[\"9.0mm\",\"459,800\\u5186\",\"569,800\\u5186\"]]','花珠真珠 ネックレス','WhitePink/GrayPearl','publish','closed','closed','','%e6%ba%96%e8%8a%b1%e7%8f%a0%e7%9c%9f%e7%8f%a0%e3%80%80%e3%83%8d%e3%83%83%e3%82%af%e3%83%ac%e3%82%b9%e3%81%ae%e3%82%b3%e3%83%94%e3%83%bc','','','2015-12-10 20:13:55','2015-12-10 11:13:55','',0,'http://nagasaki.s198.coreserver.jp/?post_type=tablepress_table&#038;p=214',0,'tablepress_table','application/json',0),(237,1,'2015-12-10 20:13:55','2015-12-10 11:13:55','[[\"\\u82b1\\u73e0\\u771f\\u73e0\",\"\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\",\"\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u30bb\\u30c3\\u30c8\"],[\"7.5mm\",\"139,800\\u5186\",\"159,800\\u5186\"],[\"8.0mm\",\"199,800\\u5186\",\"239,800\\u5186\"],[\"8.5mm\",\"249,800\\u5186\",\"299,800\\u5186\"],[\"9.0mm\",\"459,800\\u5186\",\"569,800\\u5186\"]]','花珠真珠 ネックレス','WhitePink/GrayPearl','inherit','closed','closed','','214-revision-v1','','','2015-12-10 20:13:55','2015-12-10 11:13:55','',214,'http://nagasaki.s198.coreserver.jp/?p=237',0,'revision','',0),(215,1,'2015-12-10 18:13:44','2015-12-10 09:13:44','[[\"\\u82b1\\u73e0\\u771f\\u73e0\",\"\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\",\"\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u30bb\\u30c3\\u30c8\\uff08\\u30a4\\u30e4\\u30ea\\u30f3\\u30b0\\u307e\\u305f\\u306f\\u30d4\\u30a2\\u30b9\\uff09\"],[\"7.5mm\",\"139,800\\u5186\",\"159,800\\u5186\"],[\"8.0mm\",\"199,800\\u5186\",\"239,800\\u5186\"],[\"8.5mm\",\"249,800\\u5186\",\"299,800\\u5186\"],[\"9.0mm\",\"459,800\\u5186\",\"569,800\\u5186\"]]','花珠真珠 ネックレス','WhitePink/GrayPearl','inherit','closed','closed','','214-revision-v1','','','2015-12-10 18:13:44','2015-12-10 09:13:44','',214,'http://nagasaki.s198.coreserver.jp/?p=215',0,'revision','',0),(216,1,'2015-12-10 18:18:02','2015-12-10 09:18:02','[[\"\\u57fa\\u6e96\",\"\\u8a55\\u4fa1\\u8aac\\u660e\"],[\"\\uff11\\uff0e\\u5dfb\\u304d\",\"<img src=\\\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/uploads\\/kijun1.jpg\\\" alt=\\\"\\u5dfb\\u304d\\\" width=\\\"60%\\\" \\/>\\n<br>\\n\\u5dfb\\u304d\\u3068\\u306f\\u771f\\u73e0\\u306e\\u6838\\u3092\\u5dfb\\u3044\\u3066\\u3044\\u308b\\u771f\\u73e0\\u5c64\\u306e\\u539a\\u3055\\u3092\\u8868\\u3059\\u8a00\\u8449\\u3067\\u3059\\u3002\\u5dfb\\u304d\\u304c\\u539a\\u304f\\u3001\\u7dfb\\u5bc6\\u6027\\u3068\\u5747\\u4e00\\u6027\\u3092\\u6301\\u3063\\u3066\\u3044\\u308b\\u306e\\u304c\\u9ad8\\u54c1\\u8cea\\u306e\\u6761\\u4ef6\\u306b\\u306a\\u308a\\u307e\\u3059\\u3002\"],[\"\\uff12\\uff0e\\u304b\\u305f\\u3061\",\"<img src=\\\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/uploads\\/kijun2.jpg\\\" alt=\\\"\\u5f62\\\" width=\\\"60%\\\" \\/><br>\\n\\u771f\\u3093\\u4e38\\u306e\\u3044\\u308f\\u3086\\u308b\\u65b0\\u5186\\u771f\\u73e0\\u304c\\u6700\\u9ad8\\u3068\\u3055\\u308c\\u307e\\u3059\\u304c\\u3001 \\u7570\\u578b\\u771f\\u73e0\\uff08\\u30d0\\u30ed\\u30c3\\u30af\\u7389\\uff09\\u306a\\u3069\\u5909\\u5f62\\u306e\\u771f\\u73e0\\u3082\\u3042\\u308a\\u307e\\u3059\\u3002\\u597d\\u307f\\u3084\\u30d5\\u30a1\\u30c3\\u30b7\\u30e7\\u30f3\\u306b\\u5408\\u308f\\u305b\\u3066\\u9078\\u3073\\u307e\\u3057\\u3087\\u3046\\u3002\"],[\"\\uff13\\uff0e\\u30c6\\u30ea\\uff08\\u5149\\u6ca2\\uff09\",\"<img src=\\\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/uploads\\/kijun3.jpg\\\" alt=\\\"\\u5149\\u6ca2\\\" width=\\\"60%\\\" \\/>\\n<br>\\n\\u771f\\u73e0\\u5149\\u6ca2\\u771f\\u73e0\\u72ec\\u7279\\u306e\\u5149\\u6ca2\\u306f\\u3001\\u8868\\u9762\\u7684\\u306a\\u3082\\u306e\\u3067\\u306f\\u306a\\u304f\\u3001\\u5185\\u90e8\\u304b\\u3089\\u304f\\u308b\\u7167\\u308a\\u306b\\u3088\\u308b\\u3082\\u306e\\u3002\\u4e0a\\u304b\\u3089\\u898b\\u3066\\u5149\\u306e\\u8f2a\\u304c\\u307b\\u3093\\u306e\\u308a\\u3068\\u3042\\u308a\\u3001\\u91cd\\u539a\\u306a\\u611f\\u3058\\u304c\\u3059\\u308b\\u3082\\u306e\\u304c\\u826f\\u3044\\u3067\\u3057\\u3087\\u3046\\u3002\\u5149\\u6ca2\\uff08\\u30c6\\u30ea\\uff09\"],[\"\\uff14\\uff0e\\u304d\\u305a\",\"<img src=\\\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/uploads\\/kijun4.jpg\\\" alt=\\\"\\u50b7\\\" width=\\\"60%\\\" \\/>\\n<br>\\n\\u53b3\\u3057\\u3044\\u81ea\\u7136\\u306e\\u4e2d\\u3067\\u6210\\u9577\\u3057\\u3066\\u3044\\u304f\\u771f\\u73e0\\u306f\\u3001\\u307b\\u3068\\u3093\\u3069\\u304c\\u4f55\\u3089\\u304b\\u306e\\u30ad\\u30ba\\u3092\\u6301\\u3063\\u3066\\u3044\\u307e\\u3059\\u3002\\u50b7\\u306f\\u307b\\u3093\\u3082\\u306e\\u306e\\u771f\\u73e0\\u306e\\u8a3c\\u3067\\u3059\\u304c\\u3001\\u3053\\u306e\\u50b7\\u304c\\u5c11\\u306a\\u3044\\u307b\\u3069\\u5e0c\\u5c11\\u4fa1\\u5024\\u304c\\u52a0\\u308f\\u308a\\u8cb4\\u91cd\\u3068\\u3055\\u308c\\u307e\\u3059\\u3002\\u304d\\u305a\"]]','評価基準','評価基準','publish','closed','closed','','%e8%a9%95%e4%be%a1%e5%9f%ba%e6%ba%96','','','2017-09-08 13:23:10','2017-09-08 04:23:10','',0,'http://nagasaki.s198.coreserver.jp/?post_type=tablepress_table&#038;p=216',0,'tablepress_table','application/json',0),(217,1,'2015-12-10 18:25:41','2015-12-10 09:25:41','[[\"\\u57fa\\u6e96\",\"\\u8a55\\u4fa1\\u8aac\\u660e\",\"\\u661f\\u898b\\u8868\"],[\"\\uff11\\uff0e\\u5dfb\\u304d\",\"\\u5dfb\\u304d\\u3068\\u306f\\u771f\\u73e0\\u306e\\u6838\\u3092\\u5dfb\\u3044\\u3066\\u3044\\u308b\\u771f\\u73e0\\u5c64\\u306e\\u539a\\u3055\\u3092\\u8868\\u3059\\u8a00\\u8449\\u3067\\u3059\\u3002\\u5dfb\\u304d\\u304c\\u539a\\u304f\\u3001\\u7dfb\\u5bc6\\u6027\\u3068\\u5747\\u4e00\\u6027\\u3092\\u6301\\u3063\\u3066\\u3044\\u308b\\u306e\\u304c\\u9ad8\\u54c1\\u8cea\\u306e\\u6761\\u4ef6\\u306b\\u306a\\u308a\\u307e\\u3059\\u3002\",\"<img src=\\\"http:\\/\\/www.nagasaki-shinju.com\\/wp\\/wp-content\\/uploads\\/kijun_01.png\\\" alt=\\\"\\u5dfb\\u304d\\\" width=\\\"83\\\" \\/>\"],[\"\\uff12\\uff0e\\u304b\\u305f\\u3061\",\"\\u771f\\u3093\\u4e38\\u306e\\u3044\\u308f\\u3086\\u308b\\u65b0\\u5186\\u771f\\u73e0\\u304c\\u6700\\u9ad8\\u3068\\u3055\\u308c\\u307e\\u3059\\u304c\\u3001 \\u7570\\u578b\\u771f\\u73e0\\uff08\\u30d0\\u30ed\\u30c3\\u30af\\u7389\\uff09\\u306a\\u3069\\u5909\\u5f62\\u306e\\u771f\\u73e0\\u3082\\u3042\\u308a\\u307e\\u3059\\u3002\\u597d\\u307f\\u3084\\u30d5\\u30a1\\u30c3\\u30b7\\u30e7\\u30f3\\u306b\\u5408\\u308f\\u305b\\u3066\\u9078\\u3073\\u307e\\u3057\\u3087\\u3046\\u3002\",\"<img src=\\\"http:\\/\\/www.nagasaki-shinju.com\\/wp\\/wp-content\\/uploads\\/kijun_02.png\\\" alt=\\\"\\u5f62\\\" width=\\\"83\\\" \\/>\"],[\"\\uff13\\uff0e\\u30c6\\u30ea\\uff08\\u5149\\u6ca2\\uff09\",\"\\u771f\\u73e0\\u5149\\u6ca2\\u771f\\u73e0\\u72ec\\u7279\\u306e\\u5149\\u6ca2\\u306f\\u3001\\u8868\\u9762\\u7684\\u306a\\u3082\\u306e\\u3067\\u306f\\u306a\\u304f\\u3001\\u5185\\u90e8\\u304b\\u3089\\u304f\\u308b\\u7167\\u308a\\u306b\\u3088\\u308b\\u3082\\u306e\\u3002\\u4e0a\\u304b\\u3089\\u898b\\u3066\\u5149\\u306e\\u8f2a\\u304c\\u307b\\u3093\\u306e\\u308a\\u3068\\u3042\\u308a\\u3001\\u91cd\\u539a\\u306a\\u611f\\u3058\\u304c\\u3059\\u308b\\u3082\\u306e\\u304c\\u826f\\u3044\\u3067\\u3057\\u3087\\u3046\\u3002\\u5149\\u6ca2\\uff08\\u30c6\\u30ea\\uff09\",\"<img src=\\\"http:\\/\\/www.nagasaki-shinju.com\\/wp\\/wp-content\\/uploads\\/kijun3.jpg\\\" alt=\\\"\\u5149\\u6ca2\\\" width=\\\"98%\\\" \\/>\"],[\"\\uff14\\uff0e\\u304d\\u305a\",\"\\u53b3\\u3057\\u3044\\u81ea\\u7136\\u306e\\u4e2d\\u3067\\u6210\\u9577\\u3057\\u3066\\u3044\\u304f\\u771f\\u73e0\\u306f\\u3001\\u307b\\u3068\\u3093\\u3069\\u304c\\u4f55\\u3089\\u304b\\u306e\\u30ad\\u30ba\\u3092\\u6301\\u3063\\u3066\\u3044\\u307e\\u3059\\u3002\\u50b7\\u306f\\u307b\\u3093\\u3082\\u306e\\u306e\\u771f\\u73e0\\u306e\\u8a3c\\u3067\\u3059\\u304c\\u3001\\u3053\\u306e\\u50b7\\u304c\\u5c11\\u306a\\u3044\\u307b\\u3069\\u5e0c\\u5c11\\u4fa1\\u5024\\u304c\\u52a0\\u308f\\u308a\\u8cb4\\u91cd\\u3068\\u3055\\u308c\\u307e\\u3059\\u3002\\u304d\\u305a\",\"<img src=\\\"http:\\/\\/www.nagasaki-shinju.com\\/wp\\/wp-content\\/uploads\\/kijun_04.png\\\" alt=\\\"\\u50b7\\\" width=\\\"83\\\" \\/>\"]]','評価基準','評価基準','inherit','closed','closed','','216-revision-v1','','','2015-12-10 18:25:41','2015-12-10 09:25:41','',216,'http://nagasaki.s198.coreserver.jp/?p=217',0,'revision','',0),(218,1,'2015-12-10 18:28:23','2015-12-10 09:28:23','[table id=2 column_widths=”20%|40%|40%” responsive=\"phone\" /]\r\n[table id=1 column_widths=”20%|40%|40%” responsive=\"phone\" /]\r\n[table id=3 column_widths=”20%|40%|40%” responsive=\"phone\" /]\r\n[table id=4 column_widths=”20%|40%|40%” responsive=\"phone\" /]\r\n[table id=5 column_widths=”20%|40%|40%” responsive=\"phone\" /]\r\n\r\n[table id=6 responsive=\"phone\" /]\r\n\r\n\r\n','価格・サイズ一覧','','publish','closed','closed','','%e4%be%a1%e6%a0%bc%e4%b8%80%e8%a6%a7','','','2017-07-21 16:36:13','2017-07-21 07:36:13','',0,'http://nagasaki.s198.coreserver.jp/?page_id=218',0,'page','',0),(219,1,'2015-12-10 18:28:23','2015-12-10 09:28:23',' ','','','publish','closed','closed','','219','','','2017-09-26 16:02:59','2017-09-26 07:02:59','',0,'http://nagasaki.s198.coreserver.jp/?p=219',12,'nav_menu_item','',0),(220,1,'2015-12-10 18:28:23','2015-12-10 09:28:23','','価格一覧','','inherit','closed','closed','','218-revision-v1','','','2015-12-10 18:28:23','2015-12-10 09:28:23','',218,'http://nagasaki.s198.coreserver.jp/?p=220',0,'revision','',0),(221,1,'2015-12-10 18:29:01','2015-12-10 09:29:01','[table id=2 /]\r\n\r\n','価格一覧','','inherit','closed','closed','','218-revision-v1','','','2015-12-10 18:29:01','2015-12-10 09:29:01','',218,'http://nagasaki.s198.coreserver.jp/?p=221',0,'revision','',0),(222,1,'2015-12-10 18:29:40','2015-12-10 09:29:40','[table id=2 /]\r\n\r\n[table id=1 /]\r\n\r\n[table id=3 /]\r\n\r\n[table id=4 /]\r\n\r\n[table id=5 /]\r\n\r\n','価格一覧','','inherit','closed','closed','','218-revision-v1','','','2015-12-10 18:29:40','2015-12-10 09:29:40','',218,'http://nagasaki.s198.coreserver.jp/?p=222',0,'revision','',0),(223,1,'2015-12-10 19:19:14','2015-12-10 10:19:14','[table id=2 /]\r\n\r\n[table id=1 /]\r\n\r\n[table id=3 /]\r\n\r\n[table id=4 /]\r\n\r\n[table id=5 /]\r\n\r\n[table id=6 /]\r\n\r\n\r\n','価格一覧','','inherit','closed','closed','','218-revision-v1','','','2015-12-10 19:19:14','2015-12-10 10:19:14','',218,'http://nagasaki.s198.coreserver.jp/?p=223',0,'revision','',0),(224,1,'2015-12-10 19:23:01','2015-12-10 10:23:01','[[\"\\u57fa\\u6e96\",\"\\u8a55\\u4fa1\\u8aac\\u660e\",\"\\u661f\\u898b\\u8868\"],[\"\\uff11\\uff0e\\u5dfb\\u304d\",\"\\u5dfb\\u304d\\u3068\\u306f\\u771f\\u73e0\\u306e\\u6838\\u3092\\u5dfb\\u3044\\u3066\\u3044\\u308b\\u771f\\u73e0\\u5c64\\u306e\\u539a\\u3055\\u3092\\u8868\\u3059\\u8a00\\u8449\\u3067\\u3059\\u3002\\u5dfb\\u304d\\u304c\\u539a\\u304f\\u3001\\u7dfb\\u5bc6\\u6027\\u3068\\u5747\\u4e00\\u6027\\u3092\\u6301\\u3063\\u3066\\u3044\\u308b\\u306e\\u304c\\u9ad8\\u54c1\\u8cea\\u306e\\u6761\\u4ef6\\u306b\\u306a\\u308a\\u307e\\u3059\\u3002\",\"<img src=\\\"http:\\/\\/www.nagasaki-shinju.com\\/wp\\/wp-content\\/uploads\\/kijun1.jpg\\\" alt=\\\"\\u5dfb\\u304d\\\" width=\\\"100%\\\" \\/>\"],[\"\\uff12\\uff0e\\u304b\\u305f\\u3061\",\"\\u771f\\u3093\\u4e38\\u306e\\u3044\\u308f\\u3086\\u308b\\u65b0\\u5186\\u771f\\u73e0\\u304c\\u6700\\u9ad8\\u3068\\u3055\\u308c\\u307e\\u3059\\u304c\\u3001 \\u7570\\u578b\\u771f\\u73e0\\uff08\\u30d0\\u30ed\\u30c3\\u30af\\u7389\\uff09\\u306a\\u3069\\u5909\\u5f62\\u306e\\u771f\\u73e0\\u3082\\u3042\\u308a\\u307e\\u3059\\u3002\\u597d\\u307f\\u3084\\u30d5\\u30a1\\u30c3\\u30b7\\u30e7\\u30f3\\u306b\\u5408\\u308f\\u305b\\u3066\\u9078\\u3073\\u307e\\u3057\\u3087\\u3046\\u3002\",\"<img src=\\\"http:\\/\\/www.nagasaki-shinju.com\\/wp\\/wp-content\\/uploads\\/kijun2.jpg\\\" alt=\\\"\\u5f62\\\" width=\\\"98%\\\" \\/>\"],[\"\\uff13\\uff0e\\u30c6\\u30ea\\uff08\\u5149\\u6ca2\\uff09\",\"\\u771f\\u73e0\\u5149\\u6ca2\\u771f\\u73e0\\u72ec\\u7279\\u306e\\u5149\\u6ca2\\u306f\\u3001\\u8868\\u9762\\u7684\\u306a\\u3082\\u306e\\u3067\\u306f\\u306a\\u304f\\u3001\\u5185\\u90e8\\u304b\\u3089\\u304f\\u308b\\u7167\\u308a\\u306b\\u3088\\u308b\\u3082\\u306e\\u3002\\u4e0a\\u304b\\u3089\\u898b\\u3066\\u5149\\u306e\\u8f2a\\u304c\\u307b\\u3093\\u306e\\u308a\\u3068\\u3042\\u308a\\u3001\\u91cd\\u539a\\u306a\\u611f\\u3058\\u304c\\u3059\\u308b\\u3082\\u306e\\u304c\\u826f\\u3044\\u3067\\u3057\\u3087\\u3046\\u3002\\u5149\\u6ca2\\uff08\\u30c6\\u30ea\\uff09\",\"<img src=\\\"http:\\/\\/www.nagasaki-shinju.com\\/wp\\/wp-content\\/uploads\\/kijun3.jpg\\\" alt=\\\"\\u5149\\u6ca2\\\" width=\\\"98%\\\" \\/>\"],[\"\\uff14\\uff0e\\u304d\\u305a\",\"\\u53b3\\u3057\\u3044\\u81ea\\u7136\\u306e\\u4e2d\\u3067\\u6210\\u9577\\u3057\\u3066\\u3044\\u304f\\u771f\\u73e0\\u306f\\u3001\\u307b\\u3068\\u3093\\u3069\\u304c\\u4f55\\u3089\\u304b\\u306e\\u30ad\\u30ba\\u3092\\u6301\\u3063\\u3066\\u3044\\u307e\\u3059\\u3002\\u50b7\\u306f\\u307b\\u3093\\u3082\\u306e\\u306e\\u771f\\u73e0\\u306e\\u8a3c\\u3067\\u3059\\u304c\\u3001\\u3053\\u306e\\u50b7\\u304c\\u5c11\\u306a\\u3044\\u307b\\u3069\\u5e0c\\u5c11\\u4fa1\\u5024\\u304c\\u52a0\\u308f\\u308a\\u8cb4\\u91cd\\u3068\\u3055\\u308c\\u307e\\u3059\\u3002\\u304d\\u305a\",\"<img src=\\\"http:\\/\\/www.nagasaki-shinju.com\\/wp\\/wp-content\\/uploads\\/kijun4.jpg\\\" alt=\\\"\\u50b7\\\" width=\\\"98%\\\" \\/>\"]]','評価基準','評価基準','inherit','closed','closed','','216-revision-v1','','','2015-12-10 19:23:01','2015-12-10 10:23:01','',216,'http://nagasaki.s198.coreserver.jp/?p=224',0,'revision','',0),(225,1,'2015-12-10 19:24:52','2015-12-10 10:24:52','[[\"\\u57fa\\u6e96\",\"\\u8a55\\u4fa1\\u8aac\\u660e\"],[\"\\uff11\\uff0e\\u5dfb\\u304d\",\"<img src=\\\"http:\\/\\/www.nagasaki-shinju.com\\/wp\\/wp-content\\/uploads\\/kijun1.jpg\\\" alt=\\\"\\u5dfb\\u304d\\\" width=\\\"98%\\\" \\/>\\n<br>\\n\\u5dfb\\u304d\\u3068\\u306f\\u771f\\u73e0\\u306e\\u6838\\u3092\\u5dfb\\u3044\\u3066\\u3044\\u308b\\u771f\\u73e0\\u5c64\\u306e\\u539a\\u3055\\u3092\\u8868\\u3059\\u8a00\\u8449\\u3067\\u3059\\u3002\\u5dfb\\u304d\\u304c\\u539a\\u304f\\u3001\\u7dfb\\u5bc6\\u6027\\u3068\\u5747\\u4e00\\u6027\\u3092\\u6301\\u3063\\u3066\\u3044\\u308b\\u306e\\u304c\\u9ad8\\u54c1\\u8cea\\u306e\\u6761\\u4ef6\\u306b\\u306a\\u308a\\u307e\\u3059\\u3002\"],[\"\\uff12\\uff0e\\u304b\\u305f\\u3061\",\"<img src=\\\"http:\\/\\/www.nagasaki-shinju.com\\/wp\\/wp-content\\/uploads\\/kijun2.jpg\\\" alt=\\\"\\u5f62\\\" width=\\\"98%\\\" \\/><br>\\n\\u771f\\u3093\\u4e38\\u306e\\u3044\\u308f\\u3086\\u308b\\u65b0\\u5186\\u771f\\u73e0\\u304c\\u6700\\u9ad8\\u3068\\u3055\\u308c\\u307e\\u3059\\u304c\\u3001 \\u7570\\u578b\\u771f\\u73e0\\uff08\\u30d0\\u30ed\\u30c3\\u30af\\u7389\\uff09\\u306a\\u3069\\u5909\\u5f62\\u306e\\u771f\\u73e0\\u3082\\u3042\\u308a\\u307e\\u3059\\u3002\\u597d\\u307f\\u3084\\u30d5\\u30a1\\u30c3\\u30b7\\u30e7\\u30f3\\u306b\\u5408\\u308f\\u305b\\u3066\\u9078\\u3073\\u307e\\u3057\\u3087\\u3046\\u3002\"],[\"\\uff13\\uff0e\\u30c6\\u30ea\\uff08\\u5149\\u6ca2\\uff09\",\"<img src=\\\"http:\\/\\/www.nagasaki-shinju.com\\/wp\\/wp-content\\/uploads\\/kijun3.jpg\\\" alt=\\\"\\u5149\\u6ca2\\\" width=\\\"98%\\\" \\/>\\n<br>\\n\\u771f\\u73e0\\u5149\\u6ca2\\u771f\\u73e0\\u72ec\\u7279\\u306e\\u5149\\u6ca2\\u306f\\u3001\\u8868\\u9762\\u7684\\u306a\\u3082\\u306e\\u3067\\u306f\\u306a\\u304f\\u3001\\u5185\\u90e8\\u304b\\u3089\\u304f\\u308b\\u7167\\u308a\\u306b\\u3088\\u308b\\u3082\\u306e\\u3002\\u4e0a\\u304b\\u3089\\u898b\\u3066\\u5149\\u306e\\u8f2a\\u304c\\u307b\\u3093\\u306e\\u308a\\u3068\\u3042\\u308a\\u3001\\u91cd\\u539a\\u306a\\u611f\\u3058\\u304c\\u3059\\u308b\\u3082\\u306e\\u304c\\u826f\\u3044\\u3067\\u3057\\u3087\\u3046\\u3002\\u5149\\u6ca2\\uff08\\u30c6\\u30ea\\uff09\"],[\"\\uff14\\uff0e\\u304d\\u305a\",\"<img src=\\\"http:\\/\\/www.nagasaki-shinju.com\\/wp\\/wp-content\\/uploads\\/kijun4.jpg\\\" alt=\\\"\\u50b7\\\" width=\\\"98%\\\" \\/>\\n<br>\\n\\u53b3\\u3057\\u3044\\u81ea\\u7136\\u306e\\u4e2d\\u3067\\u6210\\u9577\\u3057\\u3066\\u3044\\u304f\\u771f\\u73e0\\u306f\\u3001\\u307b\\u3068\\u3093\\u3069\\u304c\\u4f55\\u3089\\u304b\\u306e\\u30ad\\u30ba\\u3092\\u6301\\u3063\\u3066\\u3044\\u307e\\u3059\\u3002\\u50b7\\u306f\\u307b\\u3093\\u3082\\u306e\\u306e\\u771f\\u73e0\\u306e\\u8a3c\\u3067\\u3059\\u304c\\u3001\\u3053\\u306e\\u50b7\\u304c\\u5c11\\u306a\\u3044\\u307b\\u3069\\u5e0c\\u5c11\\u4fa1\\u5024\\u304c\\u52a0\\u308f\\u308a\\u8cb4\\u91cd\\u3068\\u3055\\u308c\\u307e\\u3059\\u3002\\u304d\\u305a\"]]','評価基準','評価基準','inherit','closed','closed','','216-revision-v1','','','2015-12-10 19:24:52','2015-12-10 10:24:52','',216,'http://nagasaki.s198.coreserver.jp/?p=225',0,'revision','',0),(226,1,'2015-12-10 19:26:03','2015-12-10 10:26:03','[[\"\\u57fa\\u6e96\",\"\\u8a55\\u4fa1\\u8aac\\u660e\"],[\"\\uff11\\uff0e\\u5dfb\\u304d\",\"<img src=\\\"http:\\/\\/www.nagasaki-shinju.com\\/wp\\/wp-content\\/uploads\\/kijun1.jpg\\\" alt=\\\"\\u5dfb\\u304d\\\" width=\\\"80%\\\" \\/>\\n<br>\\n\\u5dfb\\u304d\\u3068\\u306f\\u771f\\u73e0\\u306e\\u6838\\u3092\\u5dfb\\u3044\\u3066\\u3044\\u308b\\u771f\\u73e0\\u5c64\\u306e\\u539a\\u3055\\u3092\\u8868\\u3059\\u8a00\\u8449\\u3067\\u3059\\u3002\\u5dfb\\u304d\\u304c\\u539a\\u304f\\u3001\\u7dfb\\u5bc6\\u6027\\u3068\\u5747\\u4e00\\u6027\\u3092\\u6301\\u3063\\u3066\\u3044\\u308b\\u306e\\u304c\\u9ad8\\u54c1\\u8cea\\u306e\\u6761\\u4ef6\\u306b\\u306a\\u308a\\u307e\\u3059\\u3002\"],[\"\\uff12\\uff0e\\u304b\\u305f\\u3061\",\"<img src=\\\"http:\\/\\/www.nagasaki-shinju.com\\/wp\\/wp-content\\/uploads\\/kijun2.jpg\\\" alt=\\\"\\u5f62\\\" width=\\\"80%\\\" \\/><br>\\n\\u771f\\u3093\\u4e38\\u306e\\u3044\\u308f\\u3086\\u308b\\u65b0\\u5186\\u771f\\u73e0\\u304c\\u6700\\u9ad8\\u3068\\u3055\\u308c\\u307e\\u3059\\u304c\\u3001 \\u7570\\u578b\\u771f\\u73e0\\uff08\\u30d0\\u30ed\\u30c3\\u30af\\u7389\\uff09\\u306a\\u3069\\u5909\\u5f62\\u306e\\u771f\\u73e0\\u3082\\u3042\\u308a\\u307e\\u3059\\u3002\\u597d\\u307f\\u3084\\u30d5\\u30a1\\u30c3\\u30b7\\u30e7\\u30f3\\u306b\\u5408\\u308f\\u305b\\u3066\\u9078\\u3073\\u307e\\u3057\\u3087\\u3046\\u3002\"],[\"\\uff13\\uff0e\\u30c6\\u30ea\\uff08\\u5149\\u6ca2\\uff09\",\"<img src=\\\"http:\\/\\/www.nagasaki-shinju.com\\/wp\\/wp-content\\/uploads\\/kijun3.jpg\\\" alt=\\\"\\u5149\\u6ca2\\\" width=\\\"80%\\\" \\/>\\n<br>\\n\\u771f\\u73e0\\u5149\\u6ca2\\u771f\\u73e0\\u72ec\\u7279\\u306e\\u5149\\u6ca2\\u306f\\u3001\\u8868\\u9762\\u7684\\u306a\\u3082\\u306e\\u3067\\u306f\\u306a\\u304f\\u3001\\u5185\\u90e8\\u304b\\u3089\\u304f\\u308b\\u7167\\u308a\\u306b\\u3088\\u308b\\u3082\\u306e\\u3002\\u4e0a\\u304b\\u3089\\u898b\\u3066\\u5149\\u306e\\u8f2a\\u304c\\u307b\\u3093\\u306e\\u308a\\u3068\\u3042\\u308a\\u3001\\u91cd\\u539a\\u306a\\u611f\\u3058\\u304c\\u3059\\u308b\\u3082\\u306e\\u304c\\u826f\\u3044\\u3067\\u3057\\u3087\\u3046\\u3002\\u5149\\u6ca2\\uff08\\u30c6\\u30ea\\uff09\"],[\"\\uff14\\uff0e\\u304d\\u305a\",\"<img src=\\\"http:\\/\\/www.nagasaki-shinju.com\\/wp\\/wp-content\\/uploads\\/kijun4.jpg\\\" alt=\\\"\\u50b7\\\" width=\\\"80%\\\" \\/>\\n<br>\\n\\u53b3\\u3057\\u3044\\u81ea\\u7136\\u306e\\u4e2d\\u3067\\u6210\\u9577\\u3057\\u3066\\u3044\\u304f\\u771f\\u73e0\\u306f\\u3001\\u307b\\u3068\\u3093\\u3069\\u304c\\u4f55\\u3089\\u304b\\u306e\\u30ad\\u30ba\\u3092\\u6301\\u3063\\u3066\\u3044\\u307e\\u3059\\u3002\\u50b7\\u306f\\u307b\\u3093\\u3082\\u306e\\u306e\\u771f\\u73e0\\u306e\\u8a3c\\u3067\\u3059\\u304c\\u3001\\u3053\\u306e\\u50b7\\u304c\\u5c11\\u306a\\u3044\\u307b\\u3069\\u5e0c\\u5c11\\u4fa1\\u5024\\u304c\\u52a0\\u308f\\u308a\\u8cb4\\u91cd\\u3068\\u3055\\u308c\\u307e\\u3059\\u3002\\u304d\\u305a\"]]','評価基準','評価基準','inherit','closed','closed','','216-revision-v1','','','2015-12-10 19:26:03','2015-12-10 10:26:03','',216,'http://nagasaki.s198.coreserver.jp/?p=226',0,'revision','',0),(227,1,'2015-12-10 19:27:21','2015-12-10 10:27:21','[[\"\\u57fa\\u6e96\",\"\\u8a55\\u4fa1\\u8aac\\u660e\"],[\"\\uff11\\uff0e\\u5dfb\\u304d\",\"<img src=\\\"http:\\/\\/www.nagasaki-shinju.com\\/wp\\/wp-content\\/uploads\\/kijun1.jpg\\\" alt=\\\"\\u5dfb\\u304d\\\" width=\\\"60%\\\" \\/>\\n<br>\\n\\u5dfb\\u304d\\u3068\\u306f\\u771f\\u73e0\\u306e\\u6838\\u3092\\u5dfb\\u3044\\u3066\\u3044\\u308b\\u771f\\u73e0\\u5c64\\u306e\\u539a\\u3055\\u3092\\u8868\\u3059\\u8a00\\u8449\\u3067\\u3059\\u3002\\u5dfb\\u304d\\u304c\\u539a\\u304f\\u3001\\u7dfb\\u5bc6\\u6027\\u3068\\u5747\\u4e00\\u6027\\u3092\\u6301\\u3063\\u3066\\u3044\\u308b\\u306e\\u304c\\u9ad8\\u54c1\\u8cea\\u306e\\u6761\\u4ef6\\u306b\\u306a\\u308a\\u307e\\u3059\\u3002\"],[\"\\uff12\\uff0e\\u304b\\u305f\\u3061\",\"<img src=\\\"http:\\/\\/www.nagasaki-shinju.com\\/wp\\/wp-content\\/uploads\\/kijun2.jpg\\\" alt=\\\"\\u5f62\\\" width=\\\"60%\\\" \\/><br>\\n\\u771f\\u3093\\u4e38\\u306e\\u3044\\u308f\\u3086\\u308b\\u65b0\\u5186\\u771f\\u73e0\\u304c\\u6700\\u9ad8\\u3068\\u3055\\u308c\\u307e\\u3059\\u304c\\u3001 \\u7570\\u578b\\u771f\\u73e0\\uff08\\u30d0\\u30ed\\u30c3\\u30af\\u7389\\uff09\\u306a\\u3069\\u5909\\u5f62\\u306e\\u771f\\u73e0\\u3082\\u3042\\u308a\\u307e\\u3059\\u3002\\u597d\\u307f\\u3084\\u30d5\\u30a1\\u30c3\\u30b7\\u30e7\\u30f3\\u306b\\u5408\\u308f\\u305b\\u3066\\u9078\\u3073\\u307e\\u3057\\u3087\\u3046\\u3002\"],[\"\\uff13\\uff0e\\u30c6\\u30ea\\uff08\\u5149\\u6ca2\\uff09\",\"<img src=\\\"http:\\/\\/www.nagasaki-shinju.com\\/wp\\/wp-content\\/uploads\\/kijun3.jpg\\\" alt=\\\"\\u5149\\u6ca2\\\" width=\\\"60%\\\" \\/>\\n<br>\\n\\u771f\\u73e0\\u5149\\u6ca2\\u771f\\u73e0\\u72ec\\u7279\\u306e\\u5149\\u6ca2\\u306f\\u3001\\u8868\\u9762\\u7684\\u306a\\u3082\\u306e\\u3067\\u306f\\u306a\\u304f\\u3001\\u5185\\u90e8\\u304b\\u3089\\u304f\\u308b\\u7167\\u308a\\u306b\\u3088\\u308b\\u3082\\u306e\\u3002\\u4e0a\\u304b\\u3089\\u898b\\u3066\\u5149\\u306e\\u8f2a\\u304c\\u307b\\u3093\\u306e\\u308a\\u3068\\u3042\\u308a\\u3001\\u91cd\\u539a\\u306a\\u611f\\u3058\\u304c\\u3059\\u308b\\u3082\\u306e\\u304c\\u826f\\u3044\\u3067\\u3057\\u3087\\u3046\\u3002\\u5149\\u6ca2\\uff08\\u30c6\\u30ea\\uff09\"],[\"\\uff14\\uff0e\\u304d\\u305a\",\"<img src=\\\"http:\\/\\/www.nagasaki-shinju.com\\/wp\\/wp-content\\/uploads\\/kijun4.jpg\\\" alt=\\\"\\u50b7\\\" width=\\\"60%\\\" \\/>\\n<br>\\n\\u53b3\\u3057\\u3044\\u81ea\\u7136\\u306e\\u4e2d\\u3067\\u6210\\u9577\\u3057\\u3066\\u3044\\u304f\\u771f\\u73e0\\u306f\\u3001\\u307b\\u3068\\u3093\\u3069\\u304c\\u4f55\\u3089\\u304b\\u306e\\u30ad\\u30ba\\u3092\\u6301\\u3063\\u3066\\u3044\\u307e\\u3059\\u3002\\u50b7\\u306f\\u307b\\u3093\\u3082\\u306e\\u306e\\u771f\\u73e0\\u306e\\u8a3c\\u3067\\u3059\\u304c\\u3001\\u3053\\u306e\\u50b7\\u304c\\u5c11\\u306a\\u3044\\u307b\\u3069\\u5e0c\\u5c11\\u4fa1\\u5024\\u304c\\u52a0\\u308f\\u308a\\u8cb4\\u91cd\\u3068\\u3055\\u308c\\u307e\\u3059\\u3002\\u304d\\u305a\"]]','評価基準','評価基準','inherit','closed','closed','','216-revision-v1','','','2015-12-10 19:27:21','2015-12-10 10:27:21','',216,'http://nagasaki.s198.coreserver.jp/?p=227',0,'revision','',0),(228,1,'2015-12-10 19:27:58','2015-12-10 10:27:58','[table id=2 /][table id=1 /]\r\n\r\n[table id=3 /]\r\n\r\n[table id=4 /]\r\n\r\n[table id=5 /]\r\n\r\n[table id=6 /]\r\n\r\n\r\n','価格一覧','','inherit','closed','closed','','218-revision-v1','','','2015-12-10 19:27:58','2015-12-10 10:27:58','',218,'http://nagasaki.s198.coreserver.jp/?p=228',0,'revision','',0),(230,1,'2015-12-10 19:35:18','2015-12-10 10:35:18','[table id=2 responsive=\"phone\" /]\r\n[table id=1 responsive=\"phone\" /]\r\n\r\n[table id=3 responsive=\"phone\" /]\r\n\r\n[table id=4 responsive=\"phone\" /]\r\n\r\n[table id=5 responsive=\"phone\" /]\r\n\r\n[table id=6 responsive=\"phone\" /]\r\n\r\n\r\n','価格一覧','','inherit','closed','closed','','218-revision-v1','','','2015-12-10 19:35:18','2015-12-10 10:35:18','',218,'http://nagasaki.s198.coreserver.jp/?p=230',0,'revision','',0),(231,1,'2015-12-10 19:38:52','2015-12-10 10:38:52','[table id=2 column_widths=”20%|40%|40%” responsive=\"phone\" /]\r\n[table id=1 responsive=\"phone\" /]\r\n\r\n[table id=3 responsive=\"phone\" /]\r\n\r\n[table id=4 responsive=\"phone\" /]\r\n\r\n[table id=5 responsive=\"phone\" /]\r\n\r\n[table id=6 responsive=\"phone\" /]\r\n\r\n\r\n','価格一覧','','inherit','closed','closed','','218-revision-v1','','','2015-12-10 19:38:52','2015-12-10 10:38:52','',218,'http://nagasaki.s198.coreserver.jp/?p=231',0,'revision','',0),(232,1,'2015-12-10 19:40:14','2015-12-10 10:40:14','[table id=2 column_widths=”20%|40%|40%” responsive=\"phone\" /]\r\n[table id=1 column_widths=”20%|40%|40%” responsive=\"phone\" /]\r\n[table id=3 column_widths=”20%|40%|40%” responsive=\"phone\" /]\r\n[table id=4 column_widths=”20%|40%|40%” responsive=\"phone\" /]\r\n[table id=5 column_widths=”20%|40%|40%” responsive=\"phone\" /]\r\n\r\n[table id=6 responsive=\"phone\" /]\r\n\r\n\r\n','価格一覧','','inherit','closed','closed','','218-revision-v1','','','2015-12-10 19:40:14','2015-12-10 10:40:14','',218,'http://nagasaki.s198.coreserver.jp/?p=232',0,'revision','',0),(234,1,'2015-12-10 20:11:12','2015-12-10 11:11:12','[[\"\\u4e09\\u30c4\\u661f\\u30d1\\u30fc\\u30eb\",\"\\u3042\\u3053\\u3084\\u672c\\u771f\\u73e0\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\",\"\\u30b0\\u30ec\\u30fc\\u30d1\\u30fc\\u30eb\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\"],[\"7.0mm\",\"57,750\\u5186\",\"57,750\\u5186\"],[\"7.5mm\",\"78,750\\u5186\",\"78,750\\u5186\"],[\"8.0mm\",\"105,000\\u5186\",\"105,000\\u5186\"],[\"8.5mm\",\"157,500\\u5186\",\"157,500\\u5186\"],[\"9.0mm\",\"262,500\\u5186\",\"262,500\\u5186\"]]','三ツ星パール ネックレス','WhitePink/GrayPearl','inherit','closed','closed','','204-revision-v1','','','2015-12-10 20:11:12','2015-12-10 11:11:12','',204,'http://nagasaki.s198.coreserver.jp/?p=234',0,'revision','',0),(233,1,'2015-12-10 20:10:32','2015-12-10 11:10:32','[[\"\\u4e09\\u30c4\\u661f\\u30d1\\u30fc\\u30eb\",\"\\u3042\\u3053\\u3084\\u672c\\u771f\\u73e0\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\",\"\\u30b0\\u30ec\\u30fc\\u30d1\\u30fc\\u30eb\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\"],[\"<img src=\\\"http:\\/\\/www.nagasaki-shinju.com\\/wp\\/wp-content\\/uploads\\/shou-maru.png\\\" width=\\\"25\\\" style=\\\"vertical-align: top;\\\" \\/>7.0mm\",\"57,750\\u5186\",\"57,750\\u5186\"],[\"7.5mm\",\"78,750\\u5186\",\"78,750\\u5186\"],[\"8.0mm\",\"105,000\\u5186\",\"105,000\\u5186\"],[\"8.5mm\",\"157,500\\u5186\",\"157,500\\u5186\"],[\"9.0mm\",\"262,500\\u5186\",\"262,500\\u5186\"]]','三ツ星パール ネックレス','WhitePink/GrayPearl','inherit','closed','closed','','204-revision-v1','','','2015-12-10 20:10:32','2015-12-10 11:10:32','',204,'http://nagasaki.s198.coreserver.jp/?p=233',0,'revision','',0),(235,1,'2015-12-10 20:12:23','2015-12-10 11:12:23','[table id=2 column_widths=”20%|40%|40%” responsive=\"phone\" /]\r\n[table id=1 column_widths=”20%|40%|40%” responsive=\"phone\" /]\r\n[table id=3 column_widths=”20%|40%|40%” responsive=\"phone\" /]\r\n[table id=4 column_widths=”20%|40%|40%” responsive=\"phone\" /]\r\n[table id=5 column_widths=”20%|40%|40%” responsive=\"phone\" /]\r\n\r\n[table id=6 responsive=\"phone\" /]\r\n\r\n\r\n','価格・サイズ一覧','','inherit','closed','closed','','218-revision-v1','','','2015-12-10 20:12:23','2015-12-10 11:12:23','',218,'http://nagasaki.s198.coreserver.jp/?p=235',0,'revision','',0),(238,1,'2017-05-25 09:37:47','2017-05-25 00:37:47','<span style=\"color: #505050;\">真珠に関することならどんなことでも承ります。お気軽に下記よりお問い合せください。&nbsp;</span>\r\n\r\n<span style=\"color: #42210b; font-size: 24px;\"><strong>お問い合わせ</strong></span>\r\n\r\n<span style=\"color: #42210b;\">[contact-form-7 id=\"9\" title=\"お問い合わせ\"]</span>\r\n\r\n<span style=\"color: #505050;\">【個人情報のお取扱いについて】</span>\r\n<span style=\"font-size: small; color: #505050;\">ご入力いただきました個人情報は、お問い合わせに対する回答および、より良い製品・サービスをご提案させていただく目的にのみ利用させていただきます。</span>','お問い合わせ','','inherit','closed','closed','','11-autosave-v1','','','2017-05-25 09:37:47','2017-05-25 00:37:47','',11,'http://nagasaki.s198.coreserver.jp/?p=238',0,'revision','',0),(240,1,'2015-12-11 08:39:30','2015-12-10 23:39:30','<p><span style=\"color: #505050;\">真珠に関することならどんなことでも承ります。お気軽に下記よりお問い合せください。 </span></p>\r\n<p><span style=\"color: #42210b; font-size: 24px;\"><strong>お問い合わせ</strong></span></p>\r\n<p><span style=\"color: #42210b;\">[contact-form-7 id=\"9\" title=\"お問い合わせ\"]</span></p>\r\n\r\n<p><span style=\"color: #505050;\">【個人情報のお取扱いについて】</span><br /><span style=\"font-size: small; color: #505050;\">ご入力いただきました個人情報は、お問い合わせに対する回答および、より良い製品・サービスをご提案させていただく目的にのみ利用させていただきます。</span></p>','お問い合わせ','','inherit','closed','closed','','11-revision-v1','','','2015-12-11 08:39:30','2015-12-10 23:39:30','',11,'http://nagasaki.s198.coreserver.jp/?p=240',0,'revision','',0),(244,1,'2015-12-11 10:32:03','2015-12-11 01:32:03','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n<span class=\"so_midasi\">真珠発祥の地</span>\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\nみなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?\r\n神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n<br />\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<h3>「かたち」</h3>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n<h3>「巻き」</h3>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n<h3>「テリ」</h3>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n<h3>「キズ」</h3>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n<h3> 「色」</h3>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3> 市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig1.gif\" alt=\"\" title=\"fig1\" width=\"724\" height=\"900\" class=\"aligncenter size-full wp-image-111\" />\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3> その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-11 10:32:03','2015-12-11 01:32:03','',38,'http://nagasaki.s198.coreserver.jp/?p=244',0,'revision','',0),(243,1,'2015-12-11 10:31:27','2015-12-11 01:31:27','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"<span class=\"so_midasi\">真珠発祥の地</span>\"]<span class=\"so_midasi\">真珠発祥の地</span>\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\nみなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?\r\n神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n<br />\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<h3>「かたち」</h3>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n<h3>「巻き」</h3>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n<h3>「テリ」</h3>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n<h3>「キズ」</h3>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n<h3> 「色」</h3>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3> 市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig1.gif\" alt=\"\" title=\"fig1\" width=\"724\" height=\"900\" class=\"aligncenter size-full wp-image-111\" />\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3> その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-11 10:31:27','2015-12-11 01:31:27','',38,'http://nagasaki.s198.coreserver.jp/?p=243',0,'revision','',0),(245,1,'2015-12-11 10:33:46','2015-12-11 01:33:46','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\nみなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?\r\n神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n<br />\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\">かたち</span><h3>「かたち」</h3>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n<h3>「巻き」</h3>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n<h3>「テリ」</h3>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n<h3>「キズ」</h3>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n<h3> 「色」</h3>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3> 市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig1.gif\" alt=\"\" title=\"fig1\" width=\"724\" height=\"900\" class=\"aligncenter size-full wp-image-111\" />\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3> その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-11 10:33:46','2015-12-11 01:33:46','',38,'http://nagasaki.s198.coreserver.jp/?p=245',0,'revision','',0),(246,1,'2015-12-11 10:35:49','2015-12-11 01:35:49','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\nみなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?\r\n神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n<br />\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\">かたち</span>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n\r\n<span class=\"so_midasi\">巻き</span>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n\r\n<span class=\"so_midasi\">テリ</span>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n<span class=\"so_midasi\">キズ</span>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n\r\n<span class=\"so_midasi\">色</span>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\n<span class=\"so_midasi\">サイズ</span>\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3> 市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig1.gif\" alt=\"\" title=\"fig1\" width=\"724\" height=\"900\" class=\"aligncenter size-full wp-image-111\" />\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3> その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2015-12-11 10:35:49','2015-12-11 01:35:49','',38,'http://nagasaki.s198.coreserver.jp/?p=246',0,'revision','',0),(445,1,'2015-12-21 16:59:46','2015-12-21 07:59:46','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"花珠輝く\" width=\"100%\" />\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hanatama1.jpg\" alt=\"花珠パール\" width=\"100%\" />\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun5.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n<!-- サイズ価格-->\r\n[table id=5 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-21 16:59:46','2015-12-21 07:59:46','',28,'http://nagasaki.s198.coreserver.jp/?p=445',0,'revision','',0),(356,1,'2015-12-14 16:56:53','2015-12-14 07:56:53','<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"花珠見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hanatama1.jpg\" alt=\"花珠パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun5.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n<!-- サイズ価格-->\r\n[table id=5 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\">\r\n\r\n</div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-14 16:56:53','2015-12-14 07:56:53','',28,'http://nagasaki.s198.coreserver.jp/?p=356',0,'revision','',0),(351,1,'2015-12-14 16:45:47','2015-12-14 07:45:47','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann16.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]あこや真珠はなぜ美しいのでしょう。[/su_heading]\r\n世界中の女性にとって永遠の憧れの存在であり続ける真珠。\r\n世界の養殖真珠の原点といわれる日本のあこや真珠は、ほかの真珠に比べて真円に近い球体の物が多く、特に色やテリが美しいと言われています。母貝/アコヤ貝・採取地/長崎・サイズ/約2mm~10mm・形/ラウンド・セミラウンド・セミバロック・バロック・色/ホワイト・クリーム・ピンク・イエロー・グレー・グリーンなどがあります。\r\nネックレスは選別された真珠の両サイドから孔を開けていき中心で貫通。連台と呼ばれる専用台を使用して真珠の連組みし、連相(サイズ・色・テリ)といわれる見た目の印象を整えていきます。連組みが終わったものは糸通しをした状態で保存。デザインが決まるとネックレスに加工していきます。\r\nあこや真珠や花珠真珠は冠婚葬祭の定番。スタイリッシュな雰囲気のタヒチ黒蝶真珠、華やかな胸元を演出する南洋真珠ネックレス、可愛らしく普段使いしやすい淡水パールネックレスなどがあります。服装やシーンに合わせて使い分ける方も多くいらっしゃいます。\r\n\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi41.jpg\" alt=\"四つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-14 16:45:47','2015-12-14 07:45:47','',101,'http://nagasaki.s198.coreserver.jp/?p=351',0,'revision','',0),(347,1,'2015-12-14 16:41:30','2015-12-14 07:41:30','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann16.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]あこや真珠はなぜ美しいのでしょう。[/su_heading]\r\n世界中の女性にとって永遠の憧れの存在であり続ける真珠。\r\n世界の養殖真珠の原点といわれる日本のあこや真珠は、ほかの真珠に比べて真円に近い球体の物が多く、特に色やテリが美しいと言われています。母貝/アコヤ貝・採取地/長崎・サイズ/約2mm~10mm・形/ラウンド・セミラウンド・セミバロック・バロック・色/ホワイト・クリーム・ピンク・イエロー・グレー・グリーンなどがあります。\r\nネックレスは選別された真珠の両サイドから孔を開けていき中心で貫通。連台と呼ばれる専用台を使用して真珠の連組みし、連相(サイズ・色・テリ)といわれる見た目の印象を整えていきます。連組みが終わったものは糸通しをした状態で保存。デザインが決まるとネックレスに加工していきます。\r\nあこや真珠や花珠真珠は冠婚葬祭の定番。スタイリッシュな雰囲気のタヒチ黒蝶真珠、華やかな胸元を演出する南洋真珠ネックレス、可愛らしく普段使いしやすい淡水パールネックレスなどがあります。服装やシーンに合わせて使い分ける方も多くいらっしゃいます。\r\n\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/hoshi41.jpg\" alt=\"四つ星パール\" width=\"100%\" />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-14 16:41:30','2015-12-14 07:41:30','',101,'http://nagasaki.s198.coreserver.jp/?p=347',0,'revision','',0),(346,1,'2015-12-12 19:01:20','2015-12-12 10:01:20','<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"花珠見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"50%\" />\r\n<br />\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun5.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n<!-- サイズ価格-->\r\n[table id=5 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\">\r\n\r\n</div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-12 19:01:20','2015-12-12 10:01:20','',28,'http://nagasaki.s198.coreserver.jp/?p=346',0,'revision','',0),(300,1,'2015-12-12 11:48:13','2015-12-12 02:48:13','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<br />\r\n<!-- 花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"花珠見出し\" width=\"50%\" />\r\n<br />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun5.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n<!-- サイズ価格-->\r\n[table id=5 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\">\r\n\r\n</div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-12 11:48:13','2015-12-12 02:48:13','',28,'http://nagasaki.s198.coreserver.jp/?p=300',0,'revision','',0),(280,1,'2015-12-11 17:21:03','2015-12-11 08:21:03','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<br />\r\n<!-- 花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"100%\" />\r\n<br />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun5.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n<!-- サイズ価格-->\r\n[table id=5 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\">\r\n\r\n</div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 17:21:03','2015-12-11 08:21:03','',28,'http://nagasaki.s198.coreserver.jp/?p=280',0,'revision','',0),(260,1,'2015-12-11 16:09:30','2015-12-11 07:09:30','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- 花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"600\" /> <img style=\"float: left;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi5-hyo.png\" alt=\"花珠星見表\" width=\"380\" />\r\n\r\n[table id=6 /]\r\n\r\n<!-- 真珠評価基準表-->\r\n<div style=\"clear: both; padding-top: 30px;\">\r\n<table style=\"width: 100%; border: 1px solid #555; padding: 10px; font-size: 14px;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<thead>\r\n<tr>\r\n<td style=\"border: 0;\" colspan=\"4\"><img style=\"margin-bottom: 10px;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_title.jpg\" alt=\"真珠評価基準\" width=\"197\" height=\"27\" /></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_01.png\" alt=\"巻き\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 10px 0 0; border: 0;\">巻きとは真珠の核を巻いている真珠層の厚さを表す言葉です。巻きが厚く、緻密性と均一性を持っているのが高品質の条件になります。</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0px; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_02.png\" alt=\"形\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 0 0 0; border: 0;\">真ん丸のいわゆる新円真珠が最高とされますが、 異型真珠(バロック玉)など変形の真珠もあります。好みやファッションに合わせて選びましょう。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-left: 0; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun1.jpg\" alt=\"巻き\" width=\"100%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun2.jpg\" alt=\"形\" width=\"98%\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_03.png\" alt=\"光沢\" width=\"83\" /></td>\r\n<td style=\"border: 0; padding: 10px 10px 0 0;\">真珠光沢真珠独特の光沢は、表面的なものではなく、内部からくる照りによるもの。上から見て光の輪がほんのりとあり、重厚な感じがするものが良いでしょう。光沢(テリ)</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_04.png\" alt=\"傷\" width=\"83\" /></td>\r\n<td style=\"padding: 10px 0 0 0; border: 0;\">厳しい自然の中で成長していく真珠は、ほとんどが何らかのキズを持っています。傷はほんものの真珠の証ですが、この傷が少ないほど希少価値が加わり貴重とされます。きず</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun3.jpg\" alt=\"光沢\" width=\"98%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun4.jpg\" alt=\"傷\" width=\"98%\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 16:09:30','2015-12-11 07:09:30','',28,'http://nagasaki.s198.coreserver.jp/?p=260',0,'revision','',0),(251,1,'2015-12-11 15:55:24','2015-12-11 06:55:24','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- cut st\r\n<table style=\"margin: 50px auto; width: auto; border: 0;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody style=\"border: 0;\">\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 350,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">175,000円</span></div></td>\r\n<td style=\"border: 0;\" width=\"50px\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">200,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 450,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">225,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 550,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">275,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 600,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">300,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 700,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">350,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>9.0mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>9.0mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 1,100,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">550,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 1,400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">700,000円</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\ncut en-->\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"\"  /><img style=\"float: center;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi5-hyo.png\" alt=\"\" width=\"420\" />\r\n<!-- img2-->\r\n\r\n<div style=\"clear: both; padding-top: 30px;\">\r\n<table style=\"width: 100%; border: 1px solid #555; padding: 10px; font-size: 14px;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<thead>\r\n<tr>\r\n<td style=\"border: 0;\" colspan=\"4\"><img style=\"margin-bottom: 10px;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_title.jpg\" alt=\"真珠評価基準\" width=\"197\" height=\"27\" /></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_01.png\" alt=\"巻き\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 10px 0 0; border: 0;\">巻きとは真珠の核を巻いている真珠層の厚さを表す言葉です。巻きが厚く、緻密性と均一性を持っているのが高品質の条件になります。</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0px; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_02.png\" alt=\"形\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 0 0 0; border: 0;\">真ん丸のいわゆる新円真珠が最高とされますが、 異型真珠(バロック玉)など変形の真珠もあります。好みやファッションに合わせて選びましょう。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-left: 0; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun1.jpg\" alt=\"巻き\" width=\"100%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun2.jpg\" alt=\"形\" width=\"98%\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_03.png\" alt=\"光沢\" width=\"83\" /></td>\r\n<td style=\"border: 0; padding: 10px 10px 0 0;\">真珠光沢真珠独特の光沢は、表面的なものではなく、内部からくる照りによるもの。上から見て光の輪がほんのりとあり、重厚な感じがするものが良いでしょう。光沢(テリ)</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_04.png\" alt=\"傷\" width=\"83\" /></td>\r\n<td style=\"padding: 10px 0 0 0; border: 0;\">厳しい自然の中で成長していく真珠は、ほとんどが何らかのキズを持っています。傷はほんものの真珠の証ですが、この傷が少ないほど希少価値が加わり貴重とされます。きず</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun3.jpg\" alt=\"光沢\" width=\"98%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun4.jpg\" alt=\"傷\" width=\"98%\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 15:55:24','2015-12-11 06:55:24','',28,'http://nagasaki.s198.coreserver.jp/?p=251',0,'revision','',0),(250,1,'2015-12-11 15:52:09','2015-12-11 06:52:09','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- cut st\r\n<table style=\"margin: 50px auto; width: auto; border: 0;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody style=\"border: 0;\">\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 350,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">175,000円</span></div></td>\r\n<td style=\"border: 0;\" width=\"50px\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">200,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 450,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">225,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 550,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">275,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 600,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">300,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 700,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">350,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>9.0mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>9.0mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 1,100,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">550,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 1,400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">700,000円</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\ncut en-->\r\n\r\n<!--<img style=\"float: left;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi-5.jpg\" alt=\"\" width=\"260\" />-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp/wp-content/uploads/hosi-5.jpg\" alt=\"\"  />-->\r\n<img style=\"float: center;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi5-hyo.png\" alt=\"\" width=\"420\" />\r\n<div style=\"clear: both; padding-top: 30px;\">\r\n<table style=\"width: 100%; border: 1px solid #555; padding: 10px; font-size: 14px;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<thead>\r\n<tr>\r\n<td style=\"border: 0;\" colspan=\"4\"><img style=\"margin-bottom: 10px;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_title.jpg\" alt=\"真珠評価基準\" width=\"197\" height=\"27\" /></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_01.png\" alt=\"巻き\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 10px 0 0; border: 0;\">巻きとは真珠の核を巻いている真珠層の厚さを表す言葉です。巻きが厚く、緻密性と均一性を持っているのが高品質の条件になります。</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0px; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_02.png\" alt=\"形\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 0 0 0; border: 0;\">真ん丸のいわゆる新円真珠が最高とされますが、 異型真珠(バロック玉)など変形の真珠もあります。好みやファッションに合わせて選びましょう。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-left: 0; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun1.jpg\" alt=\"巻き\" width=\"100%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun2.jpg\" alt=\"形\" width=\"98%\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_03.png\" alt=\"光沢\" width=\"83\" /></td>\r\n<td style=\"border: 0; padding: 10px 10px 0 0;\">真珠光沢真珠独特の光沢は、表面的なものではなく、内部からくる照りによるもの。上から見て光の輪がほんのりとあり、重厚な感じがするものが良いでしょう。光沢(テリ)</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_04.png\" alt=\"傷\" width=\"83\" /></td>\r\n<td style=\"padding: 10px 0 0 0; border: 0;\">厳しい自然の中で成長していく真珠は、ほとんどが何らかのキズを持っています。傷はほんものの真珠の証ですが、この傷が少ないほど希少価値が加わり貴重とされます。きず</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun3.jpg\" alt=\"光沢\" width=\"98%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun4.jpg\" alt=\"傷\" width=\"98%\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 15:52:09','2015-12-11 06:52:09','',28,'http://nagasaki.s198.coreserver.jp/?p=250',0,'revision','',0),(252,1,'2015-12-11 15:56:06','2015-12-11 06:56:06','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- cut st\r\n<table style=\"margin: 50px auto; width: auto; border: 0;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody style=\"border: 0;\">\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 350,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">175,000円</span></div></td>\r\n<td style=\"border: 0;\" width=\"50px\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">200,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 450,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">225,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 550,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">275,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 600,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">300,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 700,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">350,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>9.0mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>9.0mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 1,100,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">550,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 1,400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">700,000円</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\ncut en-->\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"\" width=\"420\" /><img style=\"float: center;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi5-hyo.png\" alt=\"\" width=\"420\" />\r\n<!-- img2-->\r\n<div style=\"clear: both; padding-top: 30px;\">\r\n<table style=\"width: 100%; border: 1px solid #555; padding: 10px; font-size: 14px;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<thead>\r\n<tr>\r\n<td style=\"border: 0;\" colspan=\"4\"><img style=\"margin-bottom: 10px;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_title.jpg\" alt=\"真珠評価基準\" width=\"197\" height=\"27\" /></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_01.png\" alt=\"巻き\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 10px 0 0; border: 0;\">巻きとは真珠の核を巻いている真珠層の厚さを表す言葉です。巻きが厚く、緻密性と均一性を持っているのが高品質の条件になります。</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0px; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_02.png\" alt=\"形\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 0 0 0; border: 0;\">真ん丸のいわゆる新円真珠が最高とされますが、 異型真珠(バロック玉)など変形の真珠もあります。好みやファッションに合わせて選びましょう。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-left: 0; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun1.jpg\" alt=\"巻き\" width=\"100%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun2.jpg\" alt=\"形\" width=\"98%\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_03.png\" alt=\"光沢\" width=\"83\" /></td>\r\n<td style=\"border: 0; padding: 10px 10px 0 0;\">真珠光沢真珠独特の光沢は、表面的なものではなく、内部からくる照りによるもの。上から見て光の輪がほんのりとあり、重厚な感じがするものが良いでしょう。光沢(テリ)</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_04.png\" alt=\"傷\" width=\"83\" /></td>\r\n<td style=\"padding: 10px 0 0 0; border: 0;\">厳しい自然の中で成長していく真珠は、ほとんどが何らかのキズを持っています。傷はほんものの真珠の証ですが、この傷が少ないほど希少価値が加わり貴重とされます。きず</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun3.jpg\" alt=\"光沢\" width=\"98%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun4.jpg\" alt=\"傷\" width=\"98%\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 15:56:06','2015-12-11 06:56:06','',28,'http://nagasaki.s198.coreserver.jp/?p=252',0,'revision','',0),(253,1,'2015-12-11 15:56:58','2015-12-11 06:56:58','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- cut st\r\n<table style=\"margin: 50px auto; width: auto; border: 0;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody style=\"border: 0;\">\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 350,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">175,000円</span></div></td>\r\n<td style=\"border: 0;\" width=\"50px\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">200,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 450,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">225,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 550,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">275,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 600,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">300,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 700,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">350,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>9.0mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>9.0mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 1,100,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">550,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 1,400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">700,000円</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\ncut en-->\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"\" width=\"600\" /><img style=\"float: center;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi5-hyo.png\" alt=\"\" width=\"400\" />\r\n<!-- img2-->\r\n<div style=\"clear: both; padding-top: 30px;\">\r\n<table style=\"width: 100%; border: 1px solid #555; padding: 10px; font-size: 14px;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<thead>\r\n<tr>\r\n<td style=\"border: 0;\" colspan=\"4\"><img style=\"margin-bottom: 10px;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_title.jpg\" alt=\"真珠評価基準\" width=\"197\" height=\"27\" /></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_01.png\" alt=\"巻き\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 10px 0 0; border: 0;\">巻きとは真珠の核を巻いている真珠層の厚さを表す言葉です。巻きが厚く、緻密性と均一性を持っているのが高品質の条件になります。</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0px; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_02.png\" alt=\"形\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 0 0 0; border: 0;\">真ん丸のいわゆる新円真珠が最高とされますが、 異型真珠(バロック玉)など変形の真珠もあります。好みやファッションに合わせて選びましょう。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-left: 0; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun1.jpg\" alt=\"巻き\" width=\"100%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun2.jpg\" alt=\"形\" width=\"98%\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_03.png\" alt=\"光沢\" width=\"83\" /></td>\r\n<td style=\"border: 0; padding: 10px 10px 0 0;\">真珠光沢真珠独特の光沢は、表面的なものではなく、内部からくる照りによるもの。上から見て光の輪がほんのりとあり、重厚な感じがするものが良いでしょう。光沢(テリ)</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_04.png\" alt=\"傷\" width=\"83\" /></td>\r\n<td style=\"padding: 10px 0 0 0; border: 0;\">厳しい自然の中で成長していく真珠は、ほとんどが何らかのキズを持っています。傷はほんものの真珠の証ですが、この傷が少ないほど希少価値が加わり貴重とされます。きず</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun3.jpg\" alt=\"光沢\" width=\"98%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun4.jpg\" alt=\"傷\" width=\"98%\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 15:56:58','2015-12-11 06:56:58','',28,'http://nagasaki.s198.coreserver.jp/?p=253',0,'revision','',0),(254,1,'2015-12-11 15:58:18','2015-12-11 06:58:18','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- cut st\r\n<table style=\"margin: 50px auto; width: auto; border: 0;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody style=\"border: 0;\">\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 350,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">175,000円</span></div></td>\r\n<td style=\"border: 0;\" width=\"50px\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">200,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 450,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">225,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 550,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">275,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 600,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">300,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 700,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">350,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>9.0mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>9.0mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 1,100,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">550,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 1,400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">700,000円</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\ncut en-->\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"\" width=\"700\" /><img style=\"float: center;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi5-hyo.png\" alt=\"\" width=\"400\" />\r\n<!-- img2-->\r\n<div style=\"clear: both; padding-top: 30px;\">\r\n<table style=\"width: 100%; border: 1px solid #555; padding: 10px; font-size: 14px;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<thead>\r\n<tr>\r\n<td style=\"border: 0;\" colspan=\"4\"><img style=\"margin-bottom: 10px;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_title.jpg\" alt=\"真珠評価基準\" width=\"197\" height=\"27\" /></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_01.png\" alt=\"巻き\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 10px 0 0; border: 0;\">巻きとは真珠の核を巻いている真珠層の厚さを表す言葉です。巻きが厚く、緻密性と均一性を持っているのが高品質の条件になります。</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0px; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_02.png\" alt=\"形\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 0 0 0; border: 0;\">真ん丸のいわゆる新円真珠が最高とされますが、 異型真珠(バロック玉)など変形の真珠もあります。好みやファッションに合わせて選びましょう。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-left: 0; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun1.jpg\" alt=\"巻き\" width=\"100%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun2.jpg\" alt=\"形\" width=\"98%\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_03.png\" alt=\"光沢\" width=\"83\" /></td>\r\n<td style=\"border: 0; padding: 10px 10px 0 0;\">真珠光沢真珠独特の光沢は、表面的なものではなく、内部からくる照りによるもの。上から見て光の輪がほんのりとあり、重厚な感じがするものが良いでしょう。光沢(テリ)</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_04.png\" alt=\"傷\" width=\"83\" /></td>\r\n<td style=\"padding: 10px 0 0 0; border: 0;\">厳しい自然の中で成長していく真珠は、ほとんどが何らかのキズを持っています。傷はほんものの真珠の証ですが、この傷が少ないほど希少価値が加わり貴重とされます。きず</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun3.jpg\" alt=\"光沢\" width=\"98%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun4.jpg\" alt=\"傷\" width=\"98%\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 15:58:18','2015-12-11 06:58:18','',28,'http://nagasaki.s198.coreserver.jp/?p=254',0,'revision','',0),(255,1,'2015-12-11 15:59:32','2015-12-11 06:59:32','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- cut st\r\n<table style=\"margin: 50px auto; width: auto; border: 0;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody style=\"border: 0;\">\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 350,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">175,000円</span></div></td>\r\n<td style=\"border: 0;\" width=\"50px\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">200,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 450,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">225,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 550,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">275,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 600,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">300,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 700,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">350,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>9.0mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>9.0mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 1,100,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">550,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 1,400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">700,000円</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\ncut en-->\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"\" width=\"640\" /><img style=\"float: right;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi5-hyo.png\" alt=\"\" width=\"400\" />\r\n<!-- img2-->\r\n<div style=\"clear: both; padding-top: 30px;\">\r\n<table style=\"width: 100%; border: 1px solid #555; padding: 10px; font-size: 14px;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<thead>\r\n<tr>\r\n<td style=\"border: 0;\" colspan=\"4\"><img style=\"margin-bottom: 10px;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_title.jpg\" alt=\"真珠評価基準\" width=\"197\" height=\"27\" /></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_01.png\" alt=\"巻き\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 10px 0 0; border: 0;\">巻きとは真珠の核を巻いている真珠層の厚さを表す言葉です。巻きが厚く、緻密性と均一性を持っているのが高品質の条件になります。</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0px; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_02.png\" alt=\"形\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 0 0 0; border: 0;\">真ん丸のいわゆる新円真珠が最高とされますが、 異型真珠(バロック玉)など変形の真珠もあります。好みやファッションに合わせて選びましょう。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-left: 0; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun1.jpg\" alt=\"巻き\" width=\"100%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun2.jpg\" alt=\"形\" width=\"98%\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_03.png\" alt=\"光沢\" width=\"83\" /></td>\r\n<td style=\"border: 0; padding: 10px 10px 0 0;\">真珠光沢真珠独特の光沢は、表面的なものではなく、内部からくる照りによるもの。上から見て光の輪がほんのりとあり、重厚な感じがするものが良いでしょう。光沢(テリ)</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_04.png\" alt=\"傷\" width=\"83\" /></td>\r\n<td style=\"padding: 10px 0 0 0; border: 0;\">厳しい自然の中で成長していく真珠は、ほとんどが何らかのキズを持っています。傷はほんものの真珠の証ですが、この傷が少ないほど希少価値が加わり貴重とされます。きず</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun3.jpg\" alt=\"光沢\" width=\"98%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun4.jpg\" alt=\"傷\" width=\"98%\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 15:59:32','2015-12-11 06:59:32','',28,'http://nagasaki.s198.coreserver.jp/?p=255',0,'revision','',0),(256,1,'2015-12-11 16:00:42','2015-12-11 07:00:42','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- cut st\r\n<table style=\"margin: 50px auto; width: auto; border: 0;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody style=\"border: 0;\">\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 350,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">175,000円</span></div></td>\r\n<td style=\"border: 0;\" width=\"50px\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">200,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 450,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">225,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 550,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">275,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 600,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">300,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 700,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">350,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>9.0mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>9.0mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 1,100,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">550,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 1,400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">700,000円</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\ncut en-->\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"\" width=\"660\" /><img style=\"float: right;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi5-hyo.png\" alt=\"\" width=\"420\" />\r\n<!-- img2-->\r\n<div style=\"clear: both; padding-top: 30px;\">\r\n<table style=\"width: 100%; border: 1px solid #555; padding: 10px; font-size: 14px;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<thead>\r\n<tr>\r\n<td style=\"border: 0;\" colspan=\"4\"><img style=\"margin-bottom: 10px;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_title.jpg\" alt=\"真珠評価基準\" width=\"197\" height=\"27\" /></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_01.png\" alt=\"巻き\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 10px 0 0; border: 0;\">巻きとは真珠の核を巻いている真珠層の厚さを表す言葉です。巻きが厚く、緻密性と均一性を持っているのが高品質の条件になります。</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0px; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_02.png\" alt=\"形\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 0 0 0; border: 0;\">真ん丸のいわゆる新円真珠が最高とされますが、 異型真珠(バロック玉)など変形の真珠もあります。好みやファッションに合わせて選びましょう。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-left: 0; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun1.jpg\" alt=\"巻き\" width=\"100%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun2.jpg\" alt=\"形\" width=\"98%\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_03.png\" alt=\"光沢\" width=\"83\" /></td>\r\n<td style=\"border: 0; padding: 10px 10px 0 0;\">真珠光沢真珠独特の光沢は、表面的なものではなく、内部からくる照りによるもの。上から見て光の輪がほんのりとあり、重厚な感じがするものが良いでしょう。光沢(テリ)</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_04.png\" alt=\"傷\" width=\"83\" /></td>\r\n<td style=\"padding: 10px 0 0 0; border: 0;\">厳しい自然の中で成長していく真珠は、ほとんどが何らかのキズを持っています。傷はほんものの真珠の証ですが、この傷が少ないほど希少価値が加わり貴重とされます。きず</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun3.jpg\" alt=\"光沢\" width=\"98%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun4.jpg\" alt=\"傷\" width=\"98%\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 16:00:42','2015-12-11 07:00:42','',28,'http://nagasaki.s198.coreserver.jp/?p=256',0,'revision','',0),(257,1,'2015-12-11 16:02:17','2015-12-11 07:02:17','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- cut st\r\n<table style=\"margin: 50px auto; width: auto; border: 0;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody style=\"border: 0;\">\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 350,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">175,000円</span></div></td>\r\n<td style=\"border: 0;\" width=\"50px\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">200,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 450,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">225,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 550,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">275,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 600,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">300,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 700,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">350,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>9.0mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>9.0mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 1,100,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">550,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 1,400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">700,000円</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\ncut en-->\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"\" width=\"600\" /> <img style=\"float: left;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi5-hyo.png\" alt=\"\" width=\"420\" />\r\n<!-- img2-->\r\n<div style=\"clear: both; padding-top: 30px;\">\r\n<table style=\"width: 100%; border: 1px solid #555; padding: 10px; font-size: 14px;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<thead>\r\n<tr>\r\n<td style=\"border: 0;\" colspan=\"4\"><img style=\"margin-bottom: 10px;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_title.jpg\" alt=\"真珠評価基準\" width=\"197\" height=\"27\" /></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_01.png\" alt=\"巻き\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 10px 0 0; border: 0;\">巻きとは真珠の核を巻いている真珠層の厚さを表す言葉です。巻きが厚く、緻密性と均一性を持っているのが高品質の条件になります。</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0px; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_02.png\" alt=\"形\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 0 0 0; border: 0;\">真ん丸のいわゆる新円真珠が最高とされますが、 異型真珠(バロック玉)など変形の真珠もあります。好みやファッションに合わせて選びましょう。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-left: 0; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun1.jpg\" alt=\"巻き\" width=\"100%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun2.jpg\" alt=\"形\" width=\"98%\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_03.png\" alt=\"光沢\" width=\"83\" /></td>\r\n<td style=\"border: 0; padding: 10px 10px 0 0;\">真珠光沢真珠独特の光沢は、表面的なものではなく、内部からくる照りによるもの。上から見て光の輪がほんのりとあり、重厚な感じがするものが良いでしょう。光沢(テリ)</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_04.png\" alt=\"傷\" width=\"83\" /></td>\r\n<td style=\"padding: 10px 0 0 0; border: 0;\">厳しい自然の中で成長していく真珠は、ほとんどが何らかのキズを持っています。傷はほんものの真珠の証ですが、この傷が少ないほど希少価値が加わり貴重とされます。きず</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun3.jpg\" alt=\"光沢\" width=\"98%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun4.jpg\" alt=\"傷\" width=\"98%\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 16:02:17','2015-12-11 07:02:17','',28,'http://nagasaki.s198.coreserver.jp/?p=257',0,'revision','',0),(258,1,'2015-12-11 16:03:23','2015-12-11 07:03:23','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- cut st\r\n<table style=\"margin: 50px auto; width: auto; border: 0;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody style=\"border: 0;\">\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 350,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">175,000円</span></div></td>\r\n<td style=\"border: 0;\" width=\"50px\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">200,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 450,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">225,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 550,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">275,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 600,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">300,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 700,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">350,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>9.0mm花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>9.0mm花珠ネックレスとイヤリングのセット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 1,100,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">550,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img class=\"colorbox-687\" style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 1,400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">700,000円</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\ncut en-->\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"\" width=\"600\" /> <img style=\"float: left;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi5-hyo.png\" alt=\"\" width=\"380\" />\r\n<!-- img2-->\r\n<div style=\"clear: both; padding-top: 30px;\">\r\n<table style=\"width: 100%; border: 1px solid #555; padding: 10px; font-size: 14px;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<thead>\r\n<tr>\r\n<td style=\"border: 0;\" colspan=\"4\"><img style=\"margin-bottom: 10px;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_title.jpg\" alt=\"真珠評価基準\" width=\"197\" height=\"27\" /></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_01.png\" alt=\"巻き\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 10px 0 0; border: 0;\">巻きとは真珠の核を巻いている真珠層の厚さを表す言葉です。巻きが厚く、緻密性と均一性を持っているのが高品質の条件になります。</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0px; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_02.png\" alt=\"形\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 0 0 0; border: 0;\">真ん丸のいわゆる新円真珠が最高とされますが、 異型真珠(バロック玉)など変形の真珠もあります。好みやファッションに合わせて選びましょう。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-left: 0; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun1.jpg\" alt=\"巻き\" width=\"100%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun2.jpg\" alt=\"形\" width=\"98%\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_03.png\" alt=\"光沢\" width=\"83\" /></td>\r\n<td style=\"border: 0; padding: 10px 10px 0 0;\">真珠光沢真珠独特の光沢は、表面的なものではなく、内部からくる照りによるもの。上から見て光の輪がほんのりとあり、重厚な感じがするものが良いでしょう。光沢(テリ)</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_04.png\" alt=\"傷\" width=\"83\" /></td>\r\n<td style=\"padding: 10px 0 0 0; border: 0;\">厳しい自然の中で成長していく真珠は、ほとんどが何らかのキズを持っています。傷はほんものの真珠の証ですが、この傷が少ないほど希少価値が加わり貴重とされます。きず</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun3.jpg\" alt=\"光沢\" width=\"98%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun4.jpg\" alt=\"傷\" width=\"98%\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 16:03:23','2015-12-11 07:03:23','',28,'http://nagasaki.s198.coreserver.jp/?p=258',0,'revision','',0),(276,1,'2015-12-11 17:02:25','2015-12-11 08:02:25','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- 花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"100%\" />\r\n<br />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun.png\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 17:02:25','2015-12-11 08:02:25','',28,'http://nagasaki.s198.coreserver.jp/?p=276',0,'revision','',0),(275,1,'2015-12-11 17:00:44','2015-12-11 08:00:44','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- 花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"100%\" />\r\n<br />\r\n\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun.png\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n<!-- 真珠評価基準表-->\r\n<div style=\"clear: both; padding-top: 30px;\">\r\n<table style=\"width: 100%; border: 1px solid #555; padding: 10px; font-size: 14px;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<thead>\r\n<tr>\r\n<td style=\"border: 0;\" colspan=\"4\"><img style=\"margin-bottom: 10px;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_title.jpg\" alt=\"真珠評価基準\" width=\"197\" height=\"27\" /></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_01.png\" alt=\"巻き\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 10px 0 0; border: 0;\">巻きとは真珠の核を巻いている真珠層の厚さを表す言葉です。巻きが厚く、緻密性と均一性を持っているのが高品質の条件になります。</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0px; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_02.png\" alt=\"形\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 0 0 0; border: 0;\">真ん丸のいわゆる新円真珠が最高とされますが、 異型真珠(バロック玉)など変形の真珠もあります。好みやファッションに合わせて選びましょう。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-left: 0; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun1.jpg\" alt=\"巻き\" width=\"100%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun2.jpg\" alt=\"形\" width=\"98%\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_03.png\" alt=\"光沢\" width=\"83\" /></td>\r\n<td style=\"border: 0; padding: 10px 10px 0 0;\">真珠光沢真珠独特の光沢は、表面的なものではなく、内部からくる照りによるもの。上から見て光の輪がほんのりとあり、重厚な感じがするものが良いでしょう。光沢(テリ)</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_04.png\" alt=\"傷\" width=\"83\" /></td>\r\n<td style=\"padding: 10px 0 0 0; border: 0;\">厳しい自然の中で成長していく真珠は、ほとんどが何らかのキズを持っています。傷はほんものの真珠の証ですが、この傷が少ないほど希少価値が加わり貴重とされます。きず</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun3.jpg\" alt=\"光沢\" width=\"98%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun4.jpg\" alt=\"傷\" width=\"98%\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 17:00:44','2015-12-11 08:00:44','',28,'http://nagasaki.s198.coreserver.jp/?p=275',0,'revision','',0),(261,1,'2015-12-11 16:38:06','2015-12-11 07:38:06','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- 花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"600\" /> <img style=\"float: left;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi5-hyo.png\" alt=\"花珠星見表\" width=\"380\" />\r\n\r\n<!-- 真珠評価基準表-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun.png\" alt=\"真珠評価基準表\" width=\"98%\" />\r\n[table id=6 /]\r\n\r\n<!-- 真珠評価基準表-->\r\n<div style=\"clear: both; padding-top: 30px;\">\r\n<table style=\"width: 100%; border: 1px solid #555; padding: 10px; font-size: 14px;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<thead>\r\n<tr>\r\n<td style=\"border: 0;\" colspan=\"4\"><img style=\"margin-bottom: 10px;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_title.jpg\" alt=\"真珠評価基準\" width=\"197\" height=\"27\" /></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_01.png\" alt=\"巻き\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 10px 0 0; border: 0;\">巻きとは真珠の核を巻いている真珠層の厚さを表す言葉です。巻きが厚く、緻密性と均一性を持っているのが高品質の条件になります。</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0px; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_02.png\" alt=\"形\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 0 0 0; border: 0;\">真ん丸のいわゆる新円真珠が最高とされますが、 異型真珠(バロック玉)など変形の真珠もあります。好みやファッションに合わせて選びましょう。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-left: 0; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun1.jpg\" alt=\"巻き\" width=\"100%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun2.jpg\" alt=\"形\" width=\"98%\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_03.png\" alt=\"光沢\" width=\"83\" /></td>\r\n<td style=\"border: 0; padding: 10px 10px 0 0;\">真珠光沢真珠独特の光沢は、表面的なものではなく、内部からくる照りによるもの。上から見て光の輪がほんのりとあり、重厚な感じがするものが良いでしょう。光沢(テリ)</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_04.png\" alt=\"傷\" width=\"83\" /></td>\r\n<td style=\"padding: 10px 0 0 0; border: 0;\">厳しい自然の中で成長していく真珠は、ほとんどが何らかのキズを持っています。傷はほんものの真珠の証ですが、この傷が少ないほど希少価値が加わり貴重とされます。きず</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun3.jpg\" alt=\"光沢\" width=\"98%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun4.jpg\" alt=\"傷\" width=\"98%\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 16:38:06','2015-12-11 07:38:06','',28,'http://nagasaki.s198.coreserver.jp/?p=261',0,'revision','',0),(262,1,'2015-12-11 16:38:56','2015-12-11 07:38:56','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- 花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"600\" /> <img style=\"float: left;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi5-hyo.png\" alt=\"花珠星見表\" width=\"380\" />\r\n\r\n<!-- 真珠評価基準表-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun.png\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n[table id=6 /]\r\n\r\n<!-- 真珠評価基準表-->\r\n<div style=\"clear: both; padding-top: 30px;\">\r\n<table style=\"width: 100%; border: 1px solid #555; padding: 10px; font-size: 14px;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<thead>\r\n<tr>\r\n<td style=\"border: 0;\" colspan=\"4\"><img style=\"margin-bottom: 10px;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_title.jpg\" alt=\"真珠評価基準\" width=\"197\" height=\"27\" /></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_01.png\" alt=\"巻き\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 10px 0 0; border: 0;\">巻きとは真珠の核を巻いている真珠層の厚さを表す言葉です。巻きが厚く、緻密性と均一性を持っているのが高品質の条件になります。</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0px; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_02.png\" alt=\"形\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 0 0 0; border: 0;\">真ん丸のいわゆる新円真珠が最高とされますが、 異型真珠(バロック玉)など変形の真珠もあります。好みやファッションに合わせて選びましょう。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-left: 0; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun1.jpg\" alt=\"巻き\" width=\"100%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun2.jpg\" alt=\"形\" width=\"98%\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_03.png\" alt=\"光沢\" width=\"83\" /></td>\r\n<td style=\"border: 0; padding: 10px 10px 0 0;\">真珠光沢真珠独特の光沢は、表面的なものではなく、内部からくる照りによるもの。上から見て光の輪がほんのりとあり、重厚な感じがするものが良いでしょう。光沢(テリ)</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_04.png\" alt=\"傷\" width=\"83\" /></td>\r\n<td style=\"padding: 10px 0 0 0; border: 0;\">厳しい自然の中で成長していく真珠は、ほとんどが何らかのキズを持っています。傷はほんものの真珠の証ですが、この傷が少ないほど希少価値が加わり貴重とされます。きず</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun3.jpg\" alt=\"光沢\" width=\"98%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun4.jpg\" alt=\"傷\" width=\"98%\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 16:38:56','2015-12-11 07:38:56','',28,'http://nagasaki.s198.coreserver.jp/?p=262',0,'revision','',0),(263,1,'2015-12-11 16:43:41','2015-12-11 07:43:41','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- 花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"600\" /> <img style=\"float: left;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi5-hyo.png\" alt=\"花珠星見表\" width=\"380\" />\r\n\r\n<!-- 真珠評価基準表-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n<!-- 真珠評価基準表-->\r\n<div style=\"clear: both; padding-top: 30px;\">\r\n<table style=\"width: 100%; border: 1px solid #555; padding: 10px; font-size: 14px;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<thead>\r\n<tr>\r\n<td style=\"border: 0;\" colspan=\"4\"><img style=\"margin-bottom: 10px;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_title.jpg\" alt=\"真珠評価基準\" width=\"197\" height=\"27\" /></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_01.png\" alt=\"巻き\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 10px 0 0; border: 0;\">巻きとは真珠の核を巻いている真珠層の厚さを表す言葉です。巻きが厚く、緻密性と均一性を持っているのが高品質の条件になります。</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0px; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_02.png\" alt=\"形\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 0 0 0; border: 0;\">真ん丸のいわゆる新円真珠が最高とされますが、 異型真珠(バロック玉)など変形の真珠もあります。好みやファッションに合わせて選びましょう。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-left: 0; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun1.jpg\" alt=\"巻き\" width=\"100%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun2.jpg\" alt=\"形\" width=\"98%\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_03.png\" alt=\"光沢\" width=\"83\" /></td>\r\n<td style=\"border: 0; padding: 10px 10px 0 0;\">真珠光沢真珠独特の光沢は、表面的なものではなく、内部からくる照りによるもの。上から見て光の輪がほんのりとあり、重厚な感じがするものが良いでしょう。光沢(テリ)</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_04.png\" alt=\"傷\" width=\"83\" /></td>\r\n<td style=\"padding: 10px 0 0 0; border: 0;\">厳しい自然の中で成長していく真珠は、ほとんどが何らかのキズを持っています。傷はほんものの真珠の証ですが、この傷が少ないほど希少価値が加わり貴重とされます。きず</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun3.jpg\" alt=\"光沢\" width=\"98%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun4.jpg\" alt=\"傷\" width=\"98%\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 16:43:41','2015-12-11 07:43:41','',28,'http://nagasaki.s198.coreserver.jp/?p=263',0,'revision','',0),(264,1,'2015-12-11 16:49:49','2015-12-11 07:49:49','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- 花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"600\" /> <img style=\"float: left;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi5-hyo.png\" alt=\"花珠星見表\" width=\"380\" />\r\n\r\n[su_dropcap]<strong>真珠</strong>[/su_dropcap]評価基準表\r\n[su_heading size=\"18\"]<strong>落ち着いた雰囲気の店内には、常時100本以上の真珠ネックレスを取りそろえて展示しています。\r\nここには、真珠の品質や色、サイズをゆっくりとお選びいただける空間があります。長崎へお越しの際にはぜひ、当店へお立ち寄りくださいませ。</strong>[/su_heading]\r\n<!-- 真珠評価基準表-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n<!-- 真珠評価基準表-->\r\n<div style=\"clear: both; padding-top: 30px;\">\r\n<table style=\"width: 100%; border: 1px solid #555; padding: 10px; font-size: 14px;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<thead>\r\n<tr>\r\n<td style=\"border: 0;\" colspan=\"4\"><img style=\"margin-bottom: 10px;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_title.jpg\" alt=\"真珠評価基準\" width=\"197\" height=\"27\" /></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_01.png\" alt=\"巻き\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 10px 0 0; border: 0;\">巻きとは真珠の核を巻いている真珠層の厚さを表す言葉です。巻きが厚く、緻密性と均一性を持っているのが高品質の条件になります。</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0px; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_02.png\" alt=\"形\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 0 0 0; border: 0;\">真ん丸のいわゆる新円真珠が最高とされますが、 異型真珠(バロック玉)など変形の真珠もあります。好みやファッションに合わせて選びましょう。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-left: 0; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun1.jpg\" alt=\"巻き\" width=\"100%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun2.jpg\" alt=\"形\" width=\"98%\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_03.png\" alt=\"光沢\" width=\"83\" /></td>\r\n<td style=\"border: 0; padding: 10px 10px 0 0;\">真珠光沢真珠独特の光沢は、表面的なものではなく、内部からくる照りによるもの。上から見て光の輪がほんのりとあり、重厚な感じがするものが良いでしょう。光沢(テリ)</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_04.png\" alt=\"傷\" width=\"83\" /></td>\r\n<td style=\"padding: 10px 0 0 0; border: 0;\">厳しい自然の中で成長していく真珠は、ほとんどが何らかのキズを持っています。傷はほんものの真珠の証ですが、この傷が少ないほど希少価値が加わり貴重とされます。きず</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun3.jpg\" alt=\"光沢\" width=\"98%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun4.jpg\" alt=\"傷\" width=\"98%\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 16:49:49','2015-12-11 07:49:49','',28,'http://nagasaki.s198.coreserver.jp/?p=264',0,'revision','',0),(265,1,'2015-12-11 16:50:18','2015-12-11 07:50:18','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- 花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"600\" /> <img style=\"float: left;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi5-hyo.png\" alt=\"花珠星見表\" width=\"380\" />\r\n<br />\r\n[su_dropcap]<strong>真珠</strong>[/su_dropcap]評価基準表\r\n[su_heading size=\"18\"]<strong>落ち着いた雰囲気の店内には、常時100本以上の真珠ネックレスを取りそろえて展示しています。\r\nここには、真珠の品質や色、サイズをゆっくりとお選びいただける空間があります。長崎へお越しの際にはぜひ、当店へお立ち寄りくださいませ。</strong>[/su_heading]\r\n<!-- 真珠評価基準表-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n<!-- 真珠評価基準表-->\r\n<div style=\"clear: both; padding-top: 30px;\">\r\n<table style=\"width: 100%; border: 1px solid #555; padding: 10px; font-size: 14px;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<thead>\r\n<tr>\r\n<td style=\"border: 0;\" colspan=\"4\"><img style=\"margin-bottom: 10px;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_title.jpg\" alt=\"真珠評価基準\" width=\"197\" height=\"27\" /></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_01.png\" alt=\"巻き\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 10px 0 0; border: 0;\">巻きとは真珠の核を巻いている真珠層の厚さを表す言葉です。巻きが厚く、緻密性と均一性を持っているのが高品質の条件になります。</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0px; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_02.png\" alt=\"形\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 0 0 0; border: 0;\">真ん丸のいわゆる新円真珠が最高とされますが、 異型真珠(バロック玉)など変形の真珠もあります。好みやファッションに合わせて選びましょう。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-left: 0; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun1.jpg\" alt=\"巻き\" width=\"100%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun2.jpg\" alt=\"形\" width=\"98%\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_03.png\" alt=\"光沢\" width=\"83\" /></td>\r\n<td style=\"border: 0; padding: 10px 10px 0 0;\">真珠光沢真珠独特の光沢は、表面的なものではなく、内部からくる照りによるもの。上から見て光の輪がほんのりとあり、重厚な感じがするものが良いでしょう。光沢(テリ)</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_04.png\" alt=\"傷\" width=\"83\" /></td>\r\n<td style=\"padding: 10px 0 0 0; border: 0;\">厳しい自然の中で成長していく真珠は、ほとんどが何らかのキズを持っています。傷はほんものの真珠の証ですが、この傷が少ないほど希少価値が加わり貴重とされます。きず</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun3.jpg\" alt=\"光沢\" width=\"98%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun4.jpg\" alt=\"傷\" width=\"98%\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 16:50:18','2015-12-11 07:50:18','',28,'http://nagasaki.s198.coreserver.jp/?p=265',0,'revision','',0),(267,1,'2015-12-11 16:52:47','2015-12-11 07:52:47','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- 花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"100%\" />\r\n<!--<img style=\"float: left;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi5-hyo.png\" alt=\"花珠星見表\" width=\"380\" />-->\r\n<br />\r\n[su_heading size=\"18\"]<strong>真珠評価基準表</strong>[/su_heading]\r\n<!-- 真珠評価基準表-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n<!-- 真珠評価基準表-->\r\n<div style=\"clear: both; padding-top: 30px;\">\r\n<table style=\"width: 100%; border: 1px solid #555; padding: 10px; font-size: 14px;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<thead>\r\n<tr>\r\n<td style=\"border: 0;\" colspan=\"4\"><img style=\"margin-bottom: 10px;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_title.jpg\" alt=\"真珠評価基準\" width=\"197\" height=\"27\" /></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_01.png\" alt=\"巻き\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 10px 0 0; border: 0;\">巻きとは真珠の核を巻いている真珠層の厚さを表す言葉です。巻きが厚く、緻密性と均一性を持っているのが高品質の条件になります。</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0px; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_02.png\" alt=\"形\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 0 0 0; border: 0;\">真ん丸のいわゆる新円真珠が最高とされますが、 異型真珠(バロック玉)など変形の真珠もあります。好みやファッションに合わせて選びましょう。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-left: 0; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun1.jpg\" alt=\"巻き\" width=\"100%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun2.jpg\" alt=\"形\" width=\"98%\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_03.png\" alt=\"光沢\" width=\"83\" /></td>\r\n<td style=\"border: 0; padding: 10px 10px 0 0;\">真珠光沢真珠独特の光沢は、表面的なものではなく、内部からくる照りによるもの。上から見て光の輪がほんのりとあり、重厚な感じがするものが良いでしょう。光沢(テリ)</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_04.png\" alt=\"傷\" width=\"83\" /></td>\r\n<td style=\"padding: 10px 0 0 0; border: 0;\">厳しい自然の中で成長していく真珠は、ほとんどが何らかのキズを持っています。傷はほんものの真珠の証ですが、この傷が少ないほど希少価値が加わり貴重とされます。きず</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun3.jpg\" alt=\"光沢\" width=\"98%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun4.jpg\" alt=\"傷\" width=\"98%\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 16:52:47','2015-12-11 07:52:47','',28,'http://nagasaki.s198.coreserver.jp/?p=267',0,'revision','',0),(266,1,'2015-12-11 16:51:19','2015-12-11 07:51:19','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- 花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"100%\" />\r\n<!--<img style=\"float: left;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi5-hyo.png\" alt=\"花珠星見表\" width=\"380\" />-->\r\n<br />\r\n<br />\r\n<br />\r\n[su_dropcap]<strong>真珠</strong>[/su_dropcap]評価基準表\r\n[su_heading size=\"18\"]<strong>落ち着いた雰囲気の店内には、常時100本以上の真珠ネックレスを取りそろえて展示しています。\r\nここには、真珠の品質や色、サイズをゆっくりとお選びいただける空間があります。長崎へお越しの際にはぜひ、当店へお立ち寄りくださいませ。</strong>[/su_heading]\r\n<!-- 真珠評価基準表-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n<!-- 真珠評価基準表-->\r\n<div style=\"clear: both; padding-top: 30px;\">\r\n<table style=\"width: 100%; border: 1px solid #555; padding: 10px; font-size: 14px;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<thead>\r\n<tr>\r\n<td style=\"border: 0;\" colspan=\"4\"><img style=\"margin-bottom: 10px;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_title.jpg\" alt=\"真珠評価基準\" width=\"197\" height=\"27\" /></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_01.png\" alt=\"巻き\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 10px 0 0; border: 0;\">巻きとは真珠の核を巻いている真珠層の厚さを表す言葉です。巻きが厚く、緻密性と均一性を持っているのが高品質の条件になります。</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0px; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_02.png\" alt=\"形\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 0 0 0; border: 0;\">真ん丸のいわゆる新円真珠が最高とされますが、 異型真珠(バロック玉)など変形の真珠もあります。好みやファッションに合わせて選びましょう。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-left: 0; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun1.jpg\" alt=\"巻き\" width=\"100%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun2.jpg\" alt=\"形\" width=\"98%\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_03.png\" alt=\"光沢\" width=\"83\" /></td>\r\n<td style=\"border: 0; padding: 10px 10px 0 0;\">真珠光沢真珠独特の光沢は、表面的なものではなく、内部からくる照りによるもの。上から見て光の輪がほんのりとあり、重厚な感じがするものが良いでしょう。光沢(テリ)</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_04.png\" alt=\"傷\" width=\"83\" /></td>\r\n<td style=\"padding: 10px 0 0 0; border: 0;\">厳しい自然の中で成長していく真珠は、ほとんどが何らかのキズを持っています。傷はほんものの真珠の証ですが、この傷が少ないほど希少価値が加わり貴重とされます。きず</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun3.jpg\" alt=\"光沢\" width=\"98%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun4.jpg\" alt=\"傷\" width=\"98%\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 16:51:19','2015-12-11 07:51:19','',28,'http://nagasaki.s198.coreserver.jp/?p=266',0,'revision','',0),(274,1,'2015-12-11 16:58:23','2015-12-11 07:58:23','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- 花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"100%\" />\r\n<br />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠評価早見表[/su_heading]\r\n<strong>真珠評価基準表</strong>\r\n<!-- 真珠評価基準表-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n<!-- 真珠評価基準表-->\r\n<div style=\"clear: both; padding-top: 30px;\">\r\n<table style=\"width: 100%; border: 1px solid #555; padding: 10px; font-size: 14px;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<thead>\r\n<tr>\r\n<td style=\"border: 0;\" colspan=\"4\"><img style=\"margin-bottom: 10px;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_title.jpg\" alt=\"真珠評価基準\" width=\"197\" height=\"27\" /></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_01.png\" alt=\"巻き\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 10px 0 0; border: 0;\">巻きとは真珠の核を巻いている真珠層の厚さを表す言葉です。巻きが厚く、緻密性と均一性を持っているのが高品質の条件になります。</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0px; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_02.png\" alt=\"形\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 0 0 0; border: 0;\">真ん丸のいわゆる新円真珠が最高とされますが、 異型真珠(バロック玉)など変形の真珠もあります。好みやファッションに合わせて選びましょう。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-left: 0; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun1.jpg\" alt=\"巻き\" width=\"100%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun2.jpg\" alt=\"形\" width=\"98%\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_03.png\" alt=\"光沢\" width=\"83\" /></td>\r\n<td style=\"border: 0; padding: 10px 10px 0 0;\">真珠光沢真珠独特の光沢は、表面的なものではなく、内部からくる照りによるもの。上から見て光の輪がほんのりとあり、重厚な感じがするものが良いでしょう。光沢(テリ)</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_04.png\" alt=\"傷\" width=\"83\" /></td>\r\n<td style=\"padding: 10px 0 0 0; border: 0;\">厳しい自然の中で成長していく真珠は、ほとんどが何らかのキズを持っています。傷はほんものの真珠の証ですが、この傷が少ないほど希少価値が加わり貴重とされます。きず</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun3.jpg\" alt=\"光沢\" width=\"98%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun4.jpg\" alt=\"傷\" width=\"98%\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 16:58:23','2015-12-11 07:58:23','',28,'http://nagasaki.s198.coreserver.jp/?p=274',0,'revision','',0),(268,1,'2015-12-11 16:54:55','2015-12-11 07:54:55','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- 花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"100%\" />\r\n<!--<img style=\"float: left;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi5-hyo.png\" alt=\"花珠星見表\" width=\"380\" />-->\r\n<br />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠評価早見表[/su_heading]\r\n<strong>真珠評価基準表</strong>\r\n<!-- 真珠評価基準表-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n<!-- 真珠評価基準表-->\r\n<div style=\"clear: both; padding-top: 30px;\">\r\n<table style=\"width: 100%; border: 1px solid #555; padding: 10px; font-size: 14px;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<thead>\r\n<tr>\r\n<td style=\"border: 0;\" colspan=\"4\"><img style=\"margin-bottom: 10px;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_title.jpg\" alt=\"真珠評価基準\" width=\"197\" height=\"27\" /></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_01.png\" alt=\"巻き\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 10px 0 0; border: 0;\">巻きとは真珠の核を巻いている真珠層の厚さを表す言葉です。巻きが厚く、緻密性と均一性を持っているのが高品質の条件になります。</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0px; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_02.png\" alt=\"形\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 0 0 0; border: 0;\">真ん丸のいわゆる新円真珠が最高とされますが、 異型真珠(バロック玉)など変形の真珠もあります。好みやファッションに合わせて選びましょう。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-left: 0; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun1.jpg\" alt=\"巻き\" width=\"100%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun2.jpg\" alt=\"形\" width=\"98%\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_03.png\" alt=\"光沢\" width=\"83\" /></td>\r\n<td style=\"border: 0; padding: 10px 10px 0 0;\">真珠光沢真珠独特の光沢は、表面的なものではなく、内部からくる照りによるもの。上から見て光の輪がほんのりとあり、重厚な感じがするものが良いでしょう。光沢(テリ)</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_04.png\" alt=\"傷\" width=\"83\" /></td>\r\n<td style=\"padding: 10px 0 0 0; border: 0;\">厳しい自然の中で成長していく真珠は、ほとんどが何らかのキズを持っています。傷はほんものの真珠の証ですが、この傷が少ないほど希少価値が加わり貴重とされます。きず</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun3.jpg\" alt=\"光沢\" width=\"98%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun4.jpg\" alt=\"傷\" width=\"98%\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 16:54:55','2015-12-11 07:54:55','',28,'http://nagasaki.s198.coreserver.jp/?p=268',0,'revision','',0),(269,1,'2015-12-11 16:56:02','2015-12-11 07:56:02','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- 花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"60%\" />\r\n<img style=\"float: left;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi5-hyo.png\" alt=\"花珠星見表\" width=\"40%\" />\r\n<br />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠評価早見表[/su_heading]\r\n<strong>真珠評価基準表</strong>\r\n<!-- 真珠評価基準表-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n<!-- 真珠評価基準表-->\r\n<div style=\"clear: both; padding-top: 30px;\">\r\n<table style=\"width: 100%; border: 1px solid #555; padding: 10px; font-size: 14px;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<thead>\r\n<tr>\r\n<td style=\"border: 0;\" colspan=\"4\"><img style=\"margin-bottom: 10px;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_title.jpg\" alt=\"真珠評価基準\" width=\"197\" height=\"27\" /></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_01.png\" alt=\"巻き\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 10px 0 0; border: 0;\">巻きとは真珠の核を巻いている真珠層の厚さを表す言葉です。巻きが厚く、緻密性と均一性を持っているのが高品質の条件になります。</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0px; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_02.png\" alt=\"形\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 0 0 0; border: 0;\">真ん丸のいわゆる新円真珠が最高とされますが、 異型真珠(バロック玉)など変形の真珠もあります。好みやファッションに合わせて選びましょう。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-left: 0; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun1.jpg\" alt=\"巻き\" width=\"100%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun2.jpg\" alt=\"形\" width=\"98%\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_03.png\" alt=\"光沢\" width=\"83\" /></td>\r\n<td style=\"border: 0; padding: 10px 10px 0 0;\">真珠光沢真珠独特の光沢は、表面的なものではなく、内部からくる照りによるもの。上から見て光の輪がほんのりとあり、重厚な感じがするものが良いでしょう。光沢(テリ)</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_04.png\" alt=\"傷\" width=\"83\" /></td>\r\n<td style=\"padding: 10px 0 0 0; border: 0;\">厳しい自然の中で成長していく真珠は、ほとんどが何らかのキズを持っています。傷はほんものの真珠の証ですが、この傷が少ないほど希少価値が加わり貴重とされます。きず</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun3.jpg\" alt=\"光沢\" width=\"98%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun4.jpg\" alt=\"傷\" width=\"98%\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 16:56:02','2015-12-11 07:56:02','',28,'http://nagasaki.s198.coreserver.jp/?p=269',0,'revision','',0),(270,1,'2015-12-11 16:56:38','2015-12-11 07:56:38','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- 花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"80%\" />\r\n<img style=\"float: left;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi5-hyo.png\" alt=\"花珠星見表\" width=\"40%\" />\r\n<br />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠評価早見表[/su_heading]\r\n<strong>真珠評価基準表</strong>\r\n<!-- 真珠評価基準表-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n<!-- 真珠評価基準表-->\r\n<div style=\"clear: both; padding-top: 30px;\">\r\n<table style=\"width: 100%; border: 1px solid #555; padding: 10px; font-size: 14px;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<thead>\r\n<tr>\r\n<td style=\"border: 0;\" colspan=\"4\"><img style=\"margin-bottom: 10px;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_title.jpg\" alt=\"真珠評価基準\" width=\"197\" height=\"27\" /></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_01.png\" alt=\"巻き\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 10px 0 0; border: 0;\">巻きとは真珠の核を巻いている真珠層の厚さを表す言葉です。巻きが厚く、緻密性と均一性を持っているのが高品質の条件になります。</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0px; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_02.png\" alt=\"形\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 0 0 0; border: 0;\">真ん丸のいわゆる新円真珠が最高とされますが、 異型真珠(バロック玉)など変形の真珠もあります。好みやファッションに合わせて選びましょう。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-left: 0; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun1.jpg\" alt=\"巻き\" width=\"100%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun2.jpg\" alt=\"形\" width=\"98%\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_03.png\" alt=\"光沢\" width=\"83\" /></td>\r\n<td style=\"border: 0; padding: 10px 10px 0 0;\">真珠光沢真珠独特の光沢は、表面的なものではなく、内部からくる照りによるもの。上から見て光の輪がほんのりとあり、重厚な感じがするものが良いでしょう。光沢(テリ)</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_04.png\" alt=\"傷\" width=\"83\" /></td>\r\n<td style=\"padding: 10px 0 0 0; border: 0;\">厳しい自然の中で成長していく真珠は、ほとんどが何らかのキズを持っています。傷はほんものの真珠の証ですが、この傷が少ないほど希少価値が加わり貴重とされます。きず</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun3.jpg\" alt=\"光沢\" width=\"98%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun4.jpg\" alt=\"傷\" width=\"98%\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 16:56:38','2015-12-11 07:56:38','',28,'http://nagasaki.s198.coreserver.jp/?p=270',0,'revision','',0),(271,1,'2015-12-11 16:56:55','2015-12-11 07:56:55','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- 花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"75%\" />\r\n<img style=\"float: left;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi5-hyo.png\" alt=\"花珠星見表\" />\r\n<br />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠評価早見表[/su_heading]\r\n<strong>真珠評価基準表</strong>\r\n<!-- 真珠評価基準表-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n<!-- 真珠評価基準表-->\r\n<div style=\"clear: both; padding-top: 30px;\">\r\n<table style=\"width: 100%; border: 1px solid #555; padding: 10px; font-size: 14px;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<thead>\r\n<tr>\r\n<td style=\"border: 0;\" colspan=\"4\"><img style=\"margin-bottom: 10px;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_title.jpg\" alt=\"真珠評価基準\" width=\"197\" height=\"27\" /></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_01.png\" alt=\"巻き\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 10px 0 0; border: 0;\">巻きとは真珠の核を巻いている真珠層の厚さを表す言葉です。巻きが厚く、緻密性と均一性を持っているのが高品質の条件になります。</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0px; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_02.png\" alt=\"形\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 0 0 0; border: 0;\">真ん丸のいわゆる新円真珠が最高とされますが、 異型真珠(バロック玉)など変形の真珠もあります。好みやファッションに合わせて選びましょう。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-left: 0; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun1.jpg\" alt=\"巻き\" width=\"100%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun2.jpg\" alt=\"形\" width=\"98%\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_03.png\" alt=\"光沢\" width=\"83\" /></td>\r\n<td style=\"border: 0; padding: 10px 10px 0 0;\">真珠光沢真珠独特の光沢は、表面的なものではなく、内部からくる照りによるもの。上から見て光の輪がほんのりとあり、重厚な感じがするものが良いでしょう。光沢(テリ)</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_04.png\" alt=\"傷\" width=\"83\" /></td>\r\n<td style=\"padding: 10px 0 0 0; border: 0;\">厳しい自然の中で成長していく真珠は、ほとんどが何らかのキズを持っています。傷はほんものの真珠の証ですが、この傷が少ないほど希少価値が加わり貴重とされます。きず</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun3.jpg\" alt=\"光沢\" width=\"98%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun4.jpg\" alt=\"傷\" width=\"98%\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 16:56:55','2015-12-11 07:56:55','',28,'http://nagasaki.s198.coreserver.jp/?p=271',0,'revision','',0),(272,1,'2015-12-11 16:57:16','2015-12-11 07:57:16','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- 花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"60%\" />\r\n<img style=\"float: left;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi5-hyo.png\" alt=\"花珠星見表\" />\r\n<br />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠評価早見表[/su_heading]\r\n<strong>真珠評価基準表</strong>\r\n<!-- 真珠評価基準表-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n<!-- 真珠評価基準表-->\r\n<div style=\"clear: both; padding-top: 30px;\">\r\n<table style=\"width: 100%; border: 1px solid #555; padding: 10px; font-size: 14px;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<thead>\r\n<tr>\r\n<td style=\"border: 0;\" colspan=\"4\"><img style=\"margin-bottom: 10px;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_title.jpg\" alt=\"真珠評価基準\" width=\"197\" height=\"27\" /></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_01.png\" alt=\"巻き\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 10px 0 0; border: 0;\">巻きとは真珠の核を巻いている真珠層の厚さを表す言葉です。巻きが厚く、緻密性と均一性を持っているのが高品質の条件になります。</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0px; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_02.png\" alt=\"形\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 0 0 0; border: 0;\">真ん丸のいわゆる新円真珠が最高とされますが、 異型真珠(バロック玉)など変形の真珠もあります。好みやファッションに合わせて選びましょう。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-left: 0; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun1.jpg\" alt=\"巻き\" width=\"100%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun2.jpg\" alt=\"形\" width=\"98%\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_03.png\" alt=\"光沢\" width=\"83\" /></td>\r\n<td style=\"border: 0; padding: 10px 10px 0 0;\">真珠光沢真珠独特の光沢は、表面的なものではなく、内部からくる照りによるもの。上から見て光の輪がほんのりとあり、重厚な感じがするものが良いでしょう。光沢(テリ)</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_04.png\" alt=\"傷\" width=\"83\" /></td>\r\n<td style=\"padding: 10px 0 0 0; border: 0;\">厳しい自然の中で成長していく真珠は、ほとんどが何らかのキズを持っています。傷はほんものの真珠の証ですが、この傷が少ないほど希少価値が加わり貴重とされます。きず</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun3.jpg\" alt=\"光沢\" width=\"98%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun4.jpg\" alt=\"傷\" width=\"98%\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 16:57:16','2015-12-11 07:57:16','',28,'http://nagasaki.s198.coreserver.jp/?p=272',0,'revision','',0),(273,1,'2015-12-11 16:57:41','2015-12-11 07:57:41','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- 花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"60%\" /><img style=\"float: left;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hosi5-hyo.png\" alt=\"花珠星見表\" />\r\n<br />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠評価早見表[/su_heading]\r\n<strong>真珠評価基準表</strong>\r\n<!-- 真珠評価基準表-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n<!-- 真珠評価基準表-->\r\n<div style=\"clear: both; padding-top: 30px;\">\r\n<table style=\"width: 100%; border: 1px solid #555; padding: 10px; font-size: 14px;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<thead>\r\n<tr>\r\n<td style=\"border: 0;\" colspan=\"4\"><img style=\"margin-bottom: 10px;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_title.jpg\" alt=\"真珠評価基準\" width=\"197\" height=\"27\" /></td>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_01.png\" alt=\"巻き\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 10px 0 0; border: 0;\">巻きとは真珠の核を巻いている真珠層の厚さを表す言葉です。巻きが厚く、緻密性と均一性を持っているのが高品質の条件になります。</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0px; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_02.png\" alt=\"形\" width=\"83\" /></td>\r\n<td style=\"padding: 5px 0 0 0; border: 0;\">真ん丸のいわゆる新円真珠が最高とされますが、 異型真珠(バロック玉)など変形の真珠もあります。好みやファッションに合わせて選びましょう。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border-left: 0; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun1.jpg\" alt=\"巻き\" width=\"100%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 1px solid #555; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun2.jpg\" alt=\"形\" width=\"98%\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 8px 0 0; border: 0; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_03.png\" alt=\"光沢\" width=\"83\" /></td>\r\n<td style=\"border: 0; padding: 10px 10px 0 0;\">真珠光沢真珠独特の光沢は、表面的なものではなく、内部からくる照りによるもの。上から見て光の輪がほんのりとあり、重厚な感じがするものが良いでしょう。光沢(テリ)</td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; padding: 0 8px 0 5px; vertical-align: middle;\" width=\"83\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun_04.png\" alt=\"傷\" width=\"83\" /></td>\r\n<td style=\"padding: 10px 0 0 0; border: 0;\">厳しい自然の中で成長していく真珠は、ほとんどが何らかのキズを持っています。傷はほんものの真珠の証ですが、この傷が少ないほど希少価値が加わり貴重とされます。きず</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; text-align: center; padding: 10px 10px 5px 0;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun3.jpg\" alt=\"光沢\" width=\"98%\" /></td>\r\n<td style=\"border-left: 1px solid #555; border-top: 0px; border-bottom: 0; border-right: 0px; text-align: center; padding: 10px 0 5px 10px;\" colspan=\"2\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kijun4.jpg\" alt=\"傷\" width=\"98%\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 16:57:41','2015-12-11 07:57:41','',28,'http://nagasaki.s198.coreserver.jp/?p=273',0,'revision','',0),(279,1,'2015-12-11 17:19:44','2015-12-11 08:19:44','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- 花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"100%\" />\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun5.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n<!-- サイズ価格-->\r\n[table id=5 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\">\r\n\r\n</div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 17:19:44','2015-12-11 08:19:44','',28,'http://nagasaki.s198.coreserver.jp/?p=279',0,'revision','',0),(278,1,'2015-12-11 17:16:32','2015-12-11 08:16:32','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>\r\n<!-- 花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"100%\" />\r\n<br />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun5.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n<!-- サイズ価格-->\r\n[table id=5 /]\r\n\r\n\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a>\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-11 17:16:32','2015-12-11 08:16:32','',28,'http://nagasaki.s198.coreserver.jp/?p=278',0,'revision','',0),(345,1,'2015-12-12 19:01:01','2015-12-12 10:01:01','<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann131.jpg\" alt=\"準花珠見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann13.jpg\" alt=\"準花珠見出し\" width=\"50%\" />\r\n<br />\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun45.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n<!-- サイズ価格-->\r\n[table id=4 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\">\r\n\r\n</div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','準花珠真珠','','inherit','closed','closed','','54-revision-v1','','','2015-12-12 19:01:01','2015-12-12 10:01:01','',54,'http://nagasaki.s198.coreserver.jp/?p=345',0,'revision','',0),(302,1,'2015-12-12 11:56:42','2015-12-12 02:56:42','<!--<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/jun-hanadama_midasi.png\" alt=\"準花珠真珠\" width=\"98%\" /></p>-->\r\n<br />\r\n<!-- 準花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann13.jpg\" alt=\"準花珠見出し\" width=\"100%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann131.jpg\" alt=\"準花珠見出し\" width=\"100%\" />\r\n\r\n<br />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun45.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n<!-- サイズ価格-->\r\n[table id=4 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\">\r\n\r\n</div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','準花珠真珠','','inherit','closed','closed','','54-revision-v1','','','2015-12-12 11:56:42','2015-12-12 02:56:42','',54,'http://nagasaki.s198.coreserver.jp/?p=302',0,'revision','',0),(283,1,'2015-12-11 17:29:25','2015-12-11 08:29:25','<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/jun-hanadama_midasi.png\" alt=\"準花珠真珠\" width=\"98%\" /></p>\r\n<br />\r\n<!-- 準花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann13.jpg\" alt=\"準花珠見出し\" width=\"100%\" />\r\n<br />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun45.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n<!-- サイズ価格-->\r\n[table id=4 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\">\r\n\r\n</div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','準花珠真珠','','inherit','closed','closed','','54-revision-v1','','','2015-12-11 17:29:25','2015-12-11 08:29:25','',54,'http://nagasaki.s198.coreserver.jp/?p=283',0,'revision','',0),(294,1,'2015-12-11 18:41:16','2015-12-11 09:41:16','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n<br />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n<br />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n<br />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]\r\n\r\n','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-11 18:41:16','2015-12-11 09:41:16','',101,'http://nagasaki.s198.coreserver.jp/?p=294',0,'revision','',0),(295,1,'2015-12-11 18:43:21','2015-12-11 09:43:21','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n<br />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n<br />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n<br />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]\r\n\r\n','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-11 18:43:21','2015-12-11 09:43:21','',101,'http://nagasaki.s198.coreserver.jp/?p=295',0,'revision','',0),(299,1,'2015-12-11 19:31:23','2015-12-11 10:31:23','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/akoya01.jpg\" alt=\"あこや真珠\" width=\"100%\" />\r\n<br />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]あこや真珠はなぜ美しいのでしょう。[/su_heading]\r\n世界中の女性にとって永遠の憧れの存在であり続ける真珠。\r\n世界の養殖真珠の原点といわれる日本のあこや真珠は、ほかの真珠に比べて真円に近い球体の物が多く、特に色やテリが美しいと言われています。母貝/アコヤ貝・採取地/長崎・サイズ/約2mm~10mm・形/ラウンド・セミラウンド・セミバロック・バロック・色/ホワイト・クリーム・ピンク・イエロー・グレー・グリーンなどがあります。\r\nネックレスは選別された真珠の両サイドから孔を開けていき中心で貫通。連台と呼ばれる専用台を使用して真珠の連組みし、連相(サイズ・色・テリ)といわれる見た目の印象を整えていきます。連組みが終わったものは糸通しをした状態で保存。デザインが決まるとネックレスに加工していきます。\r\nあこや真珠や花珠真珠は冠婚葬祭の定番。スタイリッシュな雰囲気のタヒチ黒蝶真珠、華やかな胸元を演出する南洋真珠ネックレス、可愛らしく普段使いしやすい淡水パールネックレスなどがあります。服装やシーンに合わせて使い分ける方も多くいらっしゃいます。\r\n<br />\r\n\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-11 19:31:23','2015-12-11 10:31:23','',101,'http://nagasaki.s198.coreserver.jp/?p=299',0,'revision','',0),(298,1,'2015-12-11 19:30:28','2015-12-11 10:30:28','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/akoya01.jpg\" alt=\"あこや真珠\" width=\"100%\" />\r\n<br />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]あこや真珠はなぜ美しいのでしょう。[/su_heading]\r\n世界中の女性にとって永遠の憧れの存在であり続ける真珠。誕生からジュエリーになるまでをご紹介します。\r\n世界の養殖真珠の原点といわれる日本のあこや真珠は、ほかの真珠に比べて真円に近い球体の物が多く、特に色やテリが美しいと言われています。母貝/アコヤ貝・採取地/長崎・サイズ/約2mm~10mm・形/ラウンド・セミラウンド・セミバロック・バロック・色/ホワイト・クリーム・ピンク・イエロー・グレー・グリーンなどがあります。\r\nネックレスは選別された真珠の両サイドから孔を開けていき中心で貫通。連台と呼ばれる専用台を使用して真珠の連組みし、連相(サイズ・色・テリ)といわれる見た目の印象を整えていきます。連組みが終わったものは糸通しをした状態で保存。デザインが決まるとネックレスに加工していきます。\r\nあこや真珠や花珠真珠は冠婚葬祭の定番。スタイリッシュな雰囲気のタヒチ黒蝶真珠、華やかな胸元を演出する南洋真珠ネックレス、可愛らしく普段使いしやすい淡水パールネックレスなどがあります。服装やシーンに合わせて使い分ける方も多くいらっしゃいます。\r\n<br />\r\n\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-11 19:30:28','2015-12-11 10:30:28','',101,'http://nagasaki.s198.coreserver.jp/?p=298',0,'revision','',0),(289,1,'2015-12-11 18:28:48','2015-12-11 09:28:48','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n[table id=3 /]\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\">かたち</span>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n\r\n<span class=\"so_midasi\">巻き</span>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n\r\n<span class=\"so_midasi\">テリ</span>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n\r\n<span class=\"so_midasi\">キズ</span>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n\r\n<span class=\"so_midasi\">色</span>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\n<span class=\"so_midasi\">サイズ</span>\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3> 市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig1.gif\" alt=\"\" title=\"fig1\" width=\"724\" height=\"900\" class=\"aligncenter size-full wp-image-111\" />\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3> その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-11 18:28:48','2015-12-11 09:28:48','',101,'http://nagasaki.s198.coreserver.jp/?p=289',0,'revision','',0),(284,1,'2015-12-11 17:42:01','2015-12-11 08:42:01','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\nみなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?\r\n神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n<br />\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\">かたち</span>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n\r\n<span class=\"so_midasi\">巻き</span>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n\r\n<span class=\"so_midasi\">テリ</span>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n\r\n<span class=\"so_midasi\">キズ</span>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n\r\n<span class=\"so_midasi\">色</span>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\n<span class=\"so_midasi\">サイズ</span>\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3> 市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig1.gif\" alt=\"\" title=\"fig1\" width=\"724\" height=\"900\" class=\"aligncenter size-full wp-image-111\" />\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3> その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-11 17:42:01','2015-12-11 08:42:01','',101,'http://nagasaki.s198.coreserver.jp/?p=284',0,'revision','',0),(285,1,'2015-12-11 17:43:37','2015-12-11 08:43:37',' ','','','publish','closed','closed','','285','','','2017-09-26 16:02:59','2017-09-26 07:02:59','',0,'http://nagasaki.s198.coreserver.jp/?p=285',7,'nav_menu_item','',0),(286,1,'2017-05-25 09:27:19','2017-05-25 00:27:19','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann161.jpg\" alt=\"あこや真珠\" width=\"100%\">\r\n\r\n[table id=9 /]\r\n\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\">\r\n\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi41.jpg\" alt=\"三つ星パール\" width=\"50%\">\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\">\r\n\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi21.jpg\" alt=\"二つ星パール\" width=\"50%\">\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\">\r\n\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\">\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\"></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\">\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\">&nbsp;</div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','あこや真珠','','inherit','closed','closed','','101-autosave-v1','','','2017-05-25 09:27:19','2017-05-25 00:27:19','',101,'http://nagasaki.s198.coreserver.jp/?p=286',0,'revision','',0),(296,1,'2015-12-11 19:15:16','2015-12-11 10:15:16','<strong>あこや真珠はなぜ美しいのでしょう。</strong>\r\n世界中の女性にとって永遠の憧れの存在であり続ける真珠。誕生からジュエリーになるまでをご紹介します。\r\n<br />\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]あこや真珠とは[/su_heading]\r\n世界の養殖真珠の原点といわれる日本のあこや真珠は、ほかの真珠に比べて真円に近い球体の物が多く、特に色やテリが美しいと言われています。母貝/アコヤ貝・採取地/長崎・サイズ/約2mm~10mm・形/ラウンド・セミラウンド・セミバロック・バロック・色/ホワイト・クリーム・ピンク・イエロー・グレー・グリーンなどがあります。\r\n<br />\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]ネックレスが出来るまで[/su_heading]\r\nネックレスは選別された真珠の両サイドから孔を開けていき中心で貫通。連台と呼ばれる専用台を使用して真珠の連組みし、連相(サイズ・色・テリ)といわれる見た目の印象を整えていきます。連組みが終わったものは糸通しをした状態で保存。デザインが決まるとネックレスに加工していきます。\r\n<br />\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n<br />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n<br />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n<br />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]\r\n','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-11 19:15:16','2015-12-11 10:15:16','',101,'http://nagasaki.s198.coreserver.jp/?p=296',0,'revision','',0),(297,1,'2015-12-11 19:22:57','2015-12-11 10:22:57','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/akoya01.jpg\" alt=\"あこや真珠\" width=\"100%\" />\r\n<br />\r\n<strong>あこや真珠はなぜ美しいのでしょう。</strong>\r\n世界中の女性にとって永遠の憧れの存在であり続ける真珠。誕生からジュエリーになるまでをご紹介します。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]あこや真珠とは[/su_heading]\r\n世界の養殖真珠の原点といわれる日本のあこや真珠は、ほかの真珠に比べて真円に近い球体の物が多く、特に色やテリが美しいと言われています。母貝/アコヤ貝・採取地/長崎・サイズ/約2mm~10mm・形/ラウンド・セミラウンド・セミバロック・バロック・色/ホワイト・クリーム・ピンク・イエロー・グレー・グリーンなどがあります。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]ネックレスが出来るまで[/su_heading]\r\nネックレスは選別された真珠の両サイドから孔を開けていき中心で貫通。連台と呼ばれる専用台を使用して真珠の連組みし、連相(サイズ・色・テリ)といわれる見た目の印象を整えていきます。連組みが終わったものは糸通しをした状態で保存。デザインが決まるとネックレスに加工していきます。\r\n\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-11 19:22:57','2015-12-11 10:22:57','',101,'http://nagasaki.s198.coreserver.jp/?p=297',0,'revision','',0),(287,1,'2015-12-11 18:15:24','2015-12-11 09:15:24','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n\r\n\r\n\r\nみなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?\r\n神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n<br />\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\">かたち</span>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n\r\n<span class=\"so_midasi\">巻き</span>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n\r\n<span class=\"so_midasi\">テリ</span>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n\r\n<span class=\"so_midasi\">キズ</span>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n\r\n<span class=\"so_midasi\">色</span>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\n<span class=\"so_midasi\">サイズ</span>\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3> 市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig1.gif\" alt=\"\" title=\"fig1\" width=\"724\" height=\"900\" class=\"aligncenter size-full wp-image-111\" />\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3> その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-11 18:15:24','2015-12-11 09:15:24','',101,'http://nagasaki.s198.coreserver.jp/?p=287',0,'revision','',0),(288,1,'2015-12-11 18:16:20','2015-12-11 09:16:20','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n[table id=3 /]\r\n\r\n\r\nみなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?\r\n神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n<br />\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\">かたち</span>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n\r\n<span class=\"so_midasi\">巻き</span>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n\r\n<span class=\"so_midasi\">テリ</span>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n\r\n<span class=\"so_midasi\">キズ</span>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n\r\n<span class=\"so_midasi\">色</span>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\n<span class=\"so_midasi\">サイズ</span>\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3> 市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig1.gif\" alt=\"\" title=\"fig1\" width=\"724\" height=\"900\" class=\"aligncenter size-full wp-image-111\" />\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3> その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-11 18:16:20','2015-12-11 09:16:20','',101,'http://nagasaki.s198.coreserver.jp/?p=288',0,'revision','',0),(291,1,'2015-12-11 18:35:30','2015-12-11 09:35:30','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n<br />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n<br />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n[table id=1 /]\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3> 市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig1.gif\" alt=\"\" title=\"fig1\" width=\"724\" height=\"900\" class=\"aligncenter size-full wp-image-111\" />\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3> その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-11 18:35:30','2015-12-11 09:35:30','',101,'http://nagasaki.s198.coreserver.jp/?p=291',0,'revision','',0),(290,1,'2015-12-11 18:31:15','2015-12-11 09:31:15','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n<br />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n[table id=3 /]\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\">かたち</span>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n\r\n<span class=\"so_midasi\">巻き</span>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n\r\n<span class=\"so_midasi\">テリ</span>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n\r\n<span class=\"so_midasi\">キズ</span>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n\r\n<span class=\"so_midasi\">色</span>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\n<span class=\"so_midasi\">サイズ</span>\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3> 市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig1.gif\" alt=\"\" title=\"fig1\" width=\"724\" height=\"900\" class=\"aligncenter size-full wp-image-111\" />\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3> その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-11 18:31:15','2015-12-11 09:31:15','',101,'http://nagasaki.s198.coreserver.jp/?p=290',0,'revision','',0),(292,1,'2015-12-11 18:36:36','2015-12-11 09:36:36','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n<br />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n<br />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n[table id=1 /]\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3> 市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig1.gif\" alt=\"\" title=\"fig1\" width=\"724\" height=\"900\" class=\"aligncenter size-full wp-image-111\" />\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3> その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-11 18:36:36','2015-12-11 09:36:36','',101,'http://nagasaki.s198.coreserver.jp/?p=292',0,'revision','',0),(293,1,'2015-12-11 18:37:27','2015-12-11 09:37:27','<!-- tab(1)-->\r\n[su_tabs]<strong>[su_tab title=\"四つ星パール\"]</strong>\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n<br />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n<br />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n[table id=1 /]\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3> 市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/fig1.gif\" alt=\"\" title=\"fig1\" width=\"724\" height=\"900\" class=\"aligncenter size-full wp-image-111\" />\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3> その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n \r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\"  />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n\r\n<div class=\"clear\"></div>\r\n保留-->','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-11 18:37:27','2015-12-11 09:37:27','',101,'http://nagasaki.s198.coreserver.jp/?p=293',0,'revision','',0),(301,1,'2015-12-12 11:49:21','2015-12-12 02:49:21','<!--<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>-->\r\n<br />\r\n<!-- 花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"花珠見出し\" width=\"50%\" />\r\n<br />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun5.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n<!-- サイズ価格-->\r\n[table id=5 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\">\r\n\r\n</div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-12 11:49:21','2015-12-12 02:49:21','',28,'http://nagasaki.s198.coreserver.jp/?p=301',0,'revision','',0),(303,1,'2015-12-12 11:57:31','2015-12-12 02:57:31','<!--<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/jun-hanadama_midasi.png\" alt=\"準花珠真珠\" width=\"98%\" /></p>-->\r\n<br />\r\n<!-- 準花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann13.jpg\" alt=\"準花珠見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann131.jpg\" alt=\"準花珠見出し\" width=\"50%\" />\r\n\r\n<br />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun45.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n<!-- サイズ価格-->\r\n[table id=4 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\">\r\n\r\n</div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','準花珠真珠','','inherit','closed','closed','','54-revision-v1','','','2015-12-12 11:57:31','2015-12-12 02:57:31','',54,'http://nagasaki.s198.coreserver.jp/?p=303',0,'revision','',0),(304,1,'2015-12-12 11:57:45','2015-12-12 02:57:45','<!--<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/jun-hanadama_midasi.png\" alt=\"準花珠真珠\" width=\"98%\" /></p>-->\r\n<br />\r\n<!-- 準花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann131.jpg\" alt=\"準花珠見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann13.jpg\" alt=\"準花珠見出し\" width=\"50%\" />\r\n\r\n<br />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun45.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n<!-- サイズ価格-->\r\n[table id=4 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\">\r\n\r\n</div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','準花珠真珠','','inherit','closed','closed','','54-revision-v1','','','2015-12-12 11:57:45','2015-12-12 02:57:45','',54,'http://nagasaki.s198.coreserver.jp/?p=304',0,'revision','',0),(305,1,'2015-12-12 11:58:05','2015-12-12 02:58:05','<!--<p style=\"margin: 20px 0 0 0; text-align: center;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/hanadama_midasi.png\" alt=\"花珠真珠5つ星\" /></p>-->\r\n<br />\r\n<!-- 花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"花珠見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"50%\" />\r\n<br />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun5.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n<!-- サイズ価格-->\r\n[table id=5 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\">\r\n\r\n</div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-12 11:58:05','2015-12-12 02:58:05','',28,'http://nagasaki.s198.coreserver.jp/?p=305',0,'revision','',0),(306,1,'2015-12-12 12:58:03','2015-12-12 03:58:03','<!--<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/akoya01.jpg\" alt=\"あこや真珠\" width=\"100%\" />-->\r\n<br />\r\n<!-- 花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"花珠見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"50%\" />\r\n<br />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]あこや真珠はなぜ美しいのでしょう。[/su_heading]\r\n世界中の女性にとって永遠の憧れの存在であり続ける真珠。\r\n世界の養殖真珠の原点といわれる日本のあこや真珠は、ほかの真珠に比べて真円に近い球体の物が多く、特に色やテリが美しいと言われています。母貝/アコヤ貝・採取地/長崎・サイズ/約2mm~10mm・形/ラウンド・セミラウンド・セミバロック・バロック・色/ホワイト・クリーム・ピンク・イエロー・グレー・グリーンなどがあります。\r\nネックレスは選別された真珠の両サイドから孔を開けていき中心で貫通。連台と呼ばれる専用台を使用して真珠の連組みし、連相(サイズ・色・テリ)といわれる見た目の印象を整えていきます。連組みが終わったものは糸通しをした状態で保存。デザインが決まるとネックレスに加工していきます。\r\nあこや真珠や花珠真珠は冠婚葬祭の定番。スタイリッシュな雰囲気のタヒチ黒蝶真珠、華やかな胸元を演出する南洋真珠ネックレス、可愛らしく普段使いしやすい淡水パールネックレスなどがあります。服装やシーンに合わせて使い分ける方も多くいらっしゃいます。\r\n<br />\r\n\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-12 12:58:03','2015-12-12 03:58:03','',101,'http://nagasaki.s198.coreserver.jp/?p=306',0,'revision','',0),(310,1,'2015-12-12 14:53:45','2015-12-12 05:53:45','[[\"\\u7d50\\u5a5a\\u5e74\\u6570\",\"\\u5f0f\\u540d\",\"\\u8d08\\u308a\\u3082\\u306e\"],[\"1\\u5e74\\u76ee\",\"\\u7d19\\u5a5a\\u5f0f\",\"\\u30a2\\u30eb\\u30d0\\u30e0\\u306a\\u3069\\u7d19\\u88fd\\u54c1\"],[\"2\\u5e74\\u76ee\",\"\\u7dbf\\u5a5a\\u5f0f\",\"\\u30cf\\u30f3\\u30ab\\u30c1\\u3084\\u30b3\\u30c3\\u30c8\\u30f3\\u88fd\\u54c1\"],[\"3\\u5e74\\u76ee\",\"\\u9769\\u5a5a\\u5f0f\",\"\\u30d0\\u30c3\\u30b0\\u3084\\u30d9\\u30eb\\u30c8\\u306a\\u3069\\u76ae\\u9769\\u88fd\\u54c1\"],[\"4\\u5e74\\u76ee\",\"\\u82b1\\u5a5a\\u5f0f\",\"\\u82b1\\u675f\\uff08\\u307e\\u305f\\u306f\\u66f8\\u7c4d\\u5a5a\\u5f0f\\uff09\"],[\"5\\u5e74\\u76ee\",\"\\u6728\\u5a5a\\u5f0f\",\"\\u30d5\\u30a9\\u30c8\\u30d5\\u30ec\\u30fc\\u30e0\\u3084\\u89b3\\u8449\\u690d\\u7269\"],[\"6\\u5e74\\u76ee\",\"\\u9244\\u5a5a\\u5f0f\",\" \\u934b\\u306a\\u3069\\uff08\\u307e\\u305f\\u306f\\u7802\\u7cd6\\u5a5a\\u5f0f\\uff09\"],[\"7\\u5e74\\u76ee\",\"\\u9285\\u5a5a\\u5f0f\",\"\\u9285\\u88fd\\u54c1\\uff08\\u307e\\u305f\\u306f\\u6bdb\\u7e54\\u7269\\u5a5a\\u5f0f\\uff09\"],[\"8\\u5e74\\u76ee\",\"\\u9752\\u9285\\u5a5a\\u5f0f\",\"\\u30a2\\u30af\\u30bb\\u30b5\\u30ea\\u30fc\\u306a\\u3069\"],[\"9\\u5e74\\u76ee\",\"\\u9676\\u5668\\u5a5a\\u5f0f\",\"\\u30b3\\u30fc\\u30d2\\u30fc\\u30ab\\u30c3\\u30d7\\u306a\\u3069\"],[\"10\\u5e74\\u76ee\",\"\\u932b\\u5a5a\\u5f0f\",\"\\u932b\\u88fd\\u54c1\\uff08\\u307e\\u305f\\u306f\\u30a2\\u30eb\\u30df\\u5a5a\\u5f0f\\uff09\"],[\"11\\u5e74\\u76ee\",\"\\u92fc\\u9244\\u5a5a\\u5f0f\",\"\\u92fc\\u9244\\u88fd\\u54c1\"],[\"12\\u5e74\\u76ee\",\"\\u7d79\\u5a5a\\u5f0f\",\"\\u7d79\\u88fd\\u54c1\\uff08\\u307e\\u305f\\u306f\\u9ebb\\u5a5a\\u5f0f\\uff09\"],[\"13\\u5e74\\u76ee\",\"\\u30ec\\u30fc\\u30b9\\u5a5a\\u5f0f\",\"\\u624b\\u888b\\u3001\\u30b7\\u30e7\\u30fc\\u30eb\\u306a\\u3069\\u30ec\\u30fc\\u30b9\\u88fd\\u54c1\"],[\"14\\u5e74\\u76ee\",\"\\u8c61\\u7259\\u5a5a\\u5f0f\",\"\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u3001\\u592b\\u5a66\\u7bb8\\u306a\\u3069\\u8c61\\u7259\\u88fd\\u54c1\"],[\"15\\u5e74\\u76ee\",\"\\u6c34\\u6676\\u5a5a\\u5f0f\",\"\\u6307\\u8f2a\\u306a\\u3069\\u6c34\\u6676\\u3084\\u30af\\u30ea\\u30b9\\u30bf\\u30eb\\u88fd\\u54c1\"],[\"20\\u5e74\\u76ee\",\"\\u78c1\\u5668\\u5a5a\\u5f0f\",\"\\u98df\\u5668\\u3001\\u7f6e\\u7269\\u306a\\u3069\\u78c1\\u5668\\u88fd\\u54c1\"],[\"25\\u5e74\\u76ee\",\"\\u9280\\u5a5a\\u5f0f\",\"\\u9280\\u98df\\u5668\\u306a\\u3069\"],[\"30\\u5e74\\u76ee\",\"\\u771f\\u73e0\\u5a5a\\u5f0f\",\"\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306a\\u3069\\u771f\\u73e0\\u88fd\\u54c1\"],[\"35\\u5e74\\u76ee\",\"\\u73ca\\u745a\\u5a5a\\u5f0f\",\"\\u73ca\\u745a\\u306a\\u3069\\uff08\\u307e\\u305f\\u306f\\u3072\\u3059\\u3044\\u5a5a\\u5f0f\\uff09\"],[\"40\\u5e74\\u76ee\",\"\\u30eb\\u30d3\\u30fc\\u5a5a\\u5f0f\",\"\\u30eb\\u30d3\\u30fc\\u88fd\\u54c1\"],[\"45\\u5e74\\u76ee\",\"\\u30b5\\u30d5\\u30a1\\u30a4\\u30a2\\u5a5a\\u5f0f\",\"\\u30b5\\u30d5\\u30a1\\u30a4\\u30a2\\u88fd\\u54c1\"],[\"50\\u5e74\\u76ee\",\"\\u91d1\\u5a5a\\u5f0f\",\"\\u91d1\\u88fd\\u54c1\"],[\"55\\u5e74\\u76ee\",\"\\u30a8\\u30e1\\u30e9\\u30eb\\u30c9\\u5a5a\\u5f0f\",\"\\u30a8\\u30e1\\u30e9\\u30eb\\u30c9\\u88fd\\u54c1\"],[\"60\\u5e74\\u76ee\",\"\\u30c0\\u30a4\\u30e4\\u30e2\\u30f3\\u30c9\\u5a5a\\u5f0f\",\"\\u30c0\\u30a4\\u30e4\\u30e2\\u30f3\\u30c9\\u88fd\\u54c1\"]]','結婚30年目が「真珠婚式」です','結婚30周年が「真珠婚式」です','publish','closed','closed','','%e7%9c%9f%e7%8f%a0%e5%a9%9a','','','2015-12-12 15:22:07','2015-12-12 06:22:07','',0,'http://nagasaki.s198.coreserver.jp/?post_type=tablepress_table&#038;p=310',0,'tablepress_table','application/json',0),(312,1,'2015-12-12 15:18:45','2015-12-12 06:18:45','[[\"\\u5e74\\u6570\",\"\\u5f0f\\u540d\",\"\\u8d08\\u308a\\u3082\\u306e\"],[\"1\\u5e74\\u76ee\",\"\\u7d19\\u5a5a\\u5f0f\",\"\\u30a2\\u30eb\\u30d0\\u30e0\\u306a\\u3069\\u7d19\\u88fd\\u54c1\"],[\"2\\u5e74\\u76ee\",\"\\u7dbf\\u5a5a\\u5f0f\",\"\\u30cf\\u30f3\\u30ab\\u30c1\\u3084\\u30b3\\u30c3\\u30c8\\u30f3\\u88fd\\u54c1\"],[\"3\\u5e74\\u76ee\",\"\\u9769\\u5a5a\\u5f0f\",\"\\u30d0\\u30c3\\u30b0\\u3084\\u30d9\\u30eb\\u30c8\\u306a\\u3069\\u76ae\\u9769\\u88fd\\u54c1\"],[\"4\\u5e74\\u76ee\",\"\\u82b1\\u5a5a\\u5f0f\",\"\\u82b1\\u675f\\uff08\\u307e\\u305f\\u306f\\u66f8\\u7c4d\\u5a5a\\u5f0f\\uff09\"],[\"5\\u5e74\\u76ee\",\"\\u6728\\u5a5a\\u5f0f\",\"\\u30d5\\u30a9\\u30c8\\u30d5\\u30ec\\u30fc\\u30e0\\u3084\\u89b3\\u8449\\u690d\\u7269\"],[\"6\\u5e74\\u76ee\",\"\\u9244\\u5a5a\\u5f0f\",\" \\u934b\\u306a\\u3069\\uff08\\u307e\\u305f\\u306f\\u7802\\u7cd6\\u5a5a\\u5f0f\\uff09\"],[\"7\\u5e74\\u76ee\",\"\\u9285\\u5a5a\\u5f0f\",\"\\u9285\\u88fd\\u54c1\\uff08\\u307e\\u305f\\u306f\\u6bdb\\u7e54\\u7269\\u5a5a\\u5f0f\\uff09\"],[\"8\\u5e74\\u76ee\",\"\\u9752\\u9285\\u5a5a\\u5f0f\",\"\\u30a2\\u30af\\u30bb\\u30b5\\u30ea\\u30fc\\u306a\\u3069\"],[\"9\\u5e74\\u76ee\",\"\\u9676\\u5668\\u5a5a\\u5f0f\",\"\\u30b3\\u30fc\\u30d2\\u30fc\\u30ab\\u30c3\\u30d7\\u306a\\u3069\"],[\"10\\u5e74\\u76ee\",\"\\u932b\\u5a5a\\u5f0f\",\"\\u932b\\u88fd\\u54c1\\uff08\\u307e\\u305f\\u306f\\u30a2\\u30eb\\u30df\\u5a5a\\u5f0f\\uff09\"],[\"11\\u5e74\\u76ee\",\"\\u92fc\\u9244\\u5a5a\\u5f0f\",\"\\u92fc\\u9244\\u88fd\\u54c1\"],[\"12\\u5e74\\u76ee\",\"\\u7d79\\u5a5a\\u5f0f\",\"\\u7d79\\u88fd\\u54c1\\uff08\\u307e\\u305f\\u306f\\u9ebb\\u5a5a\\u5f0f\\uff09\"],[\"13\\u5e74\\u76ee\",\"\\u30ec\\u30fc\\u30b9\\u5a5a\\u5f0f\",\"\\u624b\\u888b\\u3001\\u30b7\\u30e7\\u30fc\\u30eb\\u306a\\u3069\\u30ec\\u30fc\\u30b9\\u88fd\\u54c1\"],[\"14\\u5e74\\u76ee\",\"\\u8c61\\u7259\\u5a5a\\u5f0f\",\"\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u3001\\u592b\\u5a66\\u7bb8\\u306a\\u3069\\u8c61\\u7259\\u88fd\\u54c1\"],[\"15\\u5e74\\u76ee\",\"\\u6c34\\u6676\\u5a5a\\u5f0f\",\"\\u6307\\u8f2a\\u306a\\u3069\\u6c34\\u6676\\u3084\\u30af\\u30ea\\u30b9\\u30bf\\u30eb\\u88fd\\u54c1\"],[\"20\\u5e74\\u76ee\",\"\\u78c1\\u5668\\u5a5a\\u5f0f\",\"\\u98df\\u5668\\u3001\\u7f6e\\u7269\\u306a\\u3069\\u78c1\\u5668\\u88fd\\u54c1\"],[\"25\\u5e74\\u76ee\",\"\\u9280\\u5a5a\\u5f0f\",\"\\u9280\\u98df\\u5668\\u306a\\u3069\"],[\"30\\u5e74\\u76ee\",\"\\u771f\\u73e0\\u5a5a\\u5f0f\",\"\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306a\\u3069\\u771f\\u73e0\\u88fd\\u54c1\"],[\"35\\u5e74\\u76ee\",\"\\u73ca\\u745a\\u5a5a\\u5f0f\",\"\\u73ca\\u745a\\u306a\\u3069\\uff08\\u307e\\u305f\\u306f\\u3072\\u3059\\u3044\\u5a5a\\u5f0f\\uff09\"],[\"40\\u5e74\\u76ee\",\"\\u30eb\\u30d3\\u30fc\\u5a5a\\u5f0f\",\"\\u30eb\\u30d3\\u30fc\\u88fd\\u54c1\"],[\"45\\u5e74\\u76ee\",\"\\u30b5\\u30d5\\u30a1\\u30a4\\u30a2\\u5a5a\\u5f0f\",\"\\u30b5\\u30d5\\u30a1\\u30a4\\u30a2\\u88fd\\u54c1\"],[\"50\\u5e74\\u76ee\",\"\\u91d1\\u5a5a\\u5f0f\",\"\\u91d1\\u88fd\\u54c1\"],[\"55\\u5e74\\u76ee\",\"\\u30a8\\u30e1\\u30e9\\u30eb\\u30c9\\u5a5a\\u5f0f\",\"\\u30a8\\u30e1\\u30e9\\u30eb\\u30c9\\u88fd\\u54c1\"],[\"60\\u5e74\\u76ee\",\"\\u30c0\\u30a4\\u30e4\\u30e2\\u30f3\\u30c9\\u5a5a\\u5f0f\",\"\\u30c0\\u30a4\\u30e4\\u30e2\\u30f3\\u30c9\\u88fd\\u54c1\"]]','真珠婚','結婚30周年が「真珠婚式」です','inherit','closed','closed','','310-revision-v1','','','2015-12-12 15:18:45','2015-12-12 06:18:45','',310,'http://nagasaki.s198.coreserver.jp/?p=312',0,'revision','',0),(311,1,'2015-12-12 15:09:13','2015-12-12 06:09:13','[[\"\\u5e74\\u6570\",\"\\u5f0f\\u540d\",\"\\u8d08\\u308a\\u3082\\u306e\"],[\"1\\u5e74\\u76ee\",\"\\u7d19\\u5a5a\\u5f0f\",\"\\u30a2\\u30eb\\u30d0\\u30e0\\u306a\\u3069\\u7d19\\u88fd\\u54c1\"],[\"2\\u5e74\\u76ee\",\"\\u7dbf\\u5a5a\\u5f0f\",\"\\u6728\\u7dbf\\u306e\\u30cf\\u30f3\\u30ab\\u30c1\\u3084\\u30b3\\u30c3\\u30c8\\u30f3\\u306e\\u30c6\\u30fc\\u30d6\\u30eb\\u30af\\u30ed\\u30b9\"],[\"3\\u5e74\\u76ee\",\"\\u9769\\u5a5a\\u5f0f\",\"\\u30d0\\u30c3\\u30b0\\u3084\\u30d9\\u30eb\\u30c8\\u306a\\u3069\\u76ae\\u9769\\u88fd\\u54c1\"],[\"4\\u5e74\\u76ee\",\"\\u82b1\\u5a5a\\u5f0f\",\"\\u66f8\\u7c4d\\u5a5a\\u5f0f \\u82b1\\u675f\\u3084\\u8a69\\u96c6\"],[\"5\\u5e74\\u76ee\",\"\\u6728\\u5a5a\\u5f0f\",\"\\u6728\\u88fd\\u306e\\u30d5\\u30a9\\u30c8\\u30d5\\u30ec\\u30fc\\u30e0\\u3084\\u89b3\\u8449\\u690d\\u7269\"],[\"6\\u5e74\\u76ee\",\"\\u9244\\u5a5a\\u5f0f\",\"\\u7802\\u7cd6\\u5a5a\\u5f0f \\u934b\\u3084\\u83d3\\u5b50\\u306a\\u3069\"],[\"7\\u5e74\\u76ee\",\"\\u9285\\u5a5a\\u5f0f\",\"\\u6bdb\\u7e54\\u7269\\u5a5a\\u5f0f \\u30de\\u30d5\\u30e9\\u30fc\\u3084\\u3072\\u3056\\u304b\\u3051\\u306a\\u3069\\u306e\\u6bdb\\u7e54\\u7269\"],[\"8\\u5e74\\u76ee\",\"\\u9752\\u9285\\u5a5a\\u5f0f\",\"\\u30a2\\u30af\\u30bb\\u30b5\\u30ea\\u30fc\\u306a\\u3069\"],[\"9\\u5e74\\u76ee\",\"\\u925b\\u5a5a\\u5f0f\",\"\\u9676\\u5668\\u5a5a\\u5f0f \\u30b3\\u30fc\\u30d2\\u30fc\\u30ab\\u30c3\\u30d7\\u306a\\u3069\"],[\"10\\u5e74\\u76ee\",\"\\u932b\\u5a5a\\u5f0f\",\"\\u30a2\\u30eb\\u30df\\u5a5a\\u5f0f \\u932b\\u88fd\\u54c1\\u3001\\u88c5\\u98fe\\u54c1\\u306a\\u3069\"],[\"11\\u5e74\\u76ee\",\"\\u92fc\\u9244\\u5a5a\\u5f0f\",\"\\u92fc\\u9244\\u88fd\\u54c1\\u3001\\u934b\\u306a\\u3069\"],[\"12\\u5e74\\u76ee\",\"\\u7d79\\u5a5a\\u5f0f\",\"\\u9ebb\\u5a5a\\u5f0f \\u30b9\\u30ab\\u30fc\\u30d5\\u3001\\u30d1\\u30b8\\u30e3\\u30de\\u306a\\u3069\\u7d79\\u88fd\\u54c1\"],[\"13\\u5e74\\u76ee\",\"\\u30ec\\u30fc\\u30b9\\u5a5a\\u5f0f\",\"\\u624b\\u888b\\u3001\\u30b7\\u30e7\\u30fc\\u30eb\\u306a\\u3069\\u30ec\\u30fc\\u30b9\\u88fd\\u54c1\"],[\"14\\u5e74\\u76ee\",\"\\u8c61\\u7259\\u5a5a\\u5f0f\",\"\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u3001\\u592b\\u5a66\\u7bb8\\u306a\\u3069\\u8c61\\u7259\\u88fd\\u54c1\"],[\"15\\u5e74\\u76ee\",\"\\u6c34\\u6676\\u5a5a\\u5f0f\",\"\\u6307\\u8f2a\\u306a\\u3069\\u6c34\\u6676\\u3084\\u30af\\u30ea\\u30b9\\u30bf\\u30eb\\u88fd\\u54c1\"],[\"20\\u5e74\\u76ee\",\"\\u78c1\\u5668\\u5a5a\\u5f0f\",\"\\u98df\\u5668\\u3001\\u7f6e\\u7269\\u306a\\u3069\\u78c1\\u5668\\u88fd\\u54c1\"],[\"25\\u5e74\\u76ee\",\"\\u9280\\u5a5a\\u5f0f\",\"\\u30b9\\u30d7\\u30fc\\u30f3\\u3001\\u9280\\u98df\\u5668\\u306a\\u3069\\u9280\\u88fd\\u54c1\"],[\"30\\u5e74\\u76ee\",\"\\u771f\\u73e0\\u5a5a\\u5f0f\",\"\\u88c5\\u98fe\\u54c1\\u306a\\u3069\\u771f\\u73e0\\u88fd\\u54c1\"],[\"35\\u5e74\\u76ee\",\"\\u73ca\\u745a\\u5a5a\\u5f0f\",\"\\u3072\\u3059\\u3044\\u5a5a\\u5f0f \\u73ca\\u745a\\u3001\\u3072\\u3059\\u3044\\u88fd\\u54c1\"],[\"40\\u5e74\\u76ee\",\"\\u30eb\\u30d3\\u30fc\\u5a5a\\u5f0f\",\"\\u88c5\\u98fe\\u54c1\\u306a\\u3069\\u30eb\\u30d3\\u30fc\\u88fd\\u54c1\"],[\"45\\u5e74\\u76ee\",\"\\u30b5\\u30d5\\u30a1\\u30a4\\u30a2\\u5a5a\\u5f0f\",\"\\u88c5\\u98fe\\u54c1\\u306a\\u3069\\u30b5\\u30d5\\u30a1\\u30a4\\u30a2\\u88fd\\u54c1\"],[\"50\\u5e74\\u76ee\",\"\\u91d1\\u5a5a\\u5f0f\",\"\\u88c5\\u98fe\\u54c1\\u306a\\u3069\\u91d1\\u88fd\\u54c1\"],[\"55\\u5e74\\u76ee\",\"\\u30a8\\u30e1\\u30e9\\u30eb\\u30c9\\u5a5a\\u5f0f\",\"\\u88c5\\u98fe\\u54c1\\u306a\\u3069\\u30a8\\u30e1\\u30e9\\u30eb\\u30c9\\u88fd\\u54c1\"],[\"60\\u5e74\\u76ee\",\"\\u30c0\\u30a4\\u30e4\\u30e2\\u30f3\\u30c9\\u5a5a\\u5f0f\",\"\\u88c5\\u98fe\\u54c1\\u306a\\u3069\\u30c0\\u30a4\\u30e4\\u30e2\\u30f3\\u30c9\\u88fd\\u54c1\"],[\"\",\"\",\"\"],[\"\",\"\",\"\"],[\"\",\"\",\"\"],[\"\",\"\",\"\"],[\"\",\"\",\"\"]]','真珠婚','結婚30周年が「真珠婚式」です','inherit','closed','closed','','310-revision-v1','','','2015-12-12 15:09:13','2015-12-12 06:09:13','',310,'http://nagasaki.s198.coreserver.jp/?p=311',0,'revision','',0),(317,1,'2015-12-12 15:22:51','2015-12-12 06:22:51','<!--<img title=\"真珠婚\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/ketukon_top.jpg\" alt=\"真珠婚\" width=\"100%\" />-->\r\n<br />\r\n<img title=\"30周年真珠婚\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/ketukon_text.gif\" alt=\"30周年真珠婚\" width=\"604\" />\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3>その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n[table id=7 /]\r\n','結婚30周年は真珠婚','','inherit','closed','closed','','31-revision-v1','','','2015-12-12 15:22:51','2015-12-12 06:22:51','',31,'http://nagasaki.s198.coreserver.jp/?p=317',0,'revision','',0),(315,1,'2015-12-12 15:21:32','2015-12-12 06:21:32','[[\"\\u5e74\\u6570\",\"\\u5f0f\\u540d\",\"\\u8d08\\u308a\\u3082\\u306e\"],[\"1\\u5e74\\u76ee\",\"\\u7d19\\u5a5a\\u5f0f\",\"\\u30a2\\u30eb\\u30d0\\u30e0\\u306a\\u3069\\u7d19\\u88fd\\u54c1\"],[\"2\\u5e74\\u76ee\",\"\\u7dbf\\u5a5a\\u5f0f\",\"\\u30cf\\u30f3\\u30ab\\u30c1\\u3084\\u30b3\\u30c3\\u30c8\\u30f3\\u88fd\\u54c1\"],[\"3\\u5e74\\u76ee\",\"\\u9769\\u5a5a\\u5f0f\",\"\\u30d0\\u30c3\\u30b0\\u3084\\u30d9\\u30eb\\u30c8\\u306a\\u3069\\u76ae\\u9769\\u88fd\\u54c1\"],[\"4\\u5e74\\u76ee\",\"\\u82b1\\u5a5a\\u5f0f\",\"\\u82b1\\u675f\\uff08\\u307e\\u305f\\u306f\\u66f8\\u7c4d\\u5a5a\\u5f0f\\uff09\"],[\"5\\u5e74\\u76ee\",\"\\u6728\\u5a5a\\u5f0f\",\"\\u30d5\\u30a9\\u30c8\\u30d5\\u30ec\\u30fc\\u30e0\\u3084\\u89b3\\u8449\\u690d\\u7269\"],[\"6\\u5e74\\u76ee\",\"\\u9244\\u5a5a\\u5f0f\",\" \\u934b\\u306a\\u3069\\uff08\\u307e\\u305f\\u306f\\u7802\\u7cd6\\u5a5a\\u5f0f\\uff09\"],[\"7\\u5e74\\u76ee\",\"\\u9285\\u5a5a\\u5f0f\",\"\\u9285\\u88fd\\u54c1\\uff08\\u307e\\u305f\\u306f\\u6bdb\\u7e54\\u7269\\u5a5a\\u5f0f\\uff09\"],[\"8\\u5e74\\u76ee\",\"\\u9752\\u9285\\u5a5a\\u5f0f\",\"\\u30a2\\u30af\\u30bb\\u30b5\\u30ea\\u30fc\\u306a\\u3069\"],[\"9\\u5e74\\u76ee\",\"\\u9676\\u5668\\u5a5a\\u5f0f\",\"\\u30b3\\u30fc\\u30d2\\u30fc\\u30ab\\u30c3\\u30d7\\u306a\\u3069\"],[\"10\\u5e74\\u76ee\",\"\\u932b\\u5a5a\\u5f0f\",\"\\u932b\\u88fd\\u54c1\\uff08\\u307e\\u305f\\u306f\\u30a2\\u30eb\\u30df\\u5a5a\\u5f0f\\uff09\"],[\"11\\u5e74\\u76ee\",\"\\u92fc\\u9244\\u5a5a\\u5f0f\",\"\\u92fc\\u9244\\u88fd\\u54c1\"],[\"12\\u5e74\\u76ee\",\"\\u7d79\\u5a5a\\u5f0f\",\"\\u7d79\\u88fd\\u54c1\\uff08\\u307e\\u305f\\u306f\\u9ebb\\u5a5a\\u5f0f\\uff09\"],[\"13\\u5e74\\u76ee\",\"\\u30ec\\u30fc\\u30b9\\u5a5a\\u5f0f\",\"\\u624b\\u888b\\u3001\\u30b7\\u30e7\\u30fc\\u30eb\\u306a\\u3069\\u30ec\\u30fc\\u30b9\\u88fd\\u54c1\"],[\"14\\u5e74\\u76ee\",\"\\u8c61\\u7259\\u5a5a\\u5f0f\",\"\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u3001\\u592b\\u5a66\\u7bb8\\u306a\\u3069\\u8c61\\u7259\\u88fd\\u54c1\"],[\"15\\u5e74\\u76ee\",\"\\u6c34\\u6676\\u5a5a\\u5f0f\",\"\\u6307\\u8f2a\\u306a\\u3069\\u6c34\\u6676\\u3084\\u30af\\u30ea\\u30b9\\u30bf\\u30eb\\u88fd\\u54c1\"],[\"20\\u5e74\\u76ee\",\"\\u78c1\\u5668\\u5a5a\\u5f0f\",\"\\u98df\\u5668\\u3001\\u7f6e\\u7269\\u306a\\u3069\\u78c1\\u5668\\u88fd\\u54c1\"],[\"25\\u5e74\\u76ee\",\"\\u9280\\u5a5a\\u5f0f\",\"\\u9280\\u98df\\u5668\\u306a\\u3069\"],[\"30\\u5e74\\u76ee\",\"\\u771f\\u73e0\\u5a5a\\u5f0f\",\"\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306a\\u3069\\u771f\\u73e0\\u88fd\\u54c1\"],[\"35\\u5e74\\u76ee\",\"\\u73ca\\u745a\\u5a5a\\u5f0f\",\"\\u73ca\\u745a\\u306a\\u3069\\uff08\\u307e\\u305f\\u306f\\u3072\\u3059\\u3044\\u5a5a\\u5f0f\\uff09\"],[\"40\\u5e74\\u76ee\",\"\\u30eb\\u30d3\\u30fc\\u5a5a\\u5f0f\",\"\\u30eb\\u30d3\\u30fc\\u88fd\\u54c1\"],[\"45\\u5e74\\u76ee\",\"\\u30b5\\u30d5\\u30a1\\u30a4\\u30a2\\u5a5a\\u5f0f\",\"\\u30b5\\u30d5\\u30a1\\u30a4\\u30a2\\u88fd\\u54c1\"],[\"50\\u5e74\\u76ee\",\"\\u91d1\\u5a5a\\u5f0f\",\"\\u91d1\\u88fd\\u54c1\"],[\"55\\u5e74\\u76ee\",\"\\u30a8\\u30e1\\u30e9\\u30eb\\u30c9\\u5a5a\\u5f0f\",\"\\u30a8\\u30e1\\u30e9\\u30eb\\u30c9\\u88fd\\u54c1\"],[\"60\\u5e74\\u76ee\",\"\\u30c0\\u30a4\\u30e4\\u30e2\\u30f3\\u30c9\\u5a5a\\u5f0f\",\"\\u30c0\\u30a4\\u30e4\\u30e2\\u30f3\\u30c9\\u88fd\\u54c1\"]]','結婚30年目が「真珠婚式」です','結婚30周年が「真珠婚式」です','inherit','closed','closed','','310-revision-v1','','','2015-12-12 15:21:32','2015-12-12 06:21:32','',310,'http://nagasaki.s198.coreserver.jp/?p=315',0,'revision','',0),(316,1,'2015-12-12 15:22:07','2015-12-12 06:22:07','[[\"\\u7d50\\u5a5a\\u5e74\\u6570\",\"\\u5f0f\\u540d\",\"\\u8d08\\u308a\\u3082\\u306e\"],[\"1\\u5e74\\u76ee\",\"\\u7d19\\u5a5a\\u5f0f\",\"\\u30a2\\u30eb\\u30d0\\u30e0\\u306a\\u3069\\u7d19\\u88fd\\u54c1\"],[\"2\\u5e74\\u76ee\",\"\\u7dbf\\u5a5a\\u5f0f\",\"\\u30cf\\u30f3\\u30ab\\u30c1\\u3084\\u30b3\\u30c3\\u30c8\\u30f3\\u88fd\\u54c1\"],[\"3\\u5e74\\u76ee\",\"\\u9769\\u5a5a\\u5f0f\",\"\\u30d0\\u30c3\\u30b0\\u3084\\u30d9\\u30eb\\u30c8\\u306a\\u3069\\u76ae\\u9769\\u88fd\\u54c1\"],[\"4\\u5e74\\u76ee\",\"\\u82b1\\u5a5a\\u5f0f\",\"\\u82b1\\u675f\\uff08\\u307e\\u305f\\u306f\\u66f8\\u7c4d\\u5a5a\\u5f0f\\uff09\"],[\"5\\u5e74\\u76ee\",\"\\u6728\\u5a5a\\u5f0f\",\"\\u30d5\\u30a9\\u30c8\\u30d5\\u30ec\\u30fc\\u30e0\\u3084\\u89b3\\u8449\\u690d\\u7269\"],[\"6\\u5e74\\u76ee\",\"\\u9244\\u5a5a\\u5f0f\",\" \\u934b\\u306a\\u3069\\uff08\\u307e\\u305f\\u306f\\u7802\\u7cd6\\u5a5a\\u5f0f\\uff09\"],[\"7\\u5e74\\u76ee\",\"\\u9285\\u5a5a\\u5f0f\",\"\\u9285\\u88fd\\u54c1\\uff08\\u307e\\u305f\\u306f\\u6bdb\\u7e54\\u7269\\u5a5a\\u5f0f\\uff09\"],[\"8\\u5e74\\u76ee\",\"\\u9752\\u9285\\u5a5a\\u5f0f\",\"\\u30a2\\u30af\\u30bb\\u30b5\\u30ea\\u30fc\\u306a\\u3069\"],[\"9\\u5e74\\u76ee\",\"\\u9676\\u5668\\u5a5a\\u5f0f\",\"\\u30b3\\u30fc\\u30d2\\u30fc\\u30ab\\u30c3\\u30d7\\u306a\\u3069\"],[\"10\\u5e74\\u76ee\",\"\\u932b\\u5a5a\\u5f0f\",\"\\u932b\\u88fd\\u54c1\\uff08\\u307e\\u305f\\u306f\\u30a2\\u30eb\\u30df\\u5a5a\\u5f0f\\uff09\"],[\"11\\u5e74\\u76ee\",\"\\u92fc\\u9244\\u5a5a\\u5f0f\",\"\\u92fc\\u9244\\u88fd\\u54c1\"],[\"12\\u5e74\\u76ee\",\"\\u7d79\\u5a5a\\u5f0f\",\"\\u7d79\\u88fd\\u54c1\\uff08\\u307e\\u305f\\u306f\\u9ebb\\u5a5a\\u5f0f\\uff09\"],[\"13\\u5e74\\u76ee\",\"\\u30ec\\u30fc\\u30b9\\u5a5a\\u5f0f\",\"\\u624b\\u888b\\u3001\\u30b7\\u30e7\\u30fc\\u30eb\\u306a\\u3069\\u30ec\\u30fc\\u30b9\\u88fd\\u54c1\"],[\"14\\u5e74\\u76ee\",\"\\u8c61\\u7259\\u5a5a\\u5f0f\",\"\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u3001\\u592b\\u5a66\\u7bb8\\u306a\\u3069\\u8c61\\u7259\\u88fd\\u54c1\"],[\"15\\u5e74\\u76ee\",\"\\u6c34\\u6676\\u5a5a\\u5f0f\",\"\\u6307\\u8f2a\\u306a\\u3069\\u6c34\\u6676\\u3084\\u30af\\u30ea\\u30b9\\u30bf\\u30eb\\u88fd\\u54c1\"],[\"20\\u5e74\\u76ee\",\"\\u78c1\\u5668\\u5a5a\\u5f0f\",\"\\u98df\\u5668\\u3001\\u7f6e\\u7269\\u306a\\u3069\\u78c1\\u5668\\u88fd\\u54c1\"],[\"25\\u5e74\\u76ee\",\"\\u9280\\u5a5a\\u5f0f\",\"\\u9280\\u98df\\u5668\\u306a\\u3069\"],[\"30\\u5e74\\u76ee\",\"\\u771f\\u73e0\\u5a5a\\u5f0f\",\"\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306a\\u3069\\u771f\\u73e0\\u88fd\\u54c1\"],[\"35\\u5e74\\u76ee\",\"\\u73ca\\u745a\\u5a5a\\u5f0f\",\"\\u73ca\\u745a\\u306a\\u3069\\uff08\\u307e\\u305f\\u306f\\u3072\\u3059\\u3044\\u5a5a\\u5f0f\\uff09\"],[\"40\\u5e74\\u76ee\",\"\\u30eb\\u30d3\\u30fc\\u5a5a\\u5f0f\",\"\\u30eb\\u30d3\\u30fc\\u88fd\\u54c1\"],[\"45\\u5e74\\u76ee\",\"\\u30b5\\u30d5\\u30a1\\u30a4\\u30a2\\u5a5a\\u5f0f\",\"\\u30b5\\u30d5\\u30a1\\u30a4\\u30a2\\u88fd\\u54c1\"],[\"50\\u5e74\\u76ee\",\"\\u91d1\\u5a5a\\u5f0f\",\"\\u91d1\\u88fd\\u54c1\"],[\"55\\u5e74\\u76ee\",\"\\u30a8\\u30e1\\u30e9\\u30eb\\u30c9\\u5a5a\\u5f0f\",\"\\u30a8\\u30e1\\u30e9\\u30eb\\u30c9\\u88fd\\u54c1\"],[\"60\\u5e74\\u76ee\",\"\\u30c0\\u30a4\\u30e4\\u30e2\\u30f3\\u30c9\\u5a5a\\u5f0f\",\"\\u30c0\\u30a4\\u30e4\\u30e2\\u30f3\\u30c9\\u88fd\\u54c1\"]]','結婚30年目が「真珠婚式」です','結婚30周年が「真珠婚式」です','inherit','closed','closed','','310-revision-v1','','','2015-12-12 15:22:07','2015-12-12 06:22:07','',310,'http://nagasaki.s198.coreserver.jp/?p=316',0,'revision','',0),(318,1,'2017-06-22 13:35:13','2017-06-22 04:35:13','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann151.jpg\" alt=\"真珠婚見出し\" width=\"100%\">\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30年目は人生の節目です[/su_heading]\r\nこれから結婚30周年を迎えようとするご夫婦の方へ。上のお子さま下のお子さまも、もう社会で活躍され子育てもそろそろ一段落といったところでしょうか。\r\n\r\n前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の「婚式」といえば結婚25周年の銀婚式がありました。しかしこれからいよいよセカンドライフが始まるという時期にあたる「真珠婚」のほうが、これまでの人生を振り返りこれからの生き方を考えるのにちょうど良い節目だと思われます。\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うための贈りものは最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]この年齢だからこそ必要な真珠、それが花珠真珠[/su_heading]\r\n真珠は女性にとってさまざまな場面で必要ともいえるジュエリーアイテムです。奥さまもひとつは真珠のネックレスをお持ちでしょうか。\r\nそのネックレスはお子さまの入園式や卒園式、小学校の入学式くらいからずっと使い続けていませんか。\r\n若いころ購入したその真珠は、これまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入されるご年配の女性のみなさまは、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して恥ずかしい」「キズが多くて…」というお悩みのため買い替えをされています。\r\n\r\n女性にとっては必要といえるジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の確かな品質というものがあるのです。それが花珠真珠なのです。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠婚の記念のネックレスは当店におまかせください[/su_heading]\r\n結婚30周年という一生に一度の節目にふさわしい贈りものだからこそ、品質・価格ともに自信のある花珠真珠をご案内します。とはいえ大変高価なものですので、目で見て確かめて納得いくまで吟味したいものです。そのため当店では「返品保証」をつけて販売しています。どうぞご安心ください。\r\n愛する奥様への大切な贈りものなら、当店の真珠をお選びください。必ずご期待にお応えできることでしょう。\r\n\r\n<hr class=\"mg_T50\">\r\n\r\n&nbsp;\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\">\r\n\r\n</div>\r\n<div class=\"sp-banner3\">&nbsp;</div>','結婚30周年は真珠婚','','inherit','closed','closed','','31-autosave-v1','','','2017-06-22 13:35:13','2017-06-22 04:35:13','',31,'http://nagasaki.s198.coreserver.jp/?p=318',0,'revision','',0),(321,1,'2015-12-12 15:52:31','2015-12-12 06:52:31','<br />\r\n<!-- 真珠婚バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann151.jpg\" alt=\"真珠婚見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann15.jpg\" alt=\"真珠婚見出し\" width=\"50%\" />\r\n<br />\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30年目は人生の節目です[/su_heading]\r\nこれから結婚30周年を迎えようとするご夫婦の方へ。上のお子さま下のお子さまも、もう社会で活躍され子育てもそろそろ一段落といったところでしょうか。\r\n\r\n前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の「婚式」といえば結婚25周年の銀婚式がありました。しかしこれからいよいよセカンドライフが始まるという時期にあたる「真珠婚」のほうが、これまでの人生を振り返りこれからの生き方を考えるのにちょうど良い節目だと思われます。\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うための贈りものは最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]この年齢だからこそ必要な真珠、それが花珠真珠[/su_heading]\r\n真珠は女性にとってさまざまな場面で必要ともいえるジュエリーアイテムです。奥さまもひとつは真珠のネックレスをお持ちでしょうか。\r\nそのネックレスはお子さまの入園式や卒園式、小学校の入学式くらいからずっと使い続けていませんか。\r\n若いころ購入したその真珠は、これまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入されるご年配の女性のみなさまは、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して恥ずかしい」「キズが多くて…」というお悩みのため買い替えをされています。\r\n\r\n女性にとっては必要といえるジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の確かな品質というものがあるのです。それが花珠真珠なのです。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠婚の記念のネックレスは当店におまかせください[/su_heading]\r\n結婚30周年という一生に一度の節目にふさわしい贈りものだからこそ、品質・価格ともに自信のある花珠真珠をご案内します。とはいえ大変高価なものですので、目で見て確かめて納得いくまで吟味したいものです。そのため当店では「返品保証」をつけて販売しています。どうぞご安心ください。\r\n愛する奥様への大切な贈りものなら、当店の真珠をお選びください。必ずご期待にお応えできることでしょう。\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n[table id=7 /]','結婚30周年は真珠婚','','inherit','closed','closed','','31-revision-v1','','','2015-12-12 15:52:31','2015-12-12 06:52:31','',31,'http://nagasaki.s198.coreserver.jp/?p=321',0,'revision','',0),(320,1,'2015-12-12 15:47:47','2015-12-12 06:47:47','<!--<img title=\"真珠婚\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/ketukon_top.jpg\" alt=\"真珠婚\" width=\"100%\" />-->\r\n<br />\r\n<!-- 花珠バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann151.jpg\" alt=\"真珠婚見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann15.jpg\" alt=\"真珠婚見出し\" width=\"50%\" />\r\n<br />\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30年目は人生の節目です[/su_heading]\r\nこれから結婚30周年を迎えようとするご夫婦の方へ。上のお子さま下のお子さまも、もう社会で活躍され子育てもそろそろ一段落といったところでしょうか。\r\n\r\n前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の「婚式」といえば結婚25周年の銀婚式がありました。しかしこれからいよいよセカンドライフが始まるという時期にあたる「真珠婚」のほうが、これまでの人生を振り返りこれからの生き方を考えるのにちょうど良い節目だと思われます。\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うための贈りものは最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]この年齢だからこそ必要な真珠、それが花珠真珠[/su_heading]\r\n真珠は女性にとってさまざまな場面で必要ともいえるジュエリーアイテムです。奥さまもひとつは真珠のネックレスをお持ちでしょうか。\r\nそのネックレスはお子さまの入園式や卒園式、小学校の入学式くらいからずっと使い続けていませんか。\r\n若いころ購入したその真珠は、これまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入されるご年配の女性のみなさまは、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して恥ずかしい」「キズが多くて…」というお悩みのため買い替えをされています。\r\n\r\n女性にとっては必要といえるジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の確かな品質というものがあるのです。それが花珠真珠なのです。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠婚の記念のネックレスは当店におまかせください[/su_heading]\r\n結婚30周年という一生に一度の節目にふさわしい贈りものだからこそ、品質・価格ともに自信のある花珠真珠をご案内します。とはいえ大変高価なものですので、目で見て確かめて納得いくまで吟味したいものです。そのため当店では「返品保証」をつけて販売しています。どうぞご安心ください。\r\n愛する奥様への大切な贈りものなら、当店の真珠をお選びください。必ずご期待にお応えできることでしょう。\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n[table id=7 /]','結婚30周年は真珠婚','','inherit','closed','closed','','31-revision-v1','','','2015-12-12 15:47:47','2015-12-12 06:47:47','',31,'http://nagasaki.s198.coreserver.jp/?p=320',0,'revision','',0),(323,1,'2017-05-25 09:29:27','2017-05-25 00:29:27','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"ブライダル・母から娘へ\" width=\"100%\">\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\nウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。\r\n\r\n結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。\r\n\r\nまた真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">ネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\">\r\n\r\n</div>\r\n</article>&nbsp;\r\n\r\n<!-- 参考-->\r\n<!--\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=27\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=52\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=54\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=56\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=58\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n</div>\r\n-->','ブライダル花玉真珠3点セット','','inherit','closed','closed','','72-autosave-v1','','','2017-05-25 09:29:27','2017-05-25 00:29:27','',72,'http://nagasaki.s198.coreserver.jp/?p=323',0,'revision','',0),(536,1,'2016-10-19 11:07:30','2016-10-19 02:07:30','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"ブライダル・母から娘へ\" width=\"100%\" />\r\n\r\n\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\nウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。\r\n\r\n結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。\r\n\r\nまた真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">ネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n</div>\r\n</article>&nbsp;\r\n\r\n<!-- 参考-->\r\n<!--\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=27\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=52\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=54\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=56\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=58\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n</div>\r\n-->','ブライダル花玉真珠3点セット','','inherit','closed','closed','','72-revision-v1','','','2016-10-19 11:07:30','2016-10-19 02:07:30','',72,'http://nagasaki.s198.coreserver.jp/72-revision-v1/',0,'revision','',0),(358,1,'2015-12-14 17:05:13','2015-12-14 08:05:13','<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"ブライダル見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann11.jpg\" alt=\"ブライダル見出し\" width=\"50%\" />\r\n<br />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\nウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。\r\n\r\n結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。\r\n\r\nまた真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。\r\n<br />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n<hr class=\"mg_T50\" />\r\n</div>\r\n</article>\r\n<br />\r\n\r\n\r\n<!-- 参考-->\r\n<!--<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /><dl><dt>9.5mm あこや本真珠ペンダント</dt></dl>\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl>\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=27\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl>\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=52\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n</ul>\r\n\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl>\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=54\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl>\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=56\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt></dl>\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=58\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n</ul>\r\n</div>\r\n参考-->\r\n','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-14 17:05:13','2015-12-14 08:05:13','',72,'http://nagasaki.s198.coreserver.jp/?p=358',0,'revision','',0),(344,1,'2015-12-12 19:00:39','2015-12-12 10:00:39','<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"ブライダル見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann11.jpg\" alt=\"ブライダル見出し\" width=\"50%\" />\r\n<br />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\nウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。\r\n\r\n結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。\r\n\r\nまた真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。\r\n<br />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n<hr class=\"mg_T50\" />\r\n</div>\r\n</article>\r\n<br />\r\n\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\"><!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /><dl><dt>9.5mm あこや本真珠ペンダント</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=27\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=52\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n</ul>\r\n<!-- 2列-->\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=54\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=56\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=58\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-12 19:00:39','2015-12-12 10:00:39','',72,'http://nagasaki.s198.coreserver.jp/?p=344',0,'revision','',0),(324,1,'2015-12-12 16:20:59','2015-12-12 07:20:59','<!--<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" /><img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />-->\r\n\r\n<!-- ブライダルバナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"ブライダル見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann11.jpg\" alt=\"ブライダル見出し\" width=\"50%\" />\r\n<br />\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\nウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。\r\n\r\n結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。\r\n\r\nまた真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。\r\n<br />\r\n\r\n\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\"><!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /><dl><dt>9.5mm あこや本真珠ペンダント</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=27\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=52\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n</ul>\r\n<!-- 2列-->\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=54\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=56\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=58\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-12 16:20:59','2015-12-12 07:20:59','',72,'http://nagasaki.s198.coreserver.jp/?p=324',0,'revision','',0),(326,1,'2015-12-12 16:22:41','2015-12-12 07:22:41','<!--<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" /><img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />-->\r\n\r\n<!-- ブライダルバナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"ブライダル見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann11.jpg\" alt=\"ブライダル見出し\" width=\"50%\" />\r\n<br />\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\nウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。\r\n\r\n結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。\r\n\r\nまた真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。\r\n<br />\r\n\r\n\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\"><!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /><dl><dt>9.5mm あこや本真珠ペンダント</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=27\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=52\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n</ul>\r\n<!-- 2列-->\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=54\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=56\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=58\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-12 16:22:41','2015-12-12 07:22:41','',72,'http://nagasaki.s198.coreserver.jp/?p=326',0,'revision','',0),(325,1,'2015-12-12 16:21:30','2015-12-12 07:21:30','<!--<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" /><img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />-->\r\n\r\n<!-- ブライダルバナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"ブライダル見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann11.jpg\" alt=\"ブライダル見出し\" width=\"50%\" />\r\n<br />\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\nウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。\r\n\r\n結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。\r\n\r\nまた真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。\r\n<br />\r\n\r\n\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\"><!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /><dl><dt>9.5mm あこや本真珠ペンダント</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=27\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=52\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n</ul>\r\n<!-- 2列-->\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=54\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=56\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=58\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n\r\n\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\n\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n\r\n</div>\r\n</article>','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-12 16:21:30','2015-12-12 07:21:30','',72,'http://nagasaki.s198.coreserver.jp/?p=325',0,'revision','',0),(327,1,'2015-12-12 16:23:36','2015-12-12 07:23:36','<!--<img title=\"母から娘へ\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_text.gif\" alt=\"母から娘へ\" width=\"596\" height=\"180\" /><img title=\"ブライダルパール\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/bridal_top.jpg\" alt=\"ブライダルパール\" width=\"100%\" />-->\r\n\r\n<!-- ブライダルバナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"ブライダル見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann11.jpg\" alt=\"ブライダル見出し\" width=\"50%\" />\r\n<br />\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\nウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。\r\n\r\n結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。\r\n\r\nまた真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。\r\n<br />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n<hr class=\"mg_T50\" />\r\n</div>\r\n</article>\r\n<br />\r\n\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\"><!-- 1列-->\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /><dl><dt>9.5mm あこや本真珠ペンダント</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=27\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=52\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n</ul>\r\n<!-- 2列-->\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=54\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=56\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt></dl><!-- botton-->\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=58\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n</ul>\r\n</div>\r\n<!-- 参考-->\r\n','BRIDAL PEARL SET - ブライダル花玉真珠3点セット -','','inherit','closed','closed','','72-revision-v1','','','2015-12-12 16:23:36','2015-12-12 07:23:36','',72,'http://nagasaki.s198.coreserver.jp/?p=327',0,'revision','',0),(328,1,'2015-12-12 16:39:48','2015-12-12 07:39:48','花珠真珠はあこや真珠の中でも最上級のクオリティ(品質)のみに与えられる称号です。\r\nさらに極上と称して実に数百個に1個を厳選した大変貴重な真珠なのです。\r\nまず花珠真珠として認められるためには、いくつかの項目をすべて最高ランクでクリアしなくてはなりません。\r\n巻き・形・光沢(てり)・キズ、ネックレスにはさらに 「仕上げ(連相)」が加わり5つの基準で判断されます。\r\nこれらすべての項目で、最高ランクを取得したもののみが極上花珠として認められるのです。\r\n\r\n\r\n\r\n&nbsp;\r\n<table style=\"margin: 50px auto; width: auto; border: 0;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody style=\"border: 0;\">\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">200,000円</span></div></td>\r\n<td style=\"border: 0;\" width=\"50px\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 470,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">235,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 600,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">300,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 700,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">350,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 800,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">400,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 920,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">460,000円</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a> <a title=\"lebanon\" href=\"http://www.relesites.com\">ask women</a> .\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','極上花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2015-12-12 16:39:48','2015-12-12 07:39:48','',57,'http://nagasaki.s198.coreserver.jp/?p=328',0,'revision','',0),(334,1,'2015-12-12 17:20:18','2015-12-12 08:20:18','花珠真珠はあこや真珠の中でも最上級のクオリティ(品質)のみに与えられる称号で、さらに厳選鑑別して極上と称した大変貴重な真珠が「極上花珠真珠」なのです。\r\nまず花珠真珠として認められるためには、いくつかの項目をすべて最高ランクでクリアしなくてはなりません。\r\n巻き・形・光沢(てり)・キズ、ネックレスにはさらに 「仕上げ(連相)」が加わり5つの基準で判断されます。これらすべての項目で最高ランクを取得したもののみが極上花珠として認められるのです。\r\n<br />\r\n\r\n\r\n\r\n<table style=\"margin: 50px auto; width: auto; border: 0;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody style=\"border: 0;\">\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">200,000円</span></div></td>\r\n<td style=\"border: 0;\" width=\"50px\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 470,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">235,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 600,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">300,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 700,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">350,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 800,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">400,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 920,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">460,000円</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a> <a title=\"lebanon\" href=\"http://www.relesites.com\">ask women</a> .\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','極上花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2015-12-12 17:20:18','2015-12-12 08:20:18','',57,'http://nagasaki.s198.coreserver.jp/?p=334',0,'revision','',0),(329,1,'2015-12-12 16:46:13','2015-12-12 07:46:13','花珠真珠はあこや真珠の中でも最上級のクオリティ(品質)のみに与えられる称号です。\r\nさらに極上と称して実に数百個に1個を厳選した大変貴重な真珠なのです。\r\nまず花珠真珠として認められるためには、いくつかの項目をすべて最高ランクでクリアしなくてはなりません。\r\n巻き・形・光沢(てり)・キズ、ネックレスにはさらに 「仕上げ(連相)」が加わり5つの基準で判断されます。\r\nこれらすべての項目で、最高ランクを取得したもののみが極上花珠として認められるのです。\r\n<br />\r\n花珠真珠を厳選する際、花珠真珠まで「あと一歩」といった真珠があります。そういったものは「花珠真珠に準じます」という表記になり「準花珠真珠」として鑑別書が発行されます。\r\n「準花珠真珠」は花珠真珠の基準に比べてわずかにキズがあるものや、連相(ネックレスに使用されている真珠の色の統一具合)によって判断されています。準花珠真珠でも巻き・形・テリにおいては花珠真珠と同クラスと言えるので、ご予算に応じて選ばれるのも良いかと思います。 ただ花珠真珠と「準花珠真珠」では価格の差がかなりあります。商品を比べる際に商品が「花珠」なのか 「準花珠」なのかをしっかりとご確認ください。\r\n<br />\r\n\r\n\r\n\r\n&nbsp;\r\n<table style=\"margin: 50px auto; width: auto; border: 0;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody style=\"border: 0;\">\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">200,000円</span></div></td>\r\n<td style=\"border: 0;\" width=\"50px\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 470,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">235,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 600,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">300,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 700,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">350,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 800,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">400,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 920,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">460,000円</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a> <a title=\"lebanon\" href=\"http://www.relesites.com\">ask women</a> .\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','極上花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2015-12-12 16:46:13','2015-12-12 07:46:13','',57,'http://nagasaki.s198.coreserver.jp/?p=329',0,'revision','',0),(330,1,'2015-12-12 16:50:01','2015-12-12 07:50:01','花珠真珠はあこや真珠の中でも最上級のクオリティ(品質)のみに与えられる称号です。\r\nさらに極上と称して実に数百個に1個を厳選した大変貴重な真珠なのです。\r\nまず花珠真珠として認められるためには、いくつかの項目をすべて最高ランクでクリアしなくてはなりません。\r\n巻き・形・光沢(てり)・キズ、ネックレスにはさらに 「仕上げ(連相)」が加わり5つの基準で判断されます。\r\nこれらすべての項目で、最高ランクを取得したもののみが極上花珠として認められるのです。\r\n<br />\r\n花珠真珠を厳選する際、花珠真珠まで「あと一歩」といった真珠があります。そういったものは「花珠真珠に準じます」という表記になり「準花珠真珠」として鑑別書が発行されます。\r\n「準花珠真珠」は花珠真珠の基準に比べてわずかにキズがあるものや、連相(ネックレスに使用されている真珠の色の統一具合)によって判断されています。準花珠真珠でも巻き・形・テリにおいては花珠真珠と同クラスと言えるので、ご予算に応じて選ばれるのも良いかと思います。 ただ花珠真珠と「準花珠真珠」では価格の差がかなりあります。商品を比べる際に商品が「花珠」なのか 「準花珠」なのかをしっかりとご確認ください。\r\n<br />\r\n「本真珠」とはイミテーションパールではない本物の真珠(養殖真珠・天然真珠)の総称で、一般的には「本真珠=あこや真珠」とご理解ください。\r\nつまり天然・養殖真珠から貝パールやプラスチックパールなどのイミテーションまで実に様々な「真珠」がありますので本物か疑似かを分かりやすく伝えるため「本真珠」と称するようになりました。\r\n<br />\r\n\r\n\r\n&nbsp;\r\n<table style=\"margin: 50px auto; width: auto; border: 0;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody style=\"border: 0;\">\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">200,000円</span></div></td>\r\n<td style=\"border: 0;\" width=\"50px\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 470,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">235,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 600,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">300,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 700,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">350,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 800,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">400,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 920,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">460,000円</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a> <a title=\"lebanon\" href=\"http://www.relesites.com\">ask women</a> .\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','極上花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2015-12-12 16:50:01','2015-12-12 07:50:01','',57,'http://nagasaki.s198.coreserver.jp/?p=330',0,'revision','',0),(331,1,'2017-07-19 11:38:38','2017-07-19 02:38:38','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"花珠輝く\" width=\"100%\">\r\n\r\n[table id=10 /]\r\n\r\n<div style=\"float: none;\">\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01.jpg\" alt=\"banner_01\" width=\"760\" height=\"229\" class=\"alignnone size-full wp-image-611\" /></a><a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_03.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_03.jpg\" alt=\"banner_03\" width=\"760\" height=\"233\" class=\"alignnone size-full wp-image-612\" /></a>\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_05.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_05.jpg\" alt=\"banner_05\" width=\"760\" height=\"229\" class=\"alignnone size-full wp-image-613\" /></a><a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_07.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_07.jpg\" alt=\"banner_07\" width=\"760\" height=\"228\" class=\"alignnone size-full wp-image-614\" /></a>\r\n</div>\r\n\r\n\r\n\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\"></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\">\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できるウォルナットケースでお届けします。\r\n※花珠真珠・極上花珠の商品に限ります</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。\r\n※花珠真珠・極上花珠の商品に限ります</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n','花珠真珠','','inherit','closed','closed','','57-autosave-v1','','','2017-07-19 11:38:38','2017-07-19 02:38:38','',57,'http://nagasaki.s198.coreserver.jp/?p=331',0,'revision','',0),(341,1,'2015-12-12 18:56:30','2015-12-12 09:56:30','<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann121.jpg\" alt=\"極上花珠\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann12.jpg\" alt=\"極上花珠\" width=\"50%\" />\r\n<br />\r\n\r\n\r\n花珠真珠はあこや真珠の中でも最上級のクオリティ(品質)のみに与えられる称号で、さらに厳選鑑別して極上と称した大変貴重な真珠が「極上花珠真珠」なのです。\r\nまず花珠真珠として認められるためには、いくつかの項目をすべて最高ランクでクリアしなくてはなりません。\r\n巻き・形・光沢(てり)・キズ、ネックレスにはさらに 「仕上げ(連相)」が加わり5つの基準で判断されます。これらすべての項目で最高ランクを取得したもののみが極上花珠として認められるのです。\r\n<br />\r\n[table id=8 /]\r\n<br />\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n','極上花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2015-12-12 18:56:30','2015-12-12 09:56:30','',57,'http://nagasaki.s198.coreserver.jp/?p=341',0,'revision','',0),(342,1,'2015-12-12 18:58:08','2015-12-12 09:58:08','<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann121.jpg\" alt=\"極上花珠\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann12.jpg\" alt=\"極上花珠\" width=\"50%\" />\r\n<br />\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]最上級の品質[/su_heading]\r\n花珠真珠はあこや真珠の中でも最上級のクオリティ(品質)のみに与えられる称号で、さらに厳選鑑別して極上と称した大変貴重な真珠が「極上花珠真珠」なのです。\r\nまず花珠真珠として認められるためには、いくつかの項目をすべて最高ランクでクリアしなくてはなりません。\r\n巻き・形・光沢(てり)・キズ、ネックレスにはさらに 「仕上げ(連相)」が加わり5つの基準で判断されます。これらすべての項目で最高ランクを取得したもののみが極上花珠として認められるのです。\r\n<br />\r\n[table id=8 /]\r\n<br />\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>','極上花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2015-12-12 18:58:08','2015-12-12 09:58:08','',57,'http://nagasaki.s198.coreserver.jp/?p=342',0,'revision','',0),(333,1,'2015-12-12 17:14:04','2015-12-12 08:14:04','花珠真珠はあこや真珠の中でも最上級のクオリティ(品質)のみに与えられる称号で、さらに厳選鑑別して極上と称した大変貴重な真珠が「極上花珠真珠」なのです。\r\nまず花珠真珠として認められるためには、いくつかの項目をすべて最高ランクでクリアしなくてはなりません。\r\n巻き・形・光沢(てり)・キズ、ネックレスにはさらに 「仕上げ(連相)」が加わり5つの基準で判断されます。これらすべての項目で最高ランクを取得したもののみが極上花珠として認められるのです。\r\n<br />\r\n\r\n\r\n&nbsp;\r\n<table style=\"margin: 50px auto; width: auto; border: 0;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody style=\"border: 0;\">\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">200,000円</span></div></td>\r\n<td style=\"border: 0;\" width=\"50px\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 470,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">235,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 600,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">300,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 700,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">350,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 800,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">400,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 920,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">460,000円</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a> <a title=\"lebanon\" href=\"http://www.relesites.com\">ask women</a> .\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','極上花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2015-12-12 17:14:04','2015-12-12 08:14:04','',57,'http://nagasaki.s198.coreserver.jp/?p=333',0,'revision','',0),(332,1,'2015-12-12 17:09:53','2015-12-12 08:09:53','花珠真珠はあこや真珠の中でも最上級のクオリティ(品質)のみに与えられる称号です。\r\nさらに極上と称して実に数百個に1個を厳選した大変貴重な真珠が「極上花珠真珠」なのです。\r\nまず花珠真珠として認められるためには、いくつかの項目をすべて最高ランクでクリアしなくてはなりません。\r\n巻き・形・光沢(てり)・キズ、ネックレスにはさらに 「仕上げ(連相)」が加わり5つの基準で判断されます。\r\nこれらすべての項目で最高ランクを取得したもののみが極上花珠として認められるのです。\r\n<br />\r\n花珠真珠を厳選する際、花珠真珠まで「あと一歩」といった真珠があります。そういったものは「花珠真珠に準じます」という表記になり「準花珠真珠」として鑑別書が発行されます。\r\n「準花珠真珠」は花珠真珠の基準に比べてわずかにキズがあるものや、連相(ネックレスに使用されている真珠の色の統一具合)によって判断されています。準花珠真珠でも巻き・形・テリにおいては花珠真珠と同クラスと言えるので、ご予算に応じて選ばれるのも良いかと思います。 ただ花珠真珠と「準花珠真珠」では価格の差がかなりあります。商品を比べる際に商品が「花珠」なのか 「準花珠」なのかをしっかりとご確認ください。\r\n<br />\r\n「本真珠」とはイミテーションパールではない本物の真珠(養殖真珠・天然真珠)の総称で、一般的には「本真珠=あこや真珠」とご理解ください。\r\nつまり天然・養殖真珠から貝パールやプラスチックパールなどのイミテーションまで実に様々な「真珠」がありますので本物か疑似かを分かりやすく伝えるため「本真珠」と称するようになりました。\r\n<br />\r\n\r\n\r\n&nbsp;\r\n<table style=\"margin: 50px auto; width: auto; border: 0;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody style=\"border: 0;\">\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">200,000円</span></div></td>\r\n<td style=\"border: 0;\" width=\"50px\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 470,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">235,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 600,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">300,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 700,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">350,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 800,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">400,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 920,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">460,000円</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a> <a title=\"lebanon\" href=\"http://www.relesites.com\">ask women</a> .\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','極上花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2015-12-12 17:09:53','2015-12-12 08:09:53','',57,'http://nagasaki.s198.coreserver.jp/?p=332',0,'revision','',0),(335,1,'2015-12-12 17:21:14','2015-12-12 08:21:14','[[\"\\u6975\\u4e0a\\u82b1\\u73e0\",\"\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\",\"\\u4e8c\\u70b9\\u30bb\\u30c3\\u30c8\"],[\"7.5mm\",\"\\uff08\\u5c0f\\uff09400,000\\u5186\\n[\\u901a\\u5e38]200,000\\u5186\",\"\\uff08\\u5c0f\\uff09470,000\\u5186\\n[\\u901a\\u5e38]235,000\\u5186\"],[\"8.0mm\",\"\\uff08\\u5c0f\\uff09600,000\\u5186\\n[\\u901a\\u5e38]300,000\\u5186\",\"\\uff08\\u5c0f\\uff09700,000\\u5186\\n[\\u901a\\u5e38]350,000\\u5186\"],[\"8.5mm\",\"\\uff08\\u5c0f\\uff09800,000\\u5186\\n[\\u901a\\u5e38]400,000\\u5186\",\"\\uff08\\u5c0f\\uff09920,000\\u5186\\n[\\u901a\\u5e38]460,000\\u5186\"]]','極上花珠真珠','The Premium','publish','closed','closed','','%e8%8a%b1%e7%8f%a0%e7%9c%9f%e7%8f%a0%e3%80%80%e3%83%8d%e3%83%83%e3%82%af%e3%83%ac%e3%82%b9%e3%81%ae%e3%82%b3%e3%83%94%e3%83%bc','','','2015-12-12 17:27:34','2015-12-12 08:27:34','',0,'http://nagasaki.s198.coreserver.jp/?post_type=tablepress_table&#038;p=335',0,'tablepress_table','application/json',0),(336,1,'2015-12-12 17:27:34','2015-12-12 08:27:34','[[\"\\u6975\\u4e0a\\u82b1\\u73e0\",\"\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\",\"\\u4e8c\\u70b9\\u30bb\\u30c3\\u30c8\"],[\"7.5mm\",\"\\uff08\\u5c0f\\uff09400,000\\u5186\\n[\\u901a\\u5e38]200,000\\u5186\",\"\\uff08\\u5c0f\\uff09470,000\\u5186\\n[\\u901a\\u5e38]235,000\\u5186\"],[\"8.0mm\",\"\\uff08\\u5c0f\\uff09600,000\\u5186\\n[\\u901a\\u5e38]300,000\\u5186\",\"\\uff08\\u5c0f\\uff09700,000\\u5186\\n[\\u901a\\u5e38]350,000\\u5186\"],[\"8.5mm\",\"\\uff08\\u5c0f\\uff09800,000\\u5186\\n[\\u901a\\u5e38]400,000\\u5186\",\"\\uff08\\u5c0f\\uff09920,000\\u5186\\n[\\u901a\\u5e38]460,000\\u5186\"]]','極上花珠真珠','The Premium','inherit','closed','closed','','335-revision-v1','','','2015-12-12 17:27:34','2015-12-12 08:27:34','',335,'http://nagasaki.s198.coreserver.jp/?p=336',0,'revision','',0),(339,1,'2015-12-12 17:38:54','2015-12-12 08:38:54','花珠真珠はあこや真珠の中でも最上級のクオリティ(品質)のみに与えられる称号で、さらに厳選鑑別して極上と称した大変貴重な真珠が「極上花珠真珠」なのです。\r\nまず花珠真珠として認められるためには、いくつかの項目をすべて最高ランクでクリアしなくてはなりません。\r\n巻き・形・光沢(てり)・キズ、ネックレスにはさらに 「仕上げ(連相)」が加わり5つの基準で判断されます。これらすべての項目で最高ランクを取得したもののみが極上花珠として認められるのです。\r\n\r\n[table id=8 /]\r\n\r\n<!--del\r\n<table style=\"margin: 50px auto; width: auto; border: 0;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody style=\"border: 0;\">\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">200,000円</span></div></td>\r\n<td style=\"border: 0;\" width=\"50px\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 470,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">235,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 600,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">300,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 700,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">350,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 800,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">400,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 920,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">460,000円</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\ndel -->\r\n\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n','極上花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2015-12-12 17:38:54','2015-12-12 08:38:54','',57,'http://nagasaki.s198.coreserver.jp/?p=339',0,'revision','',0),(337,1,'2015-12-12 17:28:10','2015-12-12 08:28:10','花珠真珠はあこや真珠の中でも最上級のクオリティ(品質)のみに与えられる称号で、さらに厳選鑑別して極上と称した大変貴重な真珠が「極上花珠真珠」なのです。\r\nまず花珠真珠として認められるためには、いくつかの項目をすべて最高ランクでクリアしなくてはなりません。\r\n巻き・形・光沢(てり)・キズ、ネックレスにはさらに 「仕上げ(連相)」が加わり5つの基準で判断されます。これらすべての項目で最高ランクを取得したもののみが極上花珠として認められるのです。\r\n<br />\r\n[table id=8 /]\r\n<br />\r\n\r\n\r\n\r\n<table style=\"margin: 50px auto; width: auto; border: 0;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody style=\"border: 0;\">\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">200,000円</span></div></td>\r\n<td style=\"border: 0;\" width=\"50px\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 470,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">235,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 600,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">300,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 700,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">350,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 800,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">400,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 920,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">460,000円</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a> <a title=\"lebanon\" href=\"http://www.relesites.com\">ask women</a> .\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','極上花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2015-12-12 17:28:10','2015-12-12 08:28:10','',57,'http://nagasaki.s198.coreserver.jp/?p=337',0,'revision','',0),(338,1,'2015-12-12 17:37:09','2015-12-12 08:37:09','花珠真珠はあこや真珠の中でも最上級のクオリティ(品質)のみに与えられる称号で、さらに厳選鑑別して極上と称した大変貴重な真珠が「極上花珠真珠」なのです。\r\nまず花珠真珠として認められるためには、いくつかの項目をすべて最高ランクでクリアしなくてはなりません。\r\n巻き・形・光沢(てり)・キズ、ネックレスにはさらに 「仕上げ(連相)」が加わり5つの基準で判断されます。これらすべての項目で最高ランクを取得したもののみが極上花珠として認められるのです。\r\n\r\n[table id=8 /]\r\n\r\n<!--del\r\n<table style=\"margin: 50px auto; width: auto; border: 0;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody style=\"border: 0;\">\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>7.5mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 400,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">200,000円</span></div></td>\r\n<td style=\"border: 0;\" width=\"50px\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 470,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">235,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.0mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 600,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">300,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 700,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">350,000円</span></div></td>\r\n</tr>\r\n<tr>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm極上花珠ネックレス</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・花珠鑑定書)</span></th>\r\n<th></th>\r\n<th style=\"font-size: 18px; line-height: 1em; text-transform: none;\"><strong>8.5mm極上花珠2点セット</strong>\r\n<span style=\"font-size: 13px;\">(留金具SV・イヤリングまたはピアスWG・花珠鑑定書)</span></th>\r\n</tr>\r\n<tr>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 800,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">400,000円</span></div></td>\r\n<td style=\"border: 0;\"></td>\r\n<td style=\"padding: 0 0 20px 0; border: 0;\">\r\n<div style=\"float: right;\"><img style=\"vertical-align: top;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shou-maru.png\" alt=\"\" width=\"18\" /><span style=\"line-height: 20px; font-size: 20px;\"> 920,000円</span>\r\n当店の通常価格\r\n<span style=\"line-height: 27px; font-size: 27px;\">460,000円</span></div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\ndel -->\r\n\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a class=\"over\" title=\"極上花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=687\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_01.jpg\" alt=\"極上花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=649\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_03.jpg\" alt=\"花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"準花珠真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=669\"><img style=\"margin: 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_05.jpg\" alt=\"準花珠真珠\" width=\"760\" /></a>\r\n<a class=\"over\" title=\"あこや真珠\" href=\"http://www.nagasaki-shinju.com/?page_id=574\"><img style=\"margin: 5px 0;\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/banner_07.jpg\" alt=\"あこや真珠\" width=\"760\" /></a> <a title=\"lebanon\" href=\"http://www.relesites.com\">ask women</a> .\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann21.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann22.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann23.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann24.jpg\" alt=\"bann11\" /></a>\r\n<a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann25.jpg\" alt=\"bann11\" /></a><a class=\"button\" href=\"#\"><img class=\"alignnone size-full wp-image-100\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann26.jpg\" alt=\"bann11\" /></a></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','極上花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2015-12-12 17:37:09','2015-12-12 08:37:09','',57,'http://nagasaki.s198.coreserver.jp/?p=338',0,'revision','',0),(348,1,'2015-12-14 16:42:54','2015-12-14 07:42:54','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann16.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]あこや真珠はなぜ美しいのでしょう。[/su_heading]\r\n世界中の女性にとって永遠の憧れの存在であり続ける真珠。\r\n世界の養殖真珠の原点といわれる日本のあこや真珠は、ほかの真珠に比べて真円に近い球体の物が多く、特に色やテリが美しいと言われています。母貝/アコヤ貝・採取地/長崎・サイズ/約2mm~10mm・形/ラウンド・セミラウンド・セミバロック・バロック・色/ホワイト・クリーム・ピンク・イエロー・グレー・グリーンなどがあります。\r\nネックレスは選別された真珠の両サイドから孔を開けていき中心で貫通。連台と呼ばれる専用台を使用して真珠の連組みし、連相(サイズ・色・テリ)といわれる見た目の印象を整えていきます。連組みが終わったものは糸通しをした状態で保存。デザインが決まるとネックレスに加工していきます。\r\nあこや真珠や花珠真珠は冠婚葬祭の定番。スタイリッシュな雰囲気のタヒチ黒蝶真珠、華やかな胸元を演出する南洋真珠ネックレス、可愛らしく普段使いしやすい淡水パールネックレスなどがあります。服装やシーンに合わせて使い分ける方も多くいらっしゃいます。\r\n\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi41.jpg\" alt=\"四つ星パール\" width=\"100%\" />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-14 16:42:54','2015-12-14 07:42:54','',101,'http://nagasaki.s198.coreserver.jp/?p=348',0,'revision','',0),(349,1,'2015-12-14 16:43:37','2015-12-14 07:43:37','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann16.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]あこや真珠はなぜ美しいのでしょう。[/su_heading]\r\n世界中の女性にとって永遠の憧れの存在であり続ける真珠。\r\n世界の養殖真珠の原点といわれる日本のあこや真珠は、ほかの真珠に比べて真円に近い球体の物が多く、特に色やテリが美しいと言われています。母貝/アコヤ貝・採取地/長崎・サイズ/約2mm~10mm・形/ラウンド・セミラウンド・セミバロック・バロック・色/ホワイト・クリーム・ピンク・イエロー・グレー・グリーンなどがあります。\r\nネックレスは選別された真珠の両サイドから孔を開けていき中心で貫通。連台と呼ばれる専用台を使用して真珠の連組みし、連相(サイズ・色・テリ)といわれる見た目の印象を整えていきます。連組みが終わったものは糸通しをした状態で保存。デザインが決まるとネックレスに加工していきます。\r\nあこや真珠や花珠真珠は冠婚葬祭の定番。スタイリッシュな雰囲気のタヒチ黒蝶真珠、華やかな胸元を演出する南洋真珠ネックレス、可愛らしく普段使いしやすい淡水パールネックレスなどがあります。服装やシーンに合わせて使い分ける方も多くいらっしゃいます。\r\n\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi41.jpg\" alt=\"四つ星パール\" width=\"50%\" />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-14 16:43:37','2015-12-14 07:43:37','',101,'http://nagasaki.s198.coreserver.jp/?p=349',0,'revision','',0),(350,1,'2015-12-14 16:45:14','2015-12-14 07:45:14','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann16.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]あこや真珠はなぜ美しいのでしょう。[/su_heading]\r\n世界中の女性にとって永遠の憧れの存在であり続ける真珠。\r\n世界の養殖真珠の原点といわれる日本のあこや真珠は、ほかの真珠に比べて真円に近い球体の物が多く、特に色やテリが美しいと言われています。母貝/アコヤ貝・採取地/長崎・サイズ/約2mm~10mm・形/ラウンド・セミラウンド・セミバロック・バロック・色/ホワイト・クリーム・ピンク・イエロー・グレー・グリーンなどがあります。\r\nネックレスは選別された真珠の両サイドから孔を開けていき中心で貫通。連台と呼ばれる専用台を使用して真珠の連組みし、連相(サイズ・色・テリ)といわれる見た目の印象を整えていきます。連組みが終わったものは糸通しをした状態で保存。デザインが決まるとネックレスに加工していきます。\r\nあこや真珠や花珠真珠は冠婚葬祭の定番。スタイリッシュな雰囲気のタヒチ黒蝶真珠、華やかな胸元を演出する南洋真珠ネックレス、可愛らしく普段使いしやすい淡水パールネックレスなどがあります。服装やシーンに合わせて使い分ける方も多くいらっしゃいます。\r\n\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi41.jpg\" alt=\"四つ星パール\" width=\"50%\" />\r\n<br />\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-14 16:45:14','2015-12-14 07:45:14','',101,'http://nagasaki.s198.coreserver.jp/?p=350',0,'revision','',0),(352,1,'2015-12-14 16:47:18','2015-12-14 07:47:18','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann16.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]あこや真珠はなぜ美しいのでしょう。[/su_heading]\r\n世界中の女性にとって永遠の憧れの存在であり続ける真珠。\r\n世界の養殖真珠の原点といわれる日本のあこや真珠は、ほかの真珠に比べて真円に近い球体の物が多く、特に色やテリが美しいと言われています。母貝/アコヤ貝・採取地/長崎・サイズ/約2mm~10mm・形/ラウンド・セミラウンド・セミバロック・バロック・色/ホワイト・クリーム・ピンク・イエロー・グレー・グリーンなどがあります。\r\nネックレスは選別された真珠の両サイドから孔を開けていき中心で貫通。連台と呼ばれる専用台を使用して真珠の連組みし、連相(サイズ・色・テリ)といわれる見た目の印象を整えていきます。連組みが終わったものは糸通しをした状態で保存。デザインが決まるとネックレスに加工していきます。\r\nあこや真珠や花珠真珠は冠婚葬祭の定番。スタイリッシュな雰囲気のタヒチ黒蝶真珠、華やかな胸元を演出する南洋真珠ネックレス、可愛らしく普段使いしやすい淡水パールネックレスなどがあります。服装やシーンに合わせて使い分ける方も多くいらっしゃいます。\r\n\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi31.jpg\" alt=\"四つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi41.jpg\" alt=\"三つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-14 16:47:18','2015-12-14 07:47:18','',101,'http://nagasaki.s198.coreserver.jp/?p=352',0,'revision','',0),(353,1,'2015-12-14 16:49:23','2015-12-14 07:49:23','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann16.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]あこや真珠はなぜ美しいのでしょう。[/su_heading]\r\n世界中の女性にとって永遠の憧れの存在であり続ける真珠。\r\n世界の養殖真珠の原点といわれる日本のあこや真珠は、ほかの真珠に比べて真円に近い球体の物が多く、特に色やテリが美しいと言われています。母貝/アコヤ貝・採取地/長崎・サイズ/約2mm~10mm・形/ラウンド・セミラウンド・セミバロック・バロック・色/ホワイト・クリーム・ピンク・イエロー・グレー・グリーンなどがあります。\r\nネックレスは選別された真珠の両サイドから孔を開けていき中心で貫通。連台と呼ばれる専用台を使用して真珠の連組みし、連相(サイズ・色・テリ)といわれる見た目の印象を整えていきます。連組みが終わったものは糸通しをした状態で保存。デザインが決まるとネックレスに加工していきます。\r\nあこや真珠や花珠真珠は冠婚葬祭の定番。スタイリッシュな雰囲気のタヒチ黒蝶真珠、華やかな胸元を演出する南洋真珠ネックレス、可愛らしく普段使いしやすい淡水パールネックレスなどがあります。服装やシーンに合わせて使い分ける方も多くいらっしゃいます。\r\n\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi31.jpg\" alt=\"四つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi41.jpg\" alt=\"三つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n\r\n<!-- 基準表-->\r\n<strong>真珠評価基準表</strong>\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-14 16:49:23','2015-12-14 07:49:23','',101,'http://nagasaki.s198.coreserver.jp/?p=353',0,'revision','',0),(354,1,'2015-12-14 16:53:32','2015-12-14 07:53:32','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann16.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]あこや真珠はなぜ美しいのでしょう。[/su_heading]\r\n世界中の女性にとって永遠の憧れの存在であり続ける真珠。\r\n世界の養殖真珠の原点といわれる日本のあこや真珠は、ほかの真珠に比べて真円に近い球体の物が多く、特に色やテリが美しいと言われています。母貝/アコヤ貝・採取地/長崎・サイズ/約2mm~10mm・形/ラウンド・セミラウンド・セミバロック・バロック・色/ホワイト・クリーム・ピンク・イエロー・グレー・グリーンなどがあります。\r\nネックレスは選別された真珠の両サイドから孔を開けていき中心で貫通。連台と呼ばれる専用台を使用して真珠の連組みし、連相(サイズ・色・テリ)といわれる見た目の印象を整えていきます。連組みが終わったものは糸通しをした状態で保存。デザインが決まるとネックレスに加工していきます。\r\nあこや真珠や花珠真珠は冠婚葬祭の定番。スタイリッシュな雰囲気のタヒチ黒蝶真珠、華やかな胸元を演出する南洋真珠ネックレス、可愛らしく普段使いしやすい淡水パールネックレスなどがあります。服装やシーンに合わせて使い分ける方も多くいらっしゃいます。\r\n\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi31.jpg\" alt=\"四つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi41.jpg\" alt=\"三つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi21.jpg\" alt=\"二つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-14 16:53:32','2015-12-14 07:53:32','',101,'http://nagasaki.s198.coreserver.jp/?p=354',0,'revision','',0),(446,1,'2015-12-21 17:00:50','2015-12-21 08:00:50','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann131.jpg\" alt=\"準花珠確かな一本\" width=\"100%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hanatama2.jpg\" alt=\"準花珠パール\" width=\"98%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun45.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n<!-- サイズ価格-->\r\n[table id=4 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','準花珠真珠','','inherit','closed','closed','','54-revision-v1','','','2015-12-21 17:00:50','2015-12-21 08:00:50','',54,'http://nagasaki.s198.coreserver.jp/?p=446',0,'revision','',0),(355,1,'2015-12-14 16:55:18','2015-12-14 07:55:18','<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann131.jpg\" alt=\"準花珠見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann13.jpg\" alt=\"準花珠見出し\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi51.jpg\" alt=\"準花珠パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun45.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n<br />\r\n<!-- サイズ価格-->\r\n[table id=4 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\">\r\n\r\n</div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','準花珠真珠','','inherit','closed','closed','','54-revision-v1','','','2015-12-14 16:55:18','2015-12-14 07:55:18','',54,'http://nagasaki.s198.coreserver.jp/?p=355',0,'revision','',0),(357,1,'2015-12-14 16:58:32','2015-12-14 07:58:32','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann121.jpg\" alt=\"極上花珠\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann12.jpg\" alt=\"極上花珠\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/gokuhana1.jpg\" alt=\"極上花珠パール\" width=\"50%\" />\r\n<br />\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]最上級の品質[/su_heading]\r\n花珠真珠はあこや真珠の中でも最上級のクオリティ(品質)のみに与えられる称号で、さらに厳選鑑別して極上と称した大変貴重な真珠が「極上花珠真珠」なのです。\r\nまず花珠真珠として認められるためには、いくつかの項目をすべて最高ランクでクリアしなくてはなりません。\r\n巻き・形・光沢(てり)・キズ、ネックレスにはさらに 「仕上げ(連相)」が加わり5つの基準で判断されます。これらすべての項目で最高ランクを取得したもののみが極上花珠として認められるのです。\r\n\r\n[table id=8 /]\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>','極上花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2015-12-14 16:58:32','2015-12-14 07:58:32','',57,'http://nagasaki.s198.coreserver.jp/?p=357',0,'revision','',0),(638,1,'2017-07-20 10:41:50','2017-07-20 01:41:50','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann121.jpg\" alt=\"極上花珠\" width=\"100%\" />\r\n\r\n[table id=10 /]\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"長崎真珠店のこだわり\" /></div>','THE PROFESSIONAL PEARL SHOP','','inherit','closed','closed','','486-revision-v1','','','2017-07-20 10:41:50','2017-07-20 01:41:50','',486,'http://nagasaki.s198.coreserver.jp/486-revision-v1/',0,'revision','',0),(360,1,'2015-12-14 19:11:35','2015-12-14 10:11:35','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"花珠見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"50%\" />\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hanatama1.jpg\" alt=\"花珠パール\" width=\"50%\" />\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun5.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n<!-- サイズ価格-->\r\n[table id=5 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-14 19:11:35','2015-12-14 10:11:35','',28,'http://nagasaki.s198.coreserver.jp/?p=360',0,'revision','',0),(361,1,'2017-05-25 09:32:57','2017-05-25 00:32:57','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann131.jpg\" alt=\"準花珠確かな一本\" width=\"100%\">\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann231.jpg\" alt=\"準花珠メッセージ\" width=\"100%\">\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun45.jpg\" alt=\"真珠評価基準表\" width=\"100%\">\r\n\r\n<!-- サイズ価格-->\r\n[table id=4 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\">\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\"></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\">\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\">&nbsp;</div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','準花珠真珠','','inherit','closed','closed','','54-autosave-v1','','','2017-05-25 09:32:57','2017-05-25 00:32:57','',54,'http://nagasaki.s198.coreserver.jp/?p=361',0,'revision','',0),(362,1,'2015-12-14 19:12:53','2015-12-14 10:12:53','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann131.jpg\" alt=\"準花珠見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann13.jpg\" alt=\"準花珠見出し\" width=\"50%\" />\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi51.jpg\" alt=\"準花珠パール\" width=\"50%\" />\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun45.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n<!-- サイズ価格-->\r\n[table id=4 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','準花珠真珠','','inherit','closed','closed','','54-revision-v1','','','2015-12-14 19:12:53','2015-12-14 10:12:53','',54,'http://nagasaki.s198.coreserver.jp/?p=362',0,'revision','',0),(391,1,'2015-12-16 15:42:29','2015-12-16 06:42:29','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann121.jpg\" alt=\"極上花珠\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann12.jpg\" alt=\"極上花珠\" width=\"50%\" />\r\n<br />\r\n[table id=10 /]\r\n<br />\r\n[table id=8 /]\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>','極上花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2015-12-16 15:42:29','2015-12-16 06:42:29','',57,'http://nagasaki.s198.coreserver.jp/?p=391',0,'revision','',0),(363,1,'2015-12-14 19:14:03','2015-12-14 10:14:03','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann121.jpg\" alt=\"極上花珠\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann12.jpg\" alt=\"極上花珠\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/gokuhana1.jpg\" alt=\"極上花珠パール\" width=\"50%\" />\r\n<br />\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]最上級の品質[/su_heading]\r\n花珠真珠はあこや真珠の中でも最上級のクオリティ(品質)のみに与えられる称号で、さらに厳選鑑別して極上と称した大変貴重な真珠が「極上花珠真珠」なのです。\r\nまず花珠真珠として認められるためには、いくつかの項目をすべて最高ランクでクリアしなくてはなりません。\r\n巻き・形・光沢(てり)・キズ、ネックレスにはさらに 「仕上げ(連相)」が加わり5つの基準で判断されます。これらすべての項目で最高ランクを取得したもののみが極上花珠として認められるのです。\r\n\r\n[table id=8 /]\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>','極上花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2015-12-14 19:14:03','2015-12-14 10:14:03','',57,'http://nagasaki.s198.coreserver.jp/?p=363',0,'revision','',0),(543,1,'2016-10-19 17:06:51','2016-10-19 08:06:51','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann161.jpg\" alt=\"あこや真珠\" width=\"100%\" />\r\n\r\n[table id=9 /]\r\n\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi41.jpg\" alt=\"三つ星パール\" width=\"50%\" />\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi21.jpg\" alt=\"二つ星パール\" width=\"50%\" />\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2016-10-19 17:06:51','2016-10-19 08:06:51','',101,'http://nagasaki.s198.coreserver.jp/101-revision-v1/',0,'revision','',0),(448,1,'2015-12-21 17:01:54','2015-12-21 08:01:54','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann161.jpg\" alt=\"あこや真珠\" width=\"100%\" />\r\n<br />\r\n[table id=9 /]\r\n<br />\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi31.jpg\" alt=\"四つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi41.jpg\" alt=\"三つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi21.jpg\" alt=\"二つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]\r\n<br />\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-21 17:01:54','2015-12-21 08:01:54','',101,'http://nagasaki.s198.coreserver.jp/?p=448',0,'revision','',0),(380,1,'2015-12-16 15:29:56','2015-12-16 06:29:56','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann16.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" />\r\n<br />\r\n[table id=9 /]\r\n<br />\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi31.jpg\" alt=\"四つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi41.jpg\" alt=\"三つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi21.jpg\" alt=\"二つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]\r\n<br />\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-16 15:29:56','2015-12-16 06:29:56','',101,'http://nagasaki.s198.coreserver.jp/?p=380',0,'revision','',0),(364,1,'2015-12-14 19:18:31','2015-12-14 10:18:31','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann16.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]あこや真珠はなぜ美しいのでしょう。[/su_heading]\r\n世界中の女性にとって永遠の憧れの存在であり続ける真珠。\r\n世界の養殖真珠の原点といわれる日本のあこや真珠は、ほかの真珠に比べて真円に近い球体の物が多く、特に色やテリが美しいと言われています。母貝/アコヤ貝・採取地/長崎・サイズ/約2mm~10mm・形/ラウンド・セミラウンド・セミバロック・バロック・色/ホワイト・クリーム・ピンク・イエロー・グレー・グリーンなどがあります。\r\nネックレスは選別された真珠の両サイドから孔を開けていき中心で貫通。連台と呼ばれる専用台を使用して真珠の連組みし、連相(サイズ・色・テリ)といわれる見た目の印象を整えていきます。連組みが終わったものは糸通しをした状態で保存。デザインが決まるとネックレスに加工していきます。\r\nあこや真珠や花珠真珠は冠婚葬祭の定番。スタイリッシュな雰囲気のタヒチ黒蝶真珠、華やかな胸元を演出する南洋真珠ネックレス、可愛らしく普段使いしやすい淡水パールネックレスなどがあります。服装やシーンに合わせて使い分ける方も多くいらっしゃいます。\r\n\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi31.jpg\" alt=\"四つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi41.jpg\" alt=\"三つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi21.jpg\" alt=\"二つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]\r\n<br />\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-14 19:18:31','2015-12-14 10:18:31','',101,'http://nagasaki.s198.coreserver.jp/?p=364',0,'revision','',0),(535,1,'2016-10-19 11:06:05','2016-10-19 02:06:05','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann151.jpg\" alt=\"真珠婚見出し\" width=\"100%\" />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30年目は人生の節目です[/su_heading]\r\nこれから結婚30周年を迎えようとするご夫婦の方へ。上のお子さま下のお子さまも、もう社会で活躍され子育てもそろそろ一段落といったところでしょうか。\r\n\r\n前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の「婚式」といえば結婚25周年の銀婚式がありました。しかしこれからいよいよセカンドライフが始まるという時期にあたる「真珠婚」のほうが、これまでの人生を振り返りこれからの生き方を考えるのにちょうど良い節目だと思われます。\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うための贈りものは最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]この年齢だからこそ必要な真珠、それが花珠真珠[/su_heading]\r\n真珠は女性にとってさまざまな場面で必要ともいえるジュエリーアイテムです。奥さまもひとつは真珠のネックレスをお持ちでしょうか。\r\nそのネックレスはお子さまの入園式や卒園式、小学校の入学式くらいからずっと使い続けていませんか。\r\n若いころ購入したその真珠は、これまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入されるご年配の女性のみなさまは、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して恥ずかしい」「キズが多くて…」というお悩みのため買い替えをされています。\r\n\r\n女性にとっては必要といえるジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の確かな品質というものがあるのです。それが花珠真珠なのです。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠婚の記念のネックレスは当店におまかせください[/su_heading]\r\n結婚30周年という一生に一度の節目にふさわしい贈りものだからこそ、品質・価格ともに自信のある花珠真珠をご案内します。とはいえ大変高価なものですので、目で見て確かめて納得いくまで吟味したいものです。そのため当店では「返品保証」をつけて販売しています。どうぞご安心ください。\r\n愛する奥様への大切な贈りものなら、当店の真珠をお選びください。必ずご期待にお応えできることでしょう。\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n&nbsp;\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div class=\"sp-banner3\"></div>','結婚30周年は真珠婚','','inherit','closed','closed','','31-revision-v1','','','2016-10-19 11:06:05','2016-10-19 02:06:05','',31,'http://nagasaki.s198.coreserver.jp/31-revision-v1/',0,'revision','',0),(510,1,'2016-05-06 17:54:20','2016-05-06 08:54:20','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann151.jpg\" alt=\"真珠婚見出し\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann251.jpg\" alt=\"真珠婚見出し\" width=\"100%\" />\r\n<br />\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30年目は人生の節目です[/su_heading]\r\nこれから結婚30周年を迎えようとするご夫婦の方へ。上のお子さま下のお子さまも、もう社会で活躍され子育てもそろそろ一段落といったところでしょうか。\r\n\r\n前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の「婚式」といえば結婚25周年の銀婚式がありました。しかしこれからいよいよセカンドライフが始まるという時期にあたる「真珠婚」のほうが、これまでの人生を振り返りこれからの生き方を考えるのにちょうど良い節目だと思われます。\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うための贈りものは最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]この年齢だからこそ必要な真珠、それが花珠真珠[/su_heading]\r\n真珠は女性にとってさまざまな場面で必要ともいえるジュエリーアイテムです。奥さまもひとつは真珠のネックレスをお持ちでしょうか。\r\nそのネックレスはお子さまの入園式や卒園式、小学校の入学式くらいからずっと使い続けていませんか。\r\n若いころ購入したその真珠は、これまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入されるご年配の女性のみなさまは、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して恥ずかしい」「キズが多くて…」というお悩みのため買い替えをされています。\r\n\r\n女性にとっては必要といえるジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の確かな品質というものがあるのです。それが花珠真珠なのです。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠婚の記念のネックレスは当店におまかせください[/su_heading]\r\n結婚30周年という一生に一度の節目にふさわしい贈りものだからこそ、品質・価格ともに自信のある花珠真珠をご案内します。とはいえ大変高価なものですので、目で見て確かめて納得いくまで吟味したいものです。そのため当店では「返品保証」をつけて販売しています。どうぞご安心ください。\r\n愛する奥様への大切な贈りものなら、当店の真珠をお選びください。必ずご期待にお応えできることでしょう。\r\n\r\n<hr class=\"mg_T50\" />\r\n<br />\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div class=\"sp-banner3\"></div>\r\n','結婚30周年は真珠婚','','inherit','closed','closed','','31-revision-v1','','','2016-05-06 17:54:20','2016-05-06 08:54:20','',31,'http://nagasaki.s198.coreserver.jp/?p=510',0,'revision','',0),(365,1,'2015-12-14 19:19:36','2015-12-14 10:19:36','<br />\r\n<!-- 真珠婚バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann151.jpg\" alt=\"真珠婚見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann15.jpg\" alt=\"真珠婚見出し\" width=\"50%\" />\r\n<br />\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30年目は人生の節目です[/su_heading]\r\nこれから結婚30周年を迎えようとするご夫婦の方へ。上のお子さま下のお子さまも、もう社会で活躍され子育てもそろそろ一段落といったところでしょうか。\r\n\r\n前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の「婚式」といえば結婚25周年の銀婚式がありました。しかしこれからいよいよセカンドライフが始まるという時期にあたる「真珠婚」のほうが、これまでの人生を振り返りこれからの生き方を考えるのにちょうど良い節目だと思われます。\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うための贈りものは最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]この年齢だからこそ必要な真珠、それが花珠真珠[/su_heading]\r\n真珠は女性にとってさまざまな場面で必要ともいえるジュエリーアイテムです。奥さまもひとつは真珠のネックレスをお持ちでしょうか。\r\nそのネックレスはお子さまの入園式や卒園式、小学校の入学式くらいからずっと使い続けていませんか。\r\n若いころ購入したその真珠は、これまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入されるご年配の女性のみなさまは、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して恥ずかしい」「キズが多くて…」というお悩みのため買い替えをされています。\r\n\r\n女性にとっては必要といえるジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の確かな品質というものがあるのです。それが花珠真珠なのです。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠婚の記念のネックレスは当店におまかせください[/su_heading]\r\n結婚30周年という一生に一度の節目にふさわしい贈りものだからこそ、品質・価格ともに自信のある花珠真珠をご案内します。とはいえ大変高価なものですので、目で見て確かめて納得いくまで吟味したいものです。そのため当店では「返品保証」をつけて販売しています。どうぞご安心ください。\r\n愛する奥様への大切な贈りものなら、当店の真珠をお選びください。必ずご期待にお応えできることでしょう。\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n[table id=7 /]\r\n<br />\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','結婚30周年は真珠婚','','inherit','closed','closed','','31-revision-v1','','','2015-12-14 19:19:36','2015-12-14 10:19:36','',31,'http://nagasaki.s198.coreserver.jp/?p=365',0,'revision','',0),(366,1,'2015-12-14 19:21:56','2015-12-14 10:21:56','<!-- 説明部-->\r\n[su_column size=\"3/4\"]\r\n[su_dropcap size=\"5\"]品質[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠へのこだわり[/su_heading]\r\n\r\n長崎真珠店は、先代社長の時からずっと大村湾(長崎県長崎市琴海町)を主な養殖場として真珠養殖を行っています。現在のように加工・販売を始める前までは養殖だけを専門にやっていました。\r\n\r\n近年、外国産(中国産)の真珠をジュエリーショップなどでよく見かけます。しかしやはり国産のものに比べると見劣りしてしまうのは確かなのです。それでも人気があり売れているのは価格が安いからだと思います。\r\n\r\nまた国産真珠に目をやってみると、今までほんのわずかしか市場へ流通していなかった花珠(はなたま)と呼ばれる最高品質の真珠がとてもよく目につくようになってきました。\r\n本来、花珠とはその年にとれる真珠全体の1%あるかないかという貴重なものなのです。その品質はプロの私たちだけでなく、一般の方でさえ一目見れば違いがわかるほどの最上級の輝きと照りを持ちます。\r\nしかし安価に売られている花珠は、鑑定書の表記こそ花珠とあってもプロの私たちから見れば疑問に思わざるを得ないものが氾濫していることも事実なのです。\r\n\r\n[su_dropcap size=\"5\"]理由[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]本当の美しさを伝えたい[/su_heading]\r\n\r\nこれは国内の真珠の消費量の落ち込みという背景もありますが、その流通システムにも問題があると考えます。\r\nほとんどの真珠は養殖業者→加工業者→卸商社→小売店という流通経路になっています。そのため、皆さまのお手元に届くネックレスはとても高価なものとなります。流通事情により質が悪いと思われる花珠と呼べないような珠さえも花珠として、さらに安価に売られるようになっているのではないかと思います。\r\n\r\nもちろん、鑑定機関が花珠と認めている以上、それは花珠なのでしょう。しかし私たちはそういった業界の在り方が自分たち業界の首を絞めているようにも思えるのです。\r\n\r\nこのままでは国産真珠の良さが、そして花珠真珠の本当の美しさが伝わらないのではないか。そういう危機感を持った私たちは、高品質な真珠を適正な価格でお届けするために不慣れな小売りをしようと決断したのです。\r\n\r\n私たちが「生産直売で真珠を売る」そう決めた時、「養殖屋に何ができる」と周囲の同業者から言われたものでした。もちろん最初のスタートは簡単ではありませんでした。\r\n\r\nなにしろ養殖と販売では180度仕事の内容が違います。今まで物言わないアコヤ貝を相手にしていたのが、今度はお客様相手に仕事をするのです。慣れない仕事内容に、最初は欲お客様からお叱りの言葉をいただいたものでした。\r\n\r\nそして小売業を始めてもう10年以上、想いは間違いではなかった。私たちのやり方はお客様から高い評価を得るようになっていったのです。\r\n\r\n[su_dropcap size=\"5\"]想い[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]国産真珠の美しい輝きを[/su_heading]\r\n\r\n私たちの真珠を店舗でご確認ください。\r\n長崎真珠店では自社で生産した真珠を加工、販売まで一貫した体制で行っています。そのため私たちが納得できる高品質の真珠を、本当に納得できる価格でお客様にお届けできます。\r\n\r\nもちろん市場で取引できないような質の悪い真珠をお届けすることは決してありません。私たちはただ、生産者としての誇りと、国産真珠の良さををもっと知って欲しい、そしていろんな場面で活かし、楽しんでいただきたいと願っているだけなのです。\r\n\r\n当店の真珠を手に取っていただけば、情熱をこめてきちんとした生産者が育て、公正なる品質管理のもときちんとした加工を施された真珠が、いかに美しいいものかおわかりいただけるはずです。\r\n\r\n店舗では私たちの自信作をゆっくりと手にとって、そして着けてみてご確認いただけます。長崎県内の方はちょっとひと足、県外の方は長崎観光のひとときとしてぜひお立ち寄りください。きっとこれまでと違った美しい真珠を目に感動していただけることと思います。\r\n\r\n皆さまのご来店を心よりお待ちいたしております。\r\n[/su_column]\r\n\r\n<!-- 画像部-->\r\n[su_column size=\"1/5\"]\r\n<img class=\"aligncenter size-full wp-image-120\" title=\"あこや稚貝\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pict1.jpg\" alt=\"\" width=\"200\" height=\"136\" />あこや稚貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝管理\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pict2.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝管理\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pict3.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pict4.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝掃除\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pict5.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝掃除\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"養殖場\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pict6.jpg\" alt=\"\" width=\"200\" height=\"136\" />養殖場\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"浜上げされた貝\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pict7.jpg\" alt=\"\" width=\"200\" height=\"136\" />浜上げされた貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"加工作業中\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pict8.jpg\" alt=\"\" width=\"200\" height=\"136\" />加工作業中\r\n[/su_column]\r\n\r\n\r\n\r\n<img class=\"aligncenter size-full wp-image-136\" title=\"長崎真珠 店舗 住所 長崎市長浦町224-12\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/fig2.gif\" alt=\"\" width=\"460\" height=\"144\" />','生産直売のこだわり','','inherit','closed','closed','','25-revision-v1','','','2015-12-14 19:21:56','2015-12-14 10:21:56','',25,'http://nagasaki.s198.coreserver.jp/?p=366',0,'revision','',0),(368,1,'2015-12-14 19:26:46','2015-12-14 10:26:46','[[\"\\u57fa\\u6e96\",\"\\u8a55\\u4fa1\\u8aac\\u660e\"],[\"\\uff11\\uff0e\\u5dfb\\u304d\",\"<img src=\\\"http:\\/\\/nagasaki.s198.coreserver.jp\\/wp-content\\/uploads\\/kijun1.jpg\\\" alt=\\\"\\u5dfb\\u304d\\\" width=\\\"60%\\\" \\/>\\n<br>\\n\\u5dfb\\u304d\\u3068\\u306f\\u771f\\u73e0\\u306e\\u6838\\u3092\\u5dfb\\u3044\\u3066\\u3044\\u308b\\u771f\\u73e0\\u5c64\\u306e\\u539a\\u3055\\u3092\\u8868\\u3059\\u8a00\\u8449\\u3067\\u3059\\u3002\\u5dfb\\u304d\\u304c\\u539a\\u304f\\u3001\\u7dfb\\u5bc6\\u6027\\u3068\\u5747\\u4e00\\u6027\\u3092\\u6301\\u3063\\u3066\\u3044\\u308b\\u306e\\u304c\\u9ad8\\u54c1\\u8cea\\u306e\\u6761\\u4ef6\\u306b\\u306a\\u308a\\u307e\\u3059\\u3002\"],[\"\\uff12\\uff0e\\u304b\\u305f\\u3061\",\"<img src=\\\"http:\\/\\/nagasaki.s198.coreserver.jp\\/wp-content\\/uploads\\/kijun2.jpg\\\" alt=\\\"\\u5f62\\\" width=\\\"60%\\\" \\/><br>\\n\\u771f\\u3093\\u4e38\\u306e\\u3044\\u308f\\u3086\\u308b\\u65b0\\u5186\\u771f\\u73e0\\u304c\\u6700\\u9ad8\\u3068\\u3055\\u308c\\u307e\\u3059\\u304c\\u3001 \\u7570\\u578b\\u771f\\u73e0\\uff08\\u30d0\\u30ed\\u30c3\\u30af\\u7389\\uff09\\u306a\\u3069\\u5909\\u5f62\\u306e\\u771f\\u73e0\\u3082\\u3042\\u308a\\u307e\\u3059\\u3002\\u597d\\u307f\\u3084\\u30d5\\u30a1\\u30c3\\u30b7\\u30e7\\u30f3\\u306b\\u5408\\u308f\\u305b\\u3066\\u9078\\u3073\\u307e\\u3057\\u3087\\u3046\\u3002\"],[\"\\uff13\\uff0e\\u30c6\\u30ea\\uff08\\u5149\\u6ca2\\uff09\",\"<img src=\\\"http:\\/\\/nagasaki.s198.coreserver.jp\\/wp-content\\/uploads\\/kijun3.jpg\\\" alt=\\\"\\u5149\\u6ca2\\\" width=\\\"60%\\\" \\/>\\n<br>\\n\\u771f\\u73e0\\u5149\\u6ca2\\u771f\\u73e0\\u72ec\\u7279\\u306e\\u5149\\u6ca2\\u306f\\u3001\\u8868\\u9762\\u7684\\u306a\\u3082\\u306e\\u3067\\u306f\\u306a\\u304f\\u3001\\u5185\\u90e8\\u304b\\u3089\\u304f\\u308b\\u7167\\u308a\\u306b\\u3088\\u308b\\u3082\\u306e\\u3002\\u4e0a\\u304b\\u3089\\u898b\\u3066\\u5149\\u306e\\u8f2a\\u304c\\u307b\\u3093\\u306e\\u308a\\u3068\\u3042\\u308a\\u3001\\u91cd\\u539a\\u306a\\u611f\\u3058\\u304c\\u3059\\u308b\\u3082\\u306e\\u304c\\u826f\\u3044\\u3067\\u3057\\u3087\\u3046\\u3002\\u5149\\u6ca2\\uff08\\u30c6\\u30ea\\uff09\"],[\"\\uff14\\uff0e\\u304d\\u305a\",\"<img src=\\\"http:\\/\\/nagasaki.s198.coreserver.jp\\/wp-content\\/uploads\\/kijun4.jpg\\\" alt=\\\"\\u50b7\\\" width=\\\"60%\\\" \\/>\\n<br>\\n\\u53b3\\u3057\\u3044\\u81ea\\u7136\\u306e\\u4e2d\\u3067\\u6210\\u9577\\u3057\\u3066\\u3044\\u304f\\u771f\\u73e0\\u306f\\u3001\\u307b\\u3068\\u3093\\u3069\\u304c\\u4f55\\u3089\\u304b\\u306e\\u30ad\\u30ba\\u3092\\u6301\\u3063\\u3066\\u3044\\u307e\\u3059\\u3002\\u50b7\\u306f\\u307b\\u3093\\u3082\\u306e\\u306e\\u771f\\u73e0\\u306e\\u8a3c\\u3067\\u3059\\u304c\\u3001\\u3053\\u306e\\u50b7\\u304c\\u5c11\\u306a\\u3044\\u307b\\u3069\\u5e0c\\u5c11\\u4fa1\\u5024\\u304c\\u52a0\\u308f\\u308a\\u8cb4\\u91cd\\u3068\\u3055\\u308c\\u307e\\u3059\\u3002\\u304d\\u305a\"]]','評価基準','評価基準','inherit','closed','closed','','216-revision-v1','','','2015-12-14 19:26:46','2015-12-14 10:26:46','',216,'http://nagasaki.s198.coreserver.jp/?p=368',0,'revision','',0),(500,1,'2016-04-30 15:10:03','2016-04-30 06:10:03','','02slide01','','inherit','closed','closed','','02slide01','','','2016-04-30 15:10:03','2016-04-30 06:10:03','',0,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2016/04/02slide01.jpg',0,'attachment','image/jpeg',0),(370,1,'2015-12-15 15:19:50','2015-12-15 06:19:50','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann131.jpg\" alt=\"準花珠見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann13.jpg\" alt=\"準花珠見出し\" width=\"50%\" />\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hanatama2.jpg\" alt=\"準花珠パール\" width=\"50%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun45.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n<!-- サイズ価格-->\r\n[table id=4 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','準花珠真珠','','inherit','closed','closed','','54-revision-v1','','','2015-12-15 15:19:50','2015-12-15 06:19:50','',54,'http://nagasaki.s198.coreserver.jp/?p=370',0,'revision','',0),(371,1,'2015-12-15 15:36:45','2015-12-15 06:36:45','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann16.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" />\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/akoya1.jpg\" alt=\"あこやパール\" width=\"50%\" />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]あこや真珠はなぜ美しいのでしょう。[/su_heading]\r\n世界中の女性にとって永遠の憧れの存在であり続ける真珠。\r\n世界の養殖真珠の原点といわれる日本のあこや真珠は、ほかの真珠に比べて真円に近い球体の物が多く、特に色やテリが美しいと言われています。母貝/アコヤ貝・採取地/長崎・サイズ/約2mm~10mm・形/ラウンド・セミラウンド・セミバロック・バロック・色/ホワイト・クリーム・ピンク・イエロー・グレー・グリーンなどがあります。\r\nネックレスは選別された真珠の両サイドから孔を開けていき中心で貫通。連台と呼ばれる専用台を使用して真珠の連組みし、連相(サイズ・色・テリ)といわれる見た目の印象を整えていきます。連組みが終わったものは糸通しをした状態で保存。デザインが決まるとネックレスに加工していきます。\r\nあこや真珠や花珠真珠は冠婚葬祭の定番。スタイリッシュな雰囲気のタヒチ黒蝶真珠、華やかな胸元を演出する南洋真珠ネックレス、可愛らしく普段使いしやすい淡水パールネックレスなどがあります。服装やシーンに合わせて使い分ける方も多くいらっしゃいます。\r\n\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi31.jpg\" alt=\"四つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi41.jpg\" alt=\"三つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi21.jpg\" alt=\"二つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]\r\n<br />\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-15 15:36:45','2015-12-15 06:36:45','',101,'http://nagasaki.s198.coreserver.jp/?p=371',0,'revision','',0),(372,1,'2015-12-16 15:16:26','2015-12-16 06:16:26','[[\"[su_heading size=\\\"16\\\" align=\\\"left\\\" margin=\\\"10\\\"]\\u3042\\u3053\\u3084\\u771f\\u73e0\\u306f\\u306a\\u305c\\u7f8e\\u3057\\u3044\\u306e\\u3067\\u3057\\u3087\\u3046\\u3002[\\/su_heading]\"],[\"\\u4e16\\u754c\\u4e2d\\u306e\\u5973\\u6027\\u306b\\u3068\\u3063\\u3066\\u6c38\\u9060\\u306e\\u61a7\\u308c\\u306e\\u5b58\\u5728\\u3067\\u3042\\u308a\\u7d9a\\u3051\\u308b\\u771f\\u73e0\\u3002\\n\\u4e16\\u754c\\u306e\\u990a\\u6b96\\u771f\\u73e0\\u306e\\u539f\\u70b9\\u3068\\u3044\\u308f\\u308c\\u308b\\u65e5\\u672c\\u306e\\u3042\\u3053\\u3084\\u771f\\u73e0\\u306f\\u3001\\u307b\\u304b\\u306e\\u771f\\u73e0\\u306b\\u6bd4\\u3079\\u3066\\u771f\\u5186\\u306b\\u8fd1\\u3044\\u7403\\u4f53\\u306e\\u7269\\u304c\\u591a\\u304f\\u3001\\u7279\\u306b\\u8272\\u3084\\u30c6\\u30ea\\u304c\\u7f8e\\u3057\\u3044\\u3068\\u8a00\\u308f\\u308c\\u3066\\u3044\\u307e\\u3059\\u3002\\u6bcd\\u8c9d\\/\\u30a2\\u30b3\\u30e4\\u8c9d\\u30fb\\u63a1\\u53d6\\u5730\\/\\u9577\\u5d0e\\u30fb\\u30b5\\u30a4\\u30ba\\/\\u7d042mm\\uff5e10mm\\u30fb\\u5f62\\/\\u30e9\\u30a6\\u30f3\\u30c9\\u30fb\\u30bb\\u30df\\u30e9\\u30a6\\u30f3\\u30c9\\u30fb\\u30bb\\u30df\\u30d0\\u30ed\\u30c3\\u30af\\u30fb\\u30d0\\u30ed\\u30c3\\u30af\\u30fb\\u8272\\/\\u30db\\u30ef\\u30a4\\u30c8\\u30fb\\u30af\\u30ea\\u30fc\\u30e0\\u30fb\\u30d4\\u30f3\\u30af\\u30fb\\u30a4\\u30a8\\u30ed\\u30fc\\u30fb\\u30b0\\u30ec\\u30fc\\u30fb\\u30b0\\u30ea\\u30fc\\u30f3\\u306a\\u3069\\u304c\\u3042\\u308a\\u307e\\u3059\\u3002\\n\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306f\\u9078\\u5225\\u3055\\u308c\\u305f\\u771f\\u73e0\\u306e\\u4e21\\u30b5\\u30a4\\u30c9\\u304b\\u3089\\u5b54\\u3092\\u958b\\u3051\\u3066\\u3044\\u304d\\u4e2d\\u5fc3\\u3067\\u8cab\\u901a\\u3002\\u9023\\u53f0\\u3068\\u547c\\u3070\\u308c\\u308b\\u5c02\\u7528\\u53f0\\u3092\\u4f7f\\u7528\\u3057\\u3066\\u771f\\u73e0\\u306e\\u9023\\u7d44\\u307f\\u3057\\u3001\\u9023\\u76f8\\uff08\\u30b5\\u30a4\\u30ba\\u30fb\\u8272\\u30fb\\u30c6\\u30ea\\uff09\\u3068\\u3044\\u308f\\u308c\\u308b\\u898b\\u305f\\u76ee\\u306e\\u5370\\u8c61\\u3092\\u6574\\u3048\\u3066\\u3044\\u304d\\u307e\\u3059\\u3002\\u9023\\u7d44\\u307f\\u304c\\u7d42\\u308f\\u3063\\u305f\\u3082\\u306e\\u306f\\u7cf8\\u901a\\u3057\\u3092\\u3057\\u305f\\u72b6\\u614b\\u3067\\u4fdd\\u5b58\\u3002\\u30c7\\u30b6\\u30a4\\u30f3\\u304c\\u6c7a\\u307e\\u308b\\u3068\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306b\\u52a0\\u5de5\\u3057\\u3066\\u3044\\u304d\\u307e\\u3059\\u3002\\n\\u3042\\u3053\\u3084\\u771f\\u73e0\\u3084\\u82b1\\u73e0\\u771f\\u73e0\\u306f\\u51a0\\u5a5a\\u846c\\u796d\\u306e\\u5b9a\\u756a\\u3002\\u30b9\\u30bf\\u30a4\\u30ea\\u30c3\\u30b7\\u30e5\\u306a\\u96f0\\u56f2\\u6c17\\u306e\\u30bf\\u30d2\\u30c1\\u9ed2\\u8776\\u771f\\u73e0\\u3001\\u83ef\\u3084\\u304b\\u306a\\u80f8\\u5143\\u3092\\u6f14\\u51fa\\u3059\\u308b\\u5357\\u6d0b\\u771f\\u73e0\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u3001\\u53ef\\u611b\\u3089\\u3057\\u304f\\u666e\\u6bb5\\u4f7f\\u3044\\u3057\\u3084\\u3059\\u3044\\u6de1\\u6c34\\u30d1\\u30fc\\u30eb\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306a\\u3069\\u304c\\u3042\\u308a\\u307e\\u3059\\u3002\\u670d\\u88c5\\u3084\\u30b7\\u30fc\\u30f3\\u306b\\u5408\\u308f\\u305b\\u3066\\u4f7f\\u3044\\u5206\\u3051\\u308b\\u65b9\\u3082\\u591a\\u304f\\u3044\\u3089\\u3063\\u3057\\u3083\\u3044\\u307e\\u3059\\u3002\"]]','あこや本真珠の説明','','publish','closed','closed','','%e3%81%82%e3%81%93%e3%82%84%e6%9c%ac%e7%9c%9f%e7%8f%a0%e3%81%ae%e8%aa%ac%e6%98%8e','','','2015-12-22 15:52:27','2015-12-22 06:52:27','',0,'http://nagasaki.s198.coreserver.jp/?post_type=tablepress_table&#038;p=372',0,'tablepress_table','application/json',0),(373,1,'2015-12-16 15:17:10','2015-12-16 06:17:10','[[\"[su_heading size=\\\"16\\\" align=\\\"left\\\" margin=\\\"10\\\"]\\u3042\\u3053\\u3084\\u771f\\u73e0\\u306f\\u306a\\u305c\\u7f8e\\u3057\\u3044\\u306e\\u3067\\u3057\\u3087\\u3046\\u3002[\\/su_heading]\\n\"],[\"\\u4e16\\u754c\\u4e2d\\u306e\\u5973\\u6027\\u306b\\u3068\\u3063\\u3066\\u6c38\\u9060\\u306e\\u61a7\\u308c\\u306e\\u5b58\\u5728\\u3067\\u3042\\u308a\\u7d9a\\u3051\\u308b\\u771f\\u73e0\\u3002\\n\\u4e16\\u754c\\u306e\\u990a\\u6b96\\u771f\\u73e0\\u306e\\u539f\\u70b9\\u3068\\u3044\\u308f\\u308c\\u308b\\u65e5\\u672c\\u306e\\u3042\\u3053\\u3084\\u771f\\u73e0\\u306f\\u3001\\u307b\\u304b\\u306e\\u771f\\u73e0\\u306b\\u6bd4\\u3079\\u3066\\u771f\\u5186\\u306b\\u8fd1\\u3044\\u7403\\u4f53\\u306e\\u7269\\u304c\\u591a\\u304f\\u3001\\u7279\\u306b\\u8272\\u3084\\u30c6\\u30ea\\u304c\\u7f8e\\u3057\\u3044\\u3068\\u8a00\\u308f\\u308c\\u3066\\u3044\\u307e\\u3059\\u3002\\u6bcd\\u8c9d\\/\\u30a2\\u30b3\\u30e4\\u8c9d\\u30fb\\u63a1\\u53d6\\u5730\\/\\u9577\\u5d0e\\u30fb\\u30b5\\u30a4\\u30ba\\/\\u7d042mm\\uff5e10mm\\u30fb\\u5f62\\/\\u30e9\\u30a6\\u30f3\\u30c9\\u30fb\\u30bb\\u30df\\u30e9\\u30a6\\u30f3\\u30c9\\u30fb\\u30bb\\u30df\\u30d0\\u30ed\\u30c3\\u30af\\u30fb\\u30d0\\u30ed\\u30c3\\u30af\\u30fb\\u8272\\/\\u30db\\u30ef\\u30a4\\u30c8\\u30fb\\u30af\\u30ea\\u30fc\\u30e0\\u30fb\\u30d4\\u30f3\\u30af\\u30fb\\u30a4\\u30a8\\u30ed\\u30fc\\u30fb\\u30b0\\u30ec\\u30fc\\u30fb\\u30b0\\u30ea\\u30fc\\u30f3\\u306a\\u3069\\u304c\\u3042\\u308a\\u307e\\u3059\\u3002\\n\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306f\\u9078\\u5225\\u3055\\u308c\\u305f\\u771f\\u73e0\\u306e\\u4e21\\u30b5\\u30a4\\u30c9\\u304b\\u3089\\u5b54\\u3092\\u958b\\u3051\\u3066\\u3044\\u304d\\u4e2d\\u5fc3\\u3067\\u8cab\\u901a\\u3002\\u9023\\u53f0\\u3068\\u547c\\u3070\\u308c\\u308b\\u5c02\\u7528\\u53f0\\u3092\\u4f7f\\u7528\\u3057\\u3066\\u771f\\u73e0\\u306e\\u9023\\u7d44\\u307f\\u3057\\u3001\\u9023\\u76f8\\uff08\\u30b5\\u30a4\\u30ba\\u30fb\\u8272\\u30fb\\u30c6\\u30ea\\uff09\\u3068\\u3044\\u308f\\u308c\\u308b\\u898b\\u305f\\u76ee\\u306e\\u5370\\u8c61\\u3092\\u6574\\u3048\\u3066\\u3044\\u304d\\u307e\\u3059\\u3002\\u9023\\u7d44\\u307f\\u304c\\u7d42\\u308f\\u3063\\u305f\\u3082\\u306e\\u306f\\u7cf8\\u901a\\u3057\\u3092\\u3057\\u305f\\u72b6\\u614b\\u3067\\u4fdd\\u5b58\\u3002\\u30c7\\u30b6\\u30a4\\u30f3\\u304c\\u6c7a\\u307e\\u308b\\u3068\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306b\\u52a0\\u5de5\\u3057\\u3066\\u3044\\u304d\\u307e\\u3059\\u3002\\n\\u3042\\u3053\\u3084\\u771f\\u73e0\\u3084\\u82b1\\u73e0\\u771f\\u73e0\\u306f\\u51a0\\u5a5a\\u846c\\u796d\\u306e\\u5b9a\\u756a\\u3002\\u30b9\\u30bf\\u30a4\\u30ea\\u30c3\\u30b7\\u30e5\\u306a\\u96f0\\u56f2\\u6c17\\u306e\\u30bf\\u30d2\\u30c1\\u9ed2\\u8776\\u771f\\u73e0\\u3001\\u83ef\\u3084\\u304b\\u306a\\u80f8\\u5143\\u3092\\u6f14\\u51fa\\u3059\\u308b\\u5357\\u6d0b\\u771f\\u73e0\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u3001\\u53ef\\u611b\\u3089\\u3057\\u304f\\u666e\\u6bb5\\u4f7f\\u3044\\u3057\\u3084\\u3059\\u3044\\u6de1\\u6c34\\u30d1\\u30fc\\u30eb\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306a\\u3069\\u304c\\u3042\\u308a\\u307e\\u3059\\u3002\\u670d\\u88c5\\u3084\\u30b7\\u30fc\\u30f3\\u306b\\u5408\\u308f\\u305b\\u3066\\u4f7f\\u3044\\u5206\\u3051\\u308b\\u65b9\\u3082\\u591a\\u304f\\u3044\\u3089\\u3063\\u3057\\u3083\\u3044\\u307e\\u3059\\u3002\"]]','あこや本真珠の説明','','inherit','closed','closed','','372-revision-v1','','','2015-12-16 15:17:10','2015-12-16 06:17:10','',372,'http://nagasaki.s198.coreserver.jp/?p=373',0,'revision','',0),(376,1,'2015-12-16 15:22:18','2015-12-16 06:22:18','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann16.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" />\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/akoya1.jpg\" alt=\"あこやパール\" width=\"50%\" />\r\n\r\n[table id=9 /]\r\n\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi31.jpg\" alt=\"四つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi41.jpg\" alt=\"三つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi21.jpg\" alt=\"二つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]\r\n<br />\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-16 15:22:18','2015-12-16 06:22:18','',101,'http://nagasaki.s198.coreserver.jp/?p=376',0,'revision','',0),(374,1,'2015-12-16 15:17:41','2015-12-16 06:17:41','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann16.jpg\" alt=\"あこや真珠見出し\" width=\"50%\" />\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/akoya1.jpg\" alt=\"あこやパール\" width=\"50%\" />\r\n\r\n[table id=9 /]\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]あこや真珠はなぜ美しいのでしょう。[/su_heading]\r\n世界中の女性にとって永遠の憧れの存在であり続ける真珠。\r\n世界の養殖真珠の原点といわれる日本のあこや真珠は、ほかの真珠に比べて真円に近い球体の物が多く、特に色やテリが美しいと言われています。母貝/アコヤ貝・採取地/長崎・サイズ/約2mm~10mm・形/ラウンド・セミラウンド・セミバロック・バロック・色/ホワイト・クリーム・ピンク・イエロー・グレー・グリーンなどがあります。\r\nネックレスは選別された真珠の両サイドから孔を開けていき中心で貫通。連台と呼ばれる専用台を使用して真珠の連組みし、連相(サイズ・色・テリ)といわれる見た目の印象を整えていきます。連組みが終わったものは糸通しをした状態で保存。デザインが決まるとネックレスに加工していきます。\r\nあこや真珠や花珠真珠は冠婚葬祭の定番。スタイリッシュな雰囲気のタヒチ黒蝶真珠、華やかな胸元を演出する南洋真珠ネックレス、可愛らしく普段使いしやすい淡水パールネックレスなどがあります。服装やシーンに合わせて使い分ける方も多くいらっしゃいます。\r\n\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi31.jpg\" alt=\"四つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi41.jpg\" alt=\"三つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi21.jpg\" alt=\"二つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]\r\n<br />\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-16 15:17:41','2015-12-16 06:17:41','',101,'http://nagasaki.s198.coreserver.jp/?p=374',0,'revision','',0),(375,1,'2015-12-16 15:18:38','2015-12-16 06:18:38','[[\"[su_heading size=\\\"16\\\" align=\\\"left\\\" margin=\\\"10\\\"]\\u3042\\u3053\\u3084\\u771f\\u73e0\\u306f\\u306a\\u305c\\u7f8e\\u3057\\u3044\\u306e\\u3067\\u3057\\u3087\\u3046\\u3002[\\/su_heading]\"],[\"\\u4e16\\u754c\\u4e2d\\u306e\\u5973\\u6027\\u306b\\u3068\\u3063\\u3066\\u6c38\\u9060\\u306e\\u61a7\\u308c\\u306e\\u5b58\\u5728\\u3067\\u3042\\u308a\\u7d9a\\u3051\\u308b\\u771f\\u73e0\\u3002\\n\\u4e16\\u754c\\u306e\\u990a\\u6b96\\u771f\\u73e0\\u306e\\u539f\\u70b9\\u3068\\u3044\\u308f\\u308c\\u308b\\u65e5\\u672c\\u306e\\u3042\\u3053\\u3084\\u771f\\u73e0\\u306f\\u3001\\u307b\\u304b\\u306e\\u771f\\u73e0\\u306b\\u6bd4\\u3079\\u3066\\u771f\\u5186\\u306b\\u8fd1\\u3044\\u7403\\u4f53\\u306e\\u7269\\u304c\\u591a\\u304f\\u3001\\u7279\\u306b\\u8272\\u3084\\u30c6\\u30ea\\u304c\\u7f8e\\u3057\\u3044\\u3068\\u8a00\\u308f\\u308c\\u3066\\u3044\\u307e\\u3059\\u3002\\u6bcd\\u8c9d\\/\\u30a2\\u30b3\\u30e4\\u8c9d\\u30fb\\u63a1\\u53d6\\u5730\\/\\u9577\\u5d0e\\u30fb\\u30b5\\u30a4\\u30ba\\/\\u7d042mm\\uff5e10mm\\u30fb\\u5f62\\/\\u30e9\\u30a6\\u30f3\\u30c9\\u30fb\\u30bb\\u30df\\u30e9\\u30a6\\u30f3\\u30c9\\u30fb\\u30bb\\u30df\\u30d0\\u30ed\\u30c3\\u30af\\u30fb\\u30d0\\u30ed\\u30c3\\u30af\\u30fb\\u8272\\/\\u30db\\u30ef\\u30a4\\u30c8\\u30fb\\u30af\\u30ea\\u30fc\\u30e0\\u30fb\\u30d4\\u30f3\\u30af\\u30fb\\u30a4\\u30a8\\u30ed\\u30fc\\u30fb\\u30b0\\u30ec\\u30fc\\u30fb\\u30b0\\u30ea\\u30fc\\u30f3\\u306a\\u3069\\u304c\\u3042\\u308a\\u307e\\u3059\\u3002\\n\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306f\\u9078\\u5225\\u3055\\u308c\\u305f\\u771f\\u73e0\\u306e\\u4e21\\u30b5\\u30a4\\u30c9\\u304b\\u3089\\u5b54\\u3092\\u958b\\u3051\\u3066\\u3044\\u304d\\u4e2d\\u5fc3\\u3067\\u8cab\\u901a\\u3002\\u9023\\u53f0\\u3068\\u547c\\u3070\\u308c\\u308b\\u5c02\\u7528\\u53f0\\u3092\\u4f7f\\u7528\\u3057\\u3066\\u771f\\u73e0\\u306e\\u9023\\u7d44\\u307f\\u3057\\u3001\\u9023\\u76f8\\uff08\\u30b5\\u30a4\\u30ba\\u30fb\\u8272\\u30fb\\u30c6\\u30ea\\uff09\\u3068\\u3044\\u308f\\u308c\\u308b\\u898b\\u305f\\u76ee\\u306e\\u5370\\u8c61\\u3092\\u6574\\u3048\\u3066\\u3044\\u304d\\u307e\\u3059\\u3002\\u9023\\u7d44\\u307f\\u304c\\u7d42\\u308f\\u3063\\u305f\\u3082\\u306e\\u306f\\u7cf8\\u901a\\u3057\\u3092\\u3057\\u305f\\u72b6\\u614b\\u3067\\u4fdd\\u5b58\\u3002\\u30c7\\u30b6\\u30a4\\u30f3\\u304c\\u6c7a\\u307e\\u308b\\u3068\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306b\\u52a0\\u5de5\\u3057\\u3066\\u3044\\u304d\\u307e\\u3059\\u3002\\n\\u3042\\u3053\\u3084\\u771f\\u73e0\\u3084\\u82b1\\u73e0\\u771f\\u73e0\\u306f\\u51a0\\u5a5a\\u846c\\u796d\\u306e\\u5b9a\\u756a\\u3002\\u30b9\\u30bf\\u30a4\\u30ea\\u30c3\\u30b7\\u30e5\\u306a\\u96f0\\u56f2\\u6c17\\u306e\\u30bf\\u30d2\\u30c1\\u9ed2\\u8776\\u771f\\u73e0\\u3001\\u83ef\\u3084\\u304b\\u306a\\u80f8\\u5143\\u3092\\u6f14\\u51fa\\u3059\\u308b\\u5357\\u6d0b\\u771f\\u73e0\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u3001\\u53ef\\u611b\\u3089\\u3057\\u304f\\u666e\\u6bb5\\u4f7f\\u3044\\u3057\\u3084\\u3059\\u3044\\u6de1\\u6c34\\u30d1\\u30fc\\u30eb\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306a\\u3069\\u304c\\u3042\\u308a\\u307e\\u3059\\u3002\\u670d\\u88c5\\u3084\\u30b7\\u30fc\\u30f3\\u306b\\u5408\\u308f\\u305b\\u3066\\u4f7f\\u3044\\u5206\\u3051\\u308b\\u65b9\\u3082\\u591a\\u304f\\u3044\\u3089\\u3063\\u3057\\u3083\\u3044\\u307e\\u3059\\u3002\"]]','あこや本真珠の説明','','inherit','closed','closed','','372-revision-v1','','','2015-12-16 15:18:38','2015-12-16 06:18:38','',372,'http://nagasaki.s198.coreserver.jp/?p=375',0,'revision','',0),(459,1,'2015-12-22 15:52:27','2015-12-22 06:52:27','[[\"[su_heading size=\\\"16\\\" align=\\\"left\\\" margin=\\\"10\\\"]\\u3042\\u3053\\u3084\\u771f\\u73e0\\u306f\\u306a\\u305c\\u7f8e\\u3057\\u3044\\u306e\\u3067\\u3057\\u3087\\u3046\\u3002[\\/su_heading]\"],[\"\\u4e16\\u754c\\u4e2d\\u306e\\u5973\\u6027\\u306b\\u3068\\u3063\\u3066\\u6c38\\u9060\\u306e\\u61a7\\u308c\\u306e\\u5b58\\u5728\\u3067\\u3042\\u308a\\u7d9a\\u3051\\u308b\\u771f\\u73e0\\u3002\\n\\u4e16\\u754c\\u306e\\u990a\\u6b96\\u771f\\u73e0\\u306e\\u539f\\u70b9\\u3068\\u3044\\u308f\\u308c\\u308b\\u65e5\\u672c\\u306e\\u3042\\u3053\\u3084\\u771f\\u73e0\\u306f\\u3001\\u307b\\u304b\\u306e\\u771f\\u73e0\\u306b\\u6bd4\\u3079\\u3066\\u771f\\u5186\\u306b\\u8fd1\\u3044\\u7403\\u4f53\\u306e\\u7269\\u304c\\u591a\\u304f\\u3001\\u7279\\u306b\\u8272\\u3084\\u30c6\\u30ea\\u304c\\u7f8e\\u3057\\u3044\\u3068\\u8a00\\u308f\\u308c\\u3066\\u3044\\u307e\\u3059\\u3002\\u6bcd\\u8c9d\\/\\u30a2\\u30b3\\u30e4\\u8c9d\\u30fb\\u63a1\\u53d6\\u5730\\/\\u9577\\u5d0e\\u30fb\\u30b5\\u30a4\\u30ba\\/\\u7d042mm\\uff5e10mm\\u30fb\\u5f62\\/\\u30e9\\u30a6\\u30f3\\u30c9\\u30fb\\u30bb\\u30df\\u30e9\\u30a6\\u30f3\\u30c9\\u30fb\\u30bb\\u30df\\u30d0\\u30ed\\u30c3\\u30af\\u30fb\\u30d0\\u30ed\\u30c3\\u30af\\u30fb\\u8272\\/\\u30db\\u30ef\\u30a4\\u30c8\\u30fb\\u30af\\u30ea\\u30fc\\u30e0\\u30fb\\u30d4\\u30f3\\u30af\\u30fb\\u30a4\\u30a8\\u30ed\\u30fc\\u30fb\\u30b0\\u30ec\\u30fc\\u30fb\\u30b0\\u30ea\\u30fc\\u30f3\\u306a\\u3069\\u304c\\u3042\\u308a\\u307e\\u3059\\u3002\\n\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306f\\u9078\\u5225\\u3055\\u308c\\u305f\\u771f\\u73e0\\u306e\\u4e21\\u30b5\\u30a4\\u30c9\\u304b\\u3089\\u5b54\\u3092\\u958b\\u3051\\u3066\\u3044\\u304d\\u4e2d\\u5fc3\\u3067\\u8cab\\u901a\\u3002\\u9023\\u53f0\\u3068\\u547c\\u3070\\u308c\\u308b\\u5c02\\u7528\\u53f0\\u3092\\u4f7f\\u7528\\u3057\\u3066\\u771f\\u73e0\\u306e\\u9023\\u7d44\\u307f\\u3057\\u3001\\u9023\\u76f8\\uff08\\u30b5\\u30a4\\u30ba\\u30fb\\u8272\\u30fb\\u30c6\\u30ea\\uff09\\u3068\\u3044\\u308f\\u308c\\u308b\\u898b\\u305f\\u76ee\\u306e\\u5370\\u8c61\\u3092\\u6574\\u3048\\u3066\\u3044\\u304d\\u307e\\u3059\\u3002\\u9023\\u7d44\\u307f\\u304c\\u7d42\\u308f\\u3063\\u305f\\u3082\\u306e\\u306f\\u7cf8\\u901a\\u3057\\u3092\\u3057\\u305f\\u72b6\\u614b\\u3067\\u4fdd\\u5b58\\u3002\\u30c7\\u30b6\\u30a4\\u30f3\\u304c\\u6c7a\\u307e\\u308b\\u3068\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306b\\u52a0\\u5de5\\u3057\\u3066\\u3044\\u304d\\u307e\\u3059\\u3002\\n\\u3042\\u3053\\u3084\\u771f\\u73e0\\u3084\\u82b1\\u73e0\\u771f\\u73e0\\u306f\\u51a0\\u5a5a\\u846c\\u796d\\u306e\\u5b9a\\u756a\\u3002\\u30b9\\u30bf\\u30a4\\u30ea\\u30c3\\u30b7\\u30e5\\u306a\\u96f0\\u56f2\\u6c17\\u306e\\u30bf\\u30d2\\u30c1\\u9ed2\\u8776\\u771f\\u73e0\\u3001\\u83ef\\u3084\\u304b\\u306a\\u80f8\\u5143\\u3092\\u6f14\\u51fa\\u3059\\u308b\\u5357\\u6d0b\\u771f\\u73e0\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u3001\\u53ef\\u611b\\u3089\\u3057\\u304f\\u666e\\u6bb5\\u4f7f\\u3044\\u3057\\u3084\\u3059\\u3044\\u6de1\\u6c34\\u30d1\\u30fc\\u30eb\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306a\\u3069\\u304c\\u3042\\u308a\\u307e\\u3059\\u3002\\u670d\\u88c5\\u3084\\u30b7\\u30fc\\u30f3\\u306b\\u5408\\u308f\\u305b\\u3066\\u4f7f\\u3044\\u5206\\u3051\\u308b\\u65b9\\u3082\\u591a\\u304f\\u3044\\u3089\\u3063\\u3057\\u3083\\u3044\\u307e\\u3059\\u3002\"]]','あこや本真珠の説明','','inherit','closed','closed','','372-revision-v1','','','2015-12-22 15:52:27','2015-12-22 06:52:27','',372,'http://nagasaki.s198.coreserver.jp/?p=459',0,'revision','',0),(377,1,'2015-12-16 15:23:07','2015-12-16 06:23:07','[[\"[su_heading size=\\\"16\\\" align=\\\"left\\\" margin=\\\"10\\\"]\\u3042\\u3053\\u3084\\u771f\\u73e0\\u306f\\u306a\\u305c\\u7f8e\\u3057\\u3044\\u306e\\u3067\\u3057\\u3087\\u3046\\u3002[\\/su_heading]\"],[\"<img style=\\\"float: left;\\\" src=\\\"http:\\/\\/nagasaki.s198.coreserver.jp\\/wp-content\\/uploads\\/2015\\/item\\/akoya1.jpg\\\" alt=\\\"\\u3042\\u3053\\u3084\\u30d1\\u30fc\\u30eb\\\" width=\\\"50%\\\" \\/>\\n\\n\\u4e16\\u754c\\u4e2d\\u306e\\u5973\\u6027\\u306b\\u3068\\u3063\\u3066\\u6c38\\u9060\\u306e\\u61a7\\u308c\\u306e\\u5b58\\u5728\\u3067\\u3042\\u308a\\u7d9a\\u3051\\u308b\\u771f\\u73e0\\u3002\\n\\u4e16\\u754c\\u306e\\u990a\\u6b96\\u771f\\u73e0\\u306e\\u539f\\u70b9\\u3068\\u3044\\u308f\\u308c\\u308b\\u65e5\\u672c\\u306e\\u3042\\u3053\\u3084\\u771f\\u73e0\\u306f\\u3001\\u307b\\u304b\\u306e\\u771f\\u73e0\\u306b\\u6bd4\\u3079\\u3066\\u771f\\u5186\\u306b\\u8fd1\\u3044\\u7403\\u4f53\\u306e\\u7269\\u304c\\u591a\\u304f\\u3001\\u7279\\u306b\\u8272\\u3084\\u30c6\\u30ea\\u304c\\u7f8e\\u3057\\u3044\\u3068\\u8a00\\u308f\\u308c\\u3066\\u3044\\u307e\\u3059\\u3002\\u6bcd\\u8c9d\\/\\u30a2\\u30b3\\u30e4\\u8c9d\\u30fb\\u63a1\\u53d6\\u5730\\/\\u9577\\u5d0e\\u30fb\\u30b5\\u30a4\\u30ba\\/\\u7d042mm\\uff5e10mm\\u30fb\\u5f62\\/\\u30e9\\u30a6\\u30f3\\u30c9\\u30fb\\u30bb\\u30df\\u30e9\\u30a6\\u30f3\\u30c9\\u30fb\\u30bb\\u30df\\u30d0\\u30ed\\u30c3\\u30af\\u30fb\\u30d0\\u30ed\\u30c3\\u30af\\u30fb\\u8272\\/\\u30db\\u30ef\\u30a4\\u30c8\\u30fb\\u30af\\u30ea\\u30fc\\u30e0\\u30fb\\u30d4\\u30f3\\u30af\\u30fb\\u30a4\\u30a8\\u30ed\\u30fc\\u30fb\\u30b0\\u30ec\\u30fc\\u30fb\\u30b0\\u30ea\\u30fc\\u30f3\\u306a\\u3069\\u304c\\u3042\\u308a\\u307e\\u3059\\u3002\\n\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306f\\u9078\\u5225\\u3055\\u308c\\u305f\\u771f\\u73e0\\u306e\\u4e21\\u30b5\\u30a4\\u30c9\\u304b\\u3089\\u5b54\\u3092\\u958b\\u3051\\u3066\\u3044\\u304d\\u4e2d\\u5fc3\\u3067\\u8cab\\u901a\\u3002\\u9023\\u53f0\\u3068\\u547c\\u3070\\u308c\\u308b\\u5c02\\u7528\\u53f0\\u3092\\u4f7f\\u7528\\u3057\\u3066\\u771f\\u73e0\\u306e\\u9023\\u7d44\\u307f\\u3057\\u3001\\u9023\\u76f8\\uff08\\u30b5\\u30a4\\u30ba\\u30fb\\u8272\\u30fb\\u30c6\\u30ea\\uff09\\u3068\\u3044\\u308f\\u308c\\u308b\\u898b\\u305f\\u76ee\\u306e\\u5370\\u8c61\\u3092\\u6574\\u3048\\u3066\\u3044\\u304d\\u307e\\u3059\\u3002\\u9023\\u7d44\\u307f\\u304c\\u7d42\\u308f\\u3063\\u305f\\u3082\\u306e\\u306f\\u7cf8\\u901a\\u3057\\u3092\\u3057\\u305f\\u72b6\\u614b\\u3067\\u4fdd\\u5b58\\u3002\\u30c7\\u30b6\\u30a4\\u30f3\\u304c\\u6c7a\\u307e\\u308b\\u3068\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306b\\u52a0\\u5de5\\u3057\\u3066\\u3044\\u304d\\u307e\\u3059\\u3002\\n\\u3042\\u3053\\u3084\\u771f\\u73e0\\u3084\\u82b1\\u73e0\\u771f\\u73e0\\u306f\\u51a0\\u5a5a\\u846c\\u796d\\u306e\\u5b9a\\u756a\\u3002\\u30b9\\u30bf\\u30a4\\u30ea\\u30c3\\u30b7\\u30e5\\u306a\\u96f0\\u56f2\\u6c17\\u306e\\u30bf\\u30d2\\u30c1\\u9ed2\\u8776\\u771f\\u73e0\\u3001\\u83ef\\u3084\\u304b\\u306a\\u80f8\\u5143\\u3092\\u6f14\\u51fa\\u3059\\u308b\\u5357\\u6d0b\\u771f\\u73e0\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u3001\\u53ef\\u611b\\u3089\\u3057\\u304f\\u666e\\u6bb5\\u4f7f\\u3044\\u3057\\u3084\\u3059\\u3044\\u6de1\\u6c34\\u30d1\\u30fc\\u30eb\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306a\\u3069\\u304c\\u3042\\u308a\\u307e\\u3059\\u3002\\u670d\\u88c5\\u3084\\u30b7\\u30fc\\u30f3\\u306b\\u5408\\u308f\\u305b\\u3066\\u4f7f\\u3044\\u5206\\u3051\\u308b\\u65b9\\u3082\\u591a\\u304f\\u3044\\u3089\\u3063\\u3057\\u3083\\u3044\\u307e\\u3059\\u3002\"]]','あこや本真珠の説明','','inherit','closed','closed','','372-revision-v1','','','2015-12-16 15:23:07','2015-12-16 06:23:07','',372,'http://nagasaki.s198.coreserver.jp/?p=377',0,'revision','',0),(378,1,'2015-12-16 15:28:23','2015-12-16 06:28:23','[[\"[su_heading size=\\\"16\\\" align=\\\"left\\\" margin=\\\"10\\\"]\\u3042\\u3053\\u3084\\u771f\\u73e0\\u306f\\u306a\\u305c\\u7f8e\\u3057\\u3044\\u306e\\u3067\\u3057\\u3087\\u3046\\u3002[\\/su_heading]\"],[\"<img style=\\\"float: left;\\\" src=\\\"http:\\/\\/nagasaki.s198.coreserver.jp\\/wp-content\\/uploads\\/2015\\/item\\/akoya1.jpg\\\" alt=\\\"\\u3042\\u3053\\u3084\\u30d1\\u30fc\\u30eb\\\" width=\\\"98%\\\" \\/>\\n\\n\\u4e16\\u754c\\u4e2d\\u306e\\u5973\\u6027\\u306b\\u3068\\u3063\\u3066\\u6c38\\u9060\\u306e\\u61a7\\u308c\\u306e\\u5b58\\u5728\\u3067\\u3042\\u308a\\u7d9a\\u3051\\u308b\\u771f\\u73e0\\u3002\\n\\u4e16\\u754c\\u306e\\u990a\\u6b96\\u771f\\u73e0\\u306e\\u539f\\u70b9\\u3068\\u3044\\u308f\\u308c\\u308b\\u65e5\\u672c\\u306e\\u3042\\u3053\\u3084\\u771f\\u73e0\\u306f\\u3001\\u307b\\u304b\\u306e\\u771f\\u73e0\\u306b\\u6bd4\\u3079\\u3066\\u771f\\u5186\\u306b\\u8fd1\\u3044\\u7403\\u4f53\\u306e\\u7269\\u304c\\u591a\\u304f\\u3001\\u7279\\u306b\\u8272\\u3084\\u30c6\\u30ea\\u304c\\u7f8e\\u3057\\u3044\\u3068\\u8a00\\u308f\\u308c\\u3066\\u3044\\u307e\\u3059\\u3002\\u6bcd\\u8c9d\\/\\u30a2\\u30b3\\u30e4\\u8c9d\\u30fb\\u63a1\\u53d6\\u5730\\/\\u9577\\u5d0e\\u30fb\\u30b5\\u30a4\\u30ba\\/\\u7d042mm\\uff5e10mm\\u30fb\\u5f62\\/\\u30e9\\u30a6\\u30f3\\u30c9\\u30fb\\u30bb\\u30df\\u30e9\\u30a6\\u30f3\\u30c9\\u30fb\\u30bb\\u30df\\u30d0\\u30ed\\u30c3\\u30af\\u30fb\\u30d0\\u30ed\\u30c3\\u30af\\u30fb\\u8272\\/\\u30db\\u30ef\\u30a4\\u30c8\\u30fb\\u30af\\u30ea\\u30fc\\u30e0\\u30fb\\u30d4\\u30f3\\u30af\\u30fb\\u30a4\\u30a8\\u30ed\\u30fc\\u30fb\\u30b0\\u30ec\\u30fc\\u30fb\\u30b0\\u30ea\\u30fc\\u30f3\\u306a\\u3069\\u304c\\u3042\\u308a\\u307e\\u3059\\u3002\\n\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306f\\u9078\\u5225\\u3055\\u308c\\u305f\\u771f\\u73e0\\u306e\\u4e21\\u30b5\\u30a4\\u30c9\\u304b\\u3089\\u5b54\\u3092\\u958b\\u3051\\u3066\\u3044\\u304d\\u4e2d\\u5fc3\\u3067\\u8cab\\u901a\\u3002\\u9023\\u53f0\\u3068\\u547c\\u3070\\u308c\\u308b\\u5c02\\u7528\\u53f0\\u3092\\u4f7f\\u7528\\u3057\\u3066\\u771f\\u73e0\\u306e\\u9023\\u7d44\\u307f\\u3057\\u3001\\u9023\\u76f8\\uff08\\u30b5\\u30a4\\u30ba\\u30fb\\u8272\\u30fb\\u30c6\\u30ea\\uff09\\u3068\\u3044\\u308f\\u308c\\u308b\\u898b\\u305f\\u76ee\\u306e\\u5370\\u8c61\\u3092\\u6574\\u3048\\u3066\\u3044\\u304d\\u307e\\u3059\\u3002\\u9023\\u7d44\\u307f\\u304c\\u7d42\\u308f\\u3063\\u305f\\u3082\\u306e\\u306f\\u7cf8\\u901a\\u3057\\u3092\\u3057\\u305f\\u72b6\\u614b\\u3067\\u4fdd\\u5b58\\u3002\\u30c7\\u30b6\\u30a4\\u30f3\\u304c\\u6c7a\\u307e\\u308b\\u3068\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306b\\u52a0\\u5de5\\u3057\\u3066\\u3044\\u304d\\u307e\\u3059\\u3002\\n\\u3042\\u3053\\u3084\\u771f\\u73e0\\u3084\\u82b1\\u73e0\\u771f\\u73e0\\u306f\\u51a0\\u5a5a\\u846c\\u796d\\u306e\\u5b9a\\u756a\\u3002\\u30b9\\u30bf\\u30a4\\u30ea\\u30c3\\u30b7\\u30e5\\u306a\\u96f0\\u56f2\\u6c17\\u306e\\u30bf\\u30d2\\u30c1\\u9ed2\\u8776\\u771f\\u73e0\\u3001\\u83ef\\u3084\\u304b\\u306a\\u80f8\\u5143\\u3092\\u6f14\\u51fa\\u3059\\u308b\\u5357\\u6d0b\\u771f\\u73e0\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u3001\\u53ef\\u611b\\u3089\\u3057\\u304f\\u666e\\u6bb5\\u4f7f\\u3044\\u3057\\u3084\\u3059\\u3044\\u6de1\\u6c34\\u30d1\\u30fc\\u30eb\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306a\\u3069\\u304c\\u3042\\u308a\\u307e\\u3059\\u3002\\u670d\\u88c5\\u3084\\u30b7\\u30fc\\u30f3\\u306b\\u5408\\u308f\\u305b\\u3066\\u4f7f\\u3044\\u5206\\u3051\\u308b\\u65b9\\u3082\\u591a\\u304f\\u3044\\u3089\\u3063\\u3057\\u3083\\u3044\\u307e\\u3059\\u3002\"]]','あこや本真珠の説明','','inherit','closed','closed','','372-revision-v1','','','2015-12-16 15:28:23','2015-12-16 06:28:23','',372,'http://nagasaki.s198.coreserver.jp/?p=378',0,'revision','',0),(379,1,'2015-12-16 15:28:48','2015-12-16 06:28:48','[[\"[su_heading size=\\\"16\\\" align=\\\"left\\\" margin=\\\"10\\\"]\\u3042\\u3053\\u3084\\u771f\\u73e0\\u306f\\u306a\\u305c\\u7f8e\\u3057\\u3044\\u306e\\u3067\\u3057\\u3087\\u3046\\u3002[\\/su_heading]\"],[\"<img style=\\\"float: left;\\\" src=\\\"http:\\/\\/nagasaki.s198.coreserver.jp\\/wp-content\\/uploads\\/2015\\/item\\/akoya1.jpg\\\" alt=\\\"\\u3042\\u3053\\u3084\\u30d1\\u30fc\\u30eb\\\" width=\\\"100%\\\" \\/>\\n\\n\\u4e16\\u754c\\u4e2d\\u306e\\u5973\\u6027\\u306b\\u3068\\u3063\\u3066\\u6c38\\u9060\\u306e\\u61a7\\u308c\\u306e\\u5b58\\u5728\\u3067\\u3042\\u308a\\u7d9a\\u3051\\u308b\\u771f\\u73e0\\u3002\\n\\u4e16\\u754c\\u306e\\u990a\\u6b96\\u771f\\u73e0\\u306e\\u539f\\u70b9\\u3068\\u3044\\u308f\\u308c\\u308b\\u65e5\\u672c\\u306e\\u3042\\u3053\\u3084\\u771f\\u73e0\\u306f\\u3001\\u307b\\u304b\\u306e\\u771f\\u73e0\\u306b\\u6bd4\\u3079\\u3066\\u771f\\u5186\\u306b\\u8fd1\\u3044\\u7403\\u4f53\\u306e\\u7269\\u304c\\u591a\\u304f\\u3001\\u7279\\u306b\\u8272\\u3084\\u30c6\\u30ea\\u304c\\u7f8e\\u3057\\u3044\\u3068\\u8a00\\u308f\\u308c\\u3066\\u3044\\u307e\\u3059\\u3002\\u6bcd\\u8c9d\\/\\u30a2\\u30b3\\u30e4\\u8c9d\\u30fb\\u63a1\\u53d6\\u5730\\/\\u9577\\u5d0e\\u30fb\\u30b5\\u30a4\\u30ba\\/\\u7d042mm\\uff5e10mm\\u30fb\\u5f62\\/\\u30e9\\u30a6\\u30f3\\u30c9\\u30fb\\u30bb\\u30df\\u30e9\\u30a6\\u30f3\\u30c9\\u30fb\\u30bb\\u30df\\u30d0\\u30ed\\u30c3\\u30af\\u30fb\\u30d0\\u30ed\\u30c3\\u30af\\u30fb\\u8272\\/\\u30db\\u30ef\\u30a4\\u30c8\\u30fb\\u30af\\u30ea\\u30fc\\u30e0\\u30fb\\u30d4\\u30f3\\u30af\\u30fb\\u30a4\\u30a8\\u30ed\\u30fc\\u30fb\\u30b0\\u30ec\\u30fc\\u30fb\\u30b0\\u30ea\\u30fc\\u30f3\\u306a\\u3069\\u304c\\u3042\\u308a\\u307e\\u3059\\u3002\\n\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306f\\u9078\\u5225\\u3055\\u308c\\u305f\\u771f\\u73e0\\u306e\\u4e21\\u30b5\\u30a4\\u30c9\\u304b\\u3089\\u5b54\\u3092\\u958b\\u3051\\u3066\\u3044\\u304d\\u4e2d\\u5fc3\\u3067\\u8cab\\u901a\\u3002\\u9023\\u53f0\\u3068\\u547c\\u3070\\u308c\\u308b\\u5c02\\u7528\\u53f0\\u3092\\u4f7f\\u7528\\u3057\\u3066\\u771f\\u73e0\\u306e\\u9023\\u7d44\\u307f\\u3057\\u3001\\u9023\\u76f8\\uff08\\u30b5\\u30a4\\u30ba\\u30fb\\u8272\\u30fb\\u30c6\\u30ea\\uff09\\u3068\\u3044\\u308f\\u308c\\u308b\\u898b\\u305f\\u76ee\\u306e\\u5370\\u8c61\\u3092\\u6574\\u3048\\u3066\\u3044\\u304d\\u307e\\u3059\\u3002\\u9023\\u7d44\\u307f\\u304c\\u7d42\\u308f\\u3063\\u305f\\u3082\\u306e\\u306f\\u7cf8\\u901a\\u3057\\u3092\\u3057\\u305f\\u72b6\\u614b\\u3067\\u4fdd\\u5b58\\u3002\\u30c7\\u30b6\\u30a4\\u30f3\\u304c\\u6c7a\\u307e\\u308b\\u3068\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306b\\u52a0\\u5de5\\u3057\\u3066\\u3044\\u304d\\u307e\\u3059\\u3002\\n\\u3042\\u3053\\u3084\\u771f\\u73e0\\u3084\\u82b1\\u73e0\\u771f\\u73e0\\u306f\\u51a0\\u5a5a\\u846c\\u796d\\u306e\\u5b9a\\u756a\\u3002\\u30b9\\u30bf\\u30a4\\u30ea\\u30c3\\u30b7\\u30e5\\u306a\\u96f0\\u56f2\\u6c17\\u306e\\u30bf\\u30d2\\u30c1\\u9ed2\\u8776\\u771f\\u73e0\\u3001\\u83ef\\u3084\\u304b\\u306a\\u80f8\\u5143\\u3092\\u6f14\\u51fa\\u3059\\u308b\\u5357\\u6d0b\\u771f\\u73e0\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u3001\\u53ef\\u611b\\u3089\\u3057\\u304f\\u666e\\u6bb5\\u4f7f\\u3044\\u3057\\u3084\\u3059\\u3044\\u6de1\\u6c34\\u30d1\\u30fc\\u30eb\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306a\\u3069\\u304c\\u3042\\u308a\\u307e\\u3059\\u3002\\u670d\\u88c5\\u3084\\u30b7\\u30fc\\u30f3\\u306b\\u5408\\u308f\\u305b\\u3066\\u4f7f\\u3044\\u5206\\u3051\\u308b\\u65b9\\u3082\\u591a\\u304f\\u3044\\u3089\\u3063\\u3057\\u3083\\u3044\\u307e\\u3059\\u3002\"]]','あこや本真珠の説明','','inherit','closed','closed','','372-revision-v1','','','2015-12-16 15:28:48','2015-12-16 06:28:48','',372,'http://nagasaki.s198.coreserver.jp/?p=379',0,'revision','',0),(381,1,'2015-12-16 15:31:06','2015-12-16 06:31:06','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"あこや真珠見出し\" width=\"100%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann16.jpg\" alt=\"あこや真珠見出し\" width=\"100%\" />\r\n<br />\r\n[table id=9 /]\r\n<br />\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi31.jpg\" alt=\"四つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi41.jpg\" alt=\"三つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi21.jpg\" alt=\"二つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]\r\n<br />\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-16 15:31:06','2015-12-16 06:31:06','',101,'http://nagasaki.s198.coreserver.jp/?p=381',0,'revision','',0),(382,1,'2015-12-16 15:31:19','2015-12-16 06:31:19','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann16.jpg\" alt=\"あこや真珠見出し\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"あこや真珠見出し\" width=\"100%\" />\r\n<br />\r\n[table id=9 /]\r\n<br />\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi31.jpg\" alt=\"四つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi41.jpg\" alt=\"三つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi21.jpg\" alt=\"二つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]\r\n<br />\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-16 15:31:19','2015-12-16 06:31:19','',101,'http://nagasaki.s198.coreserver.jp/?p=382',0,'revision','',0),(383,1,'2015-12-16 15:31:54','2015-12-16 06:31:54','<!--<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann16.jpg\" alt=\"あこや真珠見出し\" width=\"100%\" />-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"あこや真珠見出し\" width=\"100%\" />\r\n<br />\r\n[table id=9 /]\r\n<br />\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi31.jpg\" alt=\"四つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi41.jpg\" alt=\"三つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi21.jpg\" alt=\"二つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]\r\n<br />\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-16 15:31:54','2015-12-16 06:31:54','',101,'http://nagasaki.s198.coreserver.jp/?p=383',0,'revision','',0),(384,1,'2015-12-16 15:33:44','2015-12-16 06:33:44','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"花珠見出し\" width=\"98%\" />\r\n<!--<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"50%\" />-->\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hanatama1.jpg\" alt=\"花珠パール\" width=\"50%\" />\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun5.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n<!-- サイズ価格-->\r\n[table id=5 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-16 15:33:44','2015-12-16 06:33:44','',28,'http://nagasaki.s198.coreserver.jp/?p=384',0,'revision','',0),(385,1,'2015-12-16 15:34:08','2015-12-16 06:34:08','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"花珠見出し\" width=\"98%\" />\r\n<!--<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann14.jpg\" alt=\"花珠見出し\" width=\"50%\" />-->\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hanatama1.jpg\" alt=\"花珠パール\" width=\"98%\" />\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun5.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n<!-- サイズ価格-->\r\n[table id=5 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-16 15:34:08','2015-12-16 06:34:08','',28,'http://nagasaki.s198.coreserver.jp/?p=385',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (386,1,'2015-12-16 15:35:59','2015-12-16 06:35:59','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann131.jpg\" alt=\"準花珠見出し\" width=\"98%\" />\r\n<!--<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann13.jpg\" alt=\"準花珠見出し\" width=\"50%\" />-->\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hanatama2.jpg\" alt=\"準花珠パール\" width=\"98%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun45.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n<!-- サイズ価格-->\r\n[table id=4 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','準花珠真珠','','inherit','closed','closed','','54-revision-v1','','','2015-12-16 15:35:59','2015-12-16 06:35:59','',54,'http://nagasaki.s198.coreserver.jp/?p=386',0,'revision','',0),(387,1,'2015-12-16 15:38:02','2015-12-16 06:38:02','[[\"[su_heading size=\\\"18\\\" align=\\\"left\\\" margin=\\\"10\\\"]\\u54c1\\u8cea\\u30fb\\u30e9\\u30f3\\u30af\\u5225\\u306e\\u591a\\u5f69\\u306a\\u30e9\\u30a4\\u30f3\\u30ca\\u30c3\\u30d7[\\/su_heading]\"],[\"\\n<p style=\\\"font-size:18px;\\\">\\u5f53\\u5e97\\u306f\\u304a\\u5ba2\\u69d8\\u306e\\u3054\\u4e88\\u7b97\\u30fb\\u3054\\u8981\\u671b\\u306b\\u5fdc\\u3058\\u3066\\u3001\\u3042\\u306a\\u305f\\u69d8\\u306b\\u3074\\u3063\\u305f\\u308a\\u306e\\u5546\\u54c1\\u3092\\u3054\\u63d0\\u6848\\u3044\\u305f\\u3057\\u307e\\u3059<\\/p>\"]]','極上花珠真珠の説明','','publish','closed','closed','','%e3%81%82%e3%81%93%e3%82%84%e6%9c%ac%e7%9c%9f%e7%8f%a0%e3%81%ae%e8%aa%ac%e6%98%8e%e3%81%ae%e3%82%b3%e3%83%94%e3%83%bc','','','2017-07-19 10:59:15','2017-07-19 01:59:15','',0,'http://nagasaki.s198.coreserver.jp/?post_type=tablepress_table&#038;p=387',0,'tablepress_table','application/json',0),(630,1,'2017-07-19 11:02:09','2017-07-19 02:02:09',' ','','','publish','closed','closed','','630','','','2017-09-26 16:02:36','2017-09-26 07:02:36','',0,'http://nagasaki.s198.coreserver.jp/?p=630',2,'nav_menu_item','',0),(631,1,'2017-07-19 11:22:37','2017-07-19 02:22:37','','catch31','','inherit','closed','closed','','catch31-2','','','2017-07-19 11:22:37','2017-07-19 02:22:37','',31,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/catch311.jpg',0,'attachment','image/jpeg',0),(632,1,'2017-07-19 11:31:48','2017-07-19 02:31:48','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"花珠輝く\" width=\"100%\">\r\n\r\n[table id=10 /]\r\n\r\n<div style=\"float: none;\">\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01.jpg\" alt=\"banner_01\" width=\"760\" height=\"229\" class=\"alignnone size-full wp-image-611\" /></a><a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_03.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_03.jpg\" alt=\"banner_03\" width=\"760\" height=\"233\" class=\"alignnone size-full wp-image-612\" /></a>\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_05.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_05.jpg\" alt=\"banner_05\" width=\"760\" height=\"229\" class=\"alignnone size-full wp-image-613\" /></a><a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_07.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_07.jpg\" alt=\"banner_07\" width=\"760\" height=\"228\" class=\"alignnone size-full wp-image-614\" /></a>\r\n</div>\r\n\r\n\r\n\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\"></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\">\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できるウォルナットケースでお届けします。\r\n※花球真珠・極上花球真珠の商品に限ります</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。\r\n※花球真珠・極上花球真珠の商品に限ります</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n','人生の節目に本物の輝きを','','inherit','closed','closed','','57-revision-v1','','','2017-07-19 11:31:48','2017-07-19 02:31:48','',57,'http://nagasaki.s198.coreserver.jp/57-revision-v1/',0,'revision','',0),(389,1,'2015-12-16 15:40:13','2015-12-16 06:40:13','[[\"[su_heading size=\\\"16\\\" align=\\\"left\\\" margin=\\\"10\\\"]\\u6700\\u4e0a\\u7d1a\\u306e\\u54c1\\u8cea[\\/su_heading]\"],[\"<img style=\\\"float: left;\\\" src=\\\"http:\\/\\/nagasaki.s198.coreserver.jp\\/wp-content\\/uploads\\/2015\\/item\\/akoya1.jpg\\\" alt=\\\"\\u3042\\u3053\\u3084\\u30d1\\u30fc\\u30eb\\\" width=\\\"100%\\\" \\/>\\n\\n\\u82b1\\u73e0\\u771f\\u73e0\\u306f\\u3042\\u3053\\u3084\\u771f\\u73e0\\u306e\\u4e2d\\u3067\\u3082\\u6700\\u4e0a\\u7d1a\\u306e\\u30af\\u30aa\\u30ea\\u30c6\\u30a3(\\u54c1\\u8cea)\\u306e\\u307f\\u306b\\u4e0e\\u3048\\u3089\\u308c\\u308b\\u79f0\\u53f7\\u3067\\u3001\\u3055\\u3089\\u306b\\u53b3\\u9078\\u9451\\u5225\\u3057\\u3066\\u6975\\u4e0a\\u3068\\u79f0\\u3057\\u305f\\u5927\\u5909\\u8cb4\\u91cd\\u306a\\u771f\\u73e0\\u304c\\u300c\\u6975\\u4e0a\\u82b1\\u73e0\\u771f\\u73e0\\u300d\\u306a\\u306e\\u3067\\u3059\\u3002\\n\\u307e\\u305a\\u82b1\\u73e0\\u771f\\u73e0\\u3068\\u3057\\u3066\\u8a8d\\u3081\\u3089\\u308c\\u308b\\u305f\\u3081\\u306b\\u306f\\u3001\\u3044\\u304f\\u3064\\u304b\\u306e\\u9805\\u76ee\\u3092\\u3059\\u3079\\u3066\\u6700\\u9ad8\\u30e9\\u30f3\\u30af\\u3067\\u30af\\u30ea\\u30a2\\u3057\\u306a\\u304f\\u3066\\u306f\\u306a\\u308a\\u307e\\u305b\\u3093\\u3002\\n\\u5dfb\\u304d\\u30fb\\u5f62\\u30fb\\u5149\\u6ca2(\\u3066\\u308a)\\u30fb\\u30ad\\u30ba\\u3001\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306b\\u306f\\u3055\\u3089\\u306b \\u300c\\u4ed5\\u4e0a\\u3052(\\u9023\\u76f8)\\u300d\\u304c\\u52a0\\u308f\\u308a5\\u3064\\u306e\\u57fa\\u6e96\\u3067\\u5224\\u65ad\\u3055\\u308c\\u307e\\u3059\\u3002\\u3053\\u308c\\u3089\\u3059\\u3079\\u3066\\u306e\\u9805\\u76ee\\u3067\\u6700\\u9ad8\\u30e9\\u30f3\\u30af\\u3092\\u53d6\\u5f97\\u3057\\u305f\\u3082\\u306e\\u306e\\u307f\\u304c\\u6975\\u4e0a\\u82b1\\u73e0\\u3068\\u3057\\u3066\\u8a8d\\u3081\\u3089\\u308c\\u308b\\u306e\\u3067\\u3059\\u3002\"]]','極上花珠真珠の説明','','inherit','closed','closed','','387-revision-v1','','','2015-12-16 15:40:13','2015-12-16 06:40:13','',387,'http://nagasaki.s198.coreserver.jp/?p=389',0,'revision','',0),(388,1,'2015-12-16 15:38:48','2015-12-16 06:38:48','[[\"[su_heading size=\\\"16\\\" align=\\\"left\\\" margin=\\\"10\\\"]\\u3042\\u3053\\u3084\\u771f\\u73e0\\u306f\\u306a\\u305c\\u7f8e\\u3057\\u3044\\u306e\\u3067\\u3057\\u3087\\u3046\\u3002[\\/su_heading]\"],[\"<img style=\\\"float: left;\\\" src=\\\"http:\\/\\/nagasaki.s198.coreserver.jp\\/wp-content\\/uploads\\/2015\\/item\\/akoya1.jpg\\\" alt=\\\"\\u3042\\u3053\\u3084\\u30d1\\u30fc\\u30eb\\\" width=\\\"100%\\\" \\/>\\n\\n\\u4e16\\u754c\\u4e2d\\u306e\\u5973\\u6027\\u306b\\u3068\\u3063\\u3066\\u6c38\\u9060\\u306e\\u61a7\\u308c\\u306e\\u5b58\\u5728\\u3067\\u3042\\u308a\\u7d9a\\u3051\\u308b\\u771f\\u73e0\\u3002\\n\\u4e16\\u754c\\u306e\\u990a\\u6b96\\u771f\\u73e0\\u306e\\u539f\\u70b9\\u3068\\u3044\\u308f\\u308c\\u308b\\u65e5\\u672c\\u306e\\u3042\\u3053\\u3084\\u771f\\u73e0\\u306f\\u3001\\u307b\\u304b\\u306e\\u771f\\u73e0\\u306b\\u6bd4\\u3079\\u3066\\u771f\\u5186\\u306b\\u8fd1\\u3044\\u7403\\u4f53\\u306e\\u7269\\u304c\\u591a\\u304f\\u3001\\u7279\\u306b\\u8272\\u3084\\u30c6\\u30ea\\u304c\\u7f8e\\u3057\\u3044\\u3068\\u8a00\\u308f\\u308c\\u3066\\u3044\\u307e\\u3059\\u3002\\u6bcd\\u8c9d\\/\\u30a2\\u30b3\\u30e4\\u8c9d\\u30fb\\u63a1\\u53d6\\u5730\\/\\u9577\\u5d0e\\u30fb\\u30b5\\u30a4\\u30ba\\/\\u7d042mm\\uff5e10mm\\u30fb\\u5f62\\/\\u30e9\\u30a6\\u30f3\\u30c9\\u30fb\\u30bb\\u30df\\u30e9\\u30a6\\u30f3\\u30c9\\u30fb\\u30bb\\u30df\\u30d0\\u30ed\\u30c3\\u30af\\u30fb\\u30d0\\u30ed\\u30c3\\u30af\\u30fb\\u8272\\/\\u30db\\u30ef\\u30a4\\u30c8\\u30fb\\u30af\\u30ea\\u30fc\\u30e0\\u30fb\\u30d4\\u30f3\\u30af\\u30fb\\u30a4\\u30a8\\u30ed\\u30fc\\u30fb\\u30b0\\u30ec\\u30fc\\u30fb\\u30b0\\u30ea\\u30fc\\u30f3\\u306a\\u3069\\u304c\\u3042\\u308a\\u307e\\u3059\\u3002\\n\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306f\\u9078\\u5225\\u3055\\u308c\\u305f\\u771f\\u73e0\\u306e\\u4e21\\u30b5\\u30a4\\u30c9\\u304b\\u3089\\u5b54\\u3092\\u958b\\u3051\\u3066\\u3044\\u304d\\u4e2d\\u5fc3\\u3067\\u8cab\\u901a\\u3002\\u9023\\u53f0\\u3068\\u547c\\u3070\\u308c\\u308b\\u5c02\\u7528\\u53f0\\u3092\\u4f7f\\u7528\\u3057\\u3066\\u771f\\u73e0\\u306e\\u9023\\u7d44\\u307f\\u3057\\u3001\\u9023\\u76f8\\uff08\\u30b5\\u30a4\\u30ba\\u30fb\\u8272\\u30fb\\u30c6\\u30ea\\uff09\\u3068\\u3044\\u308f\\u308c\\u308b\\u898b\\u305f\\u76ee\\u306e\\u5370\\u8c61\\u3092\\u6574\\u3048\\u3066\\u3044\\u304d\\u307e\\u3059\\u3002\\u9023\\u7d44\\u307f\\u304c\\u7d42\\u308f\\u3063\\u305f\\u3082\\u306e\\u306f\\u7cf8\\u901a\\u3057\\u3092\\u3057\\u305f\\u72b6\\u614b\\u3067\\u4fdd\\u5b58\\u3002\\u30c7\\u30b6\\u30a4\\u30f3\\u304c\\u6c7a\\u307e\\u308b\\u3068\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306b\\u52a0\\u5de5\\u3057\\u3066\\u3044\\u304d\\u307e\\u3059\\u3002\\n\\u3042\\u3053\\u3084\\u771f\\u73e0\\u3084\\u82b1\\u73e0\\u771f\\u73e0\\u306f\\u51a0\\u5a5a\\u846c\\u796d\\u306e\\u5b9a\\u756a\\u3002\\u30b9\\u30bf\\u30a4\\u30ea\\u30c3\\u30b7\\u30e5\\u306a\\u96f0\\u56f2\\u6c17\\u306e\\u30bf\\u30d2\\u30c1\\u9ed2\\u8776\\u771f\\u73e0\\u3001\\u83ef\\u3084\\u304b\\u306a\\u80f8\\u5143\\u3092\\u6f14\\u51fa\\u3059\\u308b\\u5357\\u6d0b\\u771f\\u73e0\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u3001\\u53ef\\u611b\\u3089\\u3057\\u304f\\u666e\\u6bb5\\u4f7f\\u3044\\u3057\\u3084\\u3059\\u3044\\u6de1\\u6c34\\u30d1\\u30fc\\u30eb\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306a\\u3069\\u304c\\u3042\\u308a\\u307e\\u3059\\u3002\\u670d\\u88c5\\u3084\\u30b7\\u30fc\\u30f3\\u306b\\u5408\\u308f\\u305b\\u3066\\u4f7f\\u3044\\u5206\\u3051\\u308b\\u65b9\\u3082\\u591a\\u304f\\u3044\\u3089\\u3063\\u3057\\u3083\\u3044\\u307e\\u3059\\u3002\"]]','極上花珠真珠の説明','','inherit','closed','closed','','387-revision-v1','','','2015-12-16 15:38:48','2015-12-16 06:38:48','',387,'http://nagasaki.s198.coreserver.jp/?p=388',0,'revision','',0),(390,1,'2015-12-16 15:41:49','2015-12-16 06:41:49','[[\"[su_heading size=\\\"16\\\" align=\\\"left\\\" margin=\\\"10\\\"]\\u6700\\u4e0a\\u7d1a\\u306e\\u54c1\\u8cea[\\/su_heading]\"],[\"<img style=\\\"float: left;\\\" src=\\\"http:\\/\\/nagasaki.s198.coreserver.jp\\/wp-content\\/uploads\\/2015\\/item\\/gokuhana1.jpg\\\" alt=\\\"\\u6975\\u4e0a\\u82b1\\u73e0\\u30d1\\u30fc\\u30eb\\\" width=\\\"98%\\\" \\/>\\n\\n\\u82b1\\u73e0\\u771f\\u73e0\\u306f\\u3042\\u3053\\u3084\\u771f\\u73e0\\u306e\\u4e2d\\u3067\\u3082\\u6700\\u4e0a\\u7d1a\\u306e\\u30af\\u30aa\\u30ea\\u30c6\\u30a3(\\u54c1\\u8cea)\\u306e\\u307f\\u306b\\u4e0e\\u3048\\u3089\\u308c\\u308b\\u79f0\\u53f7\\u3067\\u3001\\u3055\\u3089\\u306b\\u53b3\\u9078\\u9451\\u5225\\u3057\\u3066\\u6975\\u4e0a\\u3068\\u79f0\\u3057\\u305f\\u5927\\u5909\\u8cb4\\u91cd\\u306a\\u771f\\u73e0\\u304c\\u300c\\u6975\\u4e0a\\u82b1\\u73e0\\u771f\\u73e0\\u300d\\u306a\\u306e\\u3067\\u3059\\u3002\\n\\u307e\\u305a\\u82b1\\u73e0\\u771f\\u73e0\\u3068\\u3057\\u3066\\u8a8d\\u3081\\u3089\\u308c\\u308b\\u305f\\u3081\\u306b\\u306f\\u3001\\u3044\\u304f\\u3064\\u304b\\u306e\\u9805\\u76ee\\u3092\\u3059\\u3079\\u3066\\u6700\\u9ad8\\u30e9\\u30f3\\u30af\\u3067\\u30af\\u30ea\\u30a2\\u3057\\u306a\\u304f\\u3066\\u306f\\u306a\\u308a\\u307e\\u305b\\u3093\\u3002\\n\\u5dfb\\u304d\\u30fb\\u5f62\\u30fb\\u5149\\u6ca2(\\u3066\\u308a)\\u30fb\\u30ad\\u30ba\\u3001\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306b\\u306f\\u3055\\u3089\\u306b \\u300c\\u4ed5\\u4e0a\\u3052(\\u9023\\u76f8)\\u300d\\u304c\\u52a0\\u308f\\u308a5\\u3064\\u306e\\u57fa\\u6e96\\u3067\\u5224\\u65ad\\u3055\\u308c\\u307e\\u3059\\u3002\\u3053\\u308c\\u3089\\u3059\\u3079\\u3066\\u306e\\u9805\\u76ee\\u3067\\u6700\\u9ad8\\u30e9\\u30f3\\u30af\\u3092\\u53d6\\u5f97\\u3057\\u305f\\u3082\\u306e\\u306e\\u307f\\u304c\\u6975\\u4e0a\\u82b1\\u73e0\\u3068\\u3057\\u3066\\u8a8d\\u3081\\u3089\\u308c\\u308b\\u306e\\u3067\\u3059\\u3002\"]]','極上花珠真珠の説明','','inherit','closed','closed','','387-revision-v1','','','2015-12-16 15:41:49','2015-12-16 06:41:49','',387,'http://nagasaki.s198.coreserver.jp/?p=390',0,'revision','',0),(392,1,'2015-12-16 15:43:14','2015-12-16 06:43:14','[[\"[su_heading size=\\\"16\\\" align=\\\"left\\\" margin=\\\"10\\\"]\\u6700\\u4e0a\\u7d1a\\u306e\\u54c1\\u8cea[\\/su_heading]\"],[\"<img style=\\\"float: left;\\\" src=\\\"http:\\/\\/nagasaki.s198.coreserver.jp\\/wp-content\\/uploads\\/2015\\/item\\/gokuhana1.jpg\\\" alt=\\\"\\u6975\\u4e0a\\u82b1\\u73e0\\u30d1\\u30fc\\u30eb\\\" width=\\\"70%\\\" \\/>\\n\\n\\u82b1\\u73e0\\u771f\\u73e0\\u306f\\u3042\\u3053\\u3084\\u771f\\u73e0\\u306e\\u4e2d\\u3067\\u3082\\u6700\\u4e0a\\u7d1a\\u306e\\u30af\\u30aa\\u30ea\\u30c6\\u30a3(\\u54c1\\u8cea)\\u306e\\u307f\\u306b\\u4e0e\\u3048\\u3089\\u308c\\u308b\\u79f0\\u53f7\\u3067\\u3001\\u3055\\u3089\\u306b\\u53b3\\u9078\\u9451\\u5225\\u3057\\u3066\\u6975\\u4e0a\\u3068\\u79f0\\u3057\\u305f\\u5927\\u5909\\u8cb4\\u91cd\\u306a\\u771f\\u73e0\\u304c\\u300c\\u6975\\u4e0a\\u82b1\\u73e0\\u771f\\u73e0\\u300d\\u306a\\u306e\\u3067\\u3059\\u3002\\n\\u307e\\u305a\\u82b1\\u73e0\\u771f\\u73e0\\u3068\\u3057\\u3066\\u8a8d\\u3081\\u3089\\u308c\\u308b\\u305f\\u3081\\u306b\\u306f\\u3001\\u3044\\u304f\\u3064\\u304b\\u306e\\u9805\\u76ee\\u3092\\u3059\\u3079\\u3066\\u6700\\u9ad8\\u30e9\\u30f3\\u30af\\u3067\\u30af\\u30ea\\u30a2\\u3057\\u306a\\u304f\\u3066\\u306f\\u306a\\u308a\\u307e\\u305b\\u3093\\u3002\\n\\u5dfb\\u304d\\u30fb\\u5f62\\u30fb\\u5149\\u6ca2(\\u3066\\u308a)\\u30fb\\u30ad\\u30ba\\u3001\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306b\\u306f\\u3055\\u3089\\u306b \\u300c\\u4ed5\\u4e0a\\u3052(\\u9023\\u76f8)\\u300d\\u304c\\u52a0\\u308f\\u308a5\\u3064\\u306e\\u57fa\\u6e96\\u3067\\u5224\\u65ad\\u3055\\u308c\\u307e\\u3059\\u3002\\u3053\\u308c\\u3089\\u3059\\u3079\\u3066\\u306e\\u9805\\u76ee\\u3067\\u6700\\u9ad8\\u30e9\\u30f3\\u30af\\u3092\\u53d6\\u5f97\\u3057\\u305f\\u3082\\u306e\\u306e\\u307f\\u304c\\u6975\\u4e0a\\u82b1\\u73e0\\u3068\\u3057\\u3066\\u8a8d\\u3081\\u3089\\u308c\\u308b\\u306e\\u3067\\u3059\\u3002\"]]','極上花珠真珠の説明','','inherit','closed','closed','','387-revision-v1','','','2015-12-16 15:43:14','2015-12-16 06:43:14','',387,'http://nagasaki.s198.coreserver.jp/?p=392',0,'revision','',0),(393,1,'2015-12-16 16:09:02','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTI3IiwicG9zdF9pZCI6IjM5MyIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBUaHVtYm5haWxzIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2dhbGxlcnlcL3N0YXRpY1wvdGh1bWJfcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImdhbGxlcmllcyIsInZpZXdfb3JkZXIiOjEwMDAwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjIuMS43NyIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJpbWFnZXNfcGVyX3BhZ2UiOiIyMCIsIm51bWJlcl9vZl9jb2x1bW5zIjowLCJ0aHVtYm5haWxfd2lkdGgiOjI0MCwidGh1bWJuYWlsX2hlaWdodCI6MTYwLCJzaG93X2FsbF9pbl9saWdodGJveCI6MCwiYWpheF9wYWdpbmF0aW9uIjowLCJ1c2VfaW1hZ2Vicm93c2VyX2VmZmVjdCI6MCwidGVtcGxhdGUiOiIiLCJkaXNwbGF5X25vX2ltYWdlc19lcnJvciI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJzaG93X3NsaWRlc2hvd19saW5rIjoxLCJzbGlkZXNob3dfbGlua190ZXh0IjoiW1Nob3cgc2xpZGVzaG93XSIsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6MCwidGh1bWJuYWlsX3F1YWxpdHkiOiIxMDAiLCJ0aHVtYm5haWxfY3JvcCI6MSwidGh1bWJuYWlsX3dhdGVybWFyayI6MCwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsImFsaWFzZXMiOlsiYmFzaWNfdGh1bWJuYWlsIiwiYmFzaWNfdGh1bWJuYWlscyIsIm5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyJdLCJoaWRkZW5fZnJvbV9pZ3ciOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=','NextGEN Basic Thumbnails','','draft','closed','closed','','','','','2017-02-17 16:22:22','2017-02-17 07:22:22','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTI3IiwicG9zdF9pZCI6IjM5MyIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBUaHVtYm5haWxzIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2dhbGxlcnlcL3N0YXRpY1wvdGh1bWJfcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImdhbGxlcmllcyIsInZpZXdfb3JkZXIiOjEwMDAwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjIuMS43NyIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJpbWFnZXNfcGVyX3BhZ2UiOiIyMCIsIm51bWJlcl9vZl9jb2x1bW5zIjowLCJ0aHVtYm5haWxfd2lkdGgiOjI0MCwidGh1bWJuYWlsX2hlaWdodCI6MTYwLCJzaG93X2FsbF9pbl9saWdodGJveCI6MCwiYWpheF9wYWdpbmF0aW9uIjowLCJ1c2VfaW1hZ2Vicm93c2VyX2VmZmVjdCI6MCwidGVtcGxhdGUiOiIiLCJkaXNwbGF5X25vX2ltYWdlc19lcnJvciI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJzaG93X3NsaWRlc2hvd19saW5rIjoxLCJzbGlkZXNob3dfbGlua190ZXh0IjoiW1Nob3cgc2xpZGVzaG93XSIsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6MCwidGh1bWJuYWlsX3F1YWxpdHkiOiIxMDAiLCJ0aHVtYm5haWxfY3JvcCI6MSwidGh1bWJuYWlsX3dhdGVybWFyayI6MCwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsImFsaWFzZXMiOlsiYmFzaWNfdGh1bWJuYWlsIiwiYmFzaWNfdGh1bWJuYWlscyIsIm5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyJdLCJoaWRkZW5fZnJvbV9pZ3ciOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=',0,'http://nagasaki.s198.coreserver.jp/?post_type=display_type&#038;p=393',0,'display_type','',0),(394,1,'2015-12-16 16:09:02','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTM5IiwicG9zdF9pZCI6IjM5NCIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2xpZGVzaG93IiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIFNsaWRlc2hvdyIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY19nYWxsZXJ5XC9zdGF0aWNcL3NsaWRlc2hvd19wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMTAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2xpZGVzaG93IiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjEuNzciLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZ2FsbGVyeV93aWR0aCI6NjAwLCJnYWxsZXJ5X2hlaWdodCI6NDAwLCJ0aHVtYm5haWxfd2lkdGgiOjI0MCwidGh1bWJuYWlsX2hlaWdodCI6MTYwLCJjeWNsZV9pbnRlcnZhbCI6MTAsImN5Y2xlX2VmZmVjdCI6ImZhZGUiLCJlZmZlY3RfY29kZSI6ImNsYXNzPVwibmdnLWZhbmN5Ym94XCIgcmVsPVwiJUdBTExFUllfTkFNRSVcIiIsInNob3dfdGh1bWJuYWlsX2xpbmsiOjEsInRodW1ibmFpbF9saW5rX3RleHQiOiJbU2hvdyB0aHVtYm5haWxzXSIsInRlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsImFsaWFzZXMiOlsiYmFzaWNfc2xpZGVzaG93IiwibmV4dGdlbl9iYXNpY19zbGlkZXNob3ciXSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9','NextGEN Basic Slideshow','','draft','closed','closed','','','','','2017-02-17 16:22:22','2017-02-17 07:22:22','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTM5IiwicG9zdF9pZCI6IjM5NCIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2xpZGVzaG93IiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIFNsaWRlc2hvdyIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY19nYWxsZXJ5XC9zdGF0aWNcL3NsaWRlc2hvd19wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMTAsIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2xpZGVzaG93IiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjEuNzciLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZ2FsbGVyeV93aWR0aCI6NjAwLCJnYWxsZXJ5X2hlaWdodCI6NDAwLCJ0aHVtYm5haWxfd2lkdGgiOjI0MCwidGh1bWJuYWlsX2hlaWdodCI6MTYwLCJjeWNsZV9pbnRlcnZhbCI6MTAsImN5Y2xlX2VmZmVjdCI6ImZhZGUiLCJlZmZlY3RfY29kZSI6ImNsYXNzPVwibmdnLWZhbmN5Ym94XCIgcmVsPVwiJUdBTExFUllfTkFNRSVcIiIsInNob3dfdGh1bWJuYWlsX2xpbmsiOjEsInRodW1ibmFpbF9saW5rX3RleHQiOiJbU2hvdyB0aHVtYm5haWxzXSIsInRlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsImFsaWFzZXMiOlsiYmFzaWNfc2xpZGVzaG93IiwibmV4dGdlbl9iYXNpY19zbGlkZXNob3ciXSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://nagasaki.s198.coreserver.jp/?post_type=display_type&#038;p=394',0,'display_type','',0),(395,1,'2015-12-16 16:09:02','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTUxIiwicG9zdF9pZCI6IjM5NSIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfaW1hZ2Vicm93c2VyIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIEltYWdlQnJvd3NlciIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY19pbWFnZWJyb3dzZXJcL3N0YXRpY1wvcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImdhbGxlcmllcyIsInZpZXdfb3JkZXIiOjEwMDIwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3NlciIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4yLjMiLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiYWxpYXNlcyI6WyJiYXNpY19pbWFnZWJyb3dzZXIiLCJpbWFnZWJyb3dzZXIiLCJuZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3NlciJdLCJoaWRkZW5fZnJvbV9pZ3ciOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=','NextGEN Basic ImageBrowser','','draft','closed','closed','','','','','2017-05-09 11:11:12','2017-05-09 02:11:12','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTUxIiwicG9zdF9pZCI6IjM5NSIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfaW1hZ2Vicm93c2VyIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIEltYWdlQnJvd3NlciIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY19pbWFnZWJyb3dzZXJcL3N0YXRpY1wvcHJldmlldy5qcGciLCJkZWZhdWx0X3NvdXJjZSI6ImdhbGxlcmllcyIsInZpZXdfb3JkZXIiOjEwMDIwLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3NlciIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4yLjMiLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiYWxpYXNlcyI6WyJiYXNpY19pbWFnZWJyb3dzZXIiLCJpbWFnZWJyb3dzZXIiLCJuZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3NlciJdLCJoaWRkZW5fZnJvbV9pZ3ciOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=',0,'http://nagasaki.s198.coreserver.jp/?post_type=display_type&#038;p=395',0,'display_type','',0),(396,1,'2015-12-16 16:09:02','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTY0IiwicG9zdF9pZCI6IjM5NiIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2luZ2xlcGljIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIFNpbmdsZVBpYyIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY19zaW5nbGVwaWNcL3N0YXRpY1wvcHJldmlldy5naWYiLCJkZWZhdWx0X3NvdXJjZSI6ImdhbGxlcmllcyIsInZpZXdfb3JkZXIiOjEwMDYwLCJoaWRkZW5fZnJvbV91aSI6dHJ1ZSwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zaW5nbGVwaWMiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjIuMS43NyIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ3aWR0aCI6IiIsImhlaWdodCI6IiIsIm1vZGUiOiIiLCJkaXNwbGF5X3dhdGVybWFyayI6MCwiZGlzcGxheV9yZWZsZWN0aW9uIjowLCJmbG9hdCI6IiIsImxpbmsiOiIiLCJsaW5rX3RhcmdldCI6Il9ibGFuayIsInF1YWxpdHkiOjEwMCwiY3JvcCI6MCwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sImhpZGRlbl9mcm9tX2lndyI6dHJ1ZSwiYWxpYXNlcyI6WyJiYXNpY19zaW5nbGVwaWMiLCJzaW5nbGVwaWMiLCJuZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpYyJdLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=','NextGEN Basic SinglePic','','draft','closed','closed','','','','','2017-02-17 16:22:22','2017-02-17 07:22:22','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTY0IiwicG9zdF9pZCI6IjM5NiIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfc2luZ2xlcGljIiwidGl0bGUiOiJOZXh0R0VOIEJhc2ljIFNpbmdsZVBpYyIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY19zaW5nbGVwaWNcL3N0YXRpY1wvcHJldmlldy5naWYiLCJkZWZhdWx0X3NvdXJjZSI6ImdhbGxlcmllcyIsInZpZXdfb3JkZXIiOjEwMDYwLCJoaWRkZW5fZnJvbV91aSI6dHJ1ZSwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zaW5nbGVwaWMiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjIuMS43NyIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ3aWR0aCI6IiIsImhlaWdodCI6IiIsIm1vZGUiOiIiLCJkaXNwbGF5X3dhdGVybWFyayI6MCwiZGlzcGxheV9yZWZsZWN0aW9uIjowLCJmbG9hdCI6IiIsImxpbmsiOiIiLCJsaW5rX3RhcmdldCI6Il9ibGFuayIsInF1YWxpdHkiOjEwMCwiY3JvcCI6MCwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sImhpZGRlbl9mcm9tX2lndyI6dHJ1ZSwiYWxpYXNlcyI6WyJiYXNpY19zaW5nbGVwaWMiLCJzaW5nbGVwaWMiLCJuZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpYyJdLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=',0,'http://nagasaki.s198.coreserver.jp/?post_type=display_type&#038;p=396',0,'display_type','',0),(397,1,'2015-12-16 16:09:02','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTc1IiwicG9zdF9pZCI6IjM5NyIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGFnY2xvdWQiLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgVGFnQ2xvdWQiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfdGFnY2xvdWRcL3N0YXRpY1wvcHJldmlldy5naWYiLCJkZWZhdWx0X3NvdXJjZSI6InRhZ3MiLCJ2aWV3X29yZGVyIjoxMDEwMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190YWdjbG91ZCIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4xLjc3IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsIm51bWJlciI6NDUsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIn0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiYWxpYXNlcyI6WyJiYXNpY190YWdjbG91ZCIsInRhZ2Nsb3VkIiwibmV4dGdlbl9iYXNpY190YWdjbG91ZCJdLCJoaWRkZW5fZnJvbV9pZ3ciOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=','NextGEN Basic TagCloud','','draft','closed','closed','','','','','2017-02-17 16:22:22','2017-02-17 07:22:22','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTc1IiwicG9zdF9pZCI6IjM5NyIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGFnY2xvdWQiLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgVGFnQ2xvdWQiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfdGFnY2xvdWRcL3N0YXRpY1wvcHJldmlldy5naWYiLCJkZWZhdWx0X3NvdXJjZSI6InRhZ3MiLCJ2aWV3X29yZGVyIjoxMDEwMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190YWdjbG91ZCIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4xLjc3IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsIm51bWJlciI6NDUsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIn0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiYWxpYXNlcyI6WyJiYXNpY190YWdjbG91ZCIsInRhZ2Nsb3VkIiwibmV4dGdlbl9iYXNpY190YWdjbG91ZCJdLCJoaWRkZW5fZnJvbV9pZ3ciOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=',0,'http://nagasaki.s198.coreserver.jp/?post_type=display_type&#038;p=397',0,'display_type','',0),(398,1,'2015-12-16 16:09:02','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTg3IiwicG9zdF9pZCI6IjM5OCIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfY29tcGFjdF9hbGJ1bSIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBDb21wYWN0IEFsYnVtIiwiZW50aXR5X3R5cGVzIjpbImFsYnVtIiwiZ2FsbGVyeSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY19hbGJ1bVwvc3RhdGljXC9jb21wYWN0X3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJhbGJ1bXMiLCJ2aWV3X29yZGVyIjoxMDIwMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19jb21wYWN0X2FsYnVtIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjEuNzciLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZ2FsbGVyaWVzX3Blcl9wYWdlIjowLCJlbmFibGVfYnJlYWRjcnVtYnMiOjEsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwidGVtcGxhdGUiOiIiLCJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwiZ2FsbGVyeV9kaXNwbGF5X3RlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsImVuYWJsZV9kZXNjcmlwdGlvbnMiOjAsIm9wZW5fZ2FsbGVyeV9pbl9saWdodGJveCI6MH0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiYWxpYXNlcyI6WyJiYXNpY19jb21wYWN0X2FsYnVtIiwibmV4dGdlbl9iYXNpY19hbGJ1bSIsImJhc2ljX2FsYnVtX2NvbXBhY3QiLCJjb21wYWN0X2FsYnVtIl0sImhpZGRlbl9mcm9tX2lndyI6ZmFsc2UsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==','NextGEN Basic Compact Album','','draft','closed','closed','','','','','2017-02-17 16:22:22','2017-02-17 07:22:22','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTg3IiwicG9zdF9pZCI6IjM5OCIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfY29tcGFjdF9hbGJ1bSIsInRpdGxlIjoiTmV4dEdFTiBCYXNpYyBDb21wYWN0IEFsYnVtIiwiZW50aXR5X3R5cGVzIjpbImFsYnVtIiwiZ2FsbGVyeSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY19hbGJ1bVwvc3RhdGljXC9jb21wYWN0X3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJhbGJ1bXMiLCJ2aWV3X29yZGVyIjoxMDIwMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19jb21wYWN0X2FsYnVtIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjEuNzciLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZ2FsbGVyaWVzX3Blcl9wYWdlIjowLCJlbmFibGVfYnJlYWRjcnVtYnMiOjEsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwidGVtcGxhdGUiOiIiLCJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwiZ2FsbGVyeV9kaXNwbGF5X3RlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciIsImVuYWJsZV9kZXNjcmlwdGlvbnMiOjAsIm9wZW5fZ2FsbGVyeV9pbl9saWdodGJveCI6MH0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiYWxpYXNlcyI6WyJiYXNpY19jb21wYWN0X2FsYnVtIiwibmV4dGdlbl9iYXNpY19hbGJ1bSIsImJhc2ljX2FsYnVtX2NvbXBhY3QiLCJjb21wYWN0X2FsYnVtIl0sImhpZGRlbl9mcm9tX2lndyI6ZmFsc2UsIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==',0,'http://nagasaki.s198.coreserver.jp/?post_type=display_type&#038;p=398',0,'display_type','',0),(399,1,'2015-12-16 16:09:02','0000-00-00 00:00:00','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTk5IiwicG9zdF9pZCI6IjM5OSIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfZXh0ZW5kZWRfYWxidW0iLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgRXh0ZW5kZWQgQWxidW0iLCJlbnRpdHlfdHlwZXMiOlsiYWxidW0iLCJnYWxsZXJ5Il0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2FsYnVtXC9zdGF0aWNcL2V4dGVuZGVkX3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJhbGJ1bXMiLCJ2aWV3X29yZGVyIjoxMDIxMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19leHRlbmRlZF9hbGJ1bSIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4xLjc3IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcmllc19wZXJfcGFnZSI6MCwiZW5hYmxlX2JyZWFkY3J1bWJzIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsInRlbXBsYXRlIjoiIiwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjowLCJ0aHVtYm5haWxfd2lkdGgiOjI0MCwidGh1bWJuYWlsX2hlaWdodCI6MTYwLCJ0aHVtYm5haWxfcXVhbGl0eSI6MTAwLCJ0aHVtYm5haWxfY3JvcCI6dHJ1ZSwidGh1bWJuYWlsX3dhdGVybWFyayI6MCwiZ2FsbGVyeV9kaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJlbmFibGVfZGVzY3JpcHRpb25zIjowLCJvcGVuX2dhbGxlcnlfaW5fbGlnaHRib3giOjB9LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsImFsaWFzZXMiOlsiYmFzaWNfZXh0ZW5kZWRfYWxidW0iLCJuZXh0Z2VuX2Jhc2ljX2V4dGVuZGVkX2FsYnVtIiwiZXh0ZW5kZWRfYWxidW0iXSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9','NextGEN Basic Extended Album','','draft','closed','closed','','','','','2017-02-17 16:22:22','2017-02-17 07:22:22','eyJmaWx0ZXIiOiJyYXciLCJtZXRhX2lkIjoiOTk5IiwicG9zdF9pZCI6IjM5OSIsIm1ldGFfa2V5IjoibmFtZSIsIm1ldGFfdmFsdWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfZXh0ZW5kZWRfYWxidW0iLCJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgRXh0ZW5kZWQgQWxidW0iLCJlbnRpdHlfdHlwZXMiOlsiYWxidW0iLCJnYWxsZXJ5Il0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2FsYnVtXC9zdGF0aWNcL2V4dGVuZGVkX3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJhbGJ1bXMiLCJ2aWV3X29yZGVyIjoxMDIxMCwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19leHRlbmRlZF9hbGJ1bSIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4xLjc3IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcmllc19wZXJfcGFnZSI6MCwiZW5hYmxlX2JyZWFkY3J1bWJzIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsInRlbXBsYXRlIjoiIiwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjowLCJ0aHVtYm5haWxfd2lkdGgiOjI0MCwidGh1bWJuYWlsX2hlaWdodCI6MTYwLCJ0aHVtYm5haWxfcXVhbGl0eSI6MTAwLCJ0aHVtYm5haWxfY3JvcCI6dHJ1ZSwidGh1bWJuYWlsX3dhdGVybWFyayI6MCwiZ2FsbGVyeV9kaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIiLCJlbmFibGVfZGVzY3JpcHRpb25zIjowLCJvcGVuX2dhbGxlcnlfaW5fbGlnaHRib3giOjB9LCJoaWRkZW5fZnJvbV91aSI6ZmFsc2UsImFsaWFzZXMiOlsiYmFzaWNfZXh0ZW5kZWRfYWxidW0iLCJuZXh0Z2VuX2Jhc2ljX2V4dGVuZGVkX2FsYnVtIiwiZXh0ZW5kZWRfYWxidW0iXSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://nagasaki.s198.coreserver.jp/?post_type=display_type&#038;p=399',0,'display_type','',0),(659,1,'2017-09-08 13:06:22','2017-09-08 04:06:22','[table id=10 /]\r\n<div style=\"float: none;\"><a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_01.jpg\"><img class=\"alignnone size-full wp-image-611\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_01.jpg\" alt=\"banner_01\" width=\"760\" height=\"229\"></a><a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_03.jpg\"><img class=\"alignnone size-full wp-image-612\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_03.jpg\" alt=\"banner_03\" width=\"760\" height=\"233\"></a>\r\n<a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_05.jpg\"><img class=\"alignnone size-full wp-image-613\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_05.jpg\" alt=\"banner_05\" width=\"760\" height=\"229\"></a><a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_07.jpg\"><img class=\"alignnone size-full wp-image-614\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_07.jpg\" alt=\"banner_07\" width=\"760\" height=\"228\"></a></div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"https://www.nagasaki-shinju.com/wp-content/uploads/kodawari.png\" alt=\"\"></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\">\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"https://www.nagasaki-shinju.com/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"https://www.nagasaki-shinju.com/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できるウォルナットケースでお届けします。\r\n※花珠真珠・極上花珠の商品に限ります</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"https://www.nagasaki-shinju.com/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。\r\n※花珠真珠・極上花珠の商品に限ります</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"https://www.nagasaki-shinju.com/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','THE PROFESSIONAL PEARL SHOP','','inherit','closed','closed','','486-revision-v1','','','2017-09-08 13:06:22','2017-09-08 04:06:22','',486,'https://www.nagasaki-shinju.com/486-revision-v1/',0,'revision','',0),(404,1,'2015-12-17 15:50:44','2015-12-17 06:50:44','<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"ブライダル見出し\" width=\"50%\" /><img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann11.jpg\" alt=\"ブライダル見出し\" width=\"50%\" />\r\n<br />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\nウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。\r\n\r\n結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。\r\n\r\nまた真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。\r\n<br />\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">\r\nネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n<hr class=\"mg_T50\" />\r\n</div>\r\n</article>\r\n<br />\r\n\r\n\r\n<!-- 参考-->\r\n<!--<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" /><dl><dt>9.5mm あこや本真珠ペンダント</dt></dl>\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" /><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl>\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=27\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" /><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl>\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=52\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n</ul>\r\n\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" /><dl><dt>10.0mm あこや本真珠ペンダント</dt></dl>\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=54\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" /><dl><dt>13.0mm タヒチ黒真珠ペンダントトップ</dt></dl>\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=56\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" /><dl><dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt></dl>\r\n\r\n<dl><dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=58\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt></dl></li>\r\n</ul>\r\n</div>\r\n参考-->\r\n','ブライダル花玉真珠3点セット','','inherit','closed','closed','','72-revision-v1','','','2015-12-17 15:50:44','2015-12-17 06:50:44','',72,'http://nagasaki.s198.coreserver.jp/?p=404',0,'revision','',0),(406,1,'2015-12-17 16:02:35','2015-12-17 07:02:35','','15097','','inherit','closed','closed','','15097','','','2015-12-17 16:02:35','2015-12-17 07:02:35','',405,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/15097.jpg',0,'attachment','image/jpeg',0),(407,1,'2015-12-17 16:51:48','2015-12-17 07:51:48','<img src=\"http://nagasaki.s198.coreserver.jp/shop/wp-content/uploads/2015/12/15097.jpg\" alt=\"15097\" width=\"300\" height=\"194\" class=\"alignnone size-medium wp-image-410\" />[su_button style=\"flat\" background=\"#666666\" size=\"10\" radius=\"5\" icon=\"icon: navicon\" rel=\"詳細はこちら\"]詳細はこちら[/su_button]\r\n<img src=\"http://nagasaki.s198.coreserver.jp/shop/wp-content/uploads/2015/12/15098.jpg\" alt=\"15098\" width=\"300\" height=\"194\" class=\"alignnone size-medium wp-image-410\" />[su_button style=\"flat\" background=\"#666666\" size=\"10\" radius=\"5\" icon=\"icon: navicon\" rel=\"詳細はこちら\"]詳細はこちら[/su_button]\r\n<img src=\"http://nagasaki.s198.coreserver.jp/shop/wp-content/uploads/2015/12/15099.jpg\" alt=\"15099\" width=\"300\" height=\"194\" class=\"alignnone size-medium wp-image-410\" />[su_button style=\"flat\" background=\"#666666\" size=\"10\" radius=\"5\" icon=\"icon: navicon\" rel=\"詳細はこちら\"]詳細はこちら[/su_button]\r\n<img src=\"http://nagasaki.s198.coreserver.jp/shop/wp-content/uploads/2015/12/15100.jpg\" alt=\"15100\" width=\"300\" height=\"194\" class=\"alignnone size-medium wp-image-410\" />[su_button style=\"flat\" background=\"#666666\" size=\"10\" radius=\"5\" icon=\"icon: navicon\" rel=\"詳細はこちら\"]詳細はこちら[/su_button]\r\n<img src=\"http://nagasaki.s198.coreserver.jp/shop/wp-content/uploads/2015/12/15101.jpg\" alt=\"15101\" width=\"300\" height=\"194\" class=\"alignnone size-medium wp-image-410\" />[su_button style=\"flat\" background=\"#666666\" size=\"10\" radius=\"5\" icon=\"icon: navicon\" rel=\"詳細はこちら\"]詳細はこちら[/su_button]\r\n<img src=\"http://nagasaki.s198.coreserver.jp/shop/wp-content/uploads/2015/12/15102.jpg\" alt=\"15102\" width=\"300\" height=\"194\" class=\"alignnone size-medium wp-image-410\" />[su_button style=\"flat\" background=\"#666666\" size=\"10\" radius=\"5\" icon=\"icon: navicon\" rel=\"詳細はこちら\"]詳細はこちら[/su_button]\r\n\r\n\r\n100,000円からのプラン','100,000円からのプラン','','inherit','closed','closed','','405-autosave-v1','','','2015-12-17 16:51:48','2015-12-17 07:51:48','',405,'http://nagasaki.s198.coreserver.jp/?p=407',0,'revision','',0),(410,1,'2015-12-17 16:31:52','2015-12-17 07:31:52','','15086','','inherit','closed','closed','','15086','','','2015-12-17 16:31:52','2015-12-17 07:31:52','',409,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/15086.jpg',0,'attachment','image/jpeg',0),(409,1,'2015-12-17 16:29:27','2015-12-17 07:29:27','<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"15086\" width=\"300\" height=\"194\" class=\"alignnone size-medium wp-image-410\" />\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"15086\" width=\"300\" height=\"194\" class=\"alignnone size-medium wp-image-410\" />\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"15086\" width=\"300\" height=\"194\" class=\"alignnone size-medium wp-image-410\" />\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"15086\" width=\"300\" height=\"194\" class=\"alignnone size-medium wp-image-410\" />\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"15086\" width=\"300\" height=\"194\" class=\"alignnone size-medium wp-image-410\" />\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"15086\" width=\"300\" height=\"194\" class=\"alignnone size-medium wp-image-410\" />\r\n\r\n\r\n\r\n50,000円からのプラン','50,000円からのプラン','','publish','closed','closed','','50000%e5%86%86%e3%81%8b%e3%82%89%e3%81%ae%e3%83%97%e3%83%a9%e3%83%b3','','','2015-12-17 16:39:42','2015-12-17 07:39:42','',0,'http://nagasaki.s198.coreserver.jp/?post_type=plan&#038;p=409',0,'plan','',0),(411,1,'2015-12-17 16:39:11','2015-12-17 07:39:11','<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"15086\" width=\"300\" height=\"194\" class=\"alignnone size-medium wp-image-410\" />\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"15086\" width=\"300\" height=\"194\" class=\"alignnone size-medium wp-image-410\" />\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"15086\" width=\"300\" height=\"194\" class=\"alignnone size-medium wp-image-410\" />\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"15086\" width=\"300\" height=\"194\" class=\"alignnone size-medium wp-image-410\" />\n\n\n\n50,000円からのプラン','50,000円からのプラン','','inherit','closed','closed','','409-autosave-v1','','','2015-12-17 16:39:11','2015-12-17 07:39:11','',409,'http://nagasaki.s198.coreserver.jp/?p=411',0,'revision','',0),(414,1,'2015-12-18 15:23:31','2015-12-18 06:23:31','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann11.jpg\" alt=\"ブライダル見出し\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"ブライダル見出し\" width=\"100%\" />\r\n\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\nウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。\r\n\r\n結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。\r\n\r\nまた真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">ネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n</div>\r\n</article>&nbsp;\r\n\r\n<!-- 参考-->\r\n<!--\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=27\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=52\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=54\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=56\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=58\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n</div>\r\n参考-->','ブライダル花玉真珠3点セット','','inherit','closed','closed','','72-revision-v1','','','2015-12-18 15:23:31','2015-12-18 06:23:31','',72,'http://nagasaki.s198.coreserver.jp/?p=414',0,'revision','',0),(415,1,'2015-12-18 15:24:13','2015-12-18 06:24:13','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"ブライダル見出し\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann11.jpg\" alt=\"ブライダルバナー\" width=\"100%\" />\r\n\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\nウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。\r\n\r\n結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。\r\n\r\nまた真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">ネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n</div>\r\n</article>&nbsp;\r\n\r\n<!-- 参考-->\r\n<!--\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=27\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=52\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=54\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=56\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=58\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n</div>\r\n参考-->','ブライダル花玉真珠3点セット','','inherit','closed','closed','','72-revision-v1','','','2015-12-18 15:24:13','2015-12-18 06:24:13','',72,'http://nagasaki.s198.coreserver.jp/?p=415',0,'revision','',0),(508,1,'2016-05-06 17:47:54','2016-05-06 08:47:54','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"ブライダル・母から娘へ\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann211.jpg\" alt=\"ブライダルメッセージ\" width=\"100%\" />\r\n<br />\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\nウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。\r\n\r\n結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。\r\n\r\nまた真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">ネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n</div>\r\n</article>&nbsp;\r\n\r\n<!-- 参考-->\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=27\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=52\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=54\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=56\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=58\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n</div>\r\n','ブライダル花玉真珠3点セット','','inherit','closed','closed','','72-revision-v1','','','2016-05-06 17:47:54','2016-05-06 08:47:54','',72,'http://nagasaki.s198.coreserver.jp/?p=508',0,'revision','',0),(416,1,'2015-12-18 15:24:38','2015-12-18 06:24:38','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"長崎真珠ブライダル見出し\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann11.jpg\" alt=\"長崎真珠ブライダルバナー\" width=\"100%\" />\r\n\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\nウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。\r\n\r\n結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。\r\n\r\nまた真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">ネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n</div>\r\n</article>&nbsp;\r\n\r\n<!-- 参考-->\r\n<!--\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=27\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=52\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=54\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=56\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=58\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n</div>\r\n参考-->','ブライダル花玉真珠3点セット','','inherit','closed','closed','','72-revision-v1','','','2015-12-18 15:24:38','2015-12-18 06:24:38','',72,'http://nagasaki.s198.coreserver.jp/?p=416',0,'revision','',0),(418,1,'2015-12-18 15:27:52','2015-12-18 06:27:52','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"長崎真珠ブライダル見出し\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/bridal1.jpg\" alt=\"ブライダルメッセージ\" width=\"100%\" />\r\n\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\nウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。\r\n\r\n結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。\r\n\r\nまた真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">ネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n</div>\r\n</article>&nbsp;\r\n\r\n<!-- 参考-->\r\n<!--\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=27\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=52\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=54\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=56\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=58\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n</div>\r\n参考-->','ブライダル花玉真珠3点セット','','inherit','closed','closed','','72-revision-v1','','','2015-12-18 15:27:52','2015-12-18 06:27:52','',72,'http://nagasaki.s198.coreserver.jp/?p=418',0,'revision','',0),(417,1,'2015-12-18 15:27:07','2015-12-18 06:27:07','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"長崎真珠ブライダル見出し\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann11.jpg\" alt=\"長崎真珠ブライダルバナー\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/bridal1.jpg\" alt=\"ブライダルメッセージ\" width=\"100%\" />\r\n\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\nウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。\r\n\r\n結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。\r\n\r\nまた真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">ネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n</div>\r\n</article>&nbsp;\r\n\r\n<!-- 参考-->\r\n<!--\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=27\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=52\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=54\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=56\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=58\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n</div>\r\n参考-->','ブライダル花玉真珠3点セット','','inherit','closed','closed','','72-revision-v1','','','2015-12-18 15:27:07','2015-12-18 06:27:07','',72,'http://nagasaki.s198.coreserver.jp/?p=417',0,'revision','',0),(441,1,'2015-12-21 16:54:57','2015-12-21 07:54:57','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"長崎真珠ブライダル見出し\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/bridal1.jpg\" alt=\"ブライダルメッセージ\" width=\"100%\" />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\nウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。\r\n\r\n結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。\r\n\r\nまた真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">ネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n</div>\r\n</article>&nbsp;\r\n\r\n<!-- 参考-->\r\n<!--\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=27\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=52\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=54\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=56\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=58\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n</div>\r\n参考-->','ブライダル花玉真珠3点セット','','inherit','closed','closed','','72-revision-v1','','','2015-12-21 16:54:57','2015-12-21 07:54:57','',72,'http://nagasaki.s198.coreserver.jp/?p=441',0,'revision','',0),(419,1,'2015-12-18 15:38:58','2015-12-18 06:38:58','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"長崎真珠ブライダル見出し\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/bridal1.jpg\" alt=\"ブライダルメッセージ\" width=\"100%\" />\r\n<br />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\nウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。\r\n\r\n結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。\r\n\r\nまた真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">ネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n</div>\r\n</article>&nbsp;\r\n\r\n<!-- 参考-->\r\n<!--\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=27\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=52\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=54\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=56\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=58\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n</div>\r\n参考-->','ブライダル花玉真珠3点セット','','inherit','closed','closed','','72-revision-v1','','','2015-12-18 15:38:58','2015-12-18 06:38:58','',72,'http://nagasaki.s198.coreserver.jp/?p=419',0,'revision','',0),(521,1,'2016-10-12 13:17:58','2016-10-12 04:17:58','','main_logo','','inherit','closed','closed','','main_logo','','','2016-10-12 13:17:58','2016-10-12 04:17:58','',0,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2016/10/main_logo.png',0,'attachment','image/png',0),(522,1,'2016-10-12 14:03:20','2016-10-12 05:03:20','','catch31','','inherit','closed','closed','','catch31','','','2016-10-12 14:03:20','2016-10-12 05:03:20','',31,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/catch31.jpg',0,'attachment','image/jpeg',0),(523,1,'2016-10-12 14:03:27','2016-10-12 05:03:27','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann151.jpg\" alt=\"真珠婚見出し\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann251.jpg\" alt=\"真珠婚見出し\" width=\"100%\" />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30年目は人生の節目です[/su_heading]\r\nこれから結婚30周年を迎えようとするご夫婦の方へ。上のお子さま下のお子さまも、もう社会で活躍され子育てもそろそろ一段落といったところでしょうか。\r\n\r\n前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の「婚式」といえば結婚25周年の銀婚式がありました。しかしこれからいよいよセカンドライフが始まるという時期にあたる「真珠婚」のほうが、これまでの人生を振り返りこれからの生き方を考えるのにちょうど良い節目だと思われます。\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うための贈りものは最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]この年齢だからこそ必要な真珠、それが花珠真珠[/su_heading]\r\n真珠は女性にとってさまざまな場面で必要ともいえるジュエリーアイテムです。奥さまもひとつは真珠のネックレスをお持ちでしょうか。\r\nそのネックレスはお子さまの入園式や卒園式、小学校の入学式くらいからずっと使い続けていませんか。\r\n若いころ購入したその真珠は、これまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入されるご年配の女性のみなさまは、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して恥ずかしい」「キズが多くて…」というお悩みのため買い替えをされています。\r\n\r\n女性にとっては必要といえるジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の確かな品質というものがあるのです。それが花珠真珠なのです。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠婚の記念のネックレスは当店におまかせください[/su_heading]\r\n結婚30周年という一生に一度の節目にふさわしい贈りものだからこそ、品質・価格ともに自信のある花珠真珠をご案内します。とはいえ大変高価なものですので、目で見て確かめて納得いくまで吟味したいものです。そのため当店では「返品保証」をつけて販売しています。どうぞご安心ください。\r\n愛する奥様への大切な贈りものなら、当店の真珠をお選びください。必ずご期待にお応えできることでしょう。\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n&nbsp;\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div class=\"sp-banner3\"></div>','結婚30周年は真珠婚','','inherit','closed','closed','','31-revision-v1','','','2016-10-12 14:03:27','2016-10-12 05:03:27','',31,'http://nagasaki.s198.coreserver.jp/?p=523',0,'revision','',0),(429,1,'2015-12-18 15:55:23','2015-12-18 06:55:23','','kumiai','','inherit','closed','closed','','kumiai','','','2015-12-18 15:55:23','2015-12-18 06:55:23','',0,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2011/09/kumiai.jpg',0,'attachment','image/jpeg',0),(431,1,'2015-12-18 16:00:29','2015-12-18 07:00:29','','kengyoren','','inherit','closed','closed','','kengyoren','','','2015-12-18 16:00:29','2015-12-18 07:00:29','',0,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2011/09/kengyoren.jpg',0,'attachment','image/jpeg',0),(526,1,'2016-10-12 14:55:20','2016-10-12 05:55:20','<!-- 説明部-->\r\n[su_column size=\"3/4\"]\r\n[su_dropcap size=\"5\"]品質[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠へのこだわり[/su_heading]\r\n\r\n長崎真珠店は、先代社長の時からずっと大村湾(長崎県長崎市琴海町)を主な養殖場として真珠養殖を行っています。現在のように加工・販売を始める前までは養殖だけを専門にやっていました。\r\n\r\n近年、外国産(中国産)の真珠をジュエリーショップなどでよく見かけます。しかしやはり国産のものに比べると見劣りしてしまうのは確かなのです。それでも人気があり売れているのは価格が安いからだと思います。\r\n\r\nまた国産真珠に目をやってみると、今までほんのわずかしか市場へ流通していなかった花珠(はなたま)と呼ばれる最高品質の真珠がとてもよく目につくようになってきました。\r\n本来、花珠とはその年にとれる真珠全体の1%あるかないかという貴重なものなのです。その品質はプロの私たちだけでなく、一般の方でさえ一目見れば違いがわかるほどの最上級の輝きと照りを持ちます。\r\nしかし安価に売られている花珠は、鑑定書の表記こそ花珠とあってもプロの私たちから見れば疑問に思わざるを得ないものが氾濫していることも事実なのです。\r\n\r\n[su_dropcap size=\"5\"]理由[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]本当の美しさを伝えたい[/su_heading]\r\n\r\nこれは国内の真珠の消費量の落ち込みという背景もありますが、その流通システムにも問題があると考えます。\r\nほとんどの真珠は養殖業者→加工業者→卸商社→小売店という流通経路になっています。そのため、皆さまのお手元に届くネックレスはとても高価なものとなります。流通事情により質が悪いと思われる花珠と呼べないような珠さえも花珠として、さらに安価に売られるようになっているのではないかと思います。\r\n\r\nもちろん、鑑定機関が花珠と認めている以上、それは花珠なのでしょう。しかし私たちはそういった業界の在り方が自分たち業界の首を絞めているようにも思えるのです。\r\n\r\nこのままでは国産真珠の良さが、そして花珠真珠の本当の美しさが伝わらないのではないか。そういう危機感を持った私たちは、高品質な真珠を適正な価格でお届けするために不慣れな小売りをしようと決断したのです。\r\n\r\n私たちが「生産直売で真珠を売る」そう決めた時、「養殖屋に何ができる」と周囲の同業者から言われたものでした。もちろん最初のスタートは簡単ではありませんでした。\r\n\r\nなにしろ養殖と販売では180度仕事の内容が違います。今まで物言わないアコヤ貝を相手にしていたのが、今度はお客様相手に仕事をするのです。慣れない仕事内容に、最初は欲お客様からお叱りの言葉をいただいたものでした。\r\n\r\nそして小売業を始めてもう10年以上、想いは間違いではなかった。私たちのやり方はお客様から高い評価を得るようになっていったのです。\r\n\r\n[su_dropcap size=\"5\"]想い[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]国産真珠の美しい輝きを[/su_heading]\r\n\r\n私たちの真珠を店舗でご確認ください。\r\n長崎真珠店では自社で生産した真珠を加工、販売まで一貫した体制で行っています。そのため私たちが納得できる高品質の真珠を、本当に納得できる価格でお客様にお届けできます。\r\n\r\nもちろん市場で取引できないような質の悪い真珠をお届けすることは決してありません。私たちはただ、生産者としての誇りと、国産真珠の良さををもっと知って欲しい、そしていろんな場面で活かし、楽しんでいただきたいと願っているだけなのです。\r\n\r\n当店の真珠を手に取っていただけば、情熱をこめてきちんとした生産者が育て、公正なる品質管理のもときちんとした加工を施された真珠が、いかに美しいいものかおわかりいただけるはずです。\r\n\r\n店舗では私たちの自信作をゆっくりと手にとって、そして着けてみてご確認いただけます。長崎県内の方はちょっとひと足、県外の方は長崎観光のひとときとしてぜひお立ち寄りください。きっとこれまでと違った美しい真珠を目に感動していただけることと思います。\r\n\r\n皆さまのご来店を心よりお待ちいたしております。\r\n[/su_column]\r\n\r\n<!-- 画像部-->\r\n[su_column size=\"1/5\"]\r\n<img class=\"aligncenter size-full wp-image-120\" title=\"あこや稚貝\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pict1.jpg\" alt=\"\" width=\"200\" height=\"136\" />あこや稚貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝管理\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pict2.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝管理\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pict3.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pict4.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝掃除\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pict5.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝掃除\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"養殖場\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pict6.jpg\" alt=\"\" width=\"200\" height=\"136\" />養殖場\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"浜上げされた貝\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pict7.jpg\" alt=\"\" width=\"200\" height=\"136\" />浜上げされた貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"加工作業中\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pict8.jpg\" alt=\"\" width=\"200\" height=\"136\" />加工作業中\r\n[/su_column]\r\n\r\n&nbsp;','生産直売店のこだわり','','inherit','closed','closed','','25-revision-v1','','','2016-10-12 14:55:20','2016-10-12 05:55:20','',25,'http://nagasaki.s198.coreserver.jp/25-revision-v1/',0,'revision','',0),(524,1,'2016-10-12 14:28:01','2016-10-12 05:28:01','<!-- 説明部-->\r\n[su_column size=\"3/4\"]\r\n[su_dropcap size=\"5\"]品質[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠へのこだわり[/su_heading]\r\n\r\n長崎真珠店は、先代社長の時からずっと大村湾(長崎県長崎市琴海町)を主な養殖場として真珠養殖を行っています。現在のように加工・販売を始める前までは養殖だけを専門にやっていました。\r\n\r\n近年、外国産(中国産)の真珠をジュエリーショップなどでよく見かけます。しかしやはり国産のものに比べると見劣りしてしまうのは確かなのです。それでも人気があり売れているのは価格が安いからだと思います。\r\n\r\nまた国産真珠に目をやってみると、今までほんのわずかしか市場へ流通していなかった花珠(はなたま)と呼ばれる最高品質の真珠がとてもよく目につくようになってきました。\r\n本来、花珠とはその年にとれる真珠全体の1%あるかないかという貴重なものなのです。その品質はプロの私たちだけでなく、一般の方でさえ一目見れば違いがわかるほどの最上級の輝きと照りを持ちます。\r\nしかし安価に売られている花珠は、鑑定書の表記こそ花珠とあってもプロの私たちから見れば疑問に思わざるを得ないものが氾濫していることも事実なのです。\r\n\r\n[su_dropcap size=\"5\"]理由[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]本当の美しさを伝えたい[/su_heading]\r\n\r\nこれは国内の真珠の消費量の落ち込みという背景もありますが、その流通システムにも問題があると考えます。\r\nほとんどの真珠は養殖業者→加工業者→卸商社→小売店という流通経路になっています。そのため、皆さまのお手元に届くネックレスはとても高価なものとなります。流通事情により質が悪いと思われる花珠と呼べないような珠さえも花珠として、さらに安価に売られるようになっているのではないかと思います。\r\n\r\nもちろん、鑑定機関が花珠と認めている以上、それは花珠なのでしょう。しかし私たちはそういった業界の在り方が自分たち業界の首を絞めているようにも思えるのです。\r\n\r\nこのままでは国産真珠の良さが、そして花珠真珠の本当の美しさが伝わらないのではないか。そういう危機感を持った私たちは、高品質な真珠を適正な価格でお届けするために不慣れな小売りをしようと決断したのです。\r\n\r\n私たちが「生産直売で真珠を売る」そう決めた時、「養殖屋に何ができる」と周囲の同業者から言われたものでした。もちろん最初のスタートは簡単ではありませんでした。\r\n\r\nなにしろ養殖と販売では180度仕事の内容が違います。今まで物言わないアコヤ貝を相手にしていたのが、今度はお客様相手に仕事をするのです。慣れない仕事内容に、最初は欲お客様からお叱りの言葉をいただいたものでした。\r\n\r\nそして小売業を始めてもう10年以上、想いは間違いではなかった。私たちのやり方はお客様から高い評価を得るようになっていったのです。\r\n\r\n[su_dropcap size=\"5\"]想い[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]国産真珠の美しい輝きを[/su_heading]\r\n\r\n私たちの真珠を店舗でご確認ください。\r\n長崎真珠店では自社で生産した真珠を加工、販売まで一貫した体制で行っています。そのため私たちが納得できる高品質の真珠を、本当に納得できる価格でお客様にお届けできます。\r\n\r\nもちろん市場で取引できないような質の悪い真珠をお届けすることは決してありません。私たちはただ、生産者としての誇りと、国産真珠の良さををもっと知って欲しい、そしていろんな場面で活かし、楽しんでいただきたいと願っているだけなのです。\r\n\r\n当店の真珠を手に取っていただけば、情熱をこめてきちんとした生産者が育て、公正なる品質管理のもときちんとした加工を施された真珠が、いかに美しいいものかおわかりいただけるはずです。\r\n\r\n店舗では私たちの自信作をゆっくりと手にとって、そして着けてみてご確認いただけます。長崎県内の方はちょっとひと足、県外の方は長崎観光のひとときとしてぜひお立ち寄りください。きっとこれまでと違った美しい真珠を目に感動していただけることと思います。\r\n\r\n皆さまのご来店を心よりお待ちいたしております。\r\n[/su_column]\r\n\r\n<!-- 画像部-->\r\n[su_column size=\"1/5\"]\r\n<img class=\"aligncenter size-full wp-image-120\" title=\"あこや稚貝\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pict1.jpg\" alt=\"\" width=\"200\" height=\"136\" />あこや稚貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝管理\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pict2.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝管理\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pict3.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pict4.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝掃除\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pict5.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝掃除\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"養殖場\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pict6.jpg\" alt=\"\" width=\"200\" height=\"136\" />養殖場\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"浜上げされた貝\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pict7.jpg\" alt=\"\" width=\"200\" height=\"136\" />浜上げされた貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"加工作業中\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pict8.jpg\" alt=\"\" width=\"200\" height=\"136\" />加工作業中\r\n[/su_column]\r\n\r\n\r\n\r\n<img class=\"aligncenter size-full wp-image-136\" title=\"長崎真珠 店舗 住所 長崎市長浦町224-12\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/fig2.gif\" alt=\"\" width=\"460\" height=\"144\" />','生産直売店のこだわり','','inherit','closed','closed','','25-revision-v1','','','2016-10-12 14:28:01','2016-10-12 05:28:01','',25,'http://nagasaki.s198.coreserver.jp/?p=524',0,'revision','',0),(477,1,'2016-04-25 19:12:06','2016-04-25 10:12:06','大創業祭','大創業祭','','inherit','closed','closed','','476-revision-v1','','','2016-04-25 19:12:06','2016-04-25 10:12:06','',476,'http://nagasaki.s198.coreserver.jp/?p=477',0,'revision','',0),(478,1,'2016-04-26 09:40:13','2016-04-26 00:40:13','','ホーム','','publish','closed','closed','','%e3%83%9b%e3%83%bc%e3%83%a0-2','','','2017-09-26 16:02:36','2017-09-26 07:02:36','',0,'http://nagasaki.s198.coreserver.jp/?p=478',1,'nav_menu_item','',0),(442,1,'2015-12-21 16:56:52','2015-12-21 07:56:52','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"ブライダル・母から娘へ\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/bridal1.jpg\" alt=\"ブライダルメッセージ\" width=\"100%\" />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\nウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。\r\n\r\n結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。\r\n\r\nまた真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">ネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n</div>\r\n</article>&nbsp;\r\n\r\n<!-- 参考-->\r\n<!--\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=27\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=52\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=54\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=56\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=58\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n</div>\r\n参考-->','ブライダル花玉真珠3点セット','','inherit','closed','closed','','72-revision-v1','','','2015-12-21 16:56:52','2015-12-21 07:56:52','',72,'http://nagasaki.s198.coreserver.jp/?p=442',0,'revision','',0),(443,1,'2015-12-21 16:57:55','2015-12-21 07:57:55','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann121.jpg\" alt=\"極上花珠\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann12.jpg\" alt=\"極上花珠\" width=\"100%\" />\r\n<br />\r\n[table id=10 /]\r\n<br />\r\n[table id=8 /]\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>','極上花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2015-12-21 16:57:55','2015-12-21 07:57:55','',57,'http://nagasaki.s198.coreserver.jp/?p=443',0,'revision','',0),(447,1,'2015-12-21 17:00:57','2015-12-21 08:00:57','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann131.jpg\" alt=\"準花珠確かな一本\" width=\"100%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hanatama2.jpg\" alt=\"準花珠パール\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun45.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n<!-- サイズ価格-->\r\n[table id=4 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','準花珠真珠','','inherit','closed','closed','','54-revision-v1','','','2015-12-21 17:00:57','2015-12-21 08:00:57','',54,'http://nagasaki.s198.coreserver.jp/?p=447',0,'revision','',0),(449,1,'2015-12-22 14:43:04','2015-12-22 05:43:04','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"ブライダル・母から娘へ\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann211.jpg\" alt=\"ブライダルメッセージ\" width=\"100%\" />\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\nウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。\r\n\r\n結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。\r\n\r\nまた真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">ネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n</div>\r\n</article>&nbsp;\r\n\r\n<!-- 参考-->\r\n<!--\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=27\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=52\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=54\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=56\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=58\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n</div>\r\n参考-->','ブライダル花玉真珠3点セット','','inherit','closed','closed','','72-revision-v1','','','2015-12-22 14:43:04','2015-12-22 05:43:04','',72,'http://nagasaki.s198.coreserver.jp/?p=449',0,'revision','',0),(507,1,'2016-05-06 17:41:00','2016-05-06 08:41:00','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann121.jpg\" alt=\"極上花珠\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann221.jpg\" alt=\"大切な方へ\" width=\"100%\" />\r\n<br />\r\n[table id=10 /]\r\n<br />\r\n[table id=8 /]\r\n','極上花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2016-05-06 17:41:00','2016-05-06 08:41:00','',57,'http://nagasaki.s198.coreserver.jp/?p=507',0,'revision','',0),(450,1,'2015-12-22 15:16:17','2015-12-22 06:16:17','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann121.jpg\" alt=\"極上花珠\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann221.jpg\" alt=\"大切な方へ\" width=\"100%\" />\r\n<br />\r\n[table id=10 /]\r\n<br />\r\n[table id=8 /]\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>','極上花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2015-12-22 15:16:17','2015-12-22 06:16:17','',57,'http://nagasaki.s198.coreserver.jp/?p=450',0,'revision','',0),(451,1,'2015-12-22 15:17:57','2015-12-22 06:17:57','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann111.jpg\" alt=\"ブライダル・母から娘へ\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann211.jpg\" alt=\"ブライダルメッセージ\" width=\"100%\" />\r\n<br />\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\nウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。\r\n\r\n結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。\r\n\r\nまた真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。\r\n<h2>ブライダル花玉真珠3点セット</h2>\r\n<article class=\"pd_L10 pd_R10\">\r\n<div class=\"entry-content\">ネックレス、リング、イヤリング(またはピアス)\r\n花珠鑑別書付\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n</div>\r\n</article>&nbsp;\r\n\r\n<!-- 参考-->\r\n<!--\r\n<div id=\"goodsList\">\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15097.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=10\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15098.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=27\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15099.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=52\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n<ul class=\"all\">\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15100.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>10.0mm あこや本真珠ペンダント</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=54\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15101.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>13.0mm タヒチ黒真珠ペンダントトップ</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=56\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n	<li class=\"gr25\" data-id=\"cu2501\" data-type=\"2014\"><img class=\"alignnone size-full\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/item15102.jpg\" alt=\"top-bot01\" />\r\n<dl>\r\n<dt>9.5mm-10.0mm 南洋黒蝶ゴールデン真珠</dt>\r\n</dl>\r\n<dl>\r\n<dt>[su_button url=\"http://nagasaki.s198.coreserver.jp/shop/?p=58\" style=\"3d\" background=\"#d77308\" size=\"4\" icon=\"icon: reorder\" rel=\"詳細\"]詳細はこちら[/su_button]</dt>\r\n</dl></li>\r\n</ul>\r\n</div>\r\n参考-->','ブライダル花玉真珠3点セット','','inherit','closed','closed','','72-revision-v1','','','2015-12-22 15:17:57','2015-12-22 06:17:57','',72,'http://nagasaki.s198.coreserver.jp/?p=451',0,'revision','',0),(453,1,'2015-12-22 15:20:15','2015-12-22 06:20:15','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann151.jpg\" alt=\"真珠婚見出し\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann251.jpg\" alt=\"真珠婚見出し\" width=\"100%\" />\r\n<br />\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30年目は人生の節目です[/su_heading]\r\nこれから結婚30周年を迎えようとするご夫婦の方へ。上のお子さま下のお子さまも、もう社会で活躍され子育てもそろそろ一段落といったところでしょうか。\r\n\r\n前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の「婚式」といえば結婚25周年の銀婚式がありました。しかしこれからいよいよセカンドライフが始まるという時期にあたる「真珠婚」のほうが、これまでの人生を振り返りこれからの生き方を考えるのにちょうど良い節目だと思われます。\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うための贈りものは最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]この年齢だからこそ必要な真珠、それが花珠真珠[/su_heading]\r\n真珠は女性にとってさまざまな場面で必要ともいえるジュエリーアイテムです。奥さまもひとつは真珠のネックレスをお持ちでしょうか。\r\nそのネックレスはお子さまの入園式や卒園式、小学校の入学式くらいからずっと使い続けていませんか。\r\n若いころ購入したその真珠は、これまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入されるご年配の女性のみなさまは、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して恥ずかしい」「キズが多くて…」というお悩みのため買い替えをされています。\r\n\r\n女性にとっては必要といえるジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の確かな品質というものがあるのです。それが花珠真珠なのです。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠婚の記念のネックレスは当店におまかせください[/su_heading]\r\n結婚30周年という一生に一度の節目にふさわしい贈りものだからこそ、品質・価格ともに自信のある花珠真珠をご案内します。とはいえ大変高価なものですので、目で見て確かめて納得いくまで吟味したいものです。そのため当店では「返品保証」をつけて販売しています。どうぞご安心ください。\r\n愛する奥様への大切な贈りものなら、当店の真珠をお選びください。必ずご期待にお応えできることでしょう。\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n[table id=7 /]\r\n<br />\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','結婚30周年は真珠婚','','inherit','closed','closed','','31-revision-v1','','','2015-12-22 15:20:15','2015-12-22 06:20:15','',31,'http://nagasaki.s198.coreserver.jp/?p=453',0,'revision','',0),(452,1,'2015-12-22 15:19:57','2015-12-22 06:19:57','<br />\r\n<!-- 真珠婚バナー-->\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann151.jpg\" alt=\"真珠婚見出し\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann251.jpg\" alt=\"真珠婚見出し\" width=\"100%\" />\r\n<br />\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30年目は人生の節目です[/su_heading]\r\nこれから結婚30周年を迎えようとするご夫婦の方へ。上のお子さま下のお子さまも、もう社会で活躍され子育てもそろそろ一段落といったところでしょうか。\r\n\r\n前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の「婚式」といえば結婚25周年の銀婚式がありました。しかしこれからいよいよセカンドライフが始まるという時期にあたる「真珠婚」のほうが、これまでの人生を振り返りこれからの生き方を考えるのにちょうど良い節目だと思われます。\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うための贈りものは最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]この年齢だからこそ必要な真珠、それが花珠真珠[/su_heading]\r\n真珠は女性にとってさまざまな場面で必要ともいえるジュエリーアイテムです。奥さまもひとつは真珠のネックレスをお持ちでしょうか。\r\nそのネックレスはお子さまの入園式や卒園式、小学校の入学式くらいからずっと使い続けていませんか。\r\n若いころ購入したその真珠は、これまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入されるご年配の女性のみなさまは、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して恥ずかしい」「キズが多くて…」というお悩みのため買い替えをされています。\r\n\r\n女性にとっては必要といえるジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の確かな品質というものがあるのです。それが花珠真珠なのです。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠婚の記念のネックレスは当店におまかせください[/su_heading]\r\n結婚30周年という一生に一度の節目にふさわしい贈りものだからこそ、品質・価格ともに自信のある花珠真珠をご案内します。とはいえ大変高価なものですので、目で見て確かめて納得いくまで吟味したいものです。そのため当店では「返品保証」をつけて販売しています。どうぞご安心ください。\r\n愛する奥様への大切な贈りものなら、当店の真珠をお選びください。必ずご期待にお応えできることでしょう。\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n[table id=7 /]\r\n<br />\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','結婚30周年は真珠婚','','inherit','closed','closed','','31-revision-v1','','','2015-12-22 15:19:57','2015-12-22 06:19:57','',31,'http://nagasaki.s198.coreserver.jp/?p=452',0,'revision','',0),(458,1,'2015-12-22 15:50:43','2015-12-22 06:50:43','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann131.jpg\" alt=\"準花珠確かな一本\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann231.jpg\" alt=\"準花珠メッセージ\" width=\"100%\" />\r\n\r\n\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun45.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n<!-- サイズ価格-->\r\n[table id=4 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','準花珠真珠','','inherit','closed','closed','','54-revision-v1','','','2015-12-22 15:50:43','2015-12-22 06:50:43','',54,'http://nagasaki.s198.coreserver.jp/?p=458',0,'revision','',0),(454,1,'2015-12-22 15:26:21','2015-12-22 06:26:21','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann131.jpg\" alt=\"準花珠確かな一本\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann231.jpg\" alt=\"準花珠メッセージ\" width=\"100%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hanatama2.jpg\" alt=\"準花珠パール\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun45.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n<!-- サイズ価格-->\r\n[table id=4 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','準花珠真珠','','inherit','closed','closed','','54-revision-v1','','','2015-12-22 15:26:21','2015-12-22 06:26:21','',54,'http://nagasaki.s198.coreserver.jp/?p=454',0,'revision','',0),(455,1,'2015-12-22 15:32:38','2015-12-22 06:32:38','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"花珠輝く\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann241.jpg\" alt=\"花珠パールメッセージ\" width=\"100%\" />\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun5.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n<!-- サイズ価格-->\r\n[table id=5 /]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','花珠真珠','','inherit','closed','closed','','28-revision-v1','','','2015-12-22 15:32:38','2015-12-22 06:32:38','',28,'http://nagasaki.s198.coreserver.jp/?p=455',0,'revision','',0),(457,1,'2015-12-22 15:49:22','2015-12-22 06:49:22','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann161.jpg\" alt=\"あこや真珠\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann261.jpg\" alt=\"あこや真珠メッセージ\" width=\"100%\" />\r\n\r\n[table id=9 /]\r\n\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n\r\n\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi41.jpg\" alt=\"三つ星パール\" width=\"50%\" />\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi21.jpg\" alt=\"二つ星パール\" width=\"50%\" />\r\n\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-22 15:49:22','2015-12-22 06:49:22','',101,'http://nagasaki.s198.coreserver.jp/?p=457',0,'revision','',0),(456,1,'2015-12-22 15:47:08','2015-12-22 06:47:08','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann161.jpg\" alt=\"あこや真珠\" width=\"100%\" />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann261.jpg\" alt=\"あこや真珠メッセージ\" width=\"100%\" />\r\n<br />\r\n[table id=9 /]\r\n<br />\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi31.jpg\" alt=\"四つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi41.jpg\" alt=\"三つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi21.jpg\" alt=\"二つ星パール\" width=\"50%\" />\r\n<br />\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]\r\n<br />\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2015-12-22 15:47:08','2015-12-22 06:47:08','',101,'http://nagasaki.s198.coreserver.jp/?p=456',0,'revision','',0),(567,1,'2017-06-22 09:16:28','2017-06-22 00:16:28','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\n<p>みなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?\r\n神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\">かたち</span>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n\r\n<span class=\"so_midasi\">巻き</span>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n\r\n<span class=\"so_midasi\">テリ</span>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n\r\n<span class=\"so_midasi\">キズ</span>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n\r\n<span class=\"so_midasi\">色</span>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\n<span class=\"so_midasi\">サイズ</span>\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3>&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3>&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2017-06-22 09:16:28','2017-06-22 00:16:28','',38,'http://nagasaki.s198.coreserver.jp/38-revision-v1/',0,'revision','',0),(570,1,'2017-06-22 09:18:23','2017-06-22 00:18:23','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\nみなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?\r\n神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\">かたち</span>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n\r\n<span class=\"so_midasi\">巻き</span>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n\r\n<span class=\"so_midasi\">テリ</span>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n\r\n<span class=\"so_midasi\">キズ</span>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n\r\n<span class=\"so_midasi\">色</span>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\n<span class=\"so_midasi\">サイズ</span>\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3>&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3>&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2017-06-22 09:18:23','2017-06-22 00:18:23','',38,'http://nagasaki.s198.coreserver.jp/38-revision-v1/',0,'revision','',0),(568,1,'2017-06-22 09:17:15','2017-06-22 00:17:15','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\n<p style\"font-size:18px\">みなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?\r\n神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\">かたち</span>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n\r\n<span class=\"so_midasi\">巻き</span>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n\r\n<span class=\"so_midasi\">テリ</span>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n\r\n<span class=\"so_midasi\">キズ</span>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n\r\n<span class=\"so_midasi\">色</span>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\n<span class=\"so_midasi\">サイズ</span>\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3>&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3>&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2017-06-22 09:17:15','2017-06-22 00:17:15','',38,'http://nagasaki.s198.coreserver.jp/38-revision-v1/',0,'revision','',0),(569,1,'2017-06-22 09:17:31','2017-06-22 00:17:31','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\n<p style=\"font-size:18px;\">みなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?\r\n神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\">かたち</span>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n\r\n<span class=\"so_midasi\">巻き</span>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n\r\n<span class=\"so_midasi\">テリ</span>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n\r\n<span class=\"so_midasi\">キズ</span>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n\r\n<span class=\"so_midasi\">色</span>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\n<span class=\"so_midasi\">サイズ</span>\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3>&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3>&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2017-06-22 09:17:31','2017-06-22 00:17:31','',38,'http://nagasaki.s198.coreserver.jp/38-revision-v1/',0,'revision','',0),(571,1,'2017-06-22 09:18:54','2017-06-22 00:18:54','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\n<h3>みなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?\r\n神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。</h3>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\">かたち</span>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n\r\n<span class=\"so_midasi\">巻き</span>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n\r\n<span class=\"so_midasi\">テリ</span>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n\r\n<span class=\"so_midasi\">キズ</span>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n\r\n<span class=\"so_midasi\">色</span>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\n<span class=\"so_midasi\">サイズ</span>\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3>&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3>&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2017-06-22 09:18:54','2017-06-22 00:18:54','',38,'http://nagasaki.s198.coreserver.jp/38-revision-v1/',0,'revision','',0),(572,1,'2017-06-22 09:19:19','2017-06-22 00:19:19','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\nみなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?\r\n神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\">かたち</span>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n\r\n<span class=\"so_midasi\">巻き</span>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n\r\n<span class=\"so_midasi\">テリ</span>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n\r\n<span class=\"so_midasi\">キズ</span>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n\r\n<span class=\"so_midasi\">色</span>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\n<span class=\"so_midasi\">サイズ</span>\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3>&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3>&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2017-06-22 09:19:19','2017-06-22 00:19:19','',38,'http://nagasaki.s198.coreserver.jp/38-revision-v1/',0,'revision','',0),(573,1,'2017-06-22 09:23:24','2017-06-22 00:23:24','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\n\r\n<h3>みなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?</h3>\r\n<h3>神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。</h3>\r\n<h3>現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。</h3>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\">かたち</span>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n\r\n<span class=\"so_midasi\">巻き</span>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n\r\n<span class=\"so_midasi\">テリ</span>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n\r\n<span class=\"so_midasi\">キズ</span>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n\r\n<span class=\"so_midasi\">色</span>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\n<span class=\"so_midasi\">サイズ</span>\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3>&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3>&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2017-06-22 09:23:24','2017-06-22 00:23:24','',38,'http://nagasaki.s198.coreserver.jp/38-revision-v1/',0,'revision','',0),(574,1,'2017-06-22 09:24:03','2017-06-22 00:24:03','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\n\r\n<h4>みなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?</h4>\r\n<h4>神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。</h4>\r\n<h4>現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。</h4>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\">かたち</span>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n\r\n<span class=\"so_midasi\">巻き</span>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n\r\n<span class=\"so_midasi\">テリ</span>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n\r\n<span class=\"so_midasi\">キズ</span>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n\r\n<span class=\"so_midasi\">色</span>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\n<span class=\"so_midasi\">サイズ</span>\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3>&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3>&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2017-06-22 09:24:03','2017-06-22 00:24:03','',38,'http://nagasaki.s198.coreserver.jp/38-revision-v1/',0,'revision','',0),(575,1,'2017-06-22 09:25:57','2017-06-22 00:25:57','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\n\r\n<h4>みなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?</h4>\r\n神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n<h4>私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。</h4>\r\nそれは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n<h4>真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。</h4>\r\nいわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\">かたち</span>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n\r\n<span class=\"so_midasi\">巻き</span>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n\r\n<span class=\"so_midasi\">テリ</span>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n\r\n<span class=\"so_midasi\">キズ</span>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n\r\n<span class=\"so_midasi\">色</span>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\n<span class=\"so_midasi\">サイズ</span>\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3>&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3>&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2017-06-22 09:25:57','2017-06-22 00:25:57','',38,'http://nagasaki.s198.coreserver.jp/38-revision-v1/',0,'revision','',0),(576,1,'2017-06-22 09:50:19','2017-06-22 00:50:19','','banner_01','','inherit','closed','closed','','banner_01','','','2017-06-22 09:50:19','2017-06-22 00:50:19','',486,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2016/04/banner_01.jpg',0,'attachment','image/jpeg',0),(578,1,'2017-06-22 09:58:49','2017-06-22 00:58:49','','banner_04','','inherit','closed','closed','','banner_04','','','2017-06-22 09:58:49','2017-06-22 00:58:49','',476,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2016/04/banner_04.jpg',0,'attachment','image/jpeg',0),(581,1,'2017-06-23 10:14:59','2017-06-23 01:14:59','[su_dropcap]<strong>ご</strong>[/su_dropcap]あいさつ\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]生産者として最高品質の真珠を厳選し、直売店として皆さまにお届けしています[/su_heading]\r\n\r\nこの度は長崎真珠店ホームページへお越しいただき、ありがとうございます。\r\n\r\n当店は長崎市にある、真珠生産から加工・販売まで一貫して行う専門店です。今回、私たちが心を込めて育てた真珠を地元だけでなく全国の皆さまにお手ごろな価格で高い品質なネックレスをお届けしたい…、そんな思いで開店いたしました。\r\n\r\n私たちは真珠のすべてを知っています。貝を育てるところから、宝石として店頭に並ぶまで、ずっと見ています。\r\n\r\nですからこのネックレスには真珠はどういった珠が使われているのか、本当の価値のある真珠とはどういうものなのか、同じように見える珠でもどんな違いがあり、それがどのように価格に反映されているのか、自信をもってお答えすることができます。\r\n\r\nもちろん育てるだけではなくて、加工、そして店頭での販売まで行っています。そのためファッションとのコーディネートやギフトなどのご提案もできます。\r\n\r\nつまり私たちは本当の意味での真珠のプロフェッショナル。商品に疑問などがございましたら、遠慮せずにお問い合せください。\r\n\r\n長崎にお越しの際はぜひ店舗にも足をお運びください。\r\n<p style=\"text-align: right;\">代表取締役 深江 研一</p>\r\n[su_dropcap]<strong>こ</strong>[/su_dropcap]んにちは。長崎真珠店です。\r\n[su_heading size=\"18\"]<strong>落ち着いた雰囲気の店内には、常時100本以上の真珠ネックレスを取りそろえて展示しています。\r\nここには、真珠の品質や色、サイズをゆっくりとお選びいただける空間があります。長崎へお越しの際にはぜひ、当店へお立ち寄りくださいませ。</strong>[/su_heading]\r\n\r\n<img class=\"wp-image-337 aligncenter\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shop1.jpg\" alt=\"長崎真珠店_店舗\" width=\"762\" height=\"506\">\r\n<p style=\"text-align: center;\"><img class=\" wp-image-292 aligncenter\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-5.jpg\" alt=\"店舗内\" width=\"762\" height=\"448\"></p>\r\n[su_dropcap]<strong>内</strong>[/su_dropcap]観と外観と、ギャラリーです。\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]<strong>当店は長崎市の郊外、大村湾の眺めと心地よい潮風がそよぎ、心落ち着く環境の中にあります。</strong>[/su_heading]\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/tenpo.jpg\"> <img class=\"size-thumbnail wp-image-194 alignleft\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗外装写真\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/tenpo-150x150.jpg\" alt=\"\" width=\"110\" height=\"110\"></a> <a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/dogrun.jpg\"> <img class=\"size-thumbnail wp-image-195\" style=\"margin: 5px;\" title=\"敷地内の緑地はドッグランとしてもご利用できます。\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/dogrun-150x150.jpg\" alt=\"敷地内にドッグラン\" width=\"110\" height=\"110\"></a> <a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-1.jpg\"><img class=\"size-thumbnail\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-1small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\"></a> <a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-2.jpg\"> <img class=\"size-thumbnail wp-image-187\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-2small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\"></a> <a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-3.jpg\"> <img class=\"size-thumbnail wp-image-189\" style=\"margin: 5px;\" title=\"店舗内\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-3small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\"></a> <a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-4.jpg\"> <img class=\"alignnone size-thumbnail wp-image-191\" style=\"margin: 5px 0 5px 5px;\" title=\"店舗内\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-4small.jpg\" alt=\"\" width=\"110\" height=\"110\"></a> <a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-6.jpg\"> <img class=\"alignnone size-thumbnail wp-image-184\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗内\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/1-6small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\"></a> <a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/oomurawan.jpg\"> <img class=\"alignnone size-thumbnail wp-image-193\" style=\"margin: 5px;\" title=\"当店の裏手は美しい海が広がる絶好のロケーション。\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/oomurawan-150x150.jpg\" alt=\"真珠を育てる大村湾\" width=\"110\" height=\"110\"></a>\r\n\r\n&nbsp;\r\n\r\n[su_dropcap]<strong>ア</strong>[/su_dropcap]クセス\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]車で長崎市内から約30分、佐世保市内から約60分。\r\n【長崎市内から】長崎市 → 時津町内(国道206号/25分)→ 長崎市琴海行政センター →(国道206号/5分)→当店\r\n【佐世保市内から】佐世保市街 → 西海橋 →(国道206号/40分)→当店\r\n[/su_heading]\r\n<h3>&nbsp;<span class=\"Apple-style-span\" style=\"color: #42210b; font-size: 18px; font-weight: bold; letter-spacing: 1px; line-height: 21px; text-transform: uppercase;\">送迎をご希望の方はお電話ください</span></h3>\r\nご来店手段が不便な方につきましては、送迎いたします。ただし対応できない場合もございますので、ご来店1週間前までにお電話にてご連絡ください。\r\n\r\n<iframe src=\"https://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9&amp;output=embed\" width=\"762\" height=\"350\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.co.jp/maps?f=q&amp;source=embed&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9\">大きな地図で見る</a></small>\r\n\r\n&nbsp;\r\n\r\n[su_dropcap]<strong>会</strong>[/su_dropcap]社概要\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]会社概要と事業内容[/su_heading]\r\n[su_table]\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>会社名(商号)</td>\r\n<td>有限会社長崎真珠</td>\r\n</tr>\r\n<tr>\r\n<td>設立</td>\r\n<td>平成16年3月</td>\r\n</tr>\r\n<tr>\r\n<td>事業内容</td>\r\n<td>真珠の生産、加工、販売、インターネット通販</td>\r\n</tr>\r\n<tr>\r\n<td>住所</td>\r\n<td>〒851-3212\r\n長崎県長崎市長浦町224-12</td>\r\n</tr>\r\n<tr>\r\n<td>お問合わせ</td>\r\n<td>[Tel]0120-410-804(通話料無料)\r\n[Fax]095-860-7317\r\n[Mail]info@nagasaki-shinju.com</td>\r\n</tr>\r\n<tr>\r\n<td>営業時間</td>\r\n<td>10:00〜19:00</td>\r\n</tr>\r\n<tr>\r\n<td>定休日</td>\r\n<td>火曜</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/su_table]','店舗案内','','inherit','closed','closed','','22-revision-v1','','','2017-06-23 10:14:59','2017-06-23 01:14:59','',22,'http://nagasaki.s198.coreserver.jp/22-revision-v1/',0,'revision','',0),(582,1,'2017-06-23 10:18:17','2017-06-23 01:18:17','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\n\r\n<h4 style=\"font-size:18px;\">みなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?</h4>\r\n神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n<h4>私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。</h4>\r\nそれは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n<h4>真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。</h4>\r\nいわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\">かたち</span>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n\r\n<span class=\"so_midasi\">巻き</span>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n\r\n<span class=\"so_midasi\">テリ</span>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n\r\n<span class=\"so_midasi\">キズ</span>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n\r\n<span class=\"so_midasi\">色</span>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\n<span class=\"so_midasi\">サイズ</span>\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3>&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3>&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2017-06-23 10:18:17','2017-06-23 01:18:17','',38,'http://nagasaki.s198.coreserver.jp/38-revision-v1/',0,'revision','',0),(583,1,'2017-06-23 10:18:58','2017-06-23 01:18:58','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\n\r\n<h4 style=\"font-size:18px;\">みなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?</h4>\r\n<p style=\"font-size:18px;\">神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n<h4>私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。</h4>\r\nそれは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n<h4>真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。</h4>\r\nいわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\">かたち</span>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n\r\n<span class=\"so_midasi\">巻き</span>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n\r\n<span class=\"so_midasi\">テリ</span>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n\r\n<span class=\"so_midasi\">キズ</span>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n\r\n<span class=\"so_midasi\">色</span>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\n<span class=\"so_midasi\">サイズ</span>\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3>&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3>&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2017-06-23 10:18:58','2017-06-23 01:18:58','',38,'http://nagasaki.s198.coreserver.jp/38-revision-v1/',0,'revision','',0),(584,1,'2017-06-23 10:19:38','2017-06-23 01:19:38','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\n\r\n<h4 style=\"font-size:18px;\">みなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?</h4>\r\n<p style=\"font-size:18px;\">神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n<h4 style=\"font-size:18px;\">私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。</h4>\r\n<p style=\"font-size:18px;\">それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n<h4>真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。</h4>\r\nいわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\">かたち</span>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n\r\n<span class=\"so_midasi\">巻き</span>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n\r\n<span class=\"so_midasi\">テリ</span>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n\r\n<span class=\"so_midasi\">キズ</span>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n\r\n<span class=\"so_midasi\">色</span>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\n<span class=\"so_midasi\">サイズ</span>\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3>&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3>&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2017-06-23 10:19:38','2017-06-23 01:19:38','',38,'http://nagasaki.s198.coreserver.jp/38-revision-v1/',0,'revision','',0),(585,1,'2017-06-23 10:20:35','2017-06-23 01:20:35','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\n\r\n<h4 style=\"font-size:18px;\">みなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?</h4>\r\n<p style=\"font-size:18px;\">神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n<h4 style=\"font-size:18px;\">私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。</h4>\r\n<p style=\"font-size:18px;\">それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n<h4 style=\"font-size:18px;\">真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。</h4>\r\n<p style=\"font-size:18px;\">いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。</p>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\">かたち</span>\r\n真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。\r\n\r\n<span class=\"so_midasi\">巻き</span>\r\n「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。\r\n\r\n<span class=\"so_midasi\">テリ</span>\r\n「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。\r\n\r\n<span class=\"so_midasi\">キズ</span>\r\n「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。\r\n\r\n<span class=\"so_midasi\">色</span>\r\n「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。\r\n\r\n<span class=\"so_midasi\">サイズ</span>\r\nそして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3>&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3>&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2017-06-23 10:20:35','2017-06-23 01:20:35','',38,'http://nagasaki.s198.coreserver.jp/38-revision-v1/',0,'revision','',0),(586,1,'2017-06-23 10:22:18','2017-06-23 01:22:18','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\n\r\n<h4 style=\"font-size:18px;\">みなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?</h4>\r\n<p style=\"font-size:18px;\">神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n<h4 style=\"font-size:18px;\">私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。</h4>\r\n<p style=\"font-size:18px;\">それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n<h4 style=\"font-size:18px;\">真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。</h4>\r\n<p style=\"font-size:18px;\">いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。</p>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\">かたち</span>\r\n<p style=\"font-size:18px;\">真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。</p>\r\n\r\n<span class=\"so_midasi\">巻き</span>\r\n<p style=\"font-size:18px;\">「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。</p>\r\n\r\n<span class=\"so_midasi\">テリ</span>\r\n<p style=\"font-size:18px;\">「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。</p>\r\n\r\n<span class=\"so_midasi\">キズ</span>\r\n<p style=\"font-size:18px;\">「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。</p>\r\n\r\n<span class=\"so_midasi\">色</span>\r\n<p style=\"font-size:18px;\">「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。</p>\r\n\r\n<span class=\"so_midasi\">サイズ</span>\r\n<p style=\"font-size:18px;\">そして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。\r\n\r\n人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。</p>\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3>&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3>&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2017-06-23 10:22:18','2017-06-23 01:22:18','',38,'http://nagasaki.s198.coreserver.jp/38-revision-v1/',0,'revision','',0),(587,1,'2017-06-23 10:23:29','2017-06-23 01:23:29','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\n\r\n<h4 style=\"font-size:18px;\">みなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?</h4>\r\n<p style=\"font-size:18px;\">神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n<h4 style=\"font-size:18px;\">私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。</h4>\r\n<p style=\"font-size:18px;\">それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n<h4 style=\"font-size:18px;\">真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。</h4>\r\n<p style=\"font-size:18px;\">いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。</p>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\">かたち</span>\r\n<p style=\"font-size:18px;\">真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。</p>\r\n\r\n<span class=\"so_midasi\">巻き</span>\r\n<p style=\"font-size:18px;\">「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。</p>\r\n\r\n<span class=\"so_midasi\">テリ</span>\r\n<p style=\"font-size:18px;\">「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。</p>\r\n\r\n<span class=\"so_midasi\">キズ</span>\r\n<p style=\"font-size:18px;\">「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。</p>\r\n\r\n<span class=\"so_midasi\">色</span>\r\n<p style=\"font-size:18px;\">「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。</p>\r\n\r\n<span class=\"so_midasi\">サイズ</span>\r\n<p style=\"font-size:18px;\">そして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。</p>\r\n\r\n<p style=\"font-size:18px;\">人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。</p>\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3>&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3>&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2017-06-23 10:23:29','2017-06-23 01:23:29','',38,'http://nagasaki.s198.coreserver.jp/38-revision-v1/',0,'revision','',0),(588,1,'2017-06-23 10:24:37','2017-06-23 01:24:37','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\n\r\n<h4 style=\"font-size:18px;\">みなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?</h4>\r\n<p style=\"font-size:18px;\">神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n<h4 style=\"font-size:18px;\">私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。</h4>\r\n<p style=\"font-size:18px;\">それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n<h4 style=\"font-size:18px;\">真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。</h4>\r\n<p style=\"font-size:18px;\">いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。</p>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\">かたち</span>\r\n<p style=\"font-size:18px;\">真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">巻き</span>\r\n<p style=\"font-size:18px;\">「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">テリ</span>\r\n<p style=\"font-size:18px;\">「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">キズ</span>\r\n<p style=\"font-size:18px;\">「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">色</span>\r\n<p style=\"font-size:18px;\">「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">サイズ</span>\r\n<p style=\"font-size:18px;\">そして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。</p>\r\n\r\n<p style=\"font-size:18px;\">人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。</p>\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3>&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3>&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2017-06-23 10:24:37','2017-06-23 01:24:37','',38,'http://nagasaki.s198.coreserver.jp/38-revision-v1/',0,'revision','',0),(589,1,'2017-06-23 10:25:15','2017-06-23 01:25:15','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\n\r\n<h4 style=\"font-size:18px;\">みなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?</h4>\r\n<p style=\"font-size:18px;\">神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n<h4 style=\"font-size:18px;\">私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。</h4>\r\n<p style=\"font-size:18px;\">それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n<h4 style=\"font-size:18px;\">真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。</h4>\r\n<p style=\"font-size:18px;\">いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。</p>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">かたち</span>\r\n<p style=\"font-size:18px;\">真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">巻き</span>\r\n<p style=\"font-size:18px;\">「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">テリ</span>\r\n<p style=\"font-size:18px;\">「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">キズ</span>\r\n<p style=\"font-size:18px;\">「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">色</span>\r\n<p style=\"font-size:18px;\">「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">サイズ</span>\r\n<p style=\"font-size:18px;\">そして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。</p>\r\n\r\n<p style=\"font-size:18px;\">人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。</p>\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3>「かたち」</h3>\r\n「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3>&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3>&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2017-06-23 10:25:15','2017-06-23 01:25:15','',38,'http://nagasaki.s198.coreserver.jp/38-revision-v1/',0,'revision','',0),(590,1,'2017-06-23 10:26:29','2017-06-23 01:26:29','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\n\r\n<h4 style=\"font-size:18px;\">みなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?</h4>\r\n<p style=\"font-size:18px;\">神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n<h4 style=\"font-size:18px;\">私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。</h4>\r\n<p style=\"font-size:18px;\">それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n<h4 style=\"font-size:18px;\">真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。</h4>\r\n<p style=\"font-size:18px;\">いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。</p>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">かたち</span>\r\n<p style=\"font-size:18px;\">真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">巻き</span>\r\n<p style=\"font-size:18px;\">「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">テリ</span>\r\n<p style=\"font-size:18px;\">「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">キズ</span>\r\n<p style=\"font-size:18px;\">「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">色</span>\r\n<p style=\"font-size:18px;\">「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">サイズ</span>\r\n<p style=\"font-size:18px;\">そして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。</p>\r\n\r\n<p style=\"font-size:18px;\">人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。</p>\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3 style=\"font-size:18px;\">「かたち」</h3>\r\n<p style=\"font-size:18px;\">「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。</p>\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。\r\n\r\nそして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。\r\n\r\n真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。\r\n\r\n大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。\r\n\r\n私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。\r\n<h3>&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。\r\n\r\n品質は必ず価格に比例しています。\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3>&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2017-06-23 10:26:29','2017-06-23 01:26:29','',38,'http://nagasaki.s198.coreserver.jp/38-revision-v1/',0,'revision','',0),(591,1,'2017-06-23 10:28:54','2017-06-23 01:28:54','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\n\r\n<h4 style=\"font-size:18px;\">みなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?</h4>\r\n<p style=\"font-size:18px;\">神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n<h4 style=\"font-size:18px;\">私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。</h4>\r\n<p style=\"font-size:18px;\">それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n<h4 style=\"font-size:18px;\">真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。</h4>\r\n<p style=\"font-size:18px;\">いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。</p>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">かたち</span>\r\n<p style=\"font-size:18px;\">真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">巻き</span>\r\n<p style=\"font-size:18px;\">「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">テリ</span>\r\n<p style=\"font-size:18px;\">「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">キズ</span>\r\n<p style=\"font-size:18px;\">「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">色</span>\r\n<p style=\"font-size:18px;\">「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">サイズ</span>\r\n<p style=\"font-size:18px;\">そして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。</p>\r\n\r\n<p style=\"font-size:18px;\">人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。</p>\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3 style=\"font-size:18px;\">「かたち」</h3>\r\n<p style=\"font-size:18px;\">「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。</p>\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3>一口に花珠といってもさまざま</h3>\r\n<p style=\"font-size:18px;\">「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。</p>\r\n<p style=\"font-size:18px;\">そして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。</p>\r\n\r\n<p style=\"font-size:18px;\">真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。</p>\r\n<p style=\"font-size:18px;\">大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。</p>\r\n<p style=\"font-size:18px;\">私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。</p>\r\n\r\n<h3 style=\"font-size:18px;\">&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n<p style=\"font-size:18px;\">花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。</p>\r\n<p style=\"font-size:18px;\">品質は必ず価格に比例しています。</p>\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3>結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\nこれから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。\r\n\r\n上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。\r\n\r\n以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。\r\n\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n<h3>&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。\r\n\r\nですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。\r\n\r\n女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。\r\n<h3>真珠婚の記念のネックレスは当店にお任せください</h3>\r\n結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2017-06-23 10:28:54','2017-06-23 01:28:54','',38,'http://nagasaki.s198.coreserver.jp/38-revision-v1/',0,'revision','',0),(592,1,'2017-06-23 10:31:28','2017-06-23 01:31:28','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\n\r\n<h4 style=\"font-size:18px;\">みなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?</h4>\r\n<p style=\"font-size:18px;\">神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n<h4 style=\"font-size:18px;\">私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。</h4>\r\n<p style=\"font-size:18px;\">それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n<h4 style=\"font-size:18px;\">真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。</h4>\r\n<p style=\"font-size:18px;\">いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。</p>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">かたち</span>\r\n<p style=\"font-size:18px;\">真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">巻き</span>\r\n<p style=\"font-size:18px;\">「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">テリ</span>\r\n<p style=\"font-size:18px;\">「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">キズ</span>\r\n<p style=\"font-size:18px;\">「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">色</span>\r\n<p style=\"font-size:18px;\">「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">サイズ</span>\r\n<p style=\"font-size:18px;\">そして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。</p>\r\n\r\n<p style=\"font-size:18px;\">人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。</p>\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3 style=\"font-size:18px;\">「かたち」</h3>\r\n<p style=\"font-size:18px;\">「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。</p>\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3 style=\"font-size:18px;\">一口に花珠といってもさまざま</h3>\r\n<p style=\"font-size:18px;\">「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。</p>\r\n<p style=\"font-size:18px;\">そして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。</p>\r\n\r\n<p style=\"font-size:18px;\">真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。</p>\r\n<p style=\"font-size:18px;\">大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。</p>\r\n<p style=\"font-size:18px;\">私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。</p>\r\n\r\n<h3 style=\"font-size:18px;\">&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n<p style=\"font-size:18px;\">花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。</p>\r\n<p style=\"font-size:18px;\">品質は必ず価格に比例しています。</p>\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3 style=\"font-size:18px;\">結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\n<p style=\"font-size:18px;\">これから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。</p>\r\n<p style=\"font-size:18px;\">上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。</p>\r\n<p style=\"font-size:18px;\">以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。</p>\r\n<p style=\"font-size:18px;\">だからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。</p>\r\n<h3 style=\"font-size:18px;\">&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n<p style=\"font-size:18px;\">真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。</p>\r\n<p style=\"font-size:18px;\">ですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。</p>\r\n<p style=\"font-size:18px;\">当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。</p>\r\n<p style=\"font-size:18px;\">女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。</p>\r\n<h3 style=\"font-size:18px;\">真珠婚の記念のネックレスは当店にお任せください</h3>\r\n<p style=\"font-size:18px;\">結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。</p>\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2017-06-23 10:31:28','2017-06-23 01:31:28','',38,'http://nagasaki.s198.coreserver.jp/38-revision-v1/',0,'revision','',0),(595,1,'2017-06-23 10:33:08','2017-06-23 01:33:08','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\n\r\n<h4 style=\"font-size:18px;\">みなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?</h4>\r\n<p style=\"font-size:18px;\">神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n<h4 style=\"font-size:18px;\">私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。</h4>\r\n<p style=\"font-size:18px;\">それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n<h4 style=\"font-size:18px;\">真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。</h4>\r\n<p style=\"font-size:18px;\">いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。</p>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">かたち</span>\r\n<p style=\"font-size:18px;\">真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">巻き</span>\r\n<p style=\"font-size:18px;\">「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">テリ</span>\r\n<p style=\"font-size:18px;\">「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">キズ</span>\r\n<p style=\"font-size:18px;\">「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">色</span>\r\n<p style=\"font-size:18px;\">「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">サイズ</span>\r\n<p style=\"font-size:18px;\">そして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。</p>\r\n\r\n<p style=\"font-size:18px;\">人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。</p>\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3 style=\"font-size:18px;\">「かたち」</h3>\r\n<p style=\"font-size:18px;\">「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。</p>\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3 style=\"font-size:18px;\">一口に花珠といってもさまざま</h3>\r\n<p style=\"font-size:18px;\">「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。</p>\r\n<p style=\"font-size:18px;\">そして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。</p>\r\n\r\n<p style=\"font-size:18px;\">真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。</p>\r\n<p style=\"font-size:18px;\">大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。</p>\r\n<p style=\"font-size:18px;\">私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。</p>\r\n\r\n<h3 style=\"font-size:18px;\">&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n<p style=\"font-size:18px;\">花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。</p>\r\n<p style=\"font-size:18px;\">品質は必ず価格に比例しています。</p>\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3 style=\"font-size:18px;\">結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\n<p style=\"font-size:18px;\">これから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。</p>\r\n<p style=\"font-size:18px;\">上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。</p>\r\n<p style=\"font-size:18px;\">以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。</p>\r\n<p style=\"font-size:18px;\">だからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。</p>\r\n<h3 style=\"font-size:18px;\">&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n<p style=\"font-size:18px;\">真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。</p>\r\n<p style=\"font-size:18px;\">ですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。</p>\r\n<p style=\"font-size:18px;\">当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。</p>\r\n<p style=\"font-size:18px;\">女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。</p>\r\n<h3 style=\"font-size:18px;\">真珠婚の記念のネックレスは当店にお任せください</h3>\r\n<p style=\"font-size:18px;\">結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。</p>\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2017-06-23 10:33:08','2017-06-23 01:33:08','',38,'http://nagasaki.s198.coreserver.jp/38-revision-v1/',0,'revision','',0),(593,1,'2017-06-23 10:32:17','2017-06-23 01:32:17','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\" size=\"18\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\n\r\n<h4 style=\"font-size:18px;\">みなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?</h4>\r\n<p style=\"font-size:18px;\">神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n<h4 style=\"font-size:18px;\">私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。</h4>\r\n<p style=\"font-size:18px;\">それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n<h4 style=\"font-size:18px;\">真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。</h4>\r\n<p style=\"font-size:18px;\">いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。</p>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">かたち</span>\r\n<p style=\"font-size:18px;\">真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">巻き</span>\r\n<p style=\"font-size:18px;\">「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">テリ</span>\r\n<p style=\"font-size:18px;\">「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">キズ</span>\r\n<p style=\"font-size:18px;\">「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">色</span>\r\n<p style=\"font-size:18px;\">「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">サイズ</span>\r\n<p style=\"font-size:18px;\">そして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。</p>\r\n\r\n<p style=\"font-size:18px;\">人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。</p>\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3 style=\"font-size:18px;\">「かたち」</h3>\r\n<p style=\"font-size:18px;\">「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。</p>\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3 style=\"font-size:18px;\">一口に花珠といってもさまざま</h3>\r\n<p style=\"font-size:18px;\">「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。</p>\r\n<p style=\"font-size:18px;\">そして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。</p>\r\n\r\n<p style=\"font-size:18px;\">真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。</p>\r\n<p style=\"font-size:18px;\">大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。</p>\r\n<p style=\"font-size:18px;\">私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。</p>\r\n\r\n<h3 style=\"font-size:18px;\">&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n<p style=\"font-size:18px;\">花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。</p>\r\n<p style=\"font-size:18px;\">品質は必ず価格に比例しています。</p>\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3 style=\"font-size:18px;\">結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\n<p style=\"font-size:18px;\">これから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。</p>\r\n<p style=\"font-size:18px;\">上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。</p>\r\n<p style=\"font-size:18px;\">以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。</p>\r\n<p style=\"font-size:18px;\">だからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。</p>\r\n<h3 style=\"font-size:18px;\">&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n<p style=\"font-size:18px;\">真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。</p>\r\n<p style=\"font-size:18px;\">ですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。</p>\r\n<p style=\"font-size:18px;\">当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。</p>\r\n<p style=\"font-size:18px;\">女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。</p>\r\n<h3 style=\"font-size:18px;\">真珠婚の記念のネックレスは当店にお任せください</h3>\r\n<p style=\"font-size:18px;\">結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。</p>\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2017-06-23 10:32:17','2017-06-23 01:32:17','',38,'http://nagasaki.s198.coreserver.jp/38-revision-v1/',0,'revision','',0),(594,1,'2017-06-23 10:32:47','2017-06-23 01:32:47','<!-- tab(1)-->\r\n[su_tabs size=\"18\"][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\n\r\n<h4 style=\"font-size:18px;\">みなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?</h4>\r\n<p style=\"font-size:18px;\">神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治40年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n<h4 style=\"font-size:18px;\">私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。</h4>\r\n<p style=\"font-size:18px;\">それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n<h4 style=\"font-size:18px;\">真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。</h4>\r\n<p style=\"font-size:18px;\">いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。</p>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">かたち</span>\r\n<p style=\"font-size:18px;\">真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">巻き</span>\r\n<p style=\"font-size:18px;\">「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">テリ</span>\r\n<p style=\"font-size:18px;\">「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">キズ</span>\r\n<p style=\"font-size:18px;\">「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">色</span>\r\n<p style=\"font-size:18px;\">「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">サイズ</span>\r\n<p style=\"font-size:18px;\">そして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。</p>\r\n\r\n<p style=\"font-size:18px;\">人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。</p>\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3 style=\"font-size:18px;\">「かたち」</h3>\r\n<p style=\"font-size:18px;\">「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。</p>\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3 style=\"font-size:18px;\">一口に花珠といってもさまざま</h3>\r\n<p style=\"font-size:18px;\">「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。</p>\r\n<p style=\"font-size:18px;\">そして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。</p>\r\n\r\n<p style=\"font-size:18px;\">真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。</p>\r\n<p style=\"font-size:18px;\">大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。</p>\r\n<p style=\"font-size:18px;\">私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。</p>\r\n\r\n<h3 style=\"font-size:18px;\">&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n<p style=\"font-size:18px;\">花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。</p>\r\n<p style=\"font-size:18px;\">品質は必ず価格に比例しています。</p>\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3 style=\"font-size:18px;\">結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\n<p style=\"font-size:18px;\">これから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。</p>\r\n<p style=\"font-size:18px;\">上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。</p>\r\n<p style=\"font-size:18px;\">以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。</p>\r\n<p style=\"font-size:18px;\">だからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。</p>\r\n<h3 style=\"font-size:18px;\">&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n<p style=\"font-size:18px;\">真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。</p>\r\n<p style=\"font-size:18px;\">ですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。</p>\r\n<p style=\"font-size:18px;\">当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。</p>\r\n<p style=\"font-size:18px;\">女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。</p>\r\n<h3 style=\"font-size:18px;\">真珠婚の記念のネックレスは当店にお任せください</h3>\r\n<p style=\"font-size:18px;\">結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。</p>\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2017-06-23 10:32:47','2017-06-23 01:32:47','',38,'http://nagasaki.s198.coreserver.jp/38-revision-v1/',0,'revision','',0),(629,1,'2017-07-19 10:59:15','2017-07-19 01:59:15','[[\"[su_heading size=\\\"18\\\" align=\\\"left\\\" margin=\\\"10\\\"]\\u54c1\\u8cea\\u30fb\\u30e9\\u30f3\\u30af\\u5225\\u306e\\u591a\\u5f69\\u306a\\u30e9\\u30a4\\u30f3\\u30ca\\u30c3\\u30d7[\\/su_heading]\"],[\"\\n<p style=\\\"font-size:18px;\\\">\\u5f53\\u5e97\\u306f\\u304a\\u5ba2\\u69d8\\u306e\\u3054\\u4e88\\u7b97\\u30fb\\u3054\\u8981\\u671b\\u306b\\u5fdc\\u3058\\u3066\\u3001\\u3042\\u306a\\u305f\\u69d8\\u306b\\u3074\\u3063\\u305f\\u308a\\u306e\\u5546\\u54c1\\u3092\\u3054\\u63d0\\u6848\\u3044\\u305f\\u3057\\u307e\\u3059<\\/p>\"]]','極上花珠真珠の説明','','inherit','closed','closed','','387-revision-v1','','','2017-07-19 10:59:15','2017-07-19 01:59:15','',387,'http://nagasaki.s198.coreserver.jp/387-revision-v1/',0,'revision','',0),(596,1,'2017-06-23 10:36:37','2017-06-23 01:36:37','[[\"[su_heading size=\\\"16\\\" align=\\\"left\\\" margin=\\\"10\\\"]\\u6700\\u4e0a\\u7d1a\\u306e\\u54c1\\u8cea[\\/su_heading]\"],[\"<!--<img style=\\\"float: left;\\\" src=\\\"http:\\/\\/nagasaki.s198.coreserver.jp\\/wp-content\\/uploads\\/2015\\/item\\/gokuhana1.jpg\\\" alt=\\\"\\u6975\\u4e0a\\u82b1\\u73e0\\u30d1\\u30fc\\u30eb\\\" width=\\\"70%\\\" \\/>-->\\n\\n<p style=\\\"font-size:18px;\\\">\\u82b1\\u73e0\\u771f\\u73e0\\u306f\\u3042\\u3053\\u3084\\u771f\\u73e0\\u306e\\u4e2d\\u3067\\u3082\\u6700\\u4e0a\\u7d1a\\u306e\\u30af\\u30aa\\u30ea\\u30c6\\u30a3(\\u54c1\\u8cea)\\u306e\\u307f\\u306b\\u4e0e\\u3048\\u3089\\u308c\\u308b\\u79f0\\u53f7\\u3067\\u3001\\u3055\\u3089\\u306b\\u53b3\\u9078\\u9451\\u5225\\u3057\\u3066\\u6975\\u4e0a\\u3068\\u79f0\\u3057\\u305f\\u5927\\u5909\\u8cb4\\u91cd\\u306a\\u771f\\u73e0\\u304c\\u300c\\u6975\\u4e0a\\u82b1\\u73e0\\u771f\\u73e0\\u300d\\u306a\\u306e\\u3067\\u3059\\u3002\\n\\u307e\\u305a\\u82b1\\u73e0\\u771f\\u73e0\\u3068\\u3057\\u3066\\u8a8d\\u3081\\u3089\\u308c\\u308b\\u305f\\u3081\\u306b\\u306f\\u3001\\u3044\\u304f\\u3064\\u304b\\u306e\\u9805\\u76ee\\u3092\\u3059\\u3079\\u3066\\u6700\\u9ad8\\u30e9\\u30f3\\u30af\\u3067\\u30af\\u30ea\\u30a2\\u3057\\u306a\\u304f\\u3066\\u306f\\u306a\\u308a\\u307e\\u305b\\u3093\\u3002\\n\\u5dfb\\u304d\\u30fb\\u5f62\\u30fb\\u5149\\u6ca2(\\u3066\\u308a)\\u30fb\\u30ad\\u30ba\\u3001\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306b\\u306f\\u3055\\u3089\\u306b \\u300c\\u4ed5\\u4e0a\\u3052(\\u9023\\u76f8)\\u300d\\u304c\\u52a0\\u308f\\u308a5\\u3064\\u306e\\u57fa\\u6e96\\u3067\\u5224\\u65ad\\u3055\\u308c\\u307e\\u3059\\u3002\\u3053\\u308c\\u3089\\u3059\\u3079\\u3066\\u306e\\u9805\\u76ee\\u3067\\u6700\\u9ad8\\u30e9\\u30f3\\u30af\\u3092\\u53d6\\u5f97\\u3057\\u305f\\u3082\\u306e\\u306e\\u307f\\u304c\\u6975\\u4e0a\\u82b1\\u73e0\\u3068\\u3057\\u3066\\u8a8d\\u3081\\u3089\\u308c\\u308b\\u306e\\u3067\\u3059\\u3002<\\/p>\"]]','極上花珠真珠の説明','','inherit','closed','closed','','387-revision-v1','','','2017-06-23 10:36:37','2017-06-23 01:36:37','',387,'http://nagasaki.s198.coreserver.jp/387-revision-v1/',0,'revision','',0),(597,1,'2017-06-23 10:37:19','2017-06-23 01:37:19','[[\"[su_heading size=\\\"18\\\" align=\\\"left\\\" margin=\\\"10\\\"]\\u6700\\u4e0a\\u7d1a\\u306e\\u54c1\\u8cea[\\/su_heading]\"],[\"<!--<img style=\\\"float: left;\\\" src=\\\"http:\\/\\/nagasaki.s198.coreserver.jp\\/wp-content\\/uploads\\/2015\\/item\\/gokuhana1.jpg\\\" alt=\\\"\\u6975\\u4e0a\\u82b1\\u73e0\\u30d1\\u30fc\\u30eb\\\" width=\\\"70%\\\" \\/>-->\\n\\n<p style=\\\"font-size:18px;\\\">\\u82b1\\u73e0\\u771f\\u73e0\\u306f\\u3042\\u3053\\u3084\\u771f\\u73e0\\u306e\\u4e2d\\u3067\\u3082\\u6700\\u4e0a\\u7d1a\\u306e\\u30af\\u30aa\\u30ea\\u30c6\\u30a3(\\u54c1\\u8cea)\\u306e\\u307f\\u306b\\u4e0e\\u3048\\u3089\\u308c\\u308b\\u79f0\\u53f7\\u3067\\u3001\\u3055\\u3089\\u306b\\u53b3\\u9078\\u9451\\u5225\\u3057\\u3066\\u6975\\u4e0a\\u3068\\u79f0\\u3057\\u305f\\u5927\\u5909\\u8cb4\\u91cd\\u306a\\u771f\\u73e0\\u304c\\u300c\\u6975\\u4e0a\\u82b1\\u73e0\\u771f\\u73e0\\u300d\\u306a\\u306e\\u3067\\u3059\\u3002\\n\\u307e\\u305a\\u82b1\\u73e0\\u771f\\u73e0\\u3068\\u3057\\u3066\\u8a8d\\u3081\\u3089\\u308c\\u308b\\u305f\\u3081\\u306b\\u306f\\u3001\\u3044\\u304f\\u3064\\u304b\\u306e\\u9805\\u76ee\\u3092\\u3059\\u3079\\u3066\\u6700\\u9ad8\\u30e9\\u30f3\\u30af\\u3067\\u30af\\u30ea\\u30a2\\u3057\\u306a\\u304f\\u3066\\u306f\\u306a\\u308a\\u307e\\u305b\\u3093\\u3002\\n\\u5dfb\\u304d\\u30fb\\u5f62\\u30fb\\u5149\\u6ca2(\\u3066\\u308a)\\u30fb\\u30ad\\u30ba\\u3001\\u30cd\\u30c3\\u30af\\u30ec\\u30b9\\u306b\\u306f\\u3055\\u3089\\u306b \\u300c\\u4ed5\\u4e0a\\u3052(\\u9023\\u76f8)\\u300d\\u304c\\u52a0\\u308f\\u308a5\\u3064\\u306e\\u57fa\\u6e96\\u3067\\u5224\\u65ad\\u3055\\u308c\\u307e\\u3059\\u3002\\u3053\\u308c\\u3089\\u3059\\u3079\\u3066\\u306e\\u9805\\u76ee\\u3067\\u6700\\u9ad8\\u30e9\\u30f3\\u30af\\u3092\\u53d6\\u5f97\\u3057\\u305f\\u3082\\u306e\\u306e\\u307f\\u304c\\u6975\\u4e0a\\u82b1\\u73e0\\u3068\\u3057\\u3066\\u8a8d\\u3081\\u3089\\u308c\\u308b\\u306e\\u3067\\u3059\\u3002<\\/p>\"]]','極上花珠真珠の説明','','inherit','closed','closed','','387-revision-v1','','','2017-06-23 10:37:19','2017-06-23 01:37:19','',387,'http://nagasaki.s198.coreserver.jp/387-revision-v1/',0,'revision','',0),(599,1,'2017-06-23 10:42:26','2017-06-23 01:42:26','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann151.jpg\" alt=\"真珠婚見出し\" width=\"100%\" />\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚30年目は人生の節目です[/su_heading]\r\n<h4 style=\"font-size:18px;\">これから結婚30周年を迎えようとするご夫婦の方へ。上のお子さま下のお子さまも、もう社会で活躍され子育てもそろそろ一段落といったところでしょうか。</h4>\r\n\r\n<p style=\"font-size:18px;\">前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の「婚式」といえば結婚25周年の銀婚式がありました。しかしこれからいよいよセカンドライフが始まるという時期にあたる「真珠婚」のほうが、これまでの人生を振り返りこれからの生き方を考えるのにちょうど良い節目だと思われます。\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うための贈りものは最高級の花珠真珠のネックレスをおいて他にはないでしょう。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]この年齢だからこそ必要な真珠、それが花珠真珠[/su_heading]\r\n<h4 style=\"font-size:18px;\">真珠は女性にとってさまざまな場面で必要ともいえるジュエリーアイテムです。奥さまもひとつは真珠のネックレスをお持ちでしょうか。</h4>\r\n\r\n<p style=\"font-size:18px;\">そのネックレスはお子さまの入園式や卒園式、小学校の入学式くらいからずっと使い続けていませんか。\r\n若いころ購入したその真珠は、これまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。</p>\r\n\r\n<p style=\"font-size:18px;\">当店で花珠ネックレスを購入されるご年配の女性のみなさまは、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して恥ずかしい」「キズが多くて…」というお悩みのため買い替えをされています。</p>\r\n\r\n<p style=\"font-size:18px;\">女性にとっては必要といえるジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の確かな品質というものがあるのです。それが花珠真珠なのです。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠婚の記念のネックレスは当店におまかせください[/su_heading]\r\n<h4 style=\"font-size:18px;\">結婚30周年という一生に一度の節目にふさわしい贈りものだからこそ、品質・価格ともに自信のある花珠真珠をご案内します。</h4>\r\n<p style=\"font-size:18px;\">とはいえ大変高価なものですので、目で見て確かめて納得いくまで吟味したいものです。そのため当店では「返品保証」をつけて販売しています。どうぞご安心ください。\r\n愛する奥様への大切な贈りものなら、当店の真珠をお選びください。必ずご期待にお応えできることでしょう。</p>\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n&nbsp;\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>','結婚30周年は真珠婚','','inherit','closed','closed','','476-revision-v1','','','2017-06-23 10:42:26','2017-06-23 01:42:26','',476,'http://nagasaki.s198.coreserver.jp/476-revision-v1/',0,'revision','',0),(644,1,'2017-07-20 12:02:00','2017-07-20 03:02:00','','02slide12','','inherit','closed','closed','','02slide12','','','2017-07-20 12:02:00','2017-07-20 03:02:00','',0,'http://www.nagasaki-shinju.com/wp-content/uploads/2017/07/02slide12.jpg',0,'attachment','image/jpeg',0),(600,1,'2017-06-23 10:43:26','2017-06-23 01:43:26','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann151.jpg\" alt=\"真珠婚見出し\" width=\"100%\" />\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]<h4 style=\"font-size:18px;\">結婚30年目は人生の節目です</h4>[/su_heading]\r\n<h4 style=\"font-size:18px;\">これから結婚30周年を迎えようとするご夫婦の方へ。上のお子さま下のお子さまも、もう社会で活躍され子育てもそろそろ一段落といったところでしょうか。</h4>\r\n\r\n<p style=\"font-size:18px;\">前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の「婚式」といえば結婚25周年の銀婚式がありました。しかしこれからいよいよセカンドライフが始まるという時期にあたる「真珠婚」のほうが、これまでの人生を振り返りこれからの生き方を考えるのにちょうど良い節目だと思われます。\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うための贈りものは最高級の花珠真珠のネックレスをおいて他にはないでしょう。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]この年齢だからこそ必要な真珠、それが花珠真珠[/su_heading]\r\n<h4 style=\"font-size:18px;\">真珠は女性にとってさまざまな場面で必要ともいえるジュエリーアイテムです。奥さまもひとつは真珠のネックレスをお持ちでしょうか。</h4>\r\n\r\n<p style=\"font-size:18px;\">そのネックレスはお子さまの入園式や卒園式、小学校の入学式くらいからずっと使い続けていませんか。\r\n若いころ購入したその真珠は、これまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。</p>\r\n\r\n<p style=\"font-size:18px;\">当店で花珠ネックレスを購入されるご年配の女性のみなさまは、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して恥ずかしい」「キズが多くて…」というお悩みのため買い替えをされています。</p>\r\n\r\n<p style=\"font-size:18px;\">女性にとっては必要といえるジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の確かな品質というものがあるのです。それが花珠真珠なのです。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠婚の記念のネックレスは当店におまかせください[/su_heading]\r\n<h4 style=\"font-size:18px;\">結婚30周年という一生に一度の節目にふさわしい贈りものだからこそ、品質・価格ともに自信のある花珠真珠をご案内します。</h4>\r\n<p style=\"font-size:18px;\">とはいえ大変高価なものですので、目で見て確かめて納得いくまで吟味したいものです。そのため当店では「返品保証」をつけて販売しています。どうぞご安心ください。\r\n愛する奥様への大切な贈りものなら、当店の真珠をお選びください。必ずご期待にお応えできることでしょう。</p>\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n&nbsp;\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>','結婚30周年は真珠婚','','inherit','closed','closed','','476-revision-v1','','','2017-06-23 10:43:26','2017-06-23 01:43:26','',476,'http://nagasaki.s198.coreserver.jp/476-revision-v1/',0,'revision','',0),(601,1,'2017-06-23 10:44:35','2017-06-23 01:44:35','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann151.jpg\" alt=\"真珠婚見出し\" width=\"100%\" />\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚30年目は人生の節目です[/su_heading]\r\n<h4 style=\"font-size:18px;\">これから結婚30周年を迎えようとするご夫婦の方へ。上のお子さま下のお子さまも、もう社会で活躍され子育てもそろそろ一段落といったところでしょうか。</h4>\r\n\r\n<p style=\"font-size:18px;\">前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の「婚式」といえば結婚25周年の銀婚式がありました。しかしこれからいよいよセカンドライフが始まるという時期にあたる「真珠婚」のほうが、これまでの人生を振り返りこれからの生き方を考えるのにちょうど良い節目だと思われます。\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うための贈りものは最高級の花珠真珠のネックレスをおいて他にはないでしょう。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]この年齢だからこそ必要な真珠、それが花珠真珠[/su_heading]\r\n<h4 style=\"font-size:18px;\">真珠は女性にとってさまざまな場面で必要ともいえるジュエリーアイテムです。奥さまもひとつは真珠のネックレスをお持ちでしょうか。</h4>\r\n\r\n<p style=\"font-size:18px;\">そのネックレスはお子さまの入園式や卒園式、小学校の入学式くらいからずっと使い続けていませんか。\r\n若いころ購入したその真珠は、これまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。</p>\r\n\r\n<p style=\"font-size:18px;\">当店で花珠ネックレスを購入されるご年配の女性のみなさまは、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して恥ずかしい」「キズが多くて…」というお悩みのため買い替えをされています。</p>\r\n\r\n<p style=\"font-size:18px;\">女性にとっては必要といえるジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の確かな品質というものがあるのです。それが花珠真珠なのです。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠婚の記念のネックレスは当店におまかせください[/su_heading]\r\n<h4 style=\"font-size:18px;\">結婚30周年という一生に一度の節目にふさわしい贈りものだからこそ、品質・価格ともに自信のある花珠真珠をご案内します。</h4>\r\n<p style=\"font-size:18px;\">とはいえ大変高価なものですので、目で見て確かめて納得いくまで吟味したいものです。そのため当店では「返品保証」をつけて販売しています。どうぞご安心ください。\r\n愛する奥様への大切な贈りものなら、当店の真珠をお選びください。必ずご期待にお応えできることでしょう。</p>\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n&nbsp;\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"font-size: 16px;margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 16px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>','結婚30周年は真珠婚','','inherit','closed','closed','','476-revision-v1','','','2017-06-23 10:44:35','2017-06-23 01:44:35','',476,'http://nagasaki.s198.coreserver.jp/476-revision-v1/',0,'revision','',0),(604,1,'2017-06-23 11:15:32','2017-06-23 02:15:32','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann121.jpg\" alt=\"極上花珠\" width=\"100%\">\r\n\r\n[table id=10 /]\r\n\r\n[table id=8 /]\r\n','花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2017-06-23 11:15:32','2017-06-23 02:15:32','',57,'http://nagasaki.s198.coreserver.jp/57-revision-v1/',0,'revision','',0),(605,1,'2017-06-23 11:17:28','2017-06-23 02:17:28','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann121.jpg\" alt=\"極上花珠\" width=\"100%\">\r\n\r\n[table id=10 /]\r\n\r\n[table id=8 /]\r\n\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"長崎真珠店のこだわり\" /></div>','花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2017-06-23 11:17:28','2017-06-23 02:17:28','',57,'http://nagasaki.s198.coreserver.jp/57-revision-v1/',0,'revision','',0),(611,1,'2017-06-23 11:26:22','2017-06-23 02:26:22','','banner_01','','inherit','closed','closed','','banner_01-2','','','2017-06-23 11:26:22','2017-06-23 02:26:22','',57,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01.jpg',0,'attachment','image/jpeg',0),(608,1,'2017-06-23 11:23:13','2017-06-23 02:23:13','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann121.jpg\" alt=\"極上花珠\" width=\"100%\">\r\n\r\n[table id=10 /]\r\n\r\n\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\"></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\">\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n','花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2017-06-23 11:23:13','2017-06-23 02:23:13','',57,'http://nagasaki.s198.coreserver.jp/57-revision-v1/',0,'revision','',0),(606,1,'2017-06-23 11:22:22','2017-06-23 02:22:22','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann121.jpg\" alt=\"極上花珠\" width=\"100%\">\r\n\r\n[table id=10 /]\r\n\r\n[table id=8 /]\r\n\r\n\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\"></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\">\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\">&nbsp;</div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n','花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2017-06-23 11:22:22','2017-06-23 02:22:22','',57,'http://nagasaki.s198.coreserver.jp/57-revision-v1/',0,'revision','',0),(607,1,'2017-06-23 11:22:51','2017-06-23 02:22:51','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann121.jpg\" alt=\"極上花珠\" width=\"100%\">\r\n\r\n[table id=10 /]\r\n\r\n\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\"></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\">\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\">&nbsp;</div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->\r\n','花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2017-06-23 11:22:51','2017-06-23 02:22:51','',57,'http://nagasaki.s198.coreserver.jp/57-revision-v1/',0,'revision','',0),(610,1,'2017-06-23 11:24:40','2017-06-23 02:24:40','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"花珠輝く\" width=\"100%\">\r\n\r\n[table id=10 /]\r\n\r\n\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\"></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\">\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n','花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2017-06-23 11:24:40','2017-06-23 02:24:40','',57,'http://nagasaki.s198.coreserver.jp/57-revision-v1/',0,'revision','',0),(609,1,'2017-06-23 11:24:16','2017-06-23 02:24:16','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann121.jpg\" alt=\"極上花珠\" width=\"100%\">\r\n<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"花珠輝く\" width=\"100%\">\r\n[table id=10 /]\r\n\r\n\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\"></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\">\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n','花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2017-06-23 11:24:16','2017-06-23 02:24:16','',57,'http://nagasaki.s198.coreserver.jp/57-revision-v1/',0,'revision','',0),(612,1,'2017-06-23 11:26:58','2017-06-23 02:26:58','','banner_03','','inherit','closed','closed','','banner_03','','','2017-06-23 11:26:58','2017-06-23 02:26:58','',57,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_03.jpg',0,'attachment','image/jpeg',0),(613,1,'2017-06-23 11:27:19','2017-06-23 02:27:19','','banner_05','','inherit','closed','closed','','banner_05','','','2017-06-23 11:27:19','2017-06-23 02:27:19','',57,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_05.jpg',0,'attachment','image/jpeg',0),(614,1,'2017-06-23 11:29:00','2017-06-23 02:29:00','','banner_07','','inherit','closed','closed','','banner_07','','','2017-06-23 11:29:00','2017-06-23 02:29:00','',57,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_07.jpg',0,'attachment','image/jpeg',0),(616,1,'2017-06-23 11:31:23','2017-06-23 02:31:23','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"花珠輝く\" width=\"100%\">\r\n\r\n[table id=10 /]\r\n\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01.jpg\" alt=\"banner_01\" width=\"50%\" class=\"alignnone size-full wp-image-611\" /><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_03.jpg\" alt=\"banner_03\" width=\"50%\" class=\"alignnone size-full wp-image-612\" />\r\n\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_05.jpg\" alt=\"banner_05\" width=\"760\" height=\"229\" class=\"alignnone size-full wp-image-613\" /><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_07.jpg\" alt=\"banner_07\" width=\"760\" height=\"228\" class=\"alignnone size-full wp-image-614\" />\r\n\r\n\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\"></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\">\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n','花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2017-06-23 11:31:23','2017-06-23 02:31:23','',57,'http://nagasaki.s198.coreserver.jp/57-revision-v1/',0,'revision','',0),(618,1,'2017-06-23 11:32:35','2017-06-23 02:32:35','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"花珠輝く\" width=\"100%\">\r\n\r\n[table id=10 /]\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01-300x90.jpg\" alt=\"banner_01\" width=\"300\" height=\"90\" class=\"alignnone size-medium wp-image-611\" /></a>\r\n\r\n\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_05.jpg\" alt=\"banner_05\" width=\"760\" height=\"229\" class=\"alignnone size-full wp-image-613\" /><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_07.jpg\" alt=\"banner_07\" width=\"760\" height=\"228\" class=\"alignnone size-full wp-image-614\" />\r\n\r\n\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\"></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\">\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n','花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2017-06-23 11:32:35','2017-06-23 02:32:35','',57,'http://nagasaki.s198.coreserver.jp/57-revision-v1/',0,'revision','',0),(615,1,'2017-06-23 11:30:26','2017-06-23 02:30:26','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"花珠輝く\" width=\"100%\">\r\n\r\n[table id=10 /]\r\n\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01.jpg\" alt=\"banner_01\" width=\"760\" height=\"229\" class=\"alignnone size-full wp-image-611\" /><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_03.jpg\" alt=\"banner_03\" width=\"760\" height=\"233\" class=\"alignnone size-full wp-image-612\" />\r\n\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_05.jpg\" alt=\"banner_05\" width=\"760\" height=\"229\" class=\"alignnone size-full wp-image-613\" /><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_07.jpg\" alt=\"banner_07\" width=\"760\" height=\"228\" class=\"alignnone size-full wp-image-614\" />\r\n\r\n\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\"></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\">\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n','花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2017-06-23 11:30:26','2017-06-23 02:30:26','',57,'http://nagasaki.s198.coreserver.jp/57-revision-v1/',0,'revision','',0),(617,1,'2017-06-23 11:31:51','2017-06-23 02:31:51','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"花珠輝く\" width=\"100%\">\r\n\r\n[table id=10 /]\r\n\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01.jpg\" alt=\"banner_01\" width=\"300\" class=\"alignnone size-full wp-image-611\" /><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_03.jpg\" alt=\"banner_03\" width=\"300\" class=\"alignnone size-full wp-image-612\" />\r\n\r\n<img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_05.jpg\" alt=\"banner_05\" width=\"760\" height=\"229\" class=\"alignnone size-full wp-image-613\" /><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_07.jpg\" alt=\"banner_07\" width=\"760\" height=\"228\" class=\"alignnone size-full wp-image-614\" />\r\n\r\n\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\"></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\">\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n','花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2017-06-23 11:31:51','2017-06-23 02:31:51','',57,'http://nagasaki.s198.coreserver.jp/57-revision-v1/',0,'revision','',0),(619,1,'2017-06-23 11:34:19','2017-06-23 02:34:19','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"花珠輝く\" width=\"100%\">\r\n\r\n[table id=10 /]\r\n\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01.jpg\" alt=\"banner_01\" width=\"760\" height=\"229\" class=\"alignnone size-full wp-image-611\" /></a><a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_03.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_03.jpg\" alt=\"banner_03\" width=\"760\" height=\"233\" class=\"alignnone size-full wp-image-612\" /></a>\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_05.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_05.jpg\" alt=\"banner_05\" width=\"760\" height=\"229\" class=\"alignnone size-full wp-image-613\" /></a><a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_07.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_07.jpg\" alt=\"banner_07\" width=\"760\" height=\"228\" class=\"alignnone size-full wp-image-614\" /></a>\r\n\r\n\r\n\r\n\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\"></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\">\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n','花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2017-06-23 11:34:19','2017-06-23 02:34:19','',57,'http://nagasaki.s198.coreserver.jp/57-revision-v1/',0,'revision','',0),(620,1,'2017-06-23 11:35:25','2017-06-23 02:35:25','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"花珠輝く\" width=\"100%\">\r\n\r\n[table id=10 /]\r\n\r\n<div style=\"float: none;\">\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01.jpg\" alt=\"banner_01\" width=\"760\" height=\"229\" class=\"alignnone size-full wp-image-611\" /></a><a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_03.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_03.jpg\" alt=\"banner_03\" width=\"760\" height=\"233\" class=\"alignnone size-full wp-image-612\" /></a>\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_05.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_05.jpg\" alt=\"banner_05\" width=\"760\" height=\"229\" class=\"alignnone size-full wp-image-613\" /></a><a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_07.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_07.jpg\" alt=\"banner_07\" width=\"760\" height=\"228\" class=\"alignnone size-full wp-image-614\" /></a>\r\n</div>\r\n\r\n\r\n\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\"></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\">\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n','花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2017-06-23 11:35:25','2017-06-23 02:35:25','',57,'http://nagasaki.s198.coreserver.jp/57-revision-v1/',0,'revision','',0),(622,1,'2017-07-19 10:38:32','2017-07-19 01:38:32','&nbsp; 新着情報\r\n<strong>大誕生祭</strong> 2/23(土)~3/3(日)\r\n\r\n<hr>\r\n\r\n<a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/2019/02/omote.jpg\"><img width=\"1900\" height=\"2753\" class=\"alignnone size-full wp-image-674\" alt=\"\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/2019/02/omote.jpg\"></a>\r\n\r\n<a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/2019/02/ura.jpg\"><img width=\"1900\" height=\"2753\" class=\"alignnone size-full wp-image-674\" alt=\"\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/2019/02/ura.jpg\"></a>','新着情報','','publish','closed','closed','','%e6%96%b0%e7%9d%80%e6%83%85%e5%a0%b1','','','2019-02-22 14:10:24','2019-02-22 05:10:24','',0,'http://nagasaki.s198.coreserver.jp/?page_id=622',0,'page','',0),(623,1,'2017-07-19 10:37:57','2017-07-19 01:37:57','','omote','','inherit','closed','closed','','omote','','','2017-07-19 10:37:57','2017-07-19 01:37:57','',622,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2017/07/omote.jpg',0,'attachment','image/jpeg',0),(624,1,'2017-07-19 10:38:22','2017-07-19 01:38:22','','ura','','inherit','closed','closed','','ura','','','2017-07-19 10:38:22','2017-07-19 01:38:22','',622,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2017/07/ura.jpg',0,'attachment','image/jpeg',0),(625,1,'2017-07-19 10:38:32','2017-07-19 01:38:32',' ','','','publish','closed','closed','','625','','','2017-09-26 16:02:59','2017-09-26 07:02:59','',0,'http://nagasaki.s198.coreserver.jp/625/',13,'nav_menu_item','',0),(626,1,'2017-07-19 10:38:32','2017-07-19 01:38:32','新着情報\r\n<hr>\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2017/07/omote.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2017/07/omote.jpg\" alt=\"omote\" width=\"1900\" height=\"1333\" class=\"alignnone size-full wp-image-623\" /></a>\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2017/07/ura.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2017/07/ura.jpg\" alt=\"ura\" width=\"1900\" height=\"1333\" class=\"alignnone size-full wp-image-624\" /></a>','新着情報','','inherit','closed','closed','','622-revision-v1','','','2017-07-19 10:38:32','2017-07-19 01:38:32','',622,'http://nagasaki.s198.coreserver.jp/622-revision-v1/',0,'revision','',0),(637,1,'2017-07-20 10:40:42','2017-07-20 01:40:42','新着情報\r\n<strong>2017 SUMMER SALE</strong> 7/21(金)~7/30(日)\r\n<hr>\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2017/07/omote.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2017/07/omote.jpg\" alt=\"omote\" width=\"1900\" height=\"1333\" class=\"alignnone size-full wp-image-623\" /></a>\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2017/07/ura.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2017/07/ura.jpg\" alt=\"ura\" width=\"1900\" height=\"1333\" class=\"alignnone size-full wp-image-624\" /></a>','新着情報','','inherit','closed','closed','','622-revision-v1','','','2017-07-20 10:40:42','2017-07-20 01:40:42','',622,'http://nagasaki.s198.coreserver.jp/622-revision-v1/',0,'revision','',0),(634,1,'2017-07-19 11:34:39','2017-07-19 02:34:39','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"花珠輝く\" width=\"100%\">\n\n[table id=10 /]\n\n<div style=\"float: none;\">\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01.jpg\" alt=\"banner_01\" width=\"760\" height=\"229\" class=\"alignnone size-full wp-image-611\" /></a><a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_03.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_03.jpg\" alt=\"banner_03\" width=\"760\" height=\"233\" class=\"alignnone size-full wp-image-612\" /></a>\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_05.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_05.jpg\" alt=\"banner_05\" width=\"760\" height=\"229\" class=\"alignnone size-full wp-image-613\" /></a><a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_07.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_07.jpg\" alt=\"banner_07\" width=\"760\" height=\"228\" class=\"alignnone size-full wp-image-614\" /></a>\n</div>\n\n\n\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\"></div>\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\">\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\"></td>\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\n金具(スクラプ)にもこだわりを。</td>\n</tr>\n<tr>\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\"></td>\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\n大切な真珠を美しく保管できるウォルナットケースでお届けします。\n※花球真珠・極上はなだ</td>\n</tr>\n<tr>\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\"></td>\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\n</tr>\n<tr>\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\"></td>\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n\n','花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2017-07-19 11:34:39','2017-07-19 02:34:39','',57,'http://nagasaki.s198.coreserver.jp/57-revision-v1/',0,'revision','',0),(628,1,'2017-07-19 10:54:38','2017-07-19 01:54:38','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"花珠輝く\" width=\"100%\">\r\n\r\n[table id=10 /]\r\n\r\n<div style=\"float: none;\">\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01.jpg\" alt=\"banner_01\" width=\"760\" height=\"229\" class=\"alignnone size-full wp-image-611\" /></a><a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_03.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_03.jpg\" alt=\"banner_03\" width=\"760\" height=\"233\" class=\"alignnone size-full wp-image-612\" /></a>\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_05.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_05.jpg\" alt=\"banner_05\" width=\"760\" height=\"229\" class=\"alignnone size-full wp-image-613\" /></a><a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_07.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_07.jpg\" alt=\"banner_07\" width=\"760\" height=\"228\" class=\"alignnone size-full wp-image-614\" /></a>\r\n</div>\r\n\r\n\r\n\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\"></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\">\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できるウォルナットケースでお届けします。\r\n※花球真珠・極上花球真珠の商品に限ります</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。\r\n※花球真珠・極上花球真珠の商品に限ります</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n','花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2017-07-19 10:54:38','2017-07-19 01:54:38','',57,'http://nagasaki.s198.coreserver.jp/57-revision-v1/',0,'revision','',0),(633,1,'2017-07-19 11:33:38','2017-07-19 02:33:38','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"花珠輝く\" width=\"100%\">\r\n\r\n[table id=10 /]\r\n\r\n<div style=\"float: none;\">\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01.jpg\" alt=\"banner_01\" width=\"760\" height=\"229\" class=\"alignnone size-full wp-image-611\" /></a><a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_03.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_03.jpg\" alt=\"banner_03\" width=\"760\" height=\"233\" class=\"alignnone size-full wp-image-612\" /></a>\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_05.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_05.jpg\" alt=\"banner_05\" width=\"760\" height=\"229\" class=\"alignnone size-full wp-image-613\" /></a><a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_07.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_07.jpg\" alt=\"banner_07\" width=\"760\" height=\"228\" class=\"alignnone size-full wp-image-614\" /></a>\r\n</div>\r\n\r\n\r\n\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\"></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\">\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できるウォルナットケースでお届けします。\r\n※花球真珠・極上花球真珠の商品に限ります</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。\r\n※花球真珠・極上花球真珠の商品に限ります</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n','花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2017-07-19 11:33:38','2017-07-19 02:33:38','',57,'http://nagasaki.s198.coreserver.jp/57-revision-v1/',0,'revision','',0),(635,1,'2017-07-19 11:37:11','2017-07-19 02:37:11','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann141.jpg\" alt=\"花珠輝く\" width=\"100%\">\r\n\r\n[table id=10 /]\r\n\r\n<div style=\"float: none;\">\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01.jpg\" alt=\"banner_01\" width=\"760\" height=\"229\" class=\"alignnone size-full wp-image-611\" /></a><a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_03.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_03.jpg\" alt=\"banner_03\" width=\"760\" height=\"233\" class=\"alignnone size-full wp-image-612\" /></a>\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_05.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_05.jpg\" alt=\"banner_05\" width=\"760\" height=\"229\" class=\"alignnone size-full wp-image-613\" /></a><a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_07.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_07.jpg\" alt=\"banner_07\" width=\"760\" height=\"228\" class=\"alignnone size-full wp-image-614\" /></a>\r\n</div>\r\n\r\n\r\n\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\"></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\">\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できるウォルナットケースでお届けします。\r\n※花珠真珠・極上花珠の商品に限ります</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。\r\n※花珠真珠・極上花珠の商品に限ります</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n','花珠真珠','','inherit','closed','closed','','57-revision-v1','','','2017-07-19 11:37:11','2017-07-19 02:37:11','',57,'http://nagasaki.s198.coreserver.jp/57-revision-v1/',0,'revision','',0),(636,1,'2017-07-19 12:51:15','2017-07-19 03:51:15','','Husband helping wife wearing necklace','','inherit','closed','closed','','husband-helping-wife-wearing-necklace','','','2017-07-19 12:51:15','2017-07-19 03:51:15','',0,'http://nagasaki.s198.coreserver.jp/wp-content/uploads/2017/07/547cc9628aaaf7d45bd5c31003733510.jpg',0,'attachment','image/jpeg',0),(641,1,'2017-07-20 10:52:50','2017-07-20 01:52:50','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann121.jpg\" alt=\"極上花珠\" width=\"100%\" />\r\n\r\n[table id=10 /]\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"長崎真珠店のこだわり\" /></div>','THE PROFESSIONAL PEARL SHOP','','inherit','closed','closed','','486-revision-v1','','','2017-07-20 10:52:50','2017-07-20 01:52:50','',486,'http://nagasaki.s198.coreserver.jp/486-revision-v1/',0,'revision','',0),(640,1,'2017-07-20 10:45:22','2017-07-20 01:45:22','\r\n[table id=10 /]\r\n\r\n<div style=\"float: none;\">\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01.jpg\" alt=\"banner_01\" width=\"760\" height=\"229\" class=\"alignnone size-full wp-image-611\" /></a><a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_03.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_03.jpg\" alt=\"banner_03\" width=\"760\" height=\"233\" class=\"alignnone size-full wp-image-612\" /></a>\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_05.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_05.jpg\" alt=\"banner_05\" width=\"760\" height=\"229\" class=\"alignnone size-full wp-image-613\" /></a><a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_07.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_07.jpg\" alt=\"banner_07\" width=\"760\" height=\"228\" class=\"alignnone size-full wp-image-614\" /></a>\r\n</div>\r\n\r\n\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\"></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\">\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できるウォルナットケースでお届けします。\r\n※花珠真珠・極上花珠の商品に限ります</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。\r\n※花珠真珠・極上花珠の商品に限ります</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n','THE PROFESSIONAL PEARL SHOP','','inherit','closed','closed','','486-revision-v1','','','2017-07-20 10:45:22','2017-07-20 01:45:22','',486,'http://nagasaki.s198.coreserver.jp/486-revision-v1/',0,'revision','',0),(639,1,'2017-07-20 10:43:47','2017-07-20 01:43:47','<img style=\"float: left;\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann121.jpg\" alt=\"極上花珠\" width=\"100%\" />\r\n\r\n[table id=10 /]\r\n\r\n<div style=\"float: none;\">\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01.jpg\" alt=\"banner_01\" width=\"760\" height=\"229\" class=\"alignnone size-full wp-image-611\" /></a><a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_03.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_03.jpg\" alt=\"banner_03\" width=\"760\" height=\"233\" class=\"alignnone size-full wp-image-612\" /></a>\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_05.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_05.jpg\" alt=\"banner_05\" width=\"760\" height=\"229\" class=\"alignnone size-full wp-image-613\" /></a><a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_07.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_07.jpg\" alt=\"banner_07\" width=\"760\" height=\"228\" class=\"alignnone size-full wp-image-614\" /></a>\r\n</div>\r\n\r\n\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\"></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\">\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できるウォルナットケースでお届けします。\r\n※花珠真珠・極上花珠の商品に限ります</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。\r\n※花珠真珠・極上花珠の商品に限ります</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n','THE PROFESSIONAL PEARL SHOP','','inherit','closed','closed','','486-revision-v1','','','2017-07-20 10:43:47','2017-07-20 01:43:47','',486,'http://nagasaki.s198.coreserver.jp/486-revision-v1/',0,'revision','',0),(649,1,'2017-07-21 14:38:48','2017-07-21 05:38:48','[table id=10 /]\r\n<div style=\"float: none;\"><a href=\"http://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_01.jpg\"><img class=\"alignnone size-full wp-image-611\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_01.jpg\" alt=\"banner_01\" width=\"760\" height=\"229\"></a><a href=\"http://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_03.jpg\"><img class=\"alignnone size-full wp-image-612\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_03.jpg\" alt=\"banner_03\" width=\"760\" height=\"233\"></a>\r\n<a href=\"http://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_05.jpg\"><img class=\"alignnone size-full wp-image-613\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_05.jpg\" alt=\"banner_05\" width=\"760\" height=\"229\"></a><a href=\"http://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_07.jpg\"><img class=\"alignnone size-full wp-image-614\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_07.jpg\" alt=\"banner_07\" width=\"760\" height=\"228\"></a></div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp-content/uploads/kodawari.png\" alt=\"\"></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\">\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できるウォルナットケースでお届けします。\r\n※花珠真珠・極上花珠の商品に限ります</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。\r\n※花珠真珠・極上花珠の商品に限ります</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','THE PROFESSIONAL PEARL SHOP','','inherit','closed','closed','','486-revision-v1','','','2017-07-21 14:38:48','2017-07-21 05:38:48','',486,'http://www.nagasaki-shinju.com/486-revision-v1/',0,'revision','',0),(642,1,'2017-07-20 10:53:25','2017-07-20 01:53:25','\r\n[table id=10 /]\r\n\r\n<div style=\"float: none;\">\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_01.jpg\" alt=\"banner_01\" width=\"760\" height=\"229\" class=\"alignnone size-full wp-image-611\" /></a><a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_03.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_03.jpg\" alt=\"banner_03\" width=\"760\" height=\"233\" class=\"alignnone size-full wp-image-612\" /></a>\r\n<a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_05.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_05.jpg\" alt=\"banner_05\" width=\"760\" height=\"229\" class=\"alignnone size-full wp-image-613\" /></a><a href=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_07.jpg\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/12/banner_07.jpg\" alt=\"banner_07\" width=\"760\" height=\"228\" class=\"alignnone size-full wp-image-614\" /></a>\r\n</div>\r\n\r\n\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\"></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\">\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できるウォルナットケースでお届けします。\r\n※花珠真珠・極上花珠の商品に限ります</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。\r\n※花珠真珠・極上花珠の商品に限ります</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\"></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n','THE PROFESSIONAL PEARL SHOP','','inherit','closed','closed','','486-revision-v1','','','2017-07-20 10:53:25','2017-07-20 01:53:25','',486,'http://nagasaki.s198.coreserver.jp/486-revision-v1/',0,'revision','',0),(647,1,'2017-07-21 11:00:41','2017-07-21 02:00:41','','オンラインショップ','','publish','closed','closed','','%e3%82%aa%e3%83%b3%e3%83%a9%e3%82%a4%e3%83%b3%e3%82%b7%e3%83%a7%e3%83%83%e3%83%97','','','2017-09-26 16:02:36','2017-09-26 07:02:36','',0,'http://www.nagasaki-shinju.com/?p=647',7,'nav_menu_item','',0),(648,1,'2017-09-08 13:05:35','2017-09-08 04:05:35','[table id=10 /]\n<div style=\"float: none;\"><a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_01.jpg\"><img class=\"alignnone size-full wp-image-611\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_01.jpg\" alt=\"banner_01\" width=\"760\" height=\"229\"></a><a href=\"http://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_03.jpg\"><img class=\"alignnone size-full wp-image-612\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_03.jpg\" alt=\"banner_03\" width=\"760\" height=\"233\"></a>\n<a href=\"http://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_05.jpg\"><img class=\"alignnone size-full wp-image-613\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_05.jpg\" alt=\"banner_05\" width=\"760\" height=\"229\"></a><a href=\"http://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_07.jpg\"><img class=\"alignnone size-full wp-image-614\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/2015/12/banner_07.jpg\" alt=\"banner_07\" width=\"760\" height=\"228\"></a></div>\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"http://www.nagasaki-shinju.com/wp-content/uploads/kodawari.png\" alt=\"\"></div>\n<img class=\"aligncenter size-full wp-image-867\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\">\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\"></td>\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\n金具(スクラプ)にもこだわりを。</td>\n</tr>\n<tr>\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\"></td>\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\n大切な真珠を美しく保管できるウォルナットケースでお届けします。\n※花珠真珠・極上花珠の商品に限ります</td>\n</tr>\n<tr>\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\"></td>\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。\n※花珠真珠・極上花珠の商品に限ります</td>\n</tr>\n<tr>\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"http://www.nagasaki-shinju.com/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\"></td>\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\n</tr>\n</tbody>\n</table>\n&nbsp;','THE PROFESSIONAL PEARL SHOP','','inherit','closed','closed','','486-autosave-v1','','','2017-09-08 13:05:35','2017-09-08 04:05:35','',486,'http://www.nagasaki-shinju.com/486-autosave-v1/',0,'revision','',0),(650,1,'2017-07-21 14:39:17','2017-07-21 05:39:17','<img style=\"float: left;\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/2015/bann111.jpg\" alt=\"ブライダル・母から娘へ\" width=\"100%\" />\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\n<h4 style=\"font-size:18px;\">ウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。</h4>\r\n\r\n<p style=\"font-size:18px;\">結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。</p>\r\n\r\n<p style=\"font-size:18px;\">また真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。</p>\r\n\r\n<hr class=\"mg_T50\" />','ブライダル花珠真珠','','inherit','closed','closed','','483-revision-v1','','','2017-07-21 14:39:17','2017-07-21 05:39:17','',483,'http://www.nagasaki-shinju.com/483-revision-v1/',0,'revision','',0),(651,1,'2017-07-21 14:39:55','2017-07-21 05:39:55','<img style=\"float: left;\" src=\"http://www.nagasaki-shinju.com/wp-content/uploads/2015/bann151.jpg\" alt=\"真珠婚見出し\" width=\"100%\" />\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚30年目は人生の節目です[/su_heading]\r\n<h4 style=\"font-size:18px;\">これから結婚30周年を迎えようとするご夫婦の方へ。上のお子さま下のお子さまも、もう社会で活躍され子育てもそろそろ一段落といったところでしょうか。</h4>\r\n\r\n<p style=\"font-size:18px;\">前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の「婚式」といえば結婚25周年の銀婚式がありました。しかしこれからいよいよセカンドライフが始まるという時期にあたる「真珠婚」のほうが、これまでの人生を振り返りこれからの生き方を考えるのにちょうど良い節目だと思われます。\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うための贈りものは最高級の花珠真珠のネックレスをおいて他にはないでしょう。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]この年齢だからこそ必要な真珠、それが花珠真珠[/su_heading]\r\n<h4 style=\"font-size:18px;\">真珠は女性にとってさまざまな場面で必要ともいえるジュエリーアイテムです。奥さまもひとつは真珠のネックレスをお持ちでしょうか。</h4>\r\n\r\n<p style=\"font-size:18px;\">そのネックレスはお子さまの入園式や卒園式、小学校の入学式くらいからずっと使い続けていませんか。\r\n若いころ購入したその真珠は、これまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。</p>\r\n\r\n<p style=\"font-size:18px;\">当店で花珠ネックレスを購入されるご年配の女性のみなさまは、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して恥ずかしい」「キズが多くて…」というお悩みのため買い替えをされています。</p>\r\n\r\n<p style=\"font-size:18px;\">女性にとっては必要といえるジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の確かな品質というものがあるのです。それが花珠真珠なのです。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠婚の記念のネックレスは当店におまかせください[/su_heading]\r\n<h4 style=\"font-size:18px;\">結婚30周年という一生に一度の節目にふさわしい贈りものだからこそ、品質・価格ともに自信のある花珠真珠をご案内します。</h4>\r\n<p style=\"font-size:18px;\">とはいえ大変高価なものですので、目で見て確かめて納得いくまで吟味したいものです。そのため当店では「返品保証」をつけて販売しています。どうぞご安心ください。\r\n愛する奥様への大切な贈りものなら、当店の真珠をお選びください。必ずご期待にお応えできることでしょう。</p>\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n&nbsp;\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"font-size: 16px;margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 16px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"http://www.nagasaki-shinju.com/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>','結婚30周年は真珠婚','','inherit','closed','closed','','476-revision-v1','','','2017-07-21 14:39:55','2017-07-21 05:39:55','',476,'http://www.nagasaki-shinju.com/476-revision-v1/',0,'revision','',0),(653,1,'2017-07-21 14:42:28','2017-07-21 05:42:28','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\n\r\n<h4 style=\"font-size:18px;\">みなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?</h4>\r\n<p style=\"font-size:18px;\">神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治4年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n<h4 style=\"font-size:18px;\">私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。</h4>\r\n<p style=\"font-size:18px;\">それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n<h4 style=\"font-size:18px;\">真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。</h4>\r\n<p style=\"font-size:18px;\">いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。</p>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">かたち</span>\r\n<p style=\"font-size:18px;\">真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">巻き</span>\r\n<p style=\"font-size:18px;\">「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">テリ</span>\r\n<p style=\"font-size:18px;\">「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">キズ</span>\r\n<p style=\"font-size:18px;\">「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">色</span>\r\n<p style=\"font-size:18px;\">「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">サイズ</span>\r\n<p style=\"font-size:18px;\">そして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。</p>\r\n\r\n<p style=\"font-size:18px;\">人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。</p>\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3 style=\"font-size:18px;\">「かたち」</h3>\r\n<p style=\"font-size:18px;\">「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。</p>\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3 style=\"font-size:18px;\">一口に花珠といってもさまざま</h3>\r\n<p style=\"font-size:18px;\">「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。</p>\r\n<p style=\"font-size:18px;\">そして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。</p>\r\n\r\n<p style=\"font-size:18px;\">真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。</p>\r\n<p style=\"font-size:18px;\">大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。</p>\r\n<p style=\"font-size:18px;\">私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。</p>\r\n\r\n<h3 style=\"font-size:18px;\">&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n<p style=\"font-size:18px;\">花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。</p>\r\n<p style=\"font-size:18px;\">品質は必ず価格に比例しています。</p>\r\n\r\n<a href=\"http://www.nagasaki-shinju.com/wp-content/uploads/2015/12/fig1.gif\"><img src=\"http://www.nagasaki-shinju.com/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3 style=\"font-size:18px;\">結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\n<p style=\"font-size:18px;\">これから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。</p>\r\n<p style=\"font-size:18px;\">上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。</p>\r\n<p style=\"font-size:18px;\">以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。</p>\r\n<p style=\"font-size:18px;\">だからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。</p>\r\n<h3 style=\"font-size:18px;\">&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n<p style=\"font-size:18px;\">真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。</p>\r\n<p style=\"font-size:18px;\">ですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。</p>\r\n<p style=\"font-size:18px;\">当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。</p>\r\n<p style=\"font-size:18px;\">女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。</p>\r\n<h3 style=\"font-size:18px;\">真珠婚の記念のネックレスは当店にお任せください</h3>\r\n<p style=\"font-size:18px;\">結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。</p>\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n<div class=\"kouza_box1\">\r\n<a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"http://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"http://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2017-07-21 14:42:28','2017-07-21 05:42:28','',38,'http://www.nagasaki-shinju.com/38-revision-v1/',0,'revision','',0),(660,1,'2017-09-08 13:07:44','2017-09-08 04:07:44','<img style=\"float: left;\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/2015/bann111.jpg\" alt=\"ブライダル・母から娘へ\" width=\"100%\" />\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚式にかかせないパールジュエリー[/su_heading]\r\n<h4 style=\"font-size:18px;\">ウエディングドレス姿の花嫁をより美しく引き立ててくれるブライダルジュエリー。\r\nブライダルジュエリーにはリングやネックレス、イヤリングなどがあり、身につけたその瞬間ぐっと花嫁の姿をエレガンスに彩ります。</h4>\r\n\r\n<p style=\"font-size:18px;\">結婚と深い関係にあるジュエリーといえばダイヤモンドを誰もが思い浮かべます。\r\nダイヤモンドは地球上で最も固い天然鉱物であり、無色透明で美しく輝くことから、生涯変わらぬ永遠の愛や汚れなき純真無垢の心を象徴するものとして、結婚にふさわしい宝石として認められ、エンゲージリングなどにも使われるようになりました。\r\nしかしそれと同じくらいまたはそれ以上に、結婚式と密接な関係にあるものが実は「真珠」なのです。\r\n海の中から誕生する真珠は無垢で純潔、清楚なイメージを持ち合わせています。また、真珠は粒が大きく映えるので結婚式向きといえます。</p>\r\n\r\n<p style=\"font-size:18px;\">また真珠は古くから結婚式には欠かせないジュエリーとして愛され続けています。古代ギリシャでは、結婚式の時に真珠を身に付けると幸福になれると信じられています。\r\nそしてイギリスのエリザベス王朝時代や17世紀のフランスでは、新郎新婦はもとよりゲストも男女を問わず真珠を身に付けて結婚式に列席したといわれています。\r\n確かな品質の真珠を使い、一つひとつ丁寧に育て上げるブライダルジュエリーは、エレガントで格調高いものばかりを厳選。確かな存在感はより一層、花嫁の美しさを引き出してくれることでしょう。</p>\r\n\r\n<hr class=\"mg_T50\" />','ブライダル花珠真珠','','inherit','closed','closed','','483-revision-v1','','','2017-09-08 13:07:44','2017-09-08 04:07:44','',483,'https://www.nagasaki-shinju.com/483-revision-v1/',0,'revision','',0),(661,1,'2017-09-08 13:08:14','2017-09-08 04:08:14','<img style=\"float: left;\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/2015/bann151.jpg\" alt=\"真珠婚見出し\" width=\"100%\" />\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚30年目は人生の節目です[/su_heading]\r\n<h4 style=\"font-size:18px;\">これから結婚30周年を迎えようとするご夫婦の方へ。上のお子さま下のお子さまも、もう社会で活躍され子育てもそろそろ一段落といったところでしょうか。</h4>\r\n\r\n<p style=\"font-size:18px;\">前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の「婚式」といえば結婚25周年の銀婚式がありました。しかしこれからいよいよセカンドライフが始まるという時期にあたる「真珠婚」のほうが、これまでの人生を振り返りこれからの生き方を考えるのにちょうど良い節目だと思われます。\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うための贈りものは最高級の花珠真珠のネックレスをおいて他にはないでしょう。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]この年齢だからこそ必要な真珠、それが花珠真珠[/su_heading]\r\n<h4 style=\"font-size:18px;\">真珠は女性にとってさまざまな場面で必要ともいえるジュエリーアイテムです。奥さまもひとつは真珠のネックレスをお持ちでしょうか。</h4>\r\n\r\n<p style=\"font-size:18px;\">そのネックレスはお子さまの入園式や卒園式、小学校の入学式くらいからずっと使い続けていませんか。\r\n若いころ購入したその真珠は、これまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。</p>\r\n\r\n<p style=\"font-size:18px;\">当店で花珠ネックレスを購入されるご年配の女性のみなさまは、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して恥ずかしい」「キズが多くて…」というお悩みのため買い替えをされています。</p>\r\n\r\n<p style=\"font-size:18px;\">女性にとっては必要といえるジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の確かな品質というものがあるのです。それが花珠真珠なのです。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠婚の記念のネックレスは当店におまかせください[/su_heading]\r\n<h4 style=\"font-size:18px;\">結婚30周年という一生に一度の節目にふさわしい贈りものだからこそ、品質・価格ともに自信のある花珠真珠をご案内します。</h4>\r\n<p style=\"font-size:18px;\">とはいえ大変高価なものですので、目で見て確かめて納得いくまで吟味したいものです。そのため当店では「返品保証」をつけて販売しています。どうぞご安心ください。\r\n愛する奥様への大切な贈りものなら、当店の真珠をお選びください。必ずご期待にお応えできることでしょう。</p>\r\n\r\n<hr class=\"mg_T50\" />\r\n\r\n&nbsp;\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"font-size: 16px;margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 16px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"https://www.nagasaki-shinju.com/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>','結婚30周年は真珠婚','','inherit','closed','closed','','476-revision-v1','','','2017-09-08 13:08:14','2017-09-08 04:08:14','',476,'https://www.nagasaki-shinju.com/476-revision-v1/',0,'revision','',0),(662,1,'2017-09-08 13:09:33','2017-09-08 04:09:33','<img style=\"float: left;\" src=\"https://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/bann161.jpg\" alt=\"あこや真珠\" width=\"100%\" />\r\n\r\n[table id=9 /]\r\n\r\n<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"四つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]フォーマルな装いに欠かせないグレーパール。上質にこだわる本物志向の貴方へ。[/su_heading]\r\n\r\n<img style=\"float: left;\" src=\"https://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun4.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=3 /]\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"三つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]普段使いのおしゃれからフォーマルシーンまで、洗練された女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"https://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi41.jpg\" alt=\"三つ星パール\" width=\"50%\" />\r\n\r\n<img style=\"float: left;\" src=\"https://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun3.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=1 /]\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"二つ星パール\"]\r\n[su_heading size=\"20\" align=\"left\" margin=\"10\"]若い世代の女性におすすめの一品。気品あふれる女性を演出します。[/su_heading]\r\n<img style=\"float: left;\" src=\"https://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/item/hoshi21.jpg\" alt=\"二つ星パール\" width=\"50%\" />\r\n\r\n<img style=\"float: left;\" src=\"https://nagasaki.s198.coreserver.jp/wp-content/uploads/2015/kijun2.jpg\" alt=\"真珠評価基準表\" width=\"100%\" />\r\n\r\n[table id=2 /]\r\n[/su_tab]\r\n[/su_tabs]\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"https://nagasaki.s198.coreserver.jp/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\" />\r\n\r\n</div>\r\n<div style=\"text-align: center; padding: 12px 0 8px 0; margin: 15px 0 15px 0; width: 100%; background-color: #eeeae1;\"><img src=\"https://nagasaki.s198.coreserver.jp/wp-content/uploads/kodawari.png\" alt=\"\" /></div>\r\n<img class=\"aligncenter size-full wp-image-867\" src=\"https://nagasaki.s198.coreserver.jp/wp-content/uploads/shinju1.jpg\" alt=\"真珠\" width=\"100%\" />\r\n<table style=\"border: 0px; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"https://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_01.png\" alt=\"ポイント1\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">金具はSV(シルバー)</h4>\r\n金具(スクラプ)にもこだわりを。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"https://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_02.png\" alt=\"ポイント2\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">ウォルナットケース無料サービス</h4>\r\n大切な真珠を美しく保管できる\r\nウォルナットケースでお届けします。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"https://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_03.png\" alt=\"ポイント3\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">鑑別書つきで安心です。</h4>\r\nこちらの商品には真珠科学研究所の鑑別書がついています。安心してお求めいただけます。</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0; vertical-align: top;\" width=\"95\" height=\"180\"><img src=\"https://nagasaki.s198.coreserver.jp/wp-content/uploads/pount_04.png\" alt=\"ポイント4\" width=\"95\" /></td>\r\n<td style=\"padding-left: 10px; vertical-align: top; border: 0;\" colspan=\"2\">\r\n<h4 style=\"margin: 0; color: #960; font-size: 24px; padding: 30px 0 10px 0;\">安心の返品保証おつけしています。</h4>\r\nインターネットで高額なネックレスを購入するのは不安というお客様のための制度です。\r\n「色が気に入らない・・・」「ネットで見た感じと違う・・・」「急な出費で買えなくなった・・・」当店では理由を問わず返品をお受けいたします。安心してお求めください。</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<!-- バナーエリア -->\r\n<!-- 追加 st-->\r\n<div class=\"sp-banner3\"></div>\r\n<!-- 追加 en-->\r\n<!-- バナーエリア -->','あこや真珠','','inherit','closed','closed','','101-revision-v1','','','2017-09-08 13:09:33','2017-09-08 04:09:33','',101,'https://www.nagasaki-shinju.com/101-revision-v1/',0,'revision','',0),(663,1,'2017-09-08 13:15:52','2017-09-08 04:15:52','新着情報\r\n<strong>2017 SUMMER SALE</strong> 7/21(金)~7/30(日)\r\n<hr>\r\n<a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/2017/07/omote.jpg\"><img src=\"https://www.nagasaki-shinju.com/wp-content/uploads/2017/07/omote.jpg\" alt=\"omote\" width=\"1900\" height=\"1333\" class=\"alignnone size-full wp-image-623\" /></a>\r\n<a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/2017/07/ura.jpg\"><img src=\"https://www.nagasaki-shinju.com/wp-content/uploads/2017/07/ura.jpg\" alt=\"ura\" width=\"1900\" height=\"1333\" class=\"alignnone size-full wp-image-624\" /></a>','新着情報','','inherit','closed','closed','','622-revision-v1','','','2017-09-08 13:15:52','2017-09-08 04:15:52','',622,'https://www.nagasaki-shinju.com/622-revision-v1/',0,'revision','',0),(664,1,'2017-09-08 13:16:42','2017-09-08 04:16:42','<img style=\"float: left;\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/2015/bann151.jpg\" alt=\"真珠婚見出し\" width=\"100%\">\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]結婚30年目は人生の節目です[/su_heading]\r\nこれから結婚30周年を迎えようとするご夫婦の方へ。上のお子さま下のお子さまも、もう社会で活躍され子育てもそろそろ一段落といったところでしょうか。\r\n\r\n前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の「婚式」といえば結婚25周年の銀婚式がありました。しかしこれからいよいよセカンドライフが始まるという時期にあたる「真珠婚」のほうが、これまでの人生を振り返りこれからの生き方を考えるのにちょうど良い節目だと思われます。\r\nだからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うための贈りものは最高級の花珠真珠のネックレスをおいて他にはないでしょう。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]この年齢だからこそ必要な真珠、それが花珠真珠[/su_heading]\r\n真珠は女性にとってさまざまな場面で必要ともいえるジュエリーアイテムです。奥さまもひとつは真珠のネックレスをお持ちでしょうか。\r\nそのネックレスはお子さまの入園式や卒園式、小学校の入学式くらいからずっと使い続けていませんか。\r\n若いころ購入したその真珠は、これまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。\r\n\r\n当店で花珠ネックレスを購入されるご年配の女性のみなさまは、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して恥ずかしい」「キズが多くて…」というお悩みのため買い替えをされています。\r\n\r\n女性にとっては必要といえるジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の確かな品質というものがあるのです。それが花珠真珠なのです。\r\n\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]真珠婚の記念のネックレスは当店におまかせください[/su_heading]\r\n結婚30周年という一生に一度の節目にふさわしい贈りものだからこそ、品質・価格ともに自信のある花珠真珠をご案内します。とはいえ大変高価なものですので、目で見て確かめて納得いくまで吟味したいものです。そのため当店では「返品保証」をつけて販売しています。どうぞご安心ください。\r\n愛する奥様への大切な贈りものなら、当店の真珠をお選びください。必ずご期待にお応えできることでしょう。\r\n\r\n<hr class=\"mg_T50\">\r\n\r\n&nbsp;\r\n<div style=\"overflow: hidden; padding: 15px 0 0 0;\">\r\n<div style=\"float: right; width: 430px;\">\r\n<h4 style=\"margin: 0;\"><strong>あなたの真珠汚れたり、糸が伸びていたりしませんか?</strong></h4>\r\n<p style=\"font-size: 12px;\">真珠は日頃からお手入れをしていないと色がくすんでしまい、また他の宝石などと一緒に保管していると傷が付いたりします。綺麗にお手入れされた真珠は照りが深く、美しく輝いていて一目で分かります。これから真珠が活躍するシーズンです。お手持ちの真珠の汚れや傷が気になるようでしたら、無料でクリーニング・糸替え致しますのでお持ちください。</p>\r\n\r\n</div>\r\n<img src=\"https://www.nagasaki-shinju.com/wp-content/uploads/yogore1.jpg\" alt=\"\" width=\"280\">\r\n\r\n</div>\r\n<div class=\"sp-banner3\">&nbsp;</div>','結婚30周年は真珠婚','','inherit','closed','closed','','31-revision-v1','','','2017-09-08 13:16:42','2017-09-08 04:16:42','',31,'https://www.nagasaki-shinju.com/31-revision-v1/',0,'revision','',0),(665,1,'2017-09-08 13:17:38','2017-09-08 04:17:38','<!-- 説明部-->\r\n[su_column size=\"3/4\"]\r\n[su_dropcap size=\"5\"]品質[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠へのこだわり[/su_heading]\r\n\r\n長崎真珠店は、先代社長の時からずっと大村湾(長崎県長崎市琴海町)を主な養殖場として真珠養殖を行っています。現在のように加工・販売を始める前までは養殖だけを専門にやっていました。\r\n\r\n近年、外国産(中国産)の真珠をジュエリーショップなどでよく見かけます。しかしやはり国産のものに比べると見劣りしてしまうのは確かなのです。それでも人気があり売れているのは価格が安いからだと思います。\r\n\r\nまた国産真珠に目をやってみると、今までほんのわずかしか市場へ流通していなかった花珠(はなたま)と呼ばれる最高品質の真珠がとてもよく目につくようになってきました。\r\n本来、花珠とはその年にとれる真珠全体の1%あるかないかという貴重なものなのです。その品質はプロの私たちだけでなく、一般の方でさえ一目見れば違いがわかるほどの最上級の輝きと照りを持ちます。\r\nしかし安価に売られている花珠は、鑑定書の表記こそ花珠とあってもプロの私たちから見れば疑問に思わざるを得ないものが氾濫していることも事実なのです。\r\n\r\n[su_dropcap size=\"5\"]理由[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]本当の美しさを伝えたい[/su_heading]\r\n\r\nこれは国内の真珠の消費量の落ち込みという背景もありますが、その流通システムにも問題があると考えます。\r\nほとんどの真珠は養殖業者→加工業者→卸商社→小売店という流通経路になっています。そのため、皆さまのお手元に届くネックレスはとても高価なものとなります。流通事情により質が悪いと思われる花珠と呼べないような珠さえも花珠として、さらに安価に売られるようになっているのではないかと思います。\r\n\r\nもちろん、鑑定機関が花珠と認めている以上、それは花珠なのでしょう。しかし私たちはそういった業界の在り方が自分たち業界の首を絞めているようにも思えるのです。\r\n\r\nこのままでは国産真珠の良さが、そして花珠真珠の本当の美しさが伝わらないのではないか。そういう危機感を持った私たちは、高品質な真珠を適正な価格でお届けするために不慣れな小売りをしようと決断したのです。\r\n\r\n私たちが「生産直売で真珠を売る」そう決めた時、「養殖屋に何ができる」と周囲の同業者から言われたものでした。もちろん最初のスタートは簡単ではありませんでした。\r\n\r\nなにしろ養殖と販売では180度仕事の内容が違います。今まで物言わないアコヤ貝を相手にしていたのが、今度はお客様相手に仕事をするのです。慣れない仕事内容に、最初は欲お客様からお叱りの言葉をいただいたものでした。\r\n\r\nそして小売業を始めてもう10年以上、想いは間違いではなかった。私たちのやり方はお客様から高い評価を得るようになっていったのです。\r\n\r\n[su_dropcap size=\"5\"]想い[/su_dropcap]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]国産真珠の美しい輝きを[/su_heading]\r\n\r\n私たちの真珠を店舗でご確認ください。\r\n長崎真珠店では自社で生産した真珠を加工、販売まで一貫した体制で行っています。そのため私たちが納得できる高品質の真珠を、本当に納得できる価格でお客様にお届けできます。\r\n\r\nもちろん市場で取引できないような質の悪い真珠をお届けすることは決してありません。私たちはただ、生産者としての誇りと、国産真珠の良さををもっと知って欲しい、そしていろんな場面で活かし、楽しんでいただきたいと願っているだけなのです。\r\n\r\n当店の真珠を手に取っていただけば、情熱をこめてきちんとした生産者が育て、公正なる品質管理のもときちんとした加工を施された真珠が、いかに美しいいものかおわかりいただけるはずです。\r\n\r\n店舗では私たちの自信作をゆっくりと手にとって、そして着けてみてご確認いただけます。長崎県内の方はちょっとひと足、県外の方は長崎観光のひとときとしてぜひお立ち寄りください。きっとこれまでと違った美しい真珠を目に感動していただけることと思います。\r\n\r\n皆さまのご来店を心よりお待ちいたしております。\r\n[/su_column]\r\n\r\n<!-- 画像部-->\r\n[su_column size=\"1/5\"]\r\n<img class=\"aligncenter size-full wp-image-120\" title=\"あこや稚貝\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/pict1.jpg\" alt=\"\" width=\"200\" height=\"136\" />あこや稚貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝管理\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/pict2.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝管理\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/pict3.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"核入れ\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/pict4.jpg\" alt=\"\" width=\"200\" height=\"136\" />核入れ\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"貝掃除\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/pict5.jpg\" alt=\"\" width=\"200\" height=\"136\" />貝掃除\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"養殖場\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/pict6.jpg\" alt=\"\" width=\"200\" height=\"136\" />養殖場\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"浜上げされた貝\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/pict7.jpg\" alt=\"\" width=\"200\" height=\"136\" />浜上げされた貝\r\n\r\n<img class=\"aligncenter size-full wp-image-126\" title=\"加工作業中\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/pict8.jpg\" alt=\"\" width=\"200\" height=\"136\" />加工作業中\r\n[/su_column]\r\n\r\n&nbsp;','生産直売店のこだわり','','inherit','closed','closed','','25-revision-v1','','','2017-09-08 13:17:38','2017-09-08 04:17:38','',25,'https://www.nagasaki-shinju.com/25-revision-v1/',0,'revision','',0),(666,1,'2017-09-08 13:18:43','2017-09-08 04:18:43','<!-- tab(1)-->\r\n[su_tabs][su_tab title=\"真珠発祥の地\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]長崎県は真珠発祥の地。真円真珠養殖の発祥というだけでなく、浜揚げ量も常に全国上位なのです。[/su_heading]\r\n\r\n<h4 style=\"font-size:18px;\">みなさんは真珠養殖の本場と聞けば、どこを思い浮かべますか?</h4>\r\n<p style=\"font-size:18px;\">神戸?そうですね、神戸は日本で最も真珠加工が盛んな街ですが、養殖が盛んなわけではありません。伊勢志摩?宇和島?かもしれませんね。どちらも真珠生産では有名なところですね。\r\n現在、日本で採れる真珠の約90%以上が長崎県、三重県(伊勢)、愛媛県、熊本県の4県で占められています。そして長崎県はその4県のなかでも最も生産量が多く、日本一の真珠生産量を誇っているのです。\r\nまた長崎県では明治4年、三重県などよりも先に真円真珠の養殖が始まり、翌年には明治天皇へ日本初の「真円真珠」を献上したことから、長崎県は“真珠発祥の地”とも言われています。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠養殖に最高の条件を兼ね備えた大村湾[/su_heading]\r\n<h4 style=\"font-size:18px;\">私たちが養殖を行っている長崎県大村湾は真珠養殖地としてして70年もの歴史を誇ります。</h4>\r\n<p style=\"font-size:18px;\">それは大村湾が真珠養殖に適しているとされる条件をいくつもクリアしているからです。\r\nその一つがリアス式の静かな入江であること。アコヤ貝が体内で真珠を育てるということは、私たち人間が想像する以上にストレスがかかることなのです。そのため荒れる海よりも穏やかな海で静かに育つ方が良いのです。次にきれいな水を湛えていること。この理由は言わずもがなですよね。そして3番目の理由が『冬に水温が下がる』ということ。実は先の2つよりも、最後の理由が真珠が健康に育つ条件として最も重要なのです。\r\n「えっ?寒いほうがいいの。なんだか寒いと生育が悪そうだけど」と思われましたか?そこが生命の不思議です。\r\n純白にほんのりピンクがかった真珠は純潔のイメージにピッタリでとても人気があります。しかし真珠が年中こんな色をしている訳ではありません。真珠は低水温時において真珠は最も美しい赤味を発色するのです。このため真珠の珠出しは必ず冬に行われます。\r\n海水温が下がるということは人の力でなせるものではありません。そのため、これは外洋で養殖を行っている他県の産地では難しいのです。自然に美しい色を発色してくれなければ調色するしかありません。しかしそれでは自然が生み出す奇跡のような美しさとはならないのです。しかし冬の大村湾の真珠に限ってはそんな必要はありません。何もせずとも真珠本来の美しい色がナチュラルに出るのです。</p>\r\n\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]夏のおてんば娘が冬にはしとやかな女性へ[/su_heading]\r\n<h4 style=\"font-size:18px;\">真珠は夏場の温かい海でどんどん真珠層を巻いて(形成して)いきます。</h4>\r\n<p style=\"font-size:18px;\">いわば成長期、女の子で言えば伸び盛りの中学生〜高校生といったところでしょうか。この時期、どんどん巻くだけに表面のキメは粗いのです。\r\nそれが秋を過ぎて冬眠の準備を始める頃から、しっとりとした面(巻き)づくりを始めます。これを「化粧巻き」と言っています。つまりおてんば少女がしとやかなお嬢さんになるんですね。ただしこの化粧巻きの時期に海が荒れていると化粧はできません。その点、大村湾は内海で波が静かで最適なのです。\r\nまた湾内でも冷たいところ、冷たくないところがあるんです。私たちは大切な真珠たちが綺麗にお化粧できるように、冬の間中、冷たいとことことへ常に動かしてあげています。それは自分の愛娘を可愛がる以上かもしれません。\r\nこうした素晴らしい自然条件に加え、惜しみない愛情を注ぐことで最高の真珠ができるのです。</p>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(2)-->\r\n[su_tab title=\"価値を決める要素\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]真珠は「かたち・巻き・テリ・キズ・色」という5つの要素で価値が決まります[/su_heading]\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">かたち</span>\r\n<p style=\"font-size:18px;\">真珠のかたちは、基本的にはラウンド(真円)、セミラウンド(やや丸)、バロック(変形)の3つに分けられます。できるだけ真円に近いものほどグレードが高いとされてます。しかしバロックと呼ばれるいびつなものでも、ひとつひとつの面が綺麗なものであれば高い評価がされます。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">巻き</span>\r\n<p style=\"font-size:18px;\">「巻き」とは核の周りに形成される真珠層の厚さのこと。この巻きが厚いと、真珠の光沢が増して耐久性も上がるので、真珠のクオリティを決定する大切なポイントです。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">テリ</span>\r\n<p style=\"font-size:18px;\">「テリ」とは真珠のもつ“輝き”のこと。真珠の輝きには、表面の光の反射だけじゃなくて、内側からの光も関係しています。つまり真珠独特のみずみずしくて魅惑的な美しい輝きは、「巻き」と「テリ」ともに良くないとダメなんです。巻きが厚いと重濃で深みのある良いテリになるという特性を持っているように、非常に関係が深いものなのです。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">キズ</span>\r\n<p style=\"font-size:18px;\">「キズ」はもちろん無いに越したことはありませんし、キズの少ないものが良質とされてます。しかし真珠は自然が生み出す「海産物」。工場で完璧に作られるものではあありません。真珠が形成される過程で、多少のキズは自然にできるのです。このキズを“真珠のエクボ”と呼んでいて、本真珠の証明ともされています。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">色</span>\r\n<p style=\"font-size:18px;\">「色」は自然の色と加工によってつけられた色があります。(調色)自然の色なら、貝の種類や産地の気候に左右されます。アコヤ貝なら大きく分けて、ホワイト、ピンク、クリーム、イエロー、ゴールデンなどさまざま。ほかにもブルー、シルバー、ブラック、グリーンなどもあります。</p>\r\n\r\n<span class=\"so_midasi\" style=\"font-size:18px;\">サイズ</span>\r\n<p style=\"font-size:18px;\">そして実はもう一つ、6つ目の基準があります。それが「サイズ」です。\r\nサイズはもちろん真珠の珠の大きさのことです。通常、8〜9mmを超えると価格は急に高くなります。また、サイズが大きくなるほど完璧な真円の真珠というのはできにくくなります。つまり8〜9mmを超える大粒の真珠が高いのは、それだけ希少性が高いからなのです。</p>\r\n\r\n<p style=\"font-size:18px;\">人気の色や形は、流行や好み、そしてお国柄によっても異なりますが、純真、無垢、そして上品で清楚…と真珠のもつイメージを表現できる真珠は、ラウンドのピンクかホワイトの真珠をおいてほかにはないでしょう。</p>\r\n[/su_tab]\r\n\r\n<!-- tab(3)-->\r\n[su_tab title=\"花珠真珠とは?\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]花珠真珠は「かたち・巻き・テリ・キズ・色」5つの要素すべてが最高品質[/su_heading]\r\n<h3 style=\"font-size:18px;\">「かたち」</h3>\r\n<p style=\"font-size:18px;\">「花珠」(はなだま)とは、あこや真珠の中でも最高品質の粒(珠)のものを言います。\r\n判断の基準は「かたち」「巻き」「テリ」に加えて「キズ」「色」の5つの要素。このすべてが、最高品質のものだと鑑定を受けたものしか花珠とは呼べません。もちろん全てが最高品質のものは、真珠全体でもほんのわずか。だから希少でとても価値ある真珠なのです。\r\n通常、真珠は養殖開始から6〜8ヶ月で母貝から取り出されます。ですが花珠は18ヶ月以上かけて育てられます。長い時間育てられた真珠は厚い真珠層に覆われ、その「巻き」と「テリ」は、艶やかでみずみずしく、深みのある光を上品にたたえています。表面は赤ちゃんの肌のようにキメ細かく、深い巻きは光を当てると純白、グリーン、ピンクなど美しい輝きを湛えます。もちろんキズもほとんど(全く)ありません。それだけのクオリティ、希少性ゆえに価値も高いのです。\r\nしかし長い時間海の中にいるということは、手もかかります。いえ、それ以上になんらかのトラブルで死んでしまうかもしれません。毎年、浜揚げ時に収入を得ている養殖業者は、大きなリスクを背負いながらも美しい真珠を作りたい、そんな情熱で花珠を育てています。一度、花珠と普通の真珠を比べてみられたら、もう明らかクオリティの違いがわかります。それくらい花珠は特別なものなのです。</p>\r\n[/su_tab]\r\n\r\n<!-- tab(4)-->\r\n[su_tab title=\"最高品質の花珠\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]グレードがあります[/su_heading]\r\n<h3 style=\"font-size:18px;\">一口に花珠といってもさまざま</h3>\r\n<p style=\"font-size:18px;\">「花珠」といっても、高級ジュエリーショップで販売されているものからテレビ通販で売られているものまでさまざま。高級ジュエリーショップとテレビ通販は同じ「花珠」ですが、それこそ価格はゼロが2つくらい違っています。</p>\r\n<p style=\"font-size:18px;\">そして、品質も同じくらい違うのです。高価な商品だけに並べて比較することができないために、それだけ違うことを皆さんがご存じないだけなのです。</p>\r\n\r\n<p style=\"font-size:18px;\">真珠の養殖・生産を行っている弊社でも、その年とれた珠から職人が選り分けた最高級の珠は某一流ブランドへ卸しています。(目利きですぐにわかるほど最高の色・照り・巻きをしているのです)もちろんその最高品質の珠はブランドイメージと相まって、世界のセレブに愛される超高級ネックレスとして販売されています。</p>\r\n<p style=\"font-size:18px;\">大切なのは本物を知ることです。「花珠」という名前や「ブランド」ではなく、本物の価値をできるだけ正当な価格でお届けすること。それが生産直売の真珠専門店としての使命と誇りだと考えています。</p>\r\n<p style=\"font-size:18px;\">私たちが販売している「花珠」は、本当に希少性の高い珠だけ。それが当店のお客さまへのお約束です。返品保証もついておりますので、一度お手にとってお確かめいただければと思います。</p>\r\n\r\n<h3 style=\"font-size:18px;\">&nbsp;市場に流通している花珠真珠のグレードは次のようになっています。</h3>\r\n<p style=\"font-size:18px;\">花珠といっても市場に流通している品質は、本当に様々であることを知っていただきたいのです。</p>\r\n<p style=\"font-size:18px;\">品質は必ず価格に比例しています。</p>\r\n\r\n<a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/2015/12/fig1.gif\"><img src=\"https://www.nagasaki-shinju.com/wp-content/uploads/2015/12/fig1.gif\" alt=\"fig1\" width=\"724\" height=\"900\" /></a>\r\n\r\n[/su_tab]\r\n\r\n<!-- tab(5)-->\r\n[su_tab title=\"結婚30周年は真珠婚\"]\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]結婚25年目を銀婚式、50年目を金婚式と呼ぶように、30年目を「真珠婚」と呼びます。[/su_heading]\r\n<h3 style=\"font-size:18px;\">結婚30年は銀婚式(25周年)以上の人生の節目</h3>\r\n<p style=\"font-size:18px;\">これから結婚30周年を向けようとするご夫婦なら結婚されたのが1980年前後ということになりますよね。当時の日本人の平均初婚年齢は男性で27.8歳、女性が25.2歳。今現在で考えると旦那さんは57.8歳、奥様で55.2歳。</p>\r\n<p style=\"font-size:18px;\">上のお子さん、2番目のお子さんはもう就職されて、3番目のお子さんがそろそろ大学卒業を控え、子育てもそろそろ一段落といったところでしょう。</p>\r\n<p style=\"font-size:18px;\">以前に比べると夫婦で過ごす時間が増え、そろそろ定年後の2人での人生設計が現実味を帯びてくる時期ではないでしょうか。この時期の婚式といえば結婚25周年の銀婚式があります。しかし、これからいよいよセカンドライフが始まるという時期にあたる真珠婚の方が、これまでの人生を振り返り、これからの生き方を考えるのにちょうど良い節目と思われます。</p>\r\n<p style=\"font-size:18px;\">だからこそ奥様のこれまでの30年をねぎらい、これからの愛を誓うために贈るお品は最高級の花珠真珠のネックレスをおいて他にはないでしょう。</p>\r\n<h3 style=\"font-size:18px;\">&nbsp;その年齢だからこそ必要な真珠、それが花珠真珠です。</h3>\r\n<p style=\"font-size:18px;\">真珠は女性にとってさまざまな場面で必要になる「マストアイテム」とも言えるジュエリーです。奥様も必ず真珠のネックレスをお持ちだと思います。</p>\r\n<p style=\"font-size:18px;\">ですがそのネックレスはお子様の幼稚園の卒園式や小学校の入学式くらいからずっと使い続けておられるものだと思います。そして、お若い頃買われているのでそこまでいい珠を使ったものではないはずです。そうやってこれまで大活躍してきたネックレスだけにキズも入り、輝きも薄くなっていませんか。</p>\r\n<p style=\"font-size:18px;\">当店で花珠ネックレスを購入される50代、60代の女性の方々は、お手持ちのネックレスが「娘たちのものに比べて小さくてイヤ」「色が変色して(主に黄ばみ)恥ずかしい」「キズが多くて…」という悩みがあるために買い替えをされます。</p>\r\n<p style=\"font-size:18px;\">女性にとって必須のジュエリーだけに、他人のものと比べてしまいがち。そんな時に恥ずかしい思いはしたくないものです。そして一定の年齢になったからこそ新たに必要とされる、ワンランク上の真珠というものがあるのです。それが花珠真珠なのです。</p>\r\n<h3 style=\"font-size:18px;\">真珠婚の記念のネックレスは当店にお任せください</h3>\r\n<p style=\"font-size:18px;\">結婚30周年という一生に一度の節目にふさわしい贈り物だからこそ、品質・価格ともに自信のある花珠真珠をお届けします。とはいえお値段も安くありませんし、画面だけではわからないことがいろいろあります。そのため万が一のために「返品保証」をつけて販売しています。ご安心ください。\r\n愛する奥様への大切な贈り物なら、私たちの真珠をお選びください。必ずご期待に応えます。</p>\r\n\r\n[/su_tab]\r\n\r\n[/su_tabs]\r\n\r\n<!-- 保留\r\n<div class=\"kouza_box1\">\r\n<a href=\"https://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">\r\n<img src=\"https://www.nagasaki-shinju.com/wp/img/kouza/bt2.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"https://www.nagasaki-shinju.com/?page_id=61\" class=\"more-link\">価格を決める5つの要素</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"https://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">\r\n<img src=\"https://www.nagasaki-shinju.com/wp/img/kouza/bt3.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"https://www.nagasaki-shinju.com/?page_id=64\" class=\"more-link\">花珠真珠とは?</a></h4>\r\n</div>\r\n<div class=\"kouza_box\">\r\n<a href=\"https://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">\r\n<img src=\"https://www.nagasaki-shinju.com/wp/img/kouza/bt4.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"https://www.nagasaki-shinju.com/?page_id=66\" class=\"more-link\">花珠真珠にもグレードがあります</a></h4>\r\n</div>\r\n<div class=\"kouza_box1\">\r\n<a href=\"https://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">\r\n<img src=\"https://www.nagasaki-shinju.com/wp/img/kouza/bt5.jpg\" width=\"100%\" />\r\n</a>\r\n<h4><a href=\"https://www.nagasaki-shinju.com/?page_id=69\" class=\"more-link\">結婚30周年は真珠婚。</a></h4>\r\n</div>\r\n<div class=\"clear\"></div>\r\n保留-->','真珠講座','','inherit','closed','closed','','38-revision-v1','','','2017-09-08 13:18:43','2017-09-08 04:18:43','',38,'https://www.nagasaki-shinju.com/38-revision-v1/',0,'revision','',0),(667,1,'2017-09-08 13:20:11','2017-09-08 04:20:11','[su_dropcap]<strong>ご</strong>[/su_dropcap]あいさつ\r\n[su_heading size=\"18\" align=\"left\" margin=\"10\"]生産者として最高品質の真珠を厳選し、直売店として皆さまにお届けしています[/su_heading]\r\n\r\nこの度は長崎真珠店ホームページへお越しいただき、ありがとうございます。\r\n\r\n当店は長崎市にある、真珠生産から加工・販売まで一貫して行う専門店です。今回、私たちが心を込めて育てた真珠を地元だけでなく全国の皆さまにお手ごろな価格で高い品質なネックレスをお届けしたい…、そんな思いで開店いたしました。\r\n\r\n私たちは真珠のすべてを知っています。貝を育てるところから、宝石として店頭に並ぶまで、ずっと見ています。\r\n\r\nですからこのネックレスには真珠はどういった珠が使われているのか、本当の価値のある真珠とはどういうものなのか、同じように見える珠でもどんな違いがあり、それがどのように価格に反映されているのか、自信をもってお答えすることができます。\r\n\r\nもちろん育てるだけではなくて、加工、そして店頭での販売まで行っています。そのためファッションとのコーディネートやギフトなどのご提案もできます。\r\n\r\nつまり私たちは本当の意味での真珠のプロフェッショナル。商品に疑問などがございましたら、遠慮せずにお問い合せください。\r\n\r\n長崎にお越しの際はぜひ店舗にも足をお運びください。\r\n<p style=\"text-align: right;\">代表取締役 深江 研一</p>\r\n[su_dropcap]<strong>こ</strong>[/su_dropcap]んにちは。長崎真珠店です。\r\n[su_heading size=\"18\"]<strong>落ち着いた雰囲気の店内には、常時100本以上の真珠ネックレスを取りそろえて展示しています。\r\nここには、真珠の品質や色、サイズをゆっくりとお選びいただける空間があります。長崎へお越しの際にはぜひ、当店へお立ち寄りくださいませ。</strong>[/su_heading]\r\n\r\n<img class=\"wp-image-337 aligncenter\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/shop1.jpg\" alt=\"長崎真珠店_店舗\" width=\"762\" height=\"506\">\r\n<p style=\"text-align: center;\"><img class=\" wp-image-292 aligncenter\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/1-5.jpg\" alt=\"店舗内\" width=\"762\" height=\"448\"></p>\r\n[su_dropcap]<strong>内</strong>[/su_dropcap]観と外観と、ギャラリーです。\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]<strong>当店は長崎市の郊外、大村湾の眺めと心地よい潮風がそよぎ、心落ち着く環境の中にあります。</strong>[/su_heading]\r\n\r\n<a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/tenpo.jpg\"> <img class=\"size-thumbnail wp-image-194 alignleft\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗外装写真\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/tenpo-150x150.jpg\" alt=\"\" width=\"110\" height=\"110\"></a> <a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/dogrun.jpg\"> <img class=\"size-thumbnail wp-image-195\" style=\"margin: 5px;\" title=\"敷地内の緑地はドッグランとしてもご利用できます。\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/dogrun-150x150.jpg\" alt=\"敷地内にドッグラン\" width=\"110\" height=\"110\"></a> <a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/1-1.jpg\"><img class=\"size-thumbnail\" style=\"margin: 5px;\" title=\"店舗内\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/1-1small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\"></a> <a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/1-2.jpg\"> <img class=\"size-thumbnail wp-image-187\" style=\"margin: 5px;\" title=\"店舗内\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/1-2small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\"></a> <a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/1-3.jpg\"> <img class=\"size-thumbnail wp-image-189\" style=\"margin: 5px;\" title=\"店舗内\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/1-3small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\"></a> <a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/1-4.jpg\"> <img class=\"alignnone size-thumbnail wp-image-191\" style=\"margin: 5px 0 5px 5px;\" title=\"店舗内\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/1-4small.jpg\" alt=\"\" width=\"110\" height=\"110\"></a> <a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/1-6.jpg\"> <img class=\"alignnone size-thumbnail wp-image-184\" style=\"margin: 5px 5px 5px 0;\" title=\"店舗内\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/1-6small.jpg\" alt=\"店舗内\" width=\"110\" height=\"110\"></a> <a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/oomurawan.jpg\"> <img class=\"alignnone size-thumbnail wp-image-193\" style=\"margin: 5px;\" title=\"当店の裏手は美しい海が広がる絶好のロケーション。\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/oomurawan-150x150.jpg\" alt=\"真珠を育てる大村湾\" width=\"110\" height=\"110\"></a>\r\n\r\n&nbsp;\r\n\r\n[su_dropcap]<strong>ア</strong>[/su_dropcap]クセス\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]車で長崎市内から約30分、佐世保市内から約60分。\r\n【長崎市内から】長崎市 → 時津町内(国道206号/25分)→ 長崎市琴海行政センター →(国道206号/5分)→当店\r\n【佐世保市内から】佐世保市街 → 西海橋 →(国道206号/40分)→当店\r\n[/su_heading]\r\n<h3>&nbsp;<span class=\"Apple-style-span\" style=\"color: #42210b; font-size: 18px; font-weight: bold; letter-spacing: 1px; line-height: 21px; text-transform: uppercase;\">送迎をご希望の方はお電話ください</span></h3>\r\nご来店手段が不便な方につきましては、送迎いたします。ただし対応できない場合もございますので、ご来店1週間前までにお電話にてご連絡ください。\r\n\r\n<iframe src=\"https://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9&amp;output=embed\" width=\"762\" height=\"350\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.co.jp/maps?f=q&amp;source=embed&amp;hl=ja&amp;geocode=&amp;q=%E6%9C%89%E9%99%90%E4%BC%9A%E7%A4%BE%E9%95%B7%E5%B4%8E%E7%9C%9F%E7%8F%A0&amp;aq=&amp;sll=32.923217,129.78809&amp;sspn=0.010519,0.019848&amp;g=%E9%95%B7%E5%B4%8E%E7%9C%8C%E9%95%B7%E5%B4%8E%E5%B8%82%E9%95%B7%E6%B5%A6%E7%94%BA224-12&amp;brcurrent=3,0x356ab102a19bfaad:0xe8705f00a57d8a6,0&amp;ie=UTF8&amp;t=m&amp;ll=32.997146,129.765015&amp;spn=0.806239,2.092896&amp;z=9\">大きな地図で見る</a></small>\r\n\r\n&nbsp;\r\n\r\n[su_dropcap]<strong>会</strong>[/su_dropcap]社概要\r\n[su_heading size=\"16\" align=\"left\" margin=\"10\"]会社概要と事業内容[/su_heading]\r\n[su_table]\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>会社名(商号)</td>\r\n<td>有限会社長崎真珠</td>\r\n</tr>\r\n<tr>\r\n<td>設立</td>\r\n<td>平成16年3月</td>\r\n</tr>\r\n<tr>\r\n<td>事業内容</td>\r\n<td>真珠の生産、加工、販売、インターネット通販</td>\r\n</tr>\r\n<tr>\r\n<td>住所</td>\r\n<td>〒851-3212\r\n長崎県長崎市長浦町224-12</td>\r\n</tr>\r\n<tr>\r\n<td>お問合わせ</td>\r\n<td>[Tel]0120-410-804(通話料無料)\r\n[Fax]095-860-7317\r\n[Mail]info@nagasaki-shinju.com</td>\r\n</tr>\r\n<tr>\r\n<td>営業時間</td>\r\n<td>10:00〜19:00</td>\r\n</tr>\r\n<tr>\r\n<td>定休日</td>\r\n<td>火曜</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/su_table]','店舗案内','','inherit','closed','closed','','22-revision-v1','','','2017-09-08 13:20:11','2017-09-08 04:20:11','',22,'https://www.nagasaki-shinju.com/22-revision-v1/',0,'revision','',0),(668,1,'2017-09-08 13:23:10','2017-09-08 04:23:10','[[\"\\u57fa\\u6e96\",\"\\u8a55\\u4fa1\\u8aac\\u660e\"],[\"\\uff11\\uff0e\\u5dfb\\u304d\",\"<img src=\\\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/uploads\\/kijun1.jpg\\\" alt=\\\"\\u5dfb\\u304d\\\" width=\\\"60%\\\" \\/>\\n<br>\\n\\u5dfb\\u304d\\u3068\\u306f\\u771f\\u73e0\\u306e\\u6838\\u3092\\u5dfb\\u3044\\u3066\\u3044\\u308b\\u771f\\u73e0\\u5c64\\u306e\\u539a\\u3055\\u3092\\u8868\\u3059\\u8a00\\u8449\\u3067\\u3059\\u3002\\u5dfb\\u304d\\u304c\\u539a\\u304f\\u3001\\u7dfb\\u5bc6\\u6027\\u3068\\u5747\\u4e00\\u6027\\u3092\\u6301\\u3063\\u3066\\u3044\\u308b\\u306e\\u304c\\u9ad8\\u54c1\\u8cea\\u306e\\u6761\\u4ef6\\u306b\\u306a\\u308a\\u307e\\u3059\\u3002\"],[\"\\uff12\\uff0e\\u304b\\u305f\\u3061\",\"<img src=\\\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/uploads\\/kijun2.jpg\\\" alt=\\\"\\u5f62\\\" width=\\\"60%\\\" \\/><br>\\n\\u771f\\u3093\\u4e38\\u306e\\u3044\\u308f\\u3086\\u308b\\u65b0\\u5186\\u771f\\u73e0\\u304c\\u6700\\u9ad8\\u3068\\u3055\\u308c\\u307e\\u3059\\u304c\\u3001 \\u7570\\u578b\\u771f\\u73e0\\uff08\\u30d0\\u30ed\\u30c3\\u30af\\u7389\\uff09\\u306a\\u3069\\u5909\\u5f62\\u306e\\u771f\\u73e0\\u3082\\u3042\\u308a\\u307e\\u3059\\u3002\\u597d\\u307f\\u3084\\u30d5\\u30a1\\u30c3\\u30b7\\u30e7\\u30f3\\u306b\\u5408\\u308f\\u305b\\u3066\\u9078\\u3073\\u307e\\u3057\\u3087\\u3046\\u3002\"],[\"\\uff13\\uff0e\\u30c6\\u30ea\\uff08\\u5149\\u6ca2\\uff09\",\"<img src=\\\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/uploads\\/kijun3.jpg\\\" alt=\\\"\\u5149\\u6ca2\\\" width=\\\"60%\\\" \\/>\\n<br>\\n\\u771f\\u73e0\\u5149\\u6ca2\\u771f\\u73e0\\u72ec\\u7279\\u306e\\u5149\\u6ca2\\u306f\\u3001\\u8868\\u9762\\u7684\\u306a\\u3082\\u306e\\u3067\\u306f\\u306a\\u304f\\u3001\\u5185\\u90e8\\u304b\\u3089\\u304f\\u308b\\u7167\\u308a\\u306b\\u3088\\u308b\\u3082\\u306e\\u3002\\u4e0a\\u304b\\u3089\\u898b\\u3066\\u5149\\u306e\\u8f2a\\u304c\\u307b\\u3093\\u306e\\u308a\\u3068\\u3042\\u308a\\u3001\\u91cd\\u539a\\u306a\\u611f\\u3058\\u304c\\u3059\\u308b\\u3082\\u306e\\u304c\\u826f\\u3044\\u3067\\u3057\\u3087\\u3046\\u3002\\u5149\\u6ca2\\uff08\\u30c6\\u30ea\\uff09\"],[\"\\uff14\\uff0e\\u304d\\u305a\",\"<img src=\\\"https:\\/\\/www.nagasaki-shinju.com\\/wp-content\\/uploads\\/kijun4.jpg\\\" alt=\\\"\\u50b7\\\" width=\\\"60%\\\" \\/>\\n<br>\\n\\u53b3\\u3057\\u3044\\u81ea\\u7136\\u306e\\u4e2d\\u3067\\u6210\\u9577\\u3057\\u3066\\u3044\\u304f\\u771f\\u73e0\\u306f\\u3001\\u307b\\u3068\\u3093\\u3069\\u304c\\u4f55\\u3089\\u304b\\u306e\\u30ad\\u30ba\\u3092\\u6301\\u3063\\u3066\\u3044\\u307e\\u3059\\u3002\\u50b7\\u306f\\u307b\\u3093\\u3082\\u306e\\u306e\\u771f\\u73e0\\u306e\\u8a3c\\u3067\\u3059\\u304c\\u3001\\u3053\\u306e\\u50b7\\u304c\\u5c11\\u306a\\u3044\\u307b\\u3069\\u5e0c\\u5c11\\u4fa1\\u5024\\u304c\\u52a0\\u308f\\u308a\\u8cb4\\u91cd\\u3068\\u3055\\u308c\\u307e\\u3059\\u3002\\u304d\\u305a\"]]','評価基準','評価基準','inherit','closed','closed','','216-revision-v1','','','2017-09-08 13:23:10','2017-09-08 04:23:10','',216,'https://www.nagasaki-shinju.com/216-revision-v1/',0,'revision','',0),(669,1,'2017-09-08 13:34:32','2017-09-08 04:34:32','','main_logo','','inherit','closed','closed','','main_logo-2','','','2017-09-08 13:34:32','2017-09-08 04:34:32','',0,'https://www.nagasaki-shinju.com/wp-content/uploads/2017/09/main_logo.png',0,'attachment','image/png',0),(684,2,'2020-07-27 13:30:15','0000-00-00 00:00:00','','自動下書き','','auto-draft','closed','closed','','','','','2020-07-27 13:30:15','0000-00-00 00:00:00','',0,'https://www.nagasaki-shinju.com/?p=684',0,'post','',0),(673,2,'2018-02-17 14:43:12','2018-02-17 05:43:12','','ura','','inherit','closed','closed','','ura-2','','','2018-02-17 14:43:12','2018-02-17 05:43:12','',622,'https://www.nagasaki-shinju.com/wp-content/uploads/2018/02/ura.jpg',0,'attachment','image/jpeg',0),(674,2,'2018-02-17 14:43:14','2018-02-17 05:43:14','','omote','','inherit','closed','closed','','omote-2','','','2018-02-17 14:43:14','2018-02-17 05:43:14','',622,'https://www.nagasaki-shinju.com/wp-content/uploads/2018/02/omote.jpg',0,'attachment','image/jpeg',0),(685,2,'2020-07-27 14:06:13','2020-07-27 05:06:13','長崎真珠ECショップは現在メンテナンス中となっております。\r\n\r\n大変ご不便お掛けいたしますが、復旧まで今しばらくお待ちくださいませ。','只今メンテナンス中です。','','publish','closed','closed','','maintenance','','','2020-07-27 14:07:09','2020-07-27 05:07:09','',0,'https://www.nagasaki-shinju.com/?page_id=685',0,'page','',0),(686,2,'2020-07-27 14:04:14','2020-07-27 05:04:14','','只今メンテナンス中です。','','inherit','closed','closed','','685-revision-v1','','','2020-07-27 14:04:14','2020-07-27 05:04:14','',685,'https://www.nagasaki-shinju.com/685-revision-v1/',0,'revision','',0),(687,2,'2020-07-27 14:05:45','2020-07-27 05:05:45','長崎真珠ECショップは、現在メンテナンス中となっております。\r\n\r\n大変ご不便お掛けいたしますが、復旧まで今しばらくお待ちくださいませ。','只今メンテナンス中です。','','inherit','closed','closed','','685-revision-v1','','','2020-07-27 14:05:45','2020-07-27 05:05:45','',685,'https://www.nagasaki-shinju.com/685-revision-v1/',0,'revision','',0),(676,2,'2018-02-17 14:51:11','2018-02-17 05:51:11','&nbsp;新着情報\r\n<strong>大誕生祭</strong> 2/24(土)~3/4(日)\r\n\r\n<hr>\r\n\r\n<a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/2018/02/omote.jpg\"><img class=\"alignnone size-full wp-image-674\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/2018/02/omote.jpg\" alt=\"\" width=\"1900\" height=\"2753\"></a>\r\n\r\n<a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/2018/02/ura.jpg\"><img class=\"alignnone size-full wp-image-674\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/2018/02/ura.jpg\" alt=\"\" width=\"1900\" height=\"2753\"></a>','新着情報','','inherit','closed','closed','','622-revision-v1','','','2018-02-17 14:51:11','2018-02-17 05:51:11','',622,'https://www.nagasaki-shinju.com/622-revision-v1/',0,'revision','',0),(679,2,'2019-02-15 11:14:46','2019-02-15 02:14:46','','ura','','inherit','closed','closed','','ura-3','','','2019-02-15 11:14:46','2019-02-15 02:14:46','',622,'https://www.nagasaki-shinju.com/wp-content/uploads/2019/02/ura.jpg',0,'attachment','image/jpeg',0),(680,2,'2019-02-15 11:14:48','2019-02-15 02:14:48','','omote','','inherit','closed','closed','','omote-3','','','2019-02-15 11:14:48','2019-02-15 02:14:48','',622,'https://www.nagasaki-shinju.com/wp-content/uploads/2019/02/omote.jpg',0,'attachment','image/jpeg',0),(681,2,'2019-02-15 11:17:01','2019-02-15 02:17:01','&nbsp; 新着情報\r\n<strong>大誕生祭</strong> 2/23(土)~3/3(日)\r\n\r\n<hr>\r\n\r\n<a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/2018/02/omote.jpg\"><img width=\"1900\" height=\"2753\" class=\"alignnone size-full wp-image-674\" alt=\"\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/2019/02/omote.jpg\"></a>\r\n\r\n<a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/2019/02/ura.jpg\"><img width=\"1900\" height=\"2753\" class=\"alignnone size-full wp-image-674\" alt=\"\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/2018/02/ura.jpg\"></a>','新着情報','','inherit','closed','closed','','622-revision-v1','','','2019-02-15 11:17:01','2019-02-15 02:17:01','',622,'https://www.nagasaki-shinju.com/622-revision-v1/',0,'revision','',0),(682,2,'2019-02-18 11:05:49','2019-02-18 02:05:49','&nbsp; 新着情報\r\n<strong>大誕生祭</strong> 2/23(土)~3/3(日)\r\n\r\n<hr>\r\n\r\n<a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/2019/02/omote.jpg\"><img width=\"1900\" height=\"2753\" class=\"alignnone size-full wp-image-674\" alt=\"\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/2019/02/omote.jpg\"></a>\r\n\r\n<a href=\"https://www.nagasaki-shinju.com/wp-content/uploads/2019/02/ura.jpg\"><img width=\"1900\" height=\"2753\" class=\"alignnone size-full wp-image-674\" alt=\"\" src=\"https://www.nagasaki-shinju.com/wp-content/uploads/2019/02/ura.jpg\"></a>','新着情報','','inherit','closed','closed','','622-revision-v1','','','2019-02-18 11:05:49','2019-02-18 02:05:49','',622,'https://www.nagasaki-shinju.com/622-revision-v1/',0,'revision','',0),(688,2,'2020-07-27 14:06:03','2020-07-27 05:06:03','長崎真珠ECショップは現在メンテナンス中となっております。\r\n\r\n大変ご不便お掛けいたしますが、復旧まで今しばらくお待ちくださいませ。','只今メンテナンス中です。','','inherit','closed','closed','','685-revision-v1','','','2020-07-27 14:06:03','2020-07-27 05:06:03','',685,'https://www.nagasaki-shinju.com/685-revision-v1/',0,'revision','',0),(689,2,'2020-07-27 14:06:13','2020-07-27 05:06:13',' ','','','publish','closed','closed','','689','','','2020-07-27 14:06:13','2020-07-27 05:06:13','',0,'https://www.nagasaki-shinju.com/689/',14,'nav_menu_item','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_relationships`
--

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_relationships`
--

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (481,4,0),(13,2,0),(14,2,0),(476,3,0),(24,2,0),(26,2,0),(29,2,0),(32,2,0),(39,2,0),(480,4,0),(55,2,0),(58,2,0),(479,4,0),(625,2,0),(478,4,0),(73,2,0),(285,2,0),(219,2,0),(482,4,0),(483,3,0),(486,3,0),(630,4,0),(647,4,0),(689,2,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_taxonomy`
--

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_taxonomy`
--

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'nav_menu','',0,14),(3,3,'category','',0,3),(4,4,'nav_menu','',0,7);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_termmeta`
--

DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_termmeta`
--

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_terms`
--

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_terms`
--

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'未分類','%e6%9c%aa%e5%88%86%e9%a1%9e',0),(2,'メニュー 1','%e3%83%a1%e3%83%8b%e3%83%a5%e3%83%bc-1',0),(3,'新着情報','%e6%96%b0%e7%9d%80%e6%83%85%e5%a0%b1',0),(4,'メインナビ','%e3%83%a1%e3%82%a4%e3%83%b3%e3%83%8a%e3%83%93',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_usermeta`
--

DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=77 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_usermeta`
--

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','長崎真珠'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','aioseop_menu_220,aioseop_welcome_220,tp09_edit_drag_drop_sort'),(13,1,'show_welcome_panel','0'),(15,1,'wp_dashboard_quick_press_last_post_id','657'),(16,1,'closedpostboxes_dashboard','a:1:{i:0;s:22:\"semperplugins-rss-feed\";}'),(17,1,'metaboxhidden_dashboard','a:4:{i:0;s:18:\"dashboard_activity\";i:1;s:22:\"semperplugins-rss-feed\";i:2;s:21:\"dashboard_quick_press\";i:3;s:17:\"dashboard_primary\";}'),(18,1,'wp_user-settings','libraryContent=browse&editor=html&imgsize=full'),(19,1,'wp_user-settings-time','1500605581'),(20,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(21,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(22,1,'nav_menu_recently_edited','4'),(23,1,'wp_tablepress_user_options','{\"user_options_db_version\":32,\"admin_menu_parent_page\":\"middle\",\"message_first_visit\":true}'),(24,1,'managetablepress_listcolumnshidden','a:1:{i:0;s:22:\"table_last_modified_by\";}'),(25,1,'closedpostboxes_tablepress_edit','a:0:{}'),(26,1,'metaboxhidden_tablepress_edit','a:0:{}'),(27,1,'meta-box-order_tablepress_edit','a:3:{s:6:\"normal\";s:161:\"tablepress_edit-table-information,tablepress_edit-table-data,tablepress_edit-table-manipulation,tablepress_edit-table-options,tablepress_edit-datatables-features\";s:10:\"additional\";s:0:\"\";s:4:\"side\";s:0:\"\";}'),(28,1,'closedpostboxes_page','a:1:{i:0;s:12:\"revisionsdiv\";}'),(29,1,'metaboxhidden_page','a:4:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:9:\"authordiv\";}'),(31,1,'managepluginscolumnshidden','a:0:{}'),(32,1,'closedpostboxes_post','a:3:{i:0;s:16:\"tagsdiv-post_tag\";i:1;s:12:\"revisionsdiv\";i:2;s:9:\"authordiv\";}'),(33,1,'metaboxhidden_post','a:3:{i:0;s:11:\"postexcerpt\";i:1;s:13:\"trackbacksdiv\";i:2;s:10:\"postcustom\";}'),(39,1,'aioseop_seen_about_page','2.3.12.5'),(43,1,'googleplus',''),(44,1,'meta-box-order_post','a:3:{s:4:\"side\";s:51:\"submitdiv,postimagediv,categorydiv,tagsdiv-post_tag\";s:6:\"normal\";s:96:\"revisionsdiv,postexcerpt,trackbacksdiv,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv\";s:8:\"advanced\";s:5:\"aiosp\";}'),(45,1,'screen_layout_post','2'),(51,2,'nickname','nagasakishin'),(52,2,'first_name','長崎真珠'),(53,2,'last_name','運営'),(54,2,'description',''),(55,2,'rich_editing','true'),(56,2,'comment_shortcuts','false'),(57,2,'admin_color','fresh'),(58,2,'use_ssl','0'),(59,2,'show_admin_bar_front','true'),(60,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(61,2,'wp_user_level','10'),(62,2,'dismissed_wp_pointers','wp496_privacy,theme_editor_notice'),(64,2,'wp_dashboard_quick_press_last_post_id','684'),(65,2,'closedpostboxes_dashboard','a:0:{}'),(69,2,'managetablepress_listcolumnshidden','a:1:{i:0;s:22:\"table_last_modified_by\";}'),(48,1,'default_password_nag',''),(66,2,'metaboxhidden_dashboard','a:4:{i:0;s:22:\"semperplugins-rss-feed\";i:1;s:21:\"dashboard_quick_press\";i:2;s:17:\"dashboard_primary\";i:3;s:18:\"dashboard_activity\";}'),(67,2,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:42:\"dashboard_right_now,semperplugins-rss-feed\";s:4:\"side\";s:58:\"dashboard_quick_press,dashboard_primary,dashboard_activity\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}'),(71,2,'session_tokens','a:1:{s:64:\"3c84ea800f0e780a4c68cf2e1a5e8ff34228a97745638e97949aa7489428c896\";a:4:{s:10:\"expiration\";i:1595997012;s:2:\"ip\";s:14:\"114.179.57.225\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36\";s:5:\"login\";i:1595824212;}}'),(72,2,'wp_tablepress_user_options','{\"user_options_db_version\":36,\"admin_menu_parent_page\":\"middle\",\"message_first_visit\":true}'),(73,2,'wp_user-settings','libraryContent=browse&editor=tinymce'),(74,2,'wp_user-settings-time','1595826365'),(75,1,'syntax_highlighting','true'),(76,1,'locale','');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_users`
--

DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_users`
--

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'nagasanko5808','$P$BBZGzDrHsqVLLP4zytOfZyIMkuYj/r1','nagasanko5808','kk.sanko@rapid.ocn.ne.jp','','2015-12-03 23:28:36','',0,'長崎真珠'),(2,'nagasakishin','$P$B6ltMsSk9MX3S53Grbg4xWY1bBPKod/','nagasakishin','admin@nagasaki-shinju.com','https://www.nagasaki-shinju.com/','2017-09-08 01:43:40','1504835020:$P$Bz.aj1cAVjwpaoxc8fCVtxi4wI5owz.',0,'運営長崎真珠');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2020-07-27 14:09:33