Exception: FLEA_Db_Exception_SqlQuery
Message: SQL 错误消息: "Table 'member_blog_replay' is marked as crashed and should be repaired"
SQL 语句: "SELECT `member_blog_replay`.`mbbid` AS flea_pkref_mbbid, `member_blog_replay`.* FROM `member_blog_replay` WHERE `member_blog_replay`.`mbbid` IN ('7627','7621','7582','7579','7557','7556','7553','7548','7541','7499','7497','7416','7409','7406','7405','7404','7394','7391','7390','7386','7373','7365','7356','7345','7329','7324','7321','7312','7309','7299','7289','7273','7262','7256','7239','7233','7221','7212','7207','7194','7185','7181','7175','7170','7159','7151','7145','7141','7135','7129','7121','7110','7104','7099','7095','7091','7085','7074','7069','7062','7054','7050','7046','7039','7032','7026','7020','7015','7009','7004','6993','6984','6964','6955','6944','6936','6931','6926','6920','6909','6900','6893','6877','6872','6869','6852','6845','6838','6827','6826','6813','6805','6798','6785','6771','6761','6750','6743','6721','6709','6692','6673','6648','6623','6592','6578','6571','6565','6551','6529','6506','6504','6498','6489','6473','6457','6449','6446','6438','6427','6421','6411','6410','6406','6388','6378','6360','6356','6353','6305','6248','6247','6181','6170','6135','6100','6095','6066','6032','5970','5877','5769','5756','5748','5741','5726','5710','5705','5693','5688','5681','5668','5654','5640')"
SQL 错误代码: "7335941".
Filename: /www/web/ggblog/public_html/libs/FLEA/FLEA/Db/Driver/Abstract.php [513]
#8 FLEA_Db_Driver_Mysql::execute('SELECT `member_blog_replay` ...')
ARGS:
Array
(
[0] => SELECT `member_blog_replay`.`mbbid` AS flea_pkref_mbbid, `member_blog_replay`.* FROM `member_blog_replay` WHERE `member_blog_replay`.`mbbid` IN ('7627','7621','7582','7579','7557','7556','7553','7548','7541','7499','7497','7416','7409','7406','7405','7404','7394','7391','7390','7386','7373','7365','7356','7345','7329','7324','7321','7312','7309','7299','7289','7273','7262','7256','7239','7233','7221','7212','7207','7194','7185','7181','7175','7170','7159','7151','7145','7141','7135','7129','7121','7110','7104','7099','7095','7091','7085','7074','7069','7062','7054','7050','7046','7039','7032','7026','7020','7015','7009','7004','6993','6984','6964','6955','6944','6936','6931','6926','6920','6909','6900','6893','6877','6872','6869','6852','6845','6838','6827','6826','6813','6805','6798','6785','6771','6761','6750','6743','6721','6709','6692','6673','6648','6623','6592','6578','6571','6565','6551','6529','6506','6504','6498','6489','6473','6457','6449','6446','6438','6427','6421','6411','6410','6406','6388','6378','6360','6356','6353','6305','6248','6247','6181','6170','6135','6100','6095','6066','6032','5970','5877','5769','5756','5748','5741','5726','5710','5705','5693','5688','5681','5668','5654','5640')
)
SOURCE CODE:
503 |
} else {
|
504 |
if (!is_null($limit)) {
|
505 |
if (is_array($limit)) {
|
506 |
list($length, $offset) = $limit;
|
507 |
} else {
|
508 |
$length = $limit;
|
509 |
$offset = 0;
|
510 |
}
|
511 |
$res = $this->selectLimit($sql, $length, $offset);
|
512 |
} else {
|
513 |
$res = $this->execute($sql);
|
514 |
}
|
515 |
}
|
516 |
|
517 |
if ($oneToOne) {
|
518 |
// 一对一组装数据
|
519 |
while ($row = $this->fetchAssoc($res)) {
|
520 |
$rkv = $row[$refKeyName];
|
521 |
unset($row[$refKeyName]);
|
522 |
$assocRowset[$rkv][$mappingName] = $row;
|
523 |
}
|
Filename: /www/web/ggblog/public_html/libs/FLEA/FLEA/Db/TableDataGateway.php [483]
#7 FLEA_Db_Driver_Abstract::assemble('SELECT `member_blog_replay` ...', array(154), 'replay', , 'flea_pkref_mbbid', )
ARGS:
Array
(
[0] => SELECT `member_blog_replay`.`mbbid` AS flea_pkref_mbbid, `member_blog_replay`.* FROM `member_blog_replay` WHERE `member_blog_replay`.`mbbid` IN ('7627','7621','7582','7579','7557','7556','7553','7548','7541','7499','7497','7416','7409','7406','7405','7404','7394','7391','7390','7386','7373','7365','7356','7345','7329','7324','7321','7312','7309','7299','7289','7273','7262','7256','7239','7233','7221','7212','7207','7194','7185','7181','7175','7170','7159','7151','7145','7141','7135','7129','7121','7110','7104','7099','7095','7091','7085','7074','7069','7062','7054','7050','7046','7039','7032','7026','7020','7015','7009','7004','6993','6984','6964','6955','6944','6936','6931','6926','6920','6909','6900','6893','6877','6872','6869','6852','6845','6838','6827','6826','6813','6805','6798','6785','6771','6761','6750','6743','6721','6709','6692','6673','6648','6623','6592','6578','6571','6565','6551','6529','6506','6504','6498','6489','6473','6457','6449','6446','6438','6427','6421','6411','6410','6406','6388','6378','6360','6356','6353','6305','6248','6247','6181','6170','6135','6100','6095','6066','6032','5970','5877','5769','5756','5748','5741','5726','5710','5705','5693','5688','5681','5668','5654','5640')
[1] => Array
(
[7627] => Array
(
[mbbid] => 7627
[mbid] => 559
[mbcid] => 678
[title] => COOLシャンプーはじめました!!
[content] => <p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">今年も暑い夏がやってきましたね!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">いつもよりさらに暑い気もしますが熱中症には気をつけましょう!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">というわけで、暑さもフッ飛ばすこの時期だけの<span style="font-size:32px;color:#9933E5;">スッキリ爽快</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;color:#9933E5;">COOLシャンプー</span>が</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">通常の店内のシャンプーに+¥500でできちゃいます!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">さらにご注文の方には<span style="font-size:32px;color:#CC33E5;">¥800のCOOLシャンプーミニボトル</span>を<span style="color:#E53333;font-size:32px;">プレゼント</span>し</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">ちゃいますので是非どうぞ</span></strong><strong><span style="font-family:Meiryo UI;font-size:16px;">!!!!</span></strong>
</p>
<p>
<br />
<img src="/scripts/image/20150725171217_93729.jpg" alt="" height="219" width="389" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">こちらは先日、<span style="font-size:24px;color:#DFC5A4;">中西君</span>のカットをした時の写真です!!</span></strong>
</p>
<p>
<img src="/scripts/image/20150725171651_68317.jpg" alt="" height="430" width="322" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;">イケメン</span>ですが、なかなかの<span style="font-size:24px;color:#FF9900;">天然キャラ</span>でありまして・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">ちなみに19歳です</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">ご来店の際には是非声をかけてあげて下さいね!!!楽しい答えが返ってくるかも</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">そしてこちらは!!!!!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20150725171733_13723.jpg" alt="" height="247" width="438" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">咲いてくれましたよ!!!!うちの<span style="font-size:32px;color:#FFE500;">プルちゃん</span>こと、<span style="font-size:24px;">プルメリア</span>の花!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">3年ぶりかな!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">いやぁ~~キレイだ!!!!!<span style="font-size:24px;color:#B8D100;">実にキレイ</span>でございます!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">毎年咲いてくれるとよいなぁ~~~~~~!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">とまぁそんなこんなでこれからも</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;color:#337FE5;">ゴエモン</span>を・・・<span style="font-size:32px;color:#00D5FF;">レアナ</span>をよろしくお願いいたしますm(__)m</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#EE33EE;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#EE33EE;">千葉市中央区新田町4-25 パル・サンライト1F</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#EE33EE;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#EE33EE;">ブログ担当石川(ゴエモン</span></strong><strong><span style="font-family:Meiryo UI;font-size:32px;color:#EE33EE;">)</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] => COOLシャンプーはじめました!!
[is_good] => 0
[created] => 2015-07-25 16:30:04
[updated] => 2015-07-25 16:33:23
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7621] => Array
(
[mbbid] => 7621
[mbid] => 559
[mbcid] => 678
[title] => 雨多しですが!!
[content] => <p>
<strong><span style="font-family:Meiryo;font-size:16px;">レアナの<span style="font-size:24px;color:#00D5FF;">ハイブリッド縮毛矯正</span>&<span style="font-size:24px;color:#60D978;">和染</span>で湿気もフッ飛ばすキレイ髪になっちゃいましょ~~~!!!</span></strong>
</p>
<p>
<br />
<img src="/scripts/image/20150709165513_39906.jpg" alt="" width="272" height="485" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">ハイブリッド矯正で<span style="font-size:24px;">しっとりツヤツヤ</span>の髪に</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">10レベルの<span style="font-size:24px;">アッシュブロンド</span>の和染です!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">ちなみに、ホームケアでは<span style="font-size:24px;">生トリートメントシリーズ</span>の</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;"><span style="font-size:24px;color:#B8D100;">ディグレアシャンプー&トリートメント</span>と</span></strong>
</p>
<p>
<img src="/scripts/image/20150709170349_23773.jpg" alt="" width="164" height="284" />
</p>
<p>
<img src="/scripts/image/20150709170247_44547.jpg" alt="" width="162" height="250" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">流さないトリートメント<span style="color:#B8D100;font-size:24px;">『ディグレアCO』</span>を使って頂いております!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20150709170443_43894.jpg" alt="" width="231" height="411" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;"><span style="font-size:24px;">ホームケアをしっかり</span>されている方はキレイな髪が<span style="font-size:24px;">長続き</span>しますよ~~~!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">そして今年も咲いてくれましたよ!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#FF9900;">ハイビスカス</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
<img src="/scripts/image/20150709170642_31375.jpg" alt="" width="330" height="440" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;"><span style="font-size:24px;">エントランス</span>をキレイに飾ってくれいていま~~す!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">あっっ!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">そういえば千葉人でも何気に見逃しているこちら</span></strong>
</p>
<p>
<img src="/scripts/image/20150709170948_20261.jpg" alt="" width="371" height="210" />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#FFE500;">金色のピーナッツ!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">久々によく見たら結構うまいこと作ってあるんですよね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">とまぁ、そんなこんなでこれからも</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#9933E5;">ゴエモンを・・・レアナをよろしくお願いいたしますm(__)m</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#99BB00;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#99BB00;">043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#99BB00;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#99BB00;">ブログ担当石川(ゴエモン</span></strong><strong><span style="font-family:Meiryo;font-size:32px;color:#99BB00;">)</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2015-07-09 17:18:21
[updated] => 2015-07-09 17:18:21
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7582] => Array
(
[mbbid] => 7582
[mbid] => 559
[mbcid] => 678
[title] => クロワッサンにも掲載中~~~!!!
[content] => <p>
<strong><span style="font-family:Meiryo;font-size:18px;">1月24日発売の<span style="font-size:32px;color:#00D5FF;">『クロワッサン』</span>にも<span style="font-size:32px;color:#DFC5A4;">レ</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;color:#DFC5A4;">アナ</span>が掲載されていますので</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">是非ご覧くださいね(^o^)/</span></strong>
</p>
<p>
<img src="/scripts/image/20150129203216_76650.jpg" alt="" height="340" width="479" />
</p>
<p>
<br />
<img src="/scripts/image/20150129203203_47188.jpg" alt="" height="349" width="247" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">そして昨年のクリスマスからの<span style="font-size:24px;">ニューフェイ</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:24px;">ス!!!</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;color:#EE33EE;">八木くん</span>で~~~~~す!!!!</span></strong>
</p>
<p>
<br />
<img src="/scripts/image/20150129203526_89469.jpg" alt="" height="315" width="223" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20150129203546_64148.jpg" alt="" height="329" width="233" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">というわけで、<span style="font-size:32px;color:#EE33EE;">八木くん</span>の歓迎会は!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">本人の希望により</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#FFE500;">オーダー♪ 洋食屋さんの</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#FFE500;">『オムライス』♪</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">てな訳になり、行ってまいりました、ポムの樹~~~!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20150129203855_80434.jpg" alt="" height="270" width="381" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20150129204358_73994.jpg" alt="" height="109" width="139" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20150129203922_11528.jpg" alt="" height="254" width="358" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">店員さんのM君も笑顔で写って頂きありがとうございます</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">みんなバクバクお腹いっぱいに食べさせていただきまし</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">た~~~!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#B8D100;">八木くんこれからもよろし</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#B8D100;">く~~~!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#FF9900;">オーナー、いつもご馳走様です</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#FF9900;">m(__)m</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">そういえば明日は千葉にも雪が降るそうですが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">皆様もお気をつけ下さいね!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;color:#99BB00;">ゴエモン</span>は雪だって何だって3時間かけて歩いてで</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">も出勤するぞぇ~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/28.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">とまぁそんなこんなで</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">これからも<span style="font-size:32px;color:#00D5FF;">ゴエモン</span>を・・・<span style="font-size:32px;color:#DFC5A4;">レアナ</span>を<span style="font-size:32px;color:#337FE5;">よろ</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;color:#337FE5;">しくお願い致しますm(__)m</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#DFC5A4;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#DFC5A4;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#DFC5A4;">千葉市中央区4-25 パル・サンライト1F</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#DFC5A4;">ブログ担当石川(ゴエモン</span></strong><strong><span style="font-family:Meiryo;font-size:32px;color:#DFC5A4;">)</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2015-01-29 20:59:24
[updated] => 2015-01-29 20:59:24
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7579] => Array
(
[mbbid] => 7579
[mbid] => 559
[mbcid] => 678
[title] => 今年も無事に
[content] => <p>
<span style="font-family:Meiryo;font-size:18px;"><strong>成人式のお手伝いができました~~~</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;color:#DFC5A4;"><strong>成人の皆様本当におめでとうご</strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;color:#DFC5A4;"><strong>ざいます</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>前日の準備も<span style="font-size:24px;color:#00D5FF;">ウキウキ気分</span>でやらせて頂きまし</strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>た~~!!!</strong></span><img src="/scripts/image/20150116193404_92295.jpg" alt="" height="318" width="411" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>当日は4時半起きでお店に向かいました!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;color:#FF9900;"><strong>みんなキレイになってた</strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;color:#FF9900;"><strong>なぁ~~~~~</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;color:#CC33E5;"><strong>やっぱり着物って良いです</strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;color:#CC33E5;"><strong>な!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20150116193841_99526.jpg" alt="" height="568" width="427" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>来年も成人式がんばりまっしょう!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>そしてレアナのエントランスが<span style="font-size:32px;color:#99BB00;">【バレンタイ</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong><span style="font-size:32px;color:#99BB00;">ン】</span>仕様に変わりました~~~!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20150116194103_49308.jpg" alt="" height="386" width="273" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>季節やイベントごとにエントランスも変わっていくので、</strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>ご来店の際には是非ご覧になって下さいね</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/39.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>今年は</strong></span><span style="font-family:Meiryo;font-size:24px;"><strong>チョコもらえるかなぁぁぁ</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/2.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>もらえなくても、<span style="font-size:24px;">ほぼ毎日チョコ買って</span>食べてるん</strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>ですけどね!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>チョコって本当にうまいですよね・・・とまらん</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>とまぁそんなこんなで</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>これからも<span style="font-size:32px;color:#B8D100;">ゴエモン</span>を・・・<span style="font-size:32px;color:#FF9900;">レアナをよ</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong><span style="font-size:32px;color:#FF9900;">ろしくお願いいたします</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong><span style="font-size:32px;color:#FF9900;">m(__)m</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;color:#DFC5A4;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;color:#DFC5A4;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;color:#DFC5A4;"><strong>千葉市中央区新田町4-25 パ</strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;color:#DFC5A4;"><strong>ル・サンライト1F</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;color:#DFC5A4;"><strong>ブログ担当石川(ゴエモン</strong></span><span style="font-family:Meiryo;font-size:32px;color:#DFC5A4;"><strong>)</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2015-01-16 19:52:53
[updated] => 2015-01-16 19:52:53
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7557] => Array
(
[mbbid] => 7557
[mbid] => 559
[mbcid] => 678
[title] => あけましておめでとうございます!!
[content] => <p>
<span style="font-family:Meiryo;font-size:32px;"><strong>レアナは本日より通常営業とな</strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;"><strong>りました!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;"><strong>今年も皆様の髪の毛を<span style="color:#FF9900;">全力でキ</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;"><strong><span style="color:#FF9900;">レイに</span>いたします</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;"><strong>どうぞ<span style="color:#00D5FF;">レアナをよろしくお願い</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;"><strong><span style="color:#00D5FF;">いたしますm(__)m</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;"><strong><span style="color:#DFC5A4;">ゴエモン</span>もよろしくね</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20150105205243_69639.jpg" alt="" height="298" width="422" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;"><strong>なぜアロワナなのかは・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;"><strong>誰にもわかりません・・・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;"><strong>はい、年始からやっちゃった系</strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;"><strong>ですが</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;"><strong>そんなこんなで<span style="color:#EE33EE;">今年もよろしく</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;"><strong><span style="color:#EE33EE;">お願いいたしま~~~~す</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;"><strong><span style="color:#EE33EE;">(^◇^)</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;color:#B8D100;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;color:#B8D100;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;color:#B8D100;"><strong>千葉市中央区新田町4-25 パ</strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;color:#B8D100;"><strong>ル・サンライト1F</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;color:#B8D100;"><strong>ブログ担当石川(ゴエモン</strong></span><span style="font-family:Meiryo;font-size:32px;color:#B8D100;"><strong>)</strong></span>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2015-01-05 20:58:09
[updated] => 2015-01-05 20:58:09
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7556] => Array
(
[mbbid] => 7556
[mbid] => 559
[mbcid] => 678
[title] => 今年もレアナをご愛顧いただきましてありがとうございました!!
[content] => <p>
<strong><span style="font-family:Meiryo;font-size:24px;">本年の営業も無事に終わりまし</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:24px;">た~~~!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:24px;">レアナをご利用頂きました皆様、<span style="font-size:32px;">本当に</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:24px;"><span style="font-size:32px;">ありがとうございます</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;">来年もレアナをどうぞよろしく</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;">お願い申し上げます</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:24px;">ゴエモンはなんと2週間以上も未だに風邪が</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:24px;">治らず・・・ですが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:24px;">皆様もお体にはお気をつけ下さいね!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;">年明けは元気に出勤する</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;">ぞ~~~~~~~~~!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#FFE500;">うぉおおおおおおお</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#FFE500;">お~~~~!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:24px;">とまぁ、そんなこんなで</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:24px;">来年も<span style="font-size:32px;color:#B8D100;">ゴエモン</span>を・・・<span style="font-size:32px;color:#00D5FF;">レアナ</span>を<span style="font-size:32px;">是</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:24px;"><span style="font-size:32px;">非是非よろしくお願いいたし</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:24px;"><span style="font-size:32px;">ま~~~す</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#FF9900;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#FF9900;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#FF9900;">千葉市中央区新田町4-25 パ</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#FF9900;">ル・サンライト1F</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#FF9900;">ブログ担当石川(ゴエモン</span></strong><strong><span style="font-family:Meiryo;font-size:32px;color:#FF9900;">)</span></strong>
</p>
[click] => 0
[tags] => 今年もレアナをご愛顧いただきましてありがとうございました!!
[is_good] => 0
[created] => 2014-12-31 20:46:09
[updated] => 2015-01-05 20:38:22
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7553] => Array
(
[mbbid] => 7553
[mbid] => 559
[mbcid] => 678
[title] => ar(アール)に続き
[content] => <p>
<span style="font-family:Meiryo;font-size:18px;"><strong>22日発行の<span style="font-size:32px;color:#DFC5A4;">週刊女性</span>にも<span style="font-size:32px;color:#FF9900;">レアナが掲載</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong><span style="font-size:32px;color:#FF9900;">されました~~~!!!</span></strong></span>
</p>
<p>
<br />
<img src="/scripts/image/20141227203009_26502.jpg" alt="" height="360" width="509" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20141227203037_57181.jpg" alt="" height="411" width="290" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:24px;color:#00D5FF;"><strong>クセ毛・ダメージ毛・年齢髪でお悩みの方は</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:24px;color:#00D5FF;"><strong>是非レアナにご来店下さいね</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/39.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>来年には<span style="font-size:32px;color:#60D978;">『クロワッサン』・『オレ</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong><span style="font-size:32px;color:#60D978;">ンジページ』</span>に</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>載る予定ですので、またご報告いたしま~~~す!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>あっ、店内の<span style="font-size:24px;color:#337FE5;">スタッフギャラリーがボスに変わ</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong><span style="font-size:24px;color:#337FE5;">りました~~!!</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>テーマは、やはり<span style="font-size:32px;color:#FFE500;">『富士山</span></strong></span><span style="font-family:Meiryo;font-size:32px;color:#FFE500;"><strong>』</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong><span style="font-size:24px;color:#CC33E5;">プロのカメラマンも欲しがる写真</span>を是非ご覧下</strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>さいね</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20141227203840_67575.jpg" alt="" height="463" width="327" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>いやぁ、しかし寒いですね!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>ゴエモンも久しぶりに風邪をひいてしまい・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>2週間以上も治らずでして・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:24px;"><strong>あれっ・・・風邪をひいたってことは・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;color:#FF9900;"><strong>バカじゃないってこと!?!?</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:24px;color:#DFC5A4;"><strong>やったね</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>そういう問題じゃないってか!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>とまぁ、そんなこんなで<span style="font-size:32px;color:#4C33E5;">ゴエモン</span>を・・・<span style="font-size:32px;color:#00D5FF;">レア</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong><span style="font-size:32px;color:#00D5FF;">ナ</span>を</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;"><strong>よろしくお願い致します</strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;"><strong>m(__)m</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;color:#EE33EE;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;color:#EE33EE;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;color:#EE33EE;"><strong>千葉市中央区新田町4-25 パ</strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;color:#EE33EE;"><strong>ル・サンライト1F</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;color:#EE33EE;"><strong>ブログ担当石川(ゴエモン</strong></span><span style="font-family:Meiryo;font-size:32px;color:#EE33EE;"><strong>)</strong></span>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2014-12-27 20:58:55
[updated] => 2014-12-27 20:58:55
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7548] => Array
(
[mbbid] => 7548
[mbid] => 559
[mbcid] => 678
[title] => ついに!!!
[content] => <p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;color:#E56600;">レアナ</span>が<span style="color:#FF9900;font-size:32px;">全国女性誌ar(アール)</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="color:#FF9900;font-size:32px;"></span></span></strong><strong><span style="font-family:Meiryo;font-size:18px;">に掲載されましたよ~~~~!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20141219195910_26019.jpg" alt="" height="308" width="434" />
</p>
<p>
<img src="/scripts/image/20141219195933_22177.jpg" alt="" height="365" width="258" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">キレイな髪になるならやっぱり<span style="font-size:32px;color:#E56600;">レアナ</span>でしょ!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:24px;">輝髪や毛髪改善のメニュー</span>などを<span style="font-size:24px;">メーカーさ</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:24px;">んの依頼の元に</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">取材を受け、<span style="font-size:24px;">ドド~~~~ン</span>と載っているので</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#DFC5A4;">是非見て下さいね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/28.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:24px;color:#CC33E5;">アフロのお馬鹿さん</span>はまたお客様にちょっかい出し</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">て</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:24px;">遊んでるなぁ!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20141219200828_86791.jpg" alt="" height="271" width="381" />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">って<span style="font-size:32px;color:#00D5FF;">同じ頭!?!?</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">いやいや<span style="font-size:24px;">お客様は本物の髪の毛</span>です!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:24px;">10年以上前から冬になるとこのスタイル</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:24px;"></span>になるんですよね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">自分の<span style="font-size:32px;color:#B8D100;">こだわり</span>があるというのは良いものですね</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">とまぁそんなこんなでこれからも</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;color:#337FE5;">ゴエモン</span>を・・・<span style="font-size:32px;color:#60D978;">レアナをよろしく</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;color:#60D978;">お願い致しますm(__)m</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#B8D100;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#B8D100;">TEL 043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#B8D100;">千葉市中央区新田町4-25 パ</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#B8D100;">ル・サンライト1F</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#B8D100;">ブログ担当石川(</span></strong><strong><span style="font-family:Meiryo;font-size:32px;color:#B8D100;">ゴエモン)</span></strong>
</p>
<p>
<br />
</p>
[click] => 0
[tags] => ついに!!!
[is_good] => 0
[created] => 2014-12-19 20:17:27
[updated] => 2014-12-19 20:18:48
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7541] => Array
(
[mbbid] => 7541
[mbid] => 559
[mbcid] => 678
[title] => 新メニュー『プルーム』登場!!
[content] => <p>
<span style="font-size:24px;">出ました<span style="font-size:32px;color:#FF9900;">プルーム!!!</span></span>
</p>
<p>
<img src="/scripts/image/20141208194758_27004.jpg" alt="" height="310" width="219" />
</p>
<p>
<span style="font-size:16px;"><strong>このマシーン<span style="font-size:32px;color:#FF9900;">『プルーム』</span>は<span style="font-size:24px;color:#FFE500;">霧(雲より、エステ</span></strong></span>
</p>
<p>
<span style="font-size:16px;"><strong><span style="font-size:24px;color:#FFE500;">の美顔機よりも細かいマイクロミスト)</span>を</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong>出すためのものでございます!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20141208195119_30408.jpg" alt="" height="365" width="258" />
</p>
<p>
<span style="font-size:16px;"><strong>こーんな感じで<span style="font-size:24px;">かけ流す</span>こともあれば</strong></span>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20141208195227_64078.jpg" alt="" height="380" width="270" />
</p>
<p>
<span style="font-size:16px;"><strong>こーんな感じに<span style="font-size:24px;">デカめのキャップをつける</span>場合もある</strong></span>
</p>
<p>
<span style="font-size:16px;"><strong>んです!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong><span style="font-size:24px;">カラー・パーマ・縮毛矯正・トリートメント</span>などのメニューに</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong>追加して頂くことができます!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong>効果としては、<span style="font-size:32px;color:#CC33E5;">色持ちアップ・潤いアップ・パーマのもちも良くなる・矯正をかけてもしっとり・</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong><span style="font-size:32px;color:#CC33E5;">トリートメントも長持ち・手触りが良くなる</span>・・・などなど良い事づくめです</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong>今なら<span style="font-size:32px;color:#B8D100;">¥2000(税別)が→¥1000(税別)</span>で出来ちゃいます!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong>是非お試し頂きたいかぎりです</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong> </strong></span>
</p>
<p>
<span style="font-size:16px;"><strong>そして、こちらはどうでも良い事なのですが</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong>今年もこの時期になると<span style="font-size:24px;">レアナ</span>に<span style="font-size:32px;color:#FFE500;">アフロのお馬鹿さん</span>がいらっしゃるとのこと!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong>今年はどうやら<span style="font-size:32px;color:#FFE500;">金髪のアフロ</span>みたいですねぇ!!!</strong></span>
</p>
<p>
<img src="/scripts/image/20141208200306_95697.jpg" alt="" height="379" width="268" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong>仕事中に、しかもお客様の後ろで遊ばないよ~にね</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/38.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong>とまぁそんなこんなで</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:24px;color:#337FE5;"><strong>新メニューのプルームとレアナとゴエモンを</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:24px;color:#337FE5;"><strong>これからもよろしくお願い致しますm(__)m</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;color:#DFC5A4;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;color:#DFC5A4;"><strong>TEL 043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;color:#DFC5A4;"><strong>千葉市中央区新田町4-25パル・サンライト1F</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;color:#DFC5A4;"><strong>ブログ担当石川(ゴエモン</strong></span><span style="font-size:32px;color:#DFC5A4;"><strong>)</strong></span>
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2014-12-08 20:14:41
[updated] => 2014-12-08 20:14:41
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7499] => Array
(
[mbbid] => 7499
[mbid] => 559
[mbcid] => 678
[title] => 出ましたぜぃ!!!!!
[content] => <p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">髪の毛を再生させる<span style="font-size:24px;">流さないトリートメント</span>の登場で</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">す!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20141006194635_23871.jpg" alt="" height="291" width="411" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#DFC5A4;">『エルジューダ エマルジョン』</span>でございま</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">す!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#FF9900;">香り良し・形良し・効果良し・</span>で実にすばら</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">しい</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">是非使って頂きたい商品です!!!<span style="font-size:32px;color:#00D5FF;">ゴエモンおすす</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#00D5FF;">め</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">そしてこちらは去年の暮にお客様から頂きました<span style="font-size:32px;color:#EE33EE;">『シクラメ</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#EE33EE;">ン</span></span></strong><strong><span style="font-family:Meiryo UI;font-size:32px;color:#EE33EE;">』</span></strong>
</p>
<p>
<img src="/scripts/image/20141006195112_20707.jpg" alt="" height="272" width="384" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">なんだかんだで<span style="font-size:24px;color:#FFE500;">1年間のび続け</span>てくれそうです!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">芽も出てきているから<span style="font-size:24px;">もう少しで花も咲くかな</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">ほんでもって今日は千葉も珍しく<span style="font-size:24px;">台風による暴風雨</span>でした</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">ね!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">こんな張り紙をするほどの暴風雨だったので<span style="font-size:32px;color:#B8D100;">ビックリ</span>でし</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">た!!</span></strong>
</p>
<p>
<br />
<img src="/scripts/image/20141006195637_76762.jpg" alt="" height="401" width="436" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">そんな中ご来店頂きましたお客様、<span style="font-size:32px;color:#9933E5;">本当にありがとう</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#9933E5;">ございますm(__)m</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">来て頂けて、<span style="font-size:32px;color:#CC33E5;">嬉しかったです</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/28.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#99BB00;">ゴエモン</span>は朝・・・・・・傘が壊れて<span style="font-size:32px;">約10分雨に</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;">打たれての出勤でした!!!!</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:24px;">酸性雨だったら</span><span style="font-size:32px;color:#E53333;">ハゲちゃうよ・・・</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/43.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">とまぁそんなこんなで</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">これからも<span style="font-size:32px;">ゴエモン</span>を・・・<span style="font-size:32px;">レアナ</span>を<span style="font-size:32px;">よろしくお願</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;">いいたしますm(__)m</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">千葉市中央区新田町4-25 パル・</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">サンライト1F</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">ブログ担当 石川(ゴエモン)</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2014-10-06 20:09:30
[updated] => 2014-10-06 20:09:30
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7497] => Array
(
[mbbid] => 7497
[mbid] => 559
[mbcid] => 678
[title] => 夏休み!!!!
[content] => <p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">今年も夏休みを頂きまして連休を満喫させていただきました~~~~~~!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">今年は父の実家の<span style="font-size:24px;">富山県</span>まで</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;">車でひとっ走り</span>行ってきましたよ~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/310.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">しかし<span style="font-size:32px;color:#DFC5A4;">片道7時間</span>はなかなか腰にこたえまして・・・・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">ノンストップではとても厳しいので、途中途中SAなどに寄って</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">ベンチで10分横になって腰を伸ばし</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">お土産コーナーなどで<span style="font-size:24px;">いろんなものを発見</span>しちゃいました~~~~~!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;color:#FFE500;">日本海の海もすばらしくキレイ</span>でしたよ~~~!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20141001213445_80613.jpg" alt="" height="218" width="306" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20141001213520_45251.jpg" alt="" height="237" width="318" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20141001213558_41549.jpg" alt="" height="187" width="264" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;">アホが約1名</span>写っておりますが・・・気にしないで下さいね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/304.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">SAにはこんなものまで!!!!</span></strong>
</p>
<p>
<br />
<img src="/scripts/image/20141001213824_65940.jpg" alt="" height="300" width="423" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">テトラポットって<span style="font-size:32px;color:#337FE5;">デカイ</span>な!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">変な形のもあるし!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">からの・・・</span></strong>
</p>
<p>
<img src="/scripts/image/20141001213958_78703.jpg" alt="" height="293" width="414" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;color:#B8D100;">武田 信玄!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">お顔は・・・・</span></strong>
</p>
<p>
<img src="/scripts/image/20141001215901_60999.jpg" alt="" height="335" width="237" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;">なかなかの迫力で</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">さら</span></strong><strong><span style="font-family:Meiryo UI;font-size:16px;">に、その横にあった・・・</span></strong>
</p>
<p>
<img src="/scripts/image/20141001214102_47075.jpg" alt="" height="295" width="416" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">どデカイ・・・<span style="font-size:32px;color:#CC33E5;">アメジスト~~~~!!!</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">LEDでライトアップされている中をズームしてみると、こんな感じ!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20141001214337_32437.jpg" alt="" height="320" width="452" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;">めちゃめちゃキレイ</span>だったぞ~~~~~!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">そしてこちらは珍しいのではないかと言う、SAの名前ですが</span></strong>
</p>
<p>
<img src="/scripts/image/20141001214550_98868.jpg" alt="" height="278" width="392" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#E53333;">『おばすて』</span></strong>
</p>
<p>
<img src="/scripts/image/20141001220039_87413.jpg" alt="" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">建物は<span style="font-size:24px;">和風</span>で良い感じでしたが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">おかんも一緒にいたのでつい</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">おかんの顔を見ると・・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;color:#60D978;">「あんた何か言いたそうだね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/40.gif" alt="" style="height:24px;width:25px;" border="0" /><strong><span style="font-family:Meiryo UI;font-size:24px;"><span style="color:#60D978;">」</span>と・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;color:#00D5FF;">いやぁ!!別に!!!</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">と答えると</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">中学生以来か高校生以来かの<span style="font-size:32px;">ゲンコツ!!!</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">頂きやした~~~~!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">何はともあれ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">富山の海で獲れたお魚など美味しいものも食べーので<span style="font-size:24px;">楽しいお休みでしたよ~~~~!!!!!</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">また旅行のできる位お仕事も<span style="font-size:32px;">がんばりまっす</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">とまぁそんなこんなでこれからも</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;color:#4C33E5;">ゴエモン</span>を・・・<span style="font-size:32px;color:#FF9900;">レアナ</span>を<span style="font-size:32px;">よろしくお願いいたしますm(__)m</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#EE33EE;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#EE33EE;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#EE33EE;">千葉市中央区新田町4-25 パル・サンライト1F</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#EE33EE;">ブログ担当石川(ゴエモン</span></strong><strong><span style="font-family:Meiryo UI;font-size:32px;color:#EE33EE;">)</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2014-10-01 22:13:34
[updated] => 2014-10-01 22:13:34
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7416] => Array
(
[mbbid] => 7416
[mbid] => 559
[mbcid] => 678
[title] => レアナを会場に
[content] => <p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>最新の<span style="font-size:24px;">カラー講習</span>&<span style="font-size:24px;">髪質改善講習</span>が行われました!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>カラー講習は<span style="font-size:32px;color:#FF9900;">『べりーずカラー』</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>化粧品の発想からなるカラーで</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:24px;color:#00D5FF;"><strong>しみない・傷ませない・発色がキレイ・嫌な臭い無</strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:24px;color:#00D5FF;"><strong>し!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140825233953_26525.jpg" alt="" height="564" width="261" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140825234018_69721.jpg" alt="" height="224" width="315" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>髪質改善は、<span style="font-size:24px;color:#FFE500;">うねり・くせ毛・広がり・まとまりが</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:24px;color:#FFE500;"><strong>一度の施術で70%改善されるんです!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;color:#337FE5;"><strong>ちなみにこのメニューはレアナでもメニュー化されていますので</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;color:#337FE5;"><strong>気になる方は是非一度お試し頂きたいです!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>レアナでのメニュー名は<span style="font-size:32px;color:#DFC5A4;">『再生トリートメント』</span>です</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>最新の機械のプルームマシーンの展示もありました!!!</strong></span>
</p>
<p>
<img src="/scripts/image/20140825234711_67006.jpg" alt="" height="322" width="454" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:24px;">空の雲よりも細かいミクロのミスト</span>が出るんです!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>レアナもどんどん新しい技術を取り入れながら<span style="font-size:24px;">進化していきたいと</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:24px;">思います!!!</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>こちらは<span style="font-size:32px;">オーナー</span>から<span style="font-size:32px;">草だんご</span>の差し入れを頂いたのでパ</strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>シャリ!!!</strong></span>
</p>
<p>
<img src="/scripts/image/20140825235055_83771.jpg" alt="" height="280" width="198" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>あんこたっぷりで<span style="font-size:24px;">メッチャうまでしたよ~~~!!!</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#CC33E5;"><strong>いつもスタッフのためにありがとうござ</strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#CC33E5;"><strong>いますm(__)m</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>おいしくいただきま~~~す</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>とまぁそんなこんなで</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>これから<span style="font-size:32px;color:#4C33E5;">ゴエモン</span>を・・・<span style="font-size:32px;color:#EE33EE;">レアナ</span>を<span style="font-size:32px;">よろしくお願い</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;">いたしますm(__)m</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;"><br />
</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#99BB00;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#99BB00;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#99BB00;"><strong>千葉市中央区新田町4-25 パル・サンライト1F</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#99BB00;"><strong>ブログ担当石川(ゴエモン</strong></span><span style="font-family:Meiryo UI;font-size:32px;color:#99BB00;"><strong>)</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2014-08-25 23:58:55
[updated] => 2014-08-25 23:58:55
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7409] => Array
(
[mbbid] => 7409
[mbid] => 559
[mbcid] => 678
[title] => おニューです!!!!
[content] => <p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:24px;">クレンジングシャンプー</span>&<span style="font-size:24px;">トリートメント</span>に</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:24px;color:#FFE500;">NEWバージョン</span>の<span style="font-size:32px;color:#009900;">ウーロン(シトラス系の</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;color:#009900;">香り)</span>が<span style="font-size:32px;">新登場</span>です!!!</strong></span>
</p>
<p>
<img src="/scripts/image/20140814221452_73166.jpg" alt="" height="348" width="246" />
</p>
<p>
<img src="/scripts/image/20140814221519_31225.jpg" alt="" height="170" width="120" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:24px;">スタイリング剤</span>を使用している方には特に</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:24px;color:#4C33E5;"><strong>オススメです</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>クレンジングシャンプーではありますが</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>使用後に髪も<span style="font-size:32px;color:#00D5FF;">キシミません</span>ので<span style="font-size:32px;">女性にもオスス</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;">メ</span>ですよ!!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:24px;color:#B8D100;"><strong>1Lサイズ・・・各¥1,600(税別)</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:24px;color:#B8D100;"><strong>120mlサイズ・・・シャンプーのみ¥700(税</strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:24px;color:#B8D100;"><strong>別)</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>是非一度お試し下さいね</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/42.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>そして今日の朝、エントランスの<span style="font-size:32px;color:#E53333;">ハイビスカス</span>が</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>2つ咲いてくれていました~~~~!!!!</strong></span>
</p>
<p>
<br />
<img src="/scripts/image/20140814222816_94560.jpg" alt="" height="330" width="247" />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>キレイなことまぁ</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>蕾がまた沢山ついていたので</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>明日には<span style="font-size:18px;">5つくらい咲いてくれるかな</span></strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>まだまだ暑い日が続くことと思いますが</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:24px;color:#E53333;">ハイビスカス</span>の様に<span style="font-size:32px;color:#FFE500;">元気に</span>いきましょぉ~~~~~~</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>とまぁそんなこんなで</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>これからも<span style="font-size:32px;color:#337FE5;">ゴエモン</span>・・・・<span style="font-size:32px;color:#EE33EE;">レアナ</span>を<span style="font-size:32px;color:#60D978;">よろしくお願い</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;color:#60D978;">いたしますm(__)m</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;color:#60D978;"><br />
</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;"><strong>千葉市中央区新田町4-25 パル・</strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;"><strong>サンライト1F</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;"><strong>ブログ担当石川(ゴエモン</strong></span><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;"><strong>)</strong></span>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2014-08-14 22:38:32
[updated] => 2014-08-14 22:38:32
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7406] => Array
(
[mbbid] => 7406
[mbid] => 559
[mbcid] => 678
[title] => 先日
[content] => <p>
<span style="font-size:16px;font-family:Meiryo;"><strong>こんなことが・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo;"><strong>営業中に<span style="font-size:18px;">シャンプーブースの照明</span>が<span style="font-size:24px;">切れてしまい</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo;"><strong>電球を替えようと脚立を持ってきたら・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:24px;font-family:Meiryo;"><strong>お客様のA様が</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo;color:#FF9900;"><strong>『俺が替えてあげるから仕事し</strong></span>
</p>
<p>
<span style="font-size:32px;font-family:Meiryo;color:#FF9900;"><strong>ておいで』</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo;"><strong>と言って<span style="font-size:24px;">サラッと</span>電球を<span style="font-size:24px;">替えて下さいまし</span></strong></span>
</p>
<p>
<span style="font-size:16px;font-family:Meiryo;"><strong><span style="font-size:24px;">た!!!!!</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo;"><strong>土曜日で忙しくしていたのを見てくれていて</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo;"><strong>気を使って下さったんですね!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo;"><strong>A様、本当はスタッフがやらなければいけないことなのに</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo;color:#337FE5;"><strong>ありがとうございました</strong></span>
</p>
<p>
<span style="font-size:32px;font-family:Meiryo;color:#337FE5;"><strong>m(__)m</strong></span>
</p>
<p>
<img src="/scripts/image/20140806205655_40943.jpg" alt="" height="427" width="302" />
</p>
<p>
<span style="font-size:24px;font-family:Meiryo;color:#00D5FF;"><strong>レアナはお客様に愛されてますね</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo;"><strong>そしてこちらは・・・・・・</strong></span>
</p>
<p>
<img src="/scripts/image/20140806210040_84021.jpg" alt="" height="387" width="273" />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo;"><strong><span style="font-size:32px;color:#99BB00;">ゴエモン</span>ですが倒れている訳ではありませんよ</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo;"><strong>月に一度の<span style="font-size:24px;">ワックスがけ</span>をしたので</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo;"><strong><span style="font-size:32px;color:#FFE500;">ピッカピカ</span>の床に<span style="font-size:24px;">頬を<span style="color:#B8D100;">スリスリ</span>・・・</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo;"><strong>とまでは言いませんが</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo;"><strong>寝ころんでも良いくらい<span style="font-size:24px;color:#EE33EE;">キレイになってま~~~~</span></strong></span>
</p>
<p>
<span style="font-size:16px;font-family:Meiryo;"><strong><span style="font-size:24px;color:#EE33EE;">す</span></strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/28.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:24px;font-family:Meiryo;"><strong>キレイなお店でお客様をキレイにする!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo;color:#60D978;"><strong>美容師って素敵な仕事でしょ</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo;"><strong><span style="font-size:32px;color:#337FE5;">ゴエモン</span>も素敵で・・・・・・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo;"><strong>いや・・・なんでもないです</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo;"><strong>とまぁそんなこんなで</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo;"><strong>これからも<span style="font-size:32px;color:#4C33E5;">ゴエモン</span>を・・・<span style="font-size:32px;color:#DFC5A4;">レアナ</span>を<span style="font-size:32px;">よろ</span></strong></span>
</p>
<p>
<span style="font-size:16px;font-family:Meiryo;"><strong><span style="font-size:32px;">しくお願いいたしますm(__)m</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo;color:#FF9900;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo;color:#FF9900;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo;color:#FF9900;"><strong>千葉市中央区新田町4-25 パ</strong></span>
</p>
<p>
<span style="font-size:32px;font-family:Meiryo;color:#FF9900;"><strong>ル・サンライト1F</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo;color:#FF9900;"><strong>ブログ担当石川(ゴエモン</strong></span><span style="font-size:32px;font-family:Meiryo;color:#FF9900;"><strong>)</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2014-08-06 21:18:02
[updated] => 2014-08-06 21:18:02
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7405] => Array
(
[mbbid] => 7405
[mbid] => 559
[mbcid] => 678
[title] => エイジングケア!!!!
[content] => <p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>皆様・・・こちらは<span style="font-size:32px;">世界一のソープ</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong><span style="font-size:32px;color:#FF9900;">『エメソープ』</span>でございます!!!</strong></span>
</p>
<p>
<img src="/scripts/image/20140804205912_72209.jpg" alt="" height="283" width="200" />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>只今<span style="font-size:24px;">期間限定</span>で<span style="font-size:32px;">1000mlサイズ</span>が予約注文で</strong></span>
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>きるんです!!半年に一度しかないサイズです!!</strong></span>
</p>
<p>
<img src="/scripts/image/20140804211115_16085.jpg" alt="" height="337" width="476" />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>これ一本で<span style="font-size:32px;color:#FFE500;">全身のエイジングケア</span>が出来てしまいま</strong></span>
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>す!!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>もう今までのボディーソープや洗顔料やシャンプーは使い終わったら</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>買わなくていいんです!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong><span style="font-size:24px;">美容液をベース</span>に洗浄成分を配合してあり、<span style="font-size:24px;color:#337FE5;">人間の皮膚</span></strong></span>
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong><span style="font-size:24px;color:#337FE5;">を洗う最高の品質</span>でつくりあげられています!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong><span style="font-size:24px;color:#00D5FF;">お肌も髪もしっとりツヤツヤ</span>になりますよ~~~~~</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong><span style="font-size:32px;color:#CC33E5;">人生で一度は使ってみたい</span>一品ですね!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>もちろん<span style="font-size:32px;color:#EE33EE;">使い続けるのが一番</span>です</strong></span>
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>よ!!!!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>そしてこちらは先日</strong></span>
</p>
<p>
<img src="/scripts/image/20140804211528_40771.jpg" alt="" height="267" width="377" />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>六本木セミナーへ行ったときのことですが</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>セミナーの様子を撮ってきたのですが・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>帰ってきてデータを見て<span style="font-size:32px;">ビックリ!!!!</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>全部<span style="font-size:32px;color:#99BB00;">ブレブレ</span>やんけ~~~~~~</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/40.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>ということで載せられませんでした~~~~!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>おまけですが・・・千葉から<span style="font-size:24px;">六本木まで61km</span>ありました!!!</strong></span><img src="/scripts/image/20140804211957_37236.jpg" alt="" height="261" width="369" />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>所要時間は<span style="font-size:24px;">1時間11分</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>この日の<span style="font-size:24px;">気温は29℃・・・</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>ってどうでもいいことですね</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/12.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>とまぁそんなこんなで</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>これからも<span style="font-size:32px;color:#DFC5A4;">ゴエモン</span>を・・・<span style="font-size:32px;color:#CC33E5;">レアナ</span>を<span style="font-size:32px;">よろしくお願</span></strong></span>
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong><span style="font-size:32px;">いいたしますm(__)m</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#FF9900;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#FF9900;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#FF9900;"><strong>千葉市中央区新田町4-25 パル・</strong></span>
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#FF9900;"><strong>サンライト1F</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#FF9900;"><strong>ブログ担当石川(ゴエモン</strong></span><span style="font-size:32px;font-family:Meiryo UI;color:#FF9900;"><strong>)</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2014-08-04 21:30:49
[updated] => 2014-08-04 21:30:49
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7404] => Array
(
[mbbid] => 7404
[mbid] => 559
[mbcid] => 678
[title] => 夏ですね!!!!
[content] => <p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>やっぱり暑い夏は<span style="font-size:24px;color:#337FE5;">スッキリ~~~</span>の<span style="font-size:32px;color:#00D5FF;">ショートスタイル</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;color:#00D5FF;"></span>に</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>したくなっちゃいますよね~~~!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>というわけでここ2、3日で<span style="font-size:24px;">バッサリ</span>とショートスタイルに</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:24px;">変身</span>したお客様をパシャリさせて頂きました!!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140731214508_58393.jpg" alt="" height="248" width="171" /><span style="font-family:Meiryo UI;font-size:16px;"><strong> </strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong> </strong></span><img src="/scripts/image/20140731214634_47100.jpg" alt="" height="238" width="169" />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong> </strong></span><img src="/scripts/image/20140731214753_92158.jpg" alt="" height="247" width="175" />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong> </strong></span><img src="/scripts/image/20140731214854_59430.jpg" alt="" height="223" width="158" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>いやぁ<span style="font-size:24px;">スッキリですなぁ~~~~~!!!!!</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;color:#E56600;">ゴエモン</span>もそろそろ<span style="font-size:24px;">バッサリ</span>いっちゃおうかなぁ!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>どうでしょう・・・</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:24px;color:#4C33E5;">えっ???</span>そんなことはどうでも良いって???</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>まぁまぁ!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>そしてこちらは先日お客様から頂きました<span style="font-size:32px;color:#FFE500;">『なめらかプリン』</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;color:#FFE500;"></span></strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/2.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
<img src="/scripts/image/20140731215424_75360.jpg" alt="" height="284" width="201" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>さらに<span style="font-size:32px;color:#FF9900;">『garrettのポップコーン』</span>でございます</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/2.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20140731215639_19501.jpg" alt="" height="288" width="204" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>みんなでおいしく頂きました!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;"><strong>ありがとうございますm(__)m</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>おっっっ!!!</strong></span>
</p>
<p>
<br />
<img src="/scripts/image/20140731215941_85670.jpg" alt="" height="373" width="264" />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:24px;">レアナのマスコット</span>・・・・<span style="font-size:24px;">ではない</span>ですが</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>可愛かったので・・・・・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>とまぁそんなこんなで</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>これからも<span style="font-size:32px;color:#B8D100;">ゴエモン</span>を・・・・<span style="font-size:32px;color:#EE33EE;">レアナ</span>を<span style="font-size:32px;color:#9933E5;">よろしく</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#9933E5;"><strong>お願いいたしますm(__)m</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#00D5FF;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#00D5FF;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#00D5FF;"><strong>千葉市中央区新田町4-25 パル・</strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#00D5FF;"><strong>サンライト1F</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#00D5FF;"><strong>ブログ担当・石川(ゴエモン</strong></span><span style="font-family:Meiryo UI;font-size:32px;color:#00D5FF;"><strong>)</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2014-07-31 22:07:32
[updated] => 2014-07-31 22:07:32
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7394] => Array
(
[mbbid] => 7394
[mbid] => 559
[mbcid] => 678
[title] => 前回の
[content] => <p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">続きですが、</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;">社員旅行</span>にて、<span style="font-size:32px;color:#DFC5A4;">足利フラワーパーク</span>に</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">行ってきましたので、その時の写真を</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;">ご紹~~~~介!!!!!!</span></strong>
</p>
<p>
<br />
<img src="/scripts/image/20140623214904_75323.jpg" alt="" height="239" width="337" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;">藤</span>がめっちゃ綺麗でしたよ~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/28.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140623215022_87950.jpg" alt="" height="211" width="305" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140623215514_15095.jpg" alt="" height="280" width="395" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140623215631_23419.jpg" alt="" height="346" width="491" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">そして、この<span style="font-size:32px;color:#FFE500;">黄色い藤</span>はなかなかお目にかかれないそう!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">どうやら他の藤が終わりかけの時に咲くらしいので</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;">見逃してしまうことが多い</span>のだそうですよ!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140623215145_28823.jpg" alt="" height="329" width="233" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140623215416_74928.jpg" alt="" height="301" width="425" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">そして・・・<span style="font-size:24px;">名前はわかりませぬ</span>が</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;">キレイなお花</span>がいっぱい咲いていたので</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">こちらもご覧下さいな!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140623215732_47730.jpg" alt="" height="265" width="374" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140623215914_94936.jpg" alt="" height="246" width="347" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140623215940_90807.jpg" alt="" height="340" width="241" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140623220005_62179.jpg" alt="" height="244" width="344" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140623220024_61546.jpg" alt="" height="258" width="364" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140623220103_25883.jpg" alt="" height="227" width="321" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140623220128_89177.jpg" alt="" height="238" width="336" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140623220209_40054.jpg" alt="" height="277" width="390" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140623220251_54514.jpg" alt="" height="311" width="438" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">ホント綺麗でした~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/42.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">でもこの<span style="font-size:24px;">フラワーパーク</span>、</span></strong><strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;color:#4C33E5;">入場料がその日の開花具合によって違う</span>というのも</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">おもしろいですよね!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">順番がメチャクチャで申し訳ないのですが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">こちらは行きのSAで食べた<span style="font-size:24px;color:#EE33EE;">神戸屋のパン!!</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;">うまかったなぁ~~~!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140623220653_45739.jpg" alt="" height="299" width="423" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">なんせ<span style="font-size:32px;color:#337FE5;">ゴエモン</span>は<span style="font-size:24px;">ライスかパンか???</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">と言われると、必ず<span style="font-size:32px;">パン</span>で!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">と答えてしまうほどの<span style="font-size:24px;color:#99BB00;">パン好き</span>なのです</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">日本人のくせにお米よりパン派とは・・・・・・申し訳ない・・・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">けど好きなんですパンが</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">ちなみにこちらは全く関係ないのですが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;">耳鼻科</span>に行ったら<span style="font-size:32px;color:#FF9900;">熱帯魚の水槽</span>があって</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">キレイだなぁと・・・覗いてみるとそこには・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140623221723_88653.jpg" alt="" height="302" width="425" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;">ポーニョ</span> <span style="font-size:24px;">ポーニョ</span> <span style="font-size:18px;">ポニョ・・・・・・</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">ポニョ<span style="font-size:32px;color:#60D978;">発見~~~!!!!</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">耳鼻科もなかなかやりますな</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">っとまぁそんなこんなで</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">これからも<span style="font-size:32px;color:#B8D100;">レアナ</span>を・・・<span style="font-size:32px;color:#EE33EE;">ゴエモン</span>を</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#99BB00;">よろしくお願いいたします</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/39.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#60D978;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#60D978;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#60D978;">千葉市中央区新田町4-25 パル・</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#60D978;">サンライト1F</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#60D978;">ブログ担当石川(ゴエモン</span></strong><strong><span style="font-family:Meiryo UI;font-size:32px;color:#60D978;">)</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2014-06-23 22:32:44
[updated] => 2014-06-23 22:32:44
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7391] => Array
(
[mbbid] => 7391
[mbid] => 559
[mbcid] => 678
[title] => さらに旅行の
[content] => <p>
<span style="font-family:Meiryo;font-size:18px;"><strong>続きでっす!!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>途中、関東の三大厄除けの<span style="font-size:24px;color:#60D978;">『佐野厄よけ大師』</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>に寄って、<span style="font-size:24px;">お土産</span>を買ってみました!!!</strong></span>
</p>
<p>
<img src="/scripts/image/20140619220350_13053.jpg" alt="" height="297" width="210" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>そして<span style="font-size:32px;color:#FFE500;">お蕎麦</span>も食べたよ</strong></span><img src="http://www.blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/28.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20140619220644_41628.jpg" alt="" height="267" width="377" />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong><span style="font-size:24px;">ざるそば</span>・・・<span style="font-size:24px;">マジで</span><span style="font-size:32px;color:#FF9900;">うまかった</span></strong></span><img src="http://www.blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>そんでもって</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong><span style="font-size:32px;color:#60D978;">足利フラワーパーク</span>にも行ったのです</strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>が・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong><span style="font-size:24px;">写真は</span><span style="font-size:32px;color:#4C33E5;">次回のお楽しみ</span></strong></span><img src="http://www.blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" /><span style="font-family:Meiryo;font-size:18px;"><strong>ということにし</strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>ちゃいましょう!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>今<span style="font-size:24px;">ズッコケた方</span>すみませんです</strong></span><img src="http://www.blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/12.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>こちらは<span style="font-size:24px;color:#99BB00;">期間限定(数量も限定)</span>で販売中の</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:24px;color:#EE33EE;"><strong>ラ・カスタ ソープCS 300ml </strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:24px;color:#EE33EE;"><strong>¥2500</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:24px;color:#EE33EE;"><strong>ラ・カスタ マスクCS 230g ¥2500</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>でございます!!!</strong></span>
</p>
<p>
<img src="/scripts/image/20140619223356_63736.jpg" alt="" height="435" width="308" />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>これからの時期にピッタリの</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong><span style="font-size:24px;color:#FFE500;">スースー!!スッキリー!!!</span>タイプの<span style="font-size:24px;">シャ</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong><span style="font-size:24px;">ンプー&トリートメント</span>ですよ!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong><span style="font-size:32px;color:#E53333;">オーガニックハーブ</span>を使用した、人にも地</strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>球にも優しい商品です</strong></span><img src="http://www.blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/42.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong><span style="font-size:24px;color:#CC33E5;">数に限りがあるのでお早めに</span>お求め下さい</strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>ね!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>とまぁそんなこんなでこれからも</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong><span style="font-size:32px;color:#60D978;">レアナ</span>を・・・<span style="font-size:32px;color:#00D5FF;">ゴエモン</span>を<span style="font-size:32px;">よろしく</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong><span style="font-size:32px;">お願いいたします</span></strong></span><img src="http://www.blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;color:#EE33EE;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;color:#EE33EE;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;color:#EE33EE;"><strong>千葉市中央区新田町4-25 パ</strong></span>
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;color:#EE33EE;"><strong>ル・サンライト1F</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:32px;color:#EE33EE;"><strong>ブログ担当石川(ゴエモン</strong></span><span style="font-family:Meiryo;font-size:32px;color:#EE33EE;"><strong>)</strong></span>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2014-06-19 22:34:44
[updated] => 2014-06-19 22:34:44
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7390] => Array
(
[mbbid] => 7390
[mbid] => 559
[mbcid] => 678
[title] => 社員旅行の続き・・・
[content] => <p>
<strong><span style="font-family:Meiryo;font-size:16px;"><span style="font-size:24px;color:#E56600;">富岡製糸場</span>は本当に良い建物でした~~~~!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;"><span style="font-size:24px;color:#DFC5A4;">日本とフランスのコラボ</span>ですな</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">でも、現状を維持しつつ修復させるには<span style="font-size:32px;">30年</span>という長い月日と</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">予算は<span style="font-size:32px;">10億円</span>かかるのだそうです!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;"><span style="font-size:32px;color:#00D5FF;">世界遺産</span>ですからね</span></strong><strong><span style="font-family:Meiryo;font-size:16px;">!!!是非現状のままで修復</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">してほしいですね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/42.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">そして名物<span style="font-size:32px;color:#FFE500;">『ひもかわうどん』</span>を頂きました~~~!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20140610002559_74078.jpg" alt="" height="268" width="378" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140610002652_21490.jpg" alt="" height="202" width="283" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;"><span style="color:#FFE500;font-size:24px;">『いったんもめん』</span>みたいだったなぁ</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">しかし・・・うまかった~~~~!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;"><span style="font-size:24px;">群馬県</span>に行ったらまた食べようっと</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">そして御一行は<span style="font-size:32px;color:#B8D100;">足利フラワーパーク</span>へと向</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">かって行ったのですが、</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">この続きはまた今度</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/39.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">こちらは本日<span style="color:#00D5FF;font-size:24px;">ハイブリッド矯正</span>にて</span></strong><strong><span style="font-family:Meiryo;font-size:16px;">ご来店のY様です!!</span></strong>
</p>
<p>
<img src="/scripts/image/20140610004659_56817.jpg" alt="" height="376" width="266" />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">いつも</span></strong><strong><span style="font-family:Meiryo;font-size:16px;">矯正やカラーもやっておりますが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:24px;">順調に伸ばしていっております!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;"><span style="font-size:32px;">ツヤツヤのロングヘアー</span>って・・・良いですねぇぇぇ~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:24px;color:#9933E5;">Y様いつもご来店ありがとうございます。</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:24px;color:#9933E5;">また来月お待ちしておりま~~~す!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">とまぁそんなこんなで</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">これからも<span style="font-size:32px;color:#337FE5;">レアナ</span>を・・・<span style="font-size:32px;color:#E56600;">ゴエモン</span>をよろしくお</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">願いいたします</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/28.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">千葉市中央区新田町4-25 パル・</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">サンライト1F</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">ブログ担当石川(ゴエモン</span></strong><strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">)</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2014-06-10 00:59:00
[updated] => 2014-06-10 00:59:00
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7386] => Array
(
[mbbid] => 7386
[mbid] => 559
[mbcid] => 678
[title] => 行ってきました
[content] => <p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>今年も<span style="font-size:32px;color:#DFC5A4;">レアナ社員旅行!!!!!</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;"><strong><em>楽しんできちゃいました</em></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;"><strong><em>よ~~~~!!!!!!!</em></strong></span>
</p>
<p>
<br />
<img src="/scripts/image/20140602213000_85893.jpg" alt="" height="208" width="293" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>今回は・・・・・</strong></span><span style="font-family:Meiryo UI;font-size:16px;"><strong>IN<span style="font-size:32px;color:#E56600;">群馬県!!!</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;">伊香保</span>へ行って来ました~~!!!!!!!</strong></span>
</p>
<p>
<br />
<img src="/scripts/image/20140602213224_44477.jpg" alt="" height="342" width="243" />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>ながーいなが~~~~~い<span style="font-size:24px;">石段</span>を<span style="font-size:24px;">一番下から・・・・・</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>・・・・・<span style="font-size:32px;">ではなくて</span>・・・<span style="font-size:24px;">真ん中くらい</span>からみんなで</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>登ってきました~~~~~!!!!</strong></span>
</p>
<p>
<img src="/scripts/image/20140602213538_69332.jpg" alt="" height="277" width="196" />
</p>
<p>
<br />
<img src="/scripts/image/20140602213514_32941.jpg" alt="" height="303" width="214" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:24px;color:#B8D100;">運動不足の方にはチョイきつい</span>かもですね!!!この坂は!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>おっと!!!!<span style="font-size:24px;">ジブリ好き</span>の方にはたまらない!!!!</strong></span>
</p>
<p>
<img src="/scripts/image/20140602213734_22998.jpg" alt="" height="274" width="388" />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>千と千尋の・・・に出てきた湯屋のモデルになった旅館ですね!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;color:#FF9900;">ゴエモン</span>も<span style="font-size:24px;">ジブリ</span>は大好きなので</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>見れて良かったです</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>ちなみに『となりのトト・・・』は<span style="font-size:24px;">見過ぎてしまい</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>ほぼセリフを言えちゃいます</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" /><span style="font-family:Meiryo UI;font-size:16px;"><strong>しかも<span style="font-size:32px;color:#9933E5;">ものまねで</span>!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>は・・・置いといて!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>今まさに旬の<span style="font-size:32px;color:#00D5FF;">『富岡製糸場』</span>にも行ってきました!!!!</strong></span>
</p>
<p>
<img src="/scripts/image/20140602214447_76503.jpg" alt="" height="286" width="404" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140602214537_95143.jpg" alt="" height="259" width="365" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140602214640_60291.jpg" alt="" height="369" width="261" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140602214705_75047.jpg" alt="" height="317" width="447" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140602214728_58687.jpg" alt="" height="300" width="424" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140602214808_70167.jpg" alt="" height="280" width="396" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140602214941_61600.jpg" alt="" height="283" width="399" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>もうすぐ<span style="font-size:24px;">世界遺産に登録</span>ですね!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:24px;">平日でも</span>かなりの人がいてびっくりでした!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>そしてこちらは・・・</strong></span>
</p>
<p>
<img src="/scripts/image/20140602214907_90238.jpg" alt="" height="194" width="275" />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>かなり<span style="font-size:24px;">リアル</span>に出来ておりますが</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;color:#E53333;">蚕のチョコレート</span>でございます!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>なにやらもうすぐ無くなる予定だそうですが・・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>リアルすぎてちょっと・・・・・という人が多かったのかな</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/17.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;"><strong><span style="font-size:32px;color:#EE33EE;">世界遺産に登録されたら</span><span style="font-size:32px;">もっと人がいっぱいに</span><span style="font-size:18px;">なるんだろうなぁ~~~!!!</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>というわけで今日のところはここまでにしておこうかな</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:24px;"><strong>続きはまた</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>とまぁそんなこんなでこれからも</strong></span><span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;color:#DFC5A4;">レアナ</span>を・・・<span style="font-size:32px;color:#FF9900;">ゴエモン</span>を</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;"><strong>よろしくお願いいたしますm(__)m</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#B8D100;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#B8D100;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#B8D100;"><strong>千葉市中央区新田町4-25 パ</strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#B8D100;"><strong>ル・サンライト1F</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#B8D100;"><strong> </strong></span><span style="font-family:Meiryo UI;font-size:32px;color:#B8D100;"><strong>ブログ担当石川(ゴエモ</strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#B8D100;"><strong>ン</strong></span><span style="font-family:Meiryo UI;font-size:32px;color:#B8D100;"><strong>)</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2014-06-02 22:08:22
[updated] => 2014-06-02 22:08:22
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7373] => Array
(
[mbbid] => 7373
[mbid] => 559
[mbcid] => 678
[title] => 朝の時間
[content] => <p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>バタちゃんの髪型を見たオーナーが</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>見るに見かねてバタちゃんに一言</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#60D978;"><strong>『ちょっと座れ』</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>そしてこの絵になりました~~~~~!!</strong></span>
</p>
<p>
<img src="/scripts/image/20140505224055_96391.jpg" alt="" height="257" width="181" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140505224146_42179.jpg" alt="" height="223" width="158" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:32px;color:#FFE500;">美容師</span>ですからね!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>自分の髪もきれいにしましょうね!!!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>そしてこちらは</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>通勤中に見つけた<span style="font-size:32px;color:#DFC5A4;">ツツジ</span>でございます!!</strong></span>
</p>
<p>
<img src="/scripts/image/20140505224700_10660.jpg" alt="" height="372" width="263" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="color:#DFC5A4;font-size:32px;">ツツジ</span>にもいろんな色があってきれいでした~~~~!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>こんな植物もあったけど<span style="font-size:32px;color:#009900;">何ていう植物だろ</span></strong></span>
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:32px;color:#009900;">う????????</span></strong></span>
</p>
<p>
<img src="/scripts/image/20140505225415_27258.jpg" alt="" height="279" width="197" />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>赤い色が印象的でなかなかきれいでしたよ~~~!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>そしてこちらも<span style="font-size:24px;">どうでも良いかもしれませんが</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>最近コーラに<span style="font-size:24px;color:#99BB00;">人の名前が書いてあるもの</span>があったりするの</strong></span>
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>ですが</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#337FE5;"><strong>YASUSHI</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>を探しても無かったので</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>ちょっと<span style="font-size:24px;">強引ですが</span>、こんなんは<span style="font-size:24px;">どうでしょう?</span></strong></span>
</p>
<p>
<img src="/scripts/image/20140505225909_89365.jpg" alt="" height="332" width="235" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>親指をはずすと・・・<span style="font-size:32px;color:#CC33E5;">ATSUSHI</span>さんなんですけど</strong></span>
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>ね!!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>とまぁそんなこんなで</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>これからも<span style="font-size:32px;">レアナ</span>を・・・<span style="font-size:32px;color:#FF9900;">ゴエモン</span>を<span style="font-size:32px;">よろしくお願</span></strong></span>
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:32px;">い致します</span></strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#B8D100;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#B8D100;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#B8D100;"><strong>千葉市中央区新田町4-25 パル・</strong></span>
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#B8D100;"><strong>サンライト1F</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#B8D100;"><strong>ブログ担当・石川(ゴエモン</strong></span><span style="font-size:32px;font-family:Meiryo UI;color:#B8D100;"><strong>)</strong></span>
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2014-05-05 23:10:34
[updated] => 2014-05-05 23:10:34
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7365] => Array
(
[mbbid] => 7365
[mbid] => 559
[mbcid] => 678
[title] => 久々に
[content] => <p>
<strong><span style="font-family:Meiryo;font-size:18px;">食べましたよ!!<span style="font-size:24px;color:#E56600;">肉・肉・肉~~~~~~</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/2.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">お肉にサラダにデザートまで</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#00D5FF;">ガッツリと頂きまし</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#00D5FF;">た~~~~!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:24px;">メッチャうまかった</span>なぁ~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20140424220802_63474.jpg" alt="" height="242" width="341" />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;color:#337FE5;">ボス</span>、いつも連れて行って頂き<span style="font-size:32px;color:#B8D100;">ありがとうご</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;color:#B8D100;"><span style="font-size:32px;color:#B8D100;">ざいます</span></span><span style="font-family:Meiryo;font-size:32px;color:#B8D100;">m(__)m</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#99BB00;">そしていつもご馳走様ですm(__)m</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo;font-size:18px;"><strong>話は変わりますが</strong></span>・・・
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><br />
</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">そう言えば今年はお花見行った方は少ないのかなぁ!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;color:#DFC5A4;">桜</span>も咲いたと思ったら散るのも早かった気がする</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/22.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">こちらは地元の公園に咲いていた<span style="font-size:32px;color:#DFC5A4;">桜</span>です!!</span></strong>
</p>
<p>
<img src="/scripts/image/20140424221155_84610.jpg" alt="" height="267" width="374" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">写真だけ撮ってすぐに帰ってしまったので</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">じっくりとは見れなかったなぁ!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;color:#DFC5A4;">桜</span>は<span style="font-size:24px;color:#FFE500;">一番好きな花</span>だから</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">来年は<span style="font-size:32px;color:#DFC5A4;">お花見</span>したいなぁ~~~!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">でも外は<span style="font-size:24px;color:#FF9900;">花粉だらけ</span>だから<span style="font-size:24px;">マスク</span>しないとね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/105.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">保険適用になったら<span style="font-size:32px;color:#00D5FF;">舌下免疫法</span>の治療やってみよ</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">うかな!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">それで<span style="font-size:24px;color:#4C33E5;">花粉がラクになったらうれしい</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:24px;color:#4C33E5;">なぁ~~~~~</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">とまぁそんなこんなで</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">これからも<span style="font-size:32px;color:#EE33EE;">ゴエモン</span>を・・・<span style="font-size:32px;color:#4C33E5;">レアナ</span>を<span style="font-size:24px;">よろ</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:24px;">しくお願いいた</span><span style="font-size:24px;">しますm(__)m</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#E56600;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#E56600;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#E56600;">千葉市中央区新田町4-25 パ</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#E56600;">ル・サンライト1F</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#E56600;"> ブログ担当石川(ゴエモ</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#E56600;">ン)</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2014-04-24 22:32:03
[updated] => 2014-04-24 22:32:03
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7356] => Array
(
[mbbid] => 7356
[mbid] => 559
[mbcid] => 678
[title] => 頂きました~~~!!!
[content] => <p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>いつもご来店頂いております<span style="font-size:24px;color:#4C33E5;">N様</span>より</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong><span style="font-size:24px;">世田谷</span>の<span style="font-size:32px;color:#DFC5A4;">芦花シュー</span>を頂きました~~~</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
<img src="/scripts/image/20140405222247_29792.jpg" alt="" height="268" width="378" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong><span style="font-size:24px;">メッチャうまい</span>ですこの<span style="font-size:32px;color:#FF9900;">シュークリー</span></strong></span>
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong><span style="font-size:32px;color:#FF9900;">ム!!!!!!!</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong><span style="font-size:32px;">オーナー</span>もガッツいていたので<span style="font-size:24px;">パシャリ</span>と</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/220.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20140405222524_10233.jpg" alt="" height="322" width="228" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong><span style="font-size:32px;color:#4C33E5;">N様</span><span style="font-size:32px;color:#99BB00;">ご馳走様でしたm(__)m</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>そしてこちらは先日神社にお参りに行った</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>時の写真ですが</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>国家の<span style="font-size:32px;color:#EE33EE;">『君が代』</span>にも出てくる</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong><span style="font-size:32px;color:#003399;">【さざれ石】</span>です!!</strong></span>
</p>
<p>
<img src="/scripts/image/20140405222850_42824.jpg" alt="" height="373" width="264" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>さらにこちらは<span style="font-size:32px;color:#009900;">天然記念物</span>の</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong><span style="font-size:32px;color:#FFE500;">【真石】</span>です!!!!</strong></span>
</p>
<p>
<img src="/scripts/image/20140405223631_43884.jpg" alt="" height="257" width="362" />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>真石は、三波石の中の一種だそうで</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong><span style="font-size:24px;color:#60D978;">悪事を被いて幸運をもたらす石</span>として</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>珍重されているそうな!!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;"><strong><span style="font-size:16px;">なんだか</span>良いことありそう</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/28.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>とまぁそんなこんなでこれからも</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong><span style="font-size:32px;color:#E56600;">レアナ</span>を・・・<span style="font-size:32px;color:#FF9900;">ゴエモン</span>を<span style="font-size:32px;">よろしくお願いいた</span></strong></span>
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong><span style="font-size:32px;">しますm(__)m</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#9933E5;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#9933E5;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#9933E5;"><strong>千葉市中央区新田町4-25 パル・サンライト1F</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#9933E5;"><strong>ブログ担当石川 (ゴエモン)</strong></span>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2014-04-05 22:50:10
[updated] => 2014-04-05 22:50:10
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7345] => Array
(
[mbbid] => 7345
[mbid] => 559
[mbcid] => 678
[title] => モデルさんの
[content] => <p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:32px;color:#B8D100;">撮影</span>をやらせて頂きました!!!</strong></span>
</p>
<p>
<img src="/scripts/image/20140315221923_34260.jpg" alt="" height="349" width="261" />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#00D5FF;"><strong>O様、いつもご来店ありがとうござい</strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#00D5FF;"><strong>ます!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>そして、<span style="font-size:32px;">撮影もありがとうございました</span></strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20140315222358_49940.jpg" alt="" height="294" width="207" />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>いつも笑顔のO様に<span style="font-size:24px;">元気ももらいました</span>~~~!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:24px;color:#CC33E5;"><strong>またよろしくお願い致します!!!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>そしてこちらは前回載せそこねたのですが</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>幕張イオンにて</strong></span><span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:32px;color:#60D978;">デカめ</span>の<span style="font-size:32px;color:#DFC5A4;">ハンバーガー</span>です!!!!</strong></span>
</p>
<p>
<span style="font-size:24px;"><img src="/scripts/image/20140315223611_52145.jpg" alt="" height="301" width="212" /></span>
</p>
<p>
<span style="font-size:24px;font-family:Meiryo UI;"><strong>うまかったなぁ~~~~~~~!!!!</strong></span>
</p>
<p>
<span style="font-size:24px;"><br />
</span>
</p>
<p>
<span style="font-size:24px;"><span style="font-size:16px;"></span><span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:32px;">えっ</span>!?!???どうでも良いって????</strong></span></span>
</p>
<p>
<br />
<span style="font-size:24px;"><span style="font-size:16px;"></span></span>
</p>
<p>
<span style="font-size:24px;"><span style="font-size:16px;"><span style="font-family:Meiryo UI;font-size:18px;"><strong>失礼いたしました~~~</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" /></span></span>
</p>
<p>
<br />
<span style="font-size:24px;"><span style="font-size:16px;"></span></span>
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><span style="font-size:18px;font-family:Meiryo UI;"><strong>とまぁ<span style="font-size:24px;">そんなこんなで</span>これからも</strong></span></span>
</p>
<p>
<br />
<span style="font-size:24px;"><span style="font-size:16px;"></span></span>
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:32px;color:#FF9900;">レアナ</span>を・・・<span style="font-size:32px;color:#003399;">ゴエモン</span>をよろしくお願いいたします</strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" /></span></span>
</p>
<p>
<br />
<span style="font-size:24px;"><span style="font-size:16px;"></span></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#99BB00;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#99BB00;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#99BB00;"><strong>千葉市中央区新田町4-25 パル・</strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#99BB00;"><strong>サンライト1F</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#99BB00;"><strong>ブログ担当石川 (ゴエモン</strong></span><span style="font-family:Meiryo UI;font-size:32px;color:#99BB00;"><strong>)</strong></span>
</p>
<p>
<span style="font-size:24px;"><span style="font-size:16px;"></span><br />
</span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2014-03-15 22:50:22
[updated] => 2014-03-15 22:50:22
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7329] => Array
(
[mbbid] => 7329
[mbid] => 559
[mbcid] => 678
[title] => レアナに
[content] => <p>
<span style="font-size:32px;font-family:Meiryo UI;color:#FF9900;"><strong>新たに可愛いスタイリストが仲間入</strong></span>
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#FF9900;"><strong>りしました~~~</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:32px;">篠﨑さん</span>で~~~~す!!!</strong></span>
</p>
<p>
<img src="/scripts/image/20140303211502_11215.jpg" alt="" height="314" width="222" />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>レアナのスタイリストの中では<span style="font-size:32px;color:#99BB00;">ダントツに若い</span>で</strong></span>
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>す!!!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;"><strong>是非ご指名くださいね</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>みなさん<span style="font-size:32px;">篠﨑さん</span>を<span style="font-size:32px;color:#337FE5;">よろしくお願いいたし</span></strong></span>
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:32px;color:#337FE5;">ま~~~~~す!!!</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>そして店内の<span style="font-size:24px;">スタッフギャラリー担当</span>が<span style="font-size:32px;color:#00D5FF;">ゴエモン</span>になって</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>おりますのでこちらも<span style="font-size:24px;">是非見に来て下さい</span>ね</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/39.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20140303212341_97503.jpg" alt="" height="406" width="288" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>そしてこちらは美容とは全く関係ございませんが・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>先日、とある<span style="font-size:24px;">ペットショップ</span>の前を通り過ぎようとしたところ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>この子と<span style="font-size:24px;">目が合ってしまい</span>、つい<span style="font-size:32px;color:#FFE500;">パシャリ</span>としてしまいました!!!!</strong></span>
</p>
<p>
<br />
<img src="/scripts/image/20140303212630_40224.jpg" alt="" height="260" width="367" />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>この表情はいったい<span style="font-size:24px;color:#B8D100;">何をお考え</span>なのでしょうか?!?!?!?!?</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:32px;color:#9933E5;">ゴエモン</span>にはわかりませぬでござった~~~!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>でもなん<span style="font-size:24px;">かかわいかった</span>んだなぁ~~~</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>とまぁ、そんなこんなで</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>これからも<span style="font-size:32px;color:#009900;">レアナ</span>を・・・<span style="font-size:32px;color:#DFC5A4;">ゴエモン</span>を<span style="font-size:32px;">よろしくお願</span></strong></span>
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:32px;">いいたします(^o^)/</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#60D978;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#60D978;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#60D978;"><strong>千葉市中央区新田町4-25 パル・</strong></span>
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#60D978;"><strong>サンライト1F</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#60D978;"><strong>ブログ担当・石川(ゴエモン)</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] => レアナに
[is_good] => 0
[created] => 2014-03-03 21:36:13
[updated] => 2014-03-03 21:37:51
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7324] => Array
(
[mbbid] => 7324
[mbid] => 559
[mbcid] => 678
[title] => 行ってまいりました!!
[content] => <p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#FF9900;">ボウリング</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">みんな<span style="font-size:24px;">マジ投球</span>でしたなぁ~~~~~!!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20140224225543_10526.jpg" alt="" height="213" width="268" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140224225618_54449.jpg" alt="" height="189" width="267" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140224225658_13888.jpg" alt="" height="189" width="266" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140224225733_28410.jpg" alt="" height="249" width="351" />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">江湖ちゃんはいつも投げてから<span style="font-size:32px;color:#00D5FF;">コケル</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/20.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">オーナーは<span style="font-size:32px;color:#E56600;">ターキー</span>を出してご機嫌でしたのでパシャリしちゃいました</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20140224225936_12550.jpg" alt="" height="216" width="305" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">みんなもパシャリ!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20140224230020_68803.jpg" alt="" height="211" width="298" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140224230109_47701.jpg" alt="" height="191" width="270" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140224230132_60513.jpg" alt="" height="185" width="260" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">おぉ</span></strong><strong><span style="font-family:Meiryo;font-size:16px;">っと!!!!<span style="font-size:24px;color:#B8D100;">お行儀の悪い</span>大人発見</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20140224230322_36245.jpg" alt="" height="192" width="271" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">そして2ゲームを終了しての<span style="font-size:32px;color:#EE33EE;">結果はこちら</span>!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20140224230434_27267.jpg" alt="" height="283" width="397" />
</p>
<p>
<img src="/scripts/image/20140224230458_99624.jpg" alt="" height="280" width="396" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;">第1位は・・・<span style="color:#60D978;">オーナー</span>でし</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;">た~~~~!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:24px;color:#99BB00;">ゴエモンは第2位</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/12.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">っていうかゴエモンが写ってる写真が<span style="font-size:24px;">1枚もない</span>・・・</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/9.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">みんなを撮るのに夢中で自分を撮ってもらうの忘れてた~~~~</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;"></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/34.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">でも<span style="font-size:32px;color:#337FE5;">楽しかった</span>からOKだね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">とまぁそんなこんなでこれからも<span style="font-size:32px;color:#60D978;">レアナ</span>を・・・<span style="font-size:32px;color:#CC33E5;">ゴエ</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;"><span style="font-size:32px;color:#CC33E5;">モン</span>を<span style="font-size:32px;">よろしくお願い致します</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;"><span style="font-size:32px;">(*^_^*)</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#FF9900;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#FF9900;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#FF9900;">千葉市中央区新田町4-25 パル・サンライト1F</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#FF9900;">ブログ担当 石川(ゴエモン)</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2014-02-24 23:19:39
[updated] => 2014-02-24 23:19:39
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7321] => Array
(
[mbbid] => 7321
[mbid] => 559
[mbcid] => 678
[title] => 毎月恒例の
[content] => <p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">床の<span style="font-size:24px;color:#DFC5A4;">ワックスがけ</span>をいたしました~~~!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FFE500;">ピッカピカやぞ</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20140217234250_20090.jpg" alt="" height="221" width="311" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">こうやって<span style="font-size:24px;">寝ころんだって</span>キレイだから問題ナッスィング</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;color:#B8D100;">店内がキレイだと気持良いです</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;color:#B8D100;">なぁ~~~!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">そしてこちらは地元の<span style="font-size:32px;color:#00D5FF;">カフェ</span>で飲んだ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#337FE5;">カプチ~~~ノっ!!!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20140217234740_53564.jpg" alt="" height="307" width="217" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">今回は<span style="font-size:32px;">クマさん</span>でした!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">行く度に違う絵を描いてくれるので密かな楽しみです!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">こちらはお客様より頂きました<span style="font-size:32px;color:#FF9900;">シクラメン</span>でっす!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">キレイに<span style="font-size:24px;">次々と花を咲かせて</span>くれています</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20140217235303_60284.jpg" alt="" height="339" width="240" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">やっぱりキレイに咲いてる<span style="font-size:32px;color:#E56600;">生花があると元気が</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#E56600;">出てきます</span>よね!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;">Y様いつもご来店とお花を頂きありが</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;">とうございます</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">というわけでこれからも</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#EE33EE;">レアナ</span>を・・・<span style="font-size:32px;color:#003399;">ゴエモン</span>をよろしくお願いいたします</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#9933E5;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#9933E5;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#9933E5;">千葉市中央区新田町4-25 パル・</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#9933E5;">サンライト1F</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#9933E5;">ブログ担当石川(ゴエモン</span></strong><strong><span style="font-family:Meiryo UI;font-size:32px;color:#9933E5;">)</span></strong>
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2014-02-18 00:01:10
[updated] => 2014-02-18 00:01:10
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7312] => Array
(
[mbbid] => 7312
[mbid] => 559
[mbcid] => 678
[title] => 雪・雪・雪・・・・・・
[content] => <p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>いやぁ~~~<span style="font-size:24px;">見事な</span></strong></span><span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;color:#DFC5A4;">大雪</span>でしたね~~~!!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>まさか<span style="font-size:24px;">千葉に</span>あんなに<span style="font-size:24px;">雪が積もる</span>とは<span style="font-size:32px;color:#337FE5;">ビックリ仰</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;color:#337FE5;">天!!!!!</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>次の日の通勤は</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:24px;color:#E56600;"><strong>車ダメ・・・電車ストップ・・・バス通行止め・・・タクシーは・・・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>となれば<span style="font-size:24px;">歩くっきゃないでしょう</span></strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>途中でのパシャリですが</strong></span><br />
<img src="/scripts/image/20140210231713_16799.jpg" alt="" height="312" width="222" />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>どこの<span style="font-size:24px;">雪国???</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140210231756_52944.jpg" alt="" height="306" width="217" />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>この坂道、<span style="font-size:32px;color:#60D978;">スノボーで滑りた~~~~~</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;color:#60D978;">い!!!</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>なぁ~んて思いながらテクテクしてました~~~</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;color:#99BB00;">歩くこと3時間弱</span>・・・・なんとか</strong></span><span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:24px;">無事に</span></strong></span><span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;color:#FF9900;">レアナ</span>に到着~~~!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:24px;">足腰ガクガク</span>・・・<span style="font-size:24px;">運動不足だ</span>こりゃぁ</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/20.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>そして<span style="font-size:32px;color:#9933E5;">雪をかく!!!!!</span></strong></span>
</p>
<p>
<img src="/scripts/image/20140210232249_76565.jpg" alt="" height="295" width="295" />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>必死さが伝わると良いけど</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/28.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>でもそんな<span style="font-size:24px;">足場の悪い中</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:24px;"><strong>たくさんのお客様にご来店頂きまして</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;"><strong>本当にありがとうございます</strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;"><strong></strong></span><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;"><strong>m(__)m</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;"><strong>うれしかったなぁ</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>そしてこちらは私事ですが</strong></span><span style="font-family:Meiryo UI;font-size:16px;"><strong>・・・</strong></span>
</p>
<p>
<br />
<img src="/scripts/image/20140210232725_24708.jpg" alt="" height="300" width="212" />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>この物体は<span style="font-size:24px;">何でしょね</span>???</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>そう!!<span style="font-size:32px;color:#00D5FF;">車</span>です!!!!</strong></span>
</p>
<p>
<img src="/scripts/image/20140210232829_60969.jpg" alt="" height="183" width="258" />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>駐車場がえらい事になっててこちらも<span style="font-size:32px;">ビックリ!!!!</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>お家に帰ると<span style="font-size:24px;">バルコニー</span>にかろうじて<span style="font-size:32px;color:#CC33E5;">雪だるま</span>が残っておりまし</strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>た</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20140210232955_75687.jpg" alt="" height="310" width="218" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>とまぁそんなこんなで</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>これからも<span style="font-size:32px;color:#003399;">レアナ</span>を・・・<span style="font-size:32px;color:#FFE500;">ゴエモン</span>を</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;"><strong>よろしくお願いいたします</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#EE33EE;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#EE33EE;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#EE33EE;"><strong>千葉市中央区新田町4-25 パル・</strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#EE33EE;"><strong>サンライト1F</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#EE33EE;"><strong>ブログ担当石川(ゴエモン</strong></span><span style="font-family:Meiryo UI;font-size:32px;color:#EE33EE;"><strong>)</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2014-02-10 23:40:19
[updated] => 2014-02-10 23:40:19
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7309] => Array
(
[mbbid] => 7309
[mbid] => 559
[mbcid] => 678
[title] => 先日、
[content] => <p>
<strong><span style="font-size:16px;font-family:Meiryo UI;">店内にて<span style="font-size:24px;">アップスタイル</span>の<span style="font-size:24px;">撮影</span>を</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;">やらせて頂きました~~~~~!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;">とっても<span style="font-size:32px;color:#B8D100;">キレイなモデル</span>のSさん</span></strong>
</p>
<p>
<img src="/scripts/image/20140207222757_69028.jpg" alt="" height="272" width="192" />
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo UI;color:#00D5FF;">ご協力ありがとうございまし</span></strong>
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo UI;color:#00D5FF;">た~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;">そしてこちらは<span style="font-size:32px;">レアナ</span>の<span style="font-size:32px;color:#E56600;">ボス</span>からの</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;">差し入れでございます</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20140207223127_71839.jpg" alt="" height="331" width="234" />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;">バックルームに<span style="font-size:24px;">それとなく置いて</span>いってくれました</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/2.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;">顔は<span style="font-size:18px;">怖そう</span>に見えるけど</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;"><span style="font-size:32px;color:#FF9900;">心はとっても優しい</span>ボスなんですよ~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;">みんなでおいしく頂きました~~~~!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo UI;">ご馳走様です</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/28.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;">そしてこちらはどうでも良いことですが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;">この間<span style="font-size:24px;">千葉</span>にも<span style="font-size:32px;color:#FFE500;">雪</span>が降りましたよね~~~!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;">てな訳で地元の<span style="font-size:24px;color:#EE33EE;">雪景色をパシャリ!!!!</span></span></strong>
</p>
<p>
<br />
<img src="/scripts/image/20140207223643_89604.jpg" alt="" height="311" width="220" />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;"><span style="font-size:24px;">地面</span>かい</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/20.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;">ゴエモンも<span style="font-size:24px;color:#337FE5;">足長いでしょ</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;">とまぁそんなこんなですが・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;">これからも<span style="font-size:32px;color:#003399;">レアナ</span>を・・・<span style="font-size:32px;color:#B8D100;">ゴエモン</span>を</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo UI;">よろしくお願いいたしますm(__)m</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo UI;color:#9933E5;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo UI;color:#9933E5;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo UI;color:#9933E5;">千葉市中央区新田町4-25 パル・</span></strong>
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo UI;color:#9933E5;">サンライト1F</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo UI;color:#9933E5;">ブログ担当石川 (ゴエモン)</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2014-02-07 22:50:26
[updated] => 2014-02-07 22:50:26
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7299] => Array
(
[mbbid] => 7299
[mbid] => 559
[mbcid] => 678
[title] => 本日
[content] => <p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>ご来店のCさん、<span style="font-size:24px;color:#DFC5A4;">いつもありがとうございます</span></strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>今日は<span style="font-size:24px;">縮毛矯正</span>と<span style="font-size:24px;">オーガニックハーブカラー</span>で</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:32px;color:#FF9900;">ツヤツヤのストレート</span>になりましたね</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
<img src="/scripts/image/20140127221701_79913.jpg" alt="" height="387" width="273" />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:24px;">いつも笑顔</span>のCさんに今日も癒されました~~~~</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>またお待ちしてますね!!!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>そしてこちらは昨日、<span style="font-size:24px;color:#B8D100;">ワックスがけ</span>をしたのでパシャリ</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/42.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
<img src="/scripts/image/20140127221937_92964.jpg" alt="" height="200" width="281" />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:24px;color:#EE33EE;">ピカピカ光る床</span>を見ると</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:24px;color:#FFE500;">テンション</span>まで上がっちゃいま~~~す</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>そしてそして</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>こちらはどうでも良いことなのですが・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>今年は<span style="font-size:32px;">午年</span>ということで書きました<span style="font-size:32px;color:#009900;">「馬」</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20140127222255_73598.jpg" alt="" height="352" width="249" />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>すべてのことが<span style="font-size:32px;color:#99BB00;">「うま」</span>くいきますように</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>とまぁそんなこんなで</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>これからも<span style="font-size:32px;color:#337FE5;">レアナ</span>を・・・<span style="font-size:32px;color:#B8D100;">ゴエモン</span>をよろしくお願いいたしますm(__)m</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#00D5FF;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#00D5FF;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#00D5FF;"><strong>千葉市中央区新田町4-25パル・サンライト1F</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#00D5FF;"><strong>ブログ担当 石川(ゴエモン)</strong></span>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2014-01-27 22:37:44
[updated] => 2014-01-27 22:37:44
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7289] => Array
(
[mbbid] => 7289
[mbid] => 559
[mbcid] => 678
[title] => 最新の
[content] => <p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:24px;">パーマ</span>のセミナーに行ってまいりました。</strong></span>
</p>
<p>
<img src="/scripts/image/20140123174820_47377.jpg" alt="" height="248" width="175" />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:32px;">髪を傷めずに</span>『<span style="font-size:24px;color:#B8D100;">ふんわり・やわらかく</span>』パーマがかかって</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>くれたら<span style="font-size:24px;color:#DFC5A4;">最高に嬉しい</span>ですよね</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:24px;">カラー</span>をしている髪に<span style="font-size:24px;">パーマ</span>をかけても</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>傷まなかったら・・・みんなパーマをかけたいのでは?????</strong></span>
</p>
<p>
<br />
<img src="/scripts/image/20140123175040_32125.jpg" alt="" height="306" width="172" />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>(こちらはボリュームアップのパーマです!)</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>そんな<span style="font-size:24px;">パーマ</span>がもうすぐ出てくる予感</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>お客様を綺麗にするために</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>どんどん新しい<span style="font-size:24px;">情報を仕入れて</span>いきたいと思います!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>ちなみにこのセミナーは<span style="font-size:24px;">浅草方面</span>でしたので</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>こんな瞬間を<span style="font-size:32px;color:#337FE5;">パシャリ!!!!!</span></strong></span>
</p>
<p>
<img src="/scripts/image/20140123175542_56580.jpg" alt="" height="284" width="221" />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>(<span style="font-size:24px;">人力車</span>です</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/14.gif" alt="" style="height:24px;width:25px;" border="0" /><span style="font-size:18px;font-family:Meiryo UI;"><strong>)</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>ついでに</strong></span>
</p>
<p>
<img src="/scripts/image/20140123175705_41288.jpg" alt="" height="238" width="336" />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>(<span style="font-size:24px;">スカイツリー</span>!!)</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>からの</strong></span>
</p>
<p>
<img src="/scripts/image/20140123175833_90482.jpg" alt="" height="285" width="201" />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>(信号待ちの際に見つけた<span style="font-size:24px;color:#FF9900;">白クマ</span>さん!!!)</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>とまぁどうでもよかったかな・・・</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>そんな訳で・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>これからも<span style="font-size:32px;color:#E56600;">レアナ</span>を・・・<span style="font-size:32px;">ゴエモン</span>を</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#003399;"><strong>よろしくお願いいたしますm(__)m</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#003399;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#003399;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#003399;"><strong>千葉市中央区新田町4-25パル・サンライト1F</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#003399;"><strong>ブログ担当石川(ゴエモン)</strong></span>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2014-01-23 18:12:51
[updated] => 2014-01-23 18:12:51
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7273] => Array
(
[mbbid] => 7273
[mbid] => 559
[mbcid] => 678
[title] => 六本木セミナーに
[content] => <p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>行ってまいりました~~~~~!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:24px;">美容師</span>が集まること<span style="font-size:24px;color:#FF9900;">100数十名!!!!!</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>去年は<span style="font-size:24px;">ヘビ年</span>・・・・<span style="font-size:24px;color:#B8D100;">脱皮をして!!!</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>今年は<span style="font-size:32px;">ウマ年</span>・・・・・・<span style="font-size:32px;color:#60D978;">天馬となって飛躍する</span></strong></span>
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:32px;color:#60D978;">年!!!!!!</span></strong></span>
</p>
<p>
<br />
<img src="/scripts/image/20140118183927_33357.jpg" alt="" height="262" width="383" />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>美容師としての心得やお客様、スタッフも含め</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>みんなが幸せになるためのセミナーでした!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:32px;color:#4C33E5;">レアナも飛躍をする年にしていきます</span></strong></span>
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:32px;color:#4C33E5;"></span>ので是非</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:24px;font-family:Meiryo UI;"><strong>ご来店して下さいね~~~~~</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>そして、その帰り道の高速にて<span style="font-size:24px;color:#FFE500;">夜景を</span></strong></span><span style="font-size:24px;font-family:Meiryo UI;color:#FFE500;"><strong>パシャ</strong></span>
</p>
<p>
<span style="font-size:24px;font-family:Meiryo UI;color:#FFE500;"><strong>リ!!!!!</strong></span>
</p>
<p>
<img src="/scripts/image/20140118184920_29722.jpg" alt="" height="302" width="213" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:24px;color:#EE33EE;">レインボーブリッジ</span>はいつも<span style="font-size:32px;color:#FF9900;">キレイ</span>だなぁ~~~!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>こちらは<span style="font-size:24px;color:#00D5FF;">葛西臨海公園の観覧車</span>~~~~!!!!</strong></span>
</p>
<p>
<img src="/scripts/image/20140118185051_73876.jpg" alt="" height="236" width="168" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>ちょい<span style="font-size:24px;">ブレ気味</span>ですが・・・<span style="font-size:24px;color:#E56600;">ディズニ―さ</span></strong></span>
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:24px;color:#E56600;">ん~~~~!!!</span></strong></span>
</p>
<p>
<img src="/scripts/image/20140118185309_69968.jpg" alt="" height="222" width="156" />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>とまぁ撮ってみましたが・・・・・・<span style="font-size:24px;">運転中の撮影</span>は</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>もの凄く危ないので<span style="font-size:24px;">良い子のみんなは</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:24px;font-family:Meiryo UI;"><strong>真似しないでね~~~~</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>ってする訳ないかぁ~~~~~!!!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>とまぁそんなこんなでこれからも</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:32px;color:#B8D100;">レアナ</span>を・・・<span style="font-size:32px;color:#CC33E5;">ゴエモン</span>を<span style="font-size:32px;color:#003399;">よろしくお願いいた</span></strong></span>
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:32px;color:#003399;">しますm(__)m</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#99BB00;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#99BB00;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#99BB00;"><strong>千葉市中央区新田町4-25パル・サ</strong></span>
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#99BB00;"><strong>ンライト1F</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#99BB00;"><strong> </strong></span><span style="font-size:32px;font-family:Meiryo UI;color:#99BB00;"><strong>ブログ担当石川(ゴエモン</strong></span><span style="font-size:32px;font-family:Meiryo UI;color:#99BB00;"><strong>)</strong></span>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2014-01-18 19:16:21
[updated] => 2014-01-18 19:16:21
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7262] => Array
(
[mbbid] => 7262
[mbid] => 559
[mbcid] => 678
[title] => 新年第一号
[content] => <p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:32px;color:#99BB00;">レアナ通信</span>発行されました~~~!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>今回はこちらの表面と</strong></span>
</p>
<p>
<img src="/scripts/image/20140109224704_21339.jpg" alt="" height="335" width="471" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>こちらの裏面<span style="font-size:24px;color:#4C33E5;">『運転免許にまつわるお話し』</span></strong></span><span style="font-family:Meiryo UI;font-size:18px;"><strong>となっておりま</strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>す!!</strong></span>
</p>
<p>
<img src="/scripts/image/20140109224852_72606.jpg" alt="" height="278" width="393" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>前回の<span style="font-size:24px;color:#B8D100;">フォトコンの結果発表</span>や</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:24px;color:#337FE5;">スタッフの面白話</span>が満載ですので</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>是非見に来てね</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>そして、こちらは先日、とあるカフェで頂いた</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:32px;color:#E56600;">カプチーノ</span>でござる</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/60.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
<img src="/scripts/image/20140109225319_86347.jpg" alt="" height="362" width="258" />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:32px;">雪</span>と<span style="font-size:32px;">雪ダルマ</span>がメッチャかわいいですよね!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>もちろん<span style="font-size:24px;color:#60D978;">味も最高</span>でした~~~~~!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>そしてそして</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>次回の<span style="font-size:24px;">フォトコンテストのお題</span>が決定しました~~~!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:32px;color:#FFE500;">『まる〇 三角△ 四角☐』</span>です!!!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>難しく考えずに、<span style="font-size:24px;">丸っぽいものや</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:24px;">三角っぽいもの、四角ッぽいもの</span>であれば</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>オッケイですので、お客様も<span style="font-size:24px;color:#337FE5;">参加したいという方が</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>いらっしゃいましたら是非<span style="font-size:32px;color:#CC33E5;">ご参加お願いいたしま</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:32px;color:#CC33E5;">す</span>(●^o^●)</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>とまぁそんなこんなでこれからも<span style="font-size:32px;color:#B8D100;">レアナを<span style="font-size:24px;color:#000000;">・・・</span></span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:32px;color:#E56600;">ゴエモン</span>を宜しくお願いいたしますm(__)m</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#337FE5;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#337FE5;"><strong>TE043-2417443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#337FE5;"><strong>千葉市中央区新田町4-25パル ・</strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#337FE5;"><strong>サンライト1F</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#337FE5;"><strong>ブログ担当 石川 (ゴエモン</strong></span><span style="font-family:Meiryo UI;font-size:32px;color:#337FE5;"><strong>)</strong></span>
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2014-01-09 23:22:58
[updated] => 2014-01-09 23:22:58
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7256] => Array
(
[mbbid] => 7256
[mbid] => 559
[mbcid] => 678
[title] => 2014年!!
[content] => <p>
<span style="font-family:Meiryo UI;font-size:32px;color:#FFE500;"><strong>明けまして</strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#FFE500;"><strong> </strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#FFE500;"><strong> おめでとう</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#FFE500;"><strong> ございます!!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>今年も<span style="font-size:32px;color:#9933E5;">ゴエモン</span>を・・・<span style="font-size:32px;color:#B8D100;">レアナ</span>を</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;"><strong>よろしくお願い致します。。。。。。</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>レアナは今年も<span style="font-size:24px;color:#00D5FF;">全開バリバリ</span>で</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>がんばっていきますよ~~~~~~~~~!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>そしてそして、そんな<span style="font-size:24px;">レアナ</span>では</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>さらにお店を盛り上げるべく</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:32px;">アシスタント</span>&<span style="font-size:32px;">スタイリスト</span>を<span style="font-size:32px;color:#E56600;">大募集</span>し</strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>ちゃいま~~~す!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:24px;">楽しく笑顔で元気いっぱい</span>に</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:24px;">レアナ</span>で一緒に働きたい方</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:24px;color:#EE33EE;">大歓迎</span>ですので</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>詳しくは<span style="font-size:32px;color:#FF9900;">ホームページ</span>にて</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>募集内容を確認してみてね!!!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>ほいでこちらはどうでも良いことですが</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>地元の<span style="font-size:32px;color:#99BB00;">初日の出</span>・・・・・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>と言いたいところですが・・・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:32px;color:#E53333;">夕焼け</span>です・・・・・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:24px;">キレイ</span>だったもので<span style="font-size:24px;">ついつい・・・・</span></strong></span>
</p>
<p>
<img src="/scripts/image/20140104230539_85883.jpg" alt="" height="202" width="284" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>さらにこちらは先日、車に表示されていた</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:32px;color:#337FE5;">外気温</span>を見てみると・・・・</strong></span>
</p>
<p>
<br />
<img src="/scripts/image/20140104230710_68090.jpg" alt="" height="315" width="223" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:32px;color:#003399;">マイナス2℃</span>・・・・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>寒いわけだ・・・・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:24px;"><strong>しか~~~~~~~~~~し</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>心は<span style="font-size:24px;">あったかく</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:32px;color:#B8D100;">ほっかほか</span>でございますよ~~~~~~~</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>とまぁそんなこんなで</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>これからも<span style="font-size:32px;color:#99BB00;">レアナ</span>を・・・<span style="font-size:32px;color:#EE33EE;">ゴエモン</span>を</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;"><strong>よろしくお願いいたしますm(__)m</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#60D978;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#60D978;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#60D978;"><strong>千葉市中央区新田町4-25パル・</strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#60D978;"><strong>サンライト1F</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#006600;"><strong>ブログ担当石川(ゴエモン</strong></span><span style="font-family:Meiryo UI;font-size:32px;color:#006600;"><strong>)</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2014-01-04 23:17:56
[updated] => 2014-01-04 23:17:56
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7239] => Array
(
[mbbid] => 7239
[mbid] => 559
[mbcid] => 678
[title] => 先週の火曜日
[content] => <p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">今年最後の<span style="font-size:32px;color:#DFC5A4;">カット講習</span>をやらせて頂きました!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">スタイルは<span style="font-size:32px;color:#00D5FF;">『Aラインレイヤーボブ』</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">と言うスタイルです!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">いわゆる<span style="font-size:24px;">前下がりのボブ</span></span></strong><strong><span style="font-family:Meiryo UI;font-size:18px;">に</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:24px;">段を入れたスタイル</span>になります!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20131223221703_93013.jpg" alt="" height="365" width="258" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">今回はあまり軽くせずに<span style="font-size:24px;color:#003399;">重めに仕上げました!!!</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">実際、人にこの様にカットすると</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">手で乾かすだけで<span style="font-size:32px;color:#99BB00;">まとまる</span>ようになりますので</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:24px;">手間いらず</span>の<span style="font-size:32px;color:#00D5FF;">楽ちんスタイル</span>です</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/42.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">来年も講師活動がんばります!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">こちらは<span style="font-size:32px;">オーナー</span>から頂きました<span style="font-size:32px;color:#FF9900;">「お歳暮」</span>です!!!</span></strong>
</p>
<p>
<br />
<img src="/scripts/image/20131223222533_10228.jpg" alt="" height="275" width="195" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20131223222554_11023.jpg" alt="" height="307" width="216" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;">メッチャうまそうなバームクーヘンでしょ</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">実際<span style="font-size:32px;color:#E56600;">メッチャうまい</span>んです</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#CC33E5;">オーナー、毎年ありがとうございます</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#CC33E5;">m(__)m</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;">家族でおいしく頂きます</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/2.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">そしてこちらはどうでも良いことですが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">今朝、うちの家の駐車場の<span style="font-size:24px;">水たまりの水</span>が</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#337FE5;">凍ってました・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">ついつい子供の頃に戻ってしまい</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:24px;">バリバリ</span>と氷を<span style="font-size:24px;">ふんずけて</span>きてしまいました</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">車に乗って<span style="font-size:24px;color:#00D5FF;">外気温</span>を見てみると・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">なんと<span style="font-size:32px;color:#4C33E5;">『0℃』</span>と表示されているではないですかい!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">寒くなってきたので<span style="font-size:32px;color:#FFE500;">体調管理</span>もしっかりやりましょう!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">とまぁそんなこんなで</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">これからも<span style="font-size:32px;color:#B8D100;">レアナ</span>を・・・<span style="font-size:32px;color:#EE33EE;">ゴエモン</span>を</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;">よろしくお願い致しますm(__)m</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#4C33E5;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#4C33E5;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#4C33E5;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#4C33E5;">ブログ担当・ゴエモン(石川)</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-12-23 23:00:53
[updated] => 2013-12-23 23:00:53
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7233] => Array
(
[mbbid] => 7233
[mbid] => 559
[mbcid] => 678
[title] => 先日の月曜日
[content] => <p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>に<span style="font-size:32px;color:#DFC5A4;">レアナの忘年会</span>が行われました~~~!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>今年の忘年会は<span style="font-size:24px;">ちょっと変わり種</span>で</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>行ってきました<span style="font-size:32px;color:#FFE500;">スケートリンク</span></strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
<img src="/scripts/image/20131219204639_13583.jpg" alt="" height="280" width="198" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>女子も<span style="font-size:24px;">大はしゃぎ</span>しちゃってました~~~~~!!!</strong></span>
</p>
<p>
<img src="/scripts/image/20131219204743_67191.jpg" alt="" height="218" width="307" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;color:#FF9900;">オーナー!!!</span>それはもしやS水選手の<span style="font-size:24px;">マネです</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:24px;">か?!?!?!?</span></strong></span>
</p>
<p>
<img src="/scripts/image/20131219204942_96781.jpg" alt="" height="323" width="229" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>おっとこちらは<span style="font-size:24px;">生まれたての子馬</span>のような荒木田さん発見!!!!</strong></span>
</p>
<p>
<img src="/scripts/image/20131219205131_68278.jpg" alt="" height="252" width="178" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>でも、<span style="font-size:24px;">以外に</span>みんな滑れていましたよ~~~</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/20.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;color:#B8D100;">スケート</span>を楽しんだ後はお腹を満たしに</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;color:#337FE5;">ハンバーグをガッツリ</span>頂きました~~~</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/28.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20131219205430_43827.jpg" alt="" height="214" width="301" />
</p>
<p>
<span style="font-family:Meiryo UI;"><strong><span style="font-size:16px;">ちなみに</span><span style="font-size:32px;"><span style="color:#DFC5A4;font-size:24px;">ゴエモン</span><span style="font-size:16px;">は</span><span><span><span style="font-size:16px;">大体いつも</span>ライス</span><span style="font-size:16px;">をたのみませ~~ん!!</span></span></span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:24px;color:#9933E5;">日本人なのにパン派</span>なのです</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/33.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>いやぁ!!しかし<span style="font-size:32px;color:#00D5FF;">楽しかった</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;color:#00D5FF;">なぁ~~~~~~~</span></strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>たまには<span style="font-size:24px;">体を動かして遊んでみる</span>もんですよね</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;"><strong>オーナーいつもご馳走様です!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:24px;"><strong>また連れってって下さいね</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>そしてこちらはどうでも良いことですが・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>最近<span style="font-size:24px;color:#99BB00;">ハマっているお菓子</span>と言えば・・・</strong></span>
</p>
<p>
<img src="/scripts/image/20131219210225_73128.jpg" alt="" height="252" width="178" />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>はい、来ました・・・<span style="font-size:32px;color:#4C33E5;">麦チョコ!!!</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>そして・・・</strong></span>
</p>
<p>
<img src="/scripts/image/20131219210336_62188.jpg" alt="" height="262" width="185" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>ほい、来ました・・・<span style="font-size:32px;color:#009900;">もみじまんじゅう!!!</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>からの・・・</strong></span>
</p>
<p>
<img src="/scripts/image/20131219210455_31615.jpg" alt="" height="299" width="211" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;color:#DFC5A4;">メルヘンハットのみみ</span>・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>ちょっと<span style="font-size:24px;">昭和な感じのお菓子</span>もありましたが</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>なかなかウマイのでみなさんも是非</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>お食べあそばせ</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>とまぁそんなこんなでこれからも</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;color:#003399;">レアナ</span>を・・・<span style="font-size:32px;color:#00D5FF;">ゴエモン</span>を<span style="font-size:32px;color:#FF9900;">よろしくお願いいた</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;color:#FF9900;">しますm(__)m</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;"><strong>千葉市中央区新田町4-25パル・サンライト1F</strong></span>
</p>
<p>
<br />
<span style="font-family:Meiryo UI;font-size:32px;"><strong></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;"><strong>ブログ担当・ゴエモン(石川)<br />
</strong></span>
</p>
[click] => 0
[tags] => 先日の月曜日
[is_good] => 0
[created] => 2013-12-19 21:22:29
[updated] => 2013-12-20 20:02:05
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7221] => Array
(
[mbbid] => 7221
[mbid] => 559
[mbcid] => 678
[title] => これはまたなんとも
[content] => <p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>美味しそうな</strong><span style="font-size:32px;color:#E56600;"><strong>『リンゴ』</strong></span><strong>でしょ</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20131209221309_80775.jpg" alt="" height="233" width="328" />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>いつもご来店して下さっているK様より</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>頂きました~~~~~~!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>もう全部みんなで食べてしまったのですが・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>めっちゃ甘くて</strong></span><span style="font-size:18px;font-family:Meiryo UI;"><strong></strong><span style="font-size:24px;color:#DFC5A4;"><strong>うまかった~~~~~~~~!!!</strong></span></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:24px;font-family:Meiryo UI;color:#FF9900;"><strong>K様ご馳走様でしたm(__)m</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>そしてこちらはネットなどで使う<span style="font-size:24px;">スタッフの個人写真</span>の</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:24px;">撮影</span>の模様です!!!!!!</strong></span>
</p>
<p>
<img src="/scripts/image/20131209222046_60098.jpg" alt="" height="198" width="281" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>江湖ちゃん・・・<span style="font-size:24px;">もっと目を開い</span>てちょ!!!!!</strong></span>
</p>
<p>
<img src="/scripts/image/20131209222330_34829.jpg" alt="" height="348" width="230" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;"><strong>あっ!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>ここにも半目の人発見・・・って・・・ほぼつぶってるか!!!!!</strong></span>
</p>
<p>
<img src="/scripts/image/20131209222543_68382.jpg" alt="" height="337" width="223" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>とまぁ<span style="font-size:32px;color:#00D5FF;">珍プレー</span>もありつつの<span style="font-size:32px;color:#9933E5;">撮影会</span>でしたとさ</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>そしてそして話は変わりますが・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>みなさんはこちらの<span style="font-size:32px;color:#E53333;">怪獣</span>を見て、何と<span style="font-size:32px;color:#EE33EE;">名前</span>を言いますか????</strong></span>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20131209222938_65353.jpg" alt="" height="322" width="227" />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>そう!!<span style="font-size:32px;color:#FFE500;">『ピグモン』</span>ですよね!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:24px;color:#B8D100;">『ガラモン』</span>と言う方もおりますが・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:32px;color:#009900;">『バルタン星人』</span>・・・・・ではないですよね・・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>そのお方は指さして<span style="font-size:32px;color:#009900;">『バルタン星人』</span>だ!!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>とおっしゃっておりましたので、<span style="font-size:32px;color:#4C33E5;">ビックリ</span>しましたが</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:24px;font-family:Meiryo UI;color:#DFC5A4;"><strong>結構癒されました</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong>とまぁそんなこんなでこれからも</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:32px;color:#FF9900;">レアナ</span>を・・・<span style="font-size:32px;color:#00D5FF;">ゴエモン</span>を<span style="font-size:32px;">よろしくお願いいたしますm(__)m</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#B8D100;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#B8D100;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#B8D100;"><strong>千葉市中央区新田町4-25パル・サンライト1F</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#B8D100;"><strong>ブログ担当・・・石川(ゴエモン)</strong></span>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-12-09 22:52:44
[updated] => 2013-12-09 22:52:44
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7212] => Array
(
[mbbid] => 7212
[mbid] => 559
[mbcid] => 678
[title] => 12月になりまして
[content] => <p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>いよいよ街も<span style="font-size:24px;color:#E56600;">クリスマスモード</span>に</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>なってまいりましたね~~~!!!!</strong></span>
</p>
<p>
<img src="/scripts/image/20131202215823_73683.jpg" alt="" height="325" width="230" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;color:#FF9900;">レアナ</span>では<span style="font-size:24px;">12月と言えば・・・・・・</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>そう・・・<span style="font-size:32px;color:#FFE500;">じゃんけん大会</span>です!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>今年は<span style="font-size:24px;">11月</span>から<span style="font-size:24px;">フライング</span>して<span style="font-size:32px;color:#FFE500;">じゃんけん大会</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;color:#FFE500;"></span>を</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>開催してしまっていましたが</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>12月は<span style="font-size:24px;">題名を改め・・・</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#B8D100;"><strong>『レアナ10周年じゃんけん祭り』</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>とさせていただきま~~~~~~す</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
<img src="/scripts/image/20131202220143_95662.jpg" alt="" height="351" width="248" />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:24px;">レアナスタッフ</span>・・・・・今年は<span style="font-size:32px;color:#00D5FF;">負けまくっていま</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;color:#00D5FF;">す</span>・・・・</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/5.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>みなさま、今が<span style="font-size:32px;color:#99BB00;">チャンス</span>です!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:24px;">じゃんけん</span>に<span style="font-size:24px;">勝って</span><span style="font-size:32px;color:#60D978;">割引してもらっちゃいま</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;color:#60D978;">しょ</span></strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>そしてさらに</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>今年は<span style="font-size:32px;color:#CC33E5;">『レアナ年末福袋』</span>も</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>出ておりますので、こちらも<span style="font-size:24px;">要チェック</span>でっせ</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/42.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
<img src="/scripts/image/20131202220626_66725.jpg" alt="" height="325" width="230" />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:24px;">福袋の種類は3種類</span>です!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:24px;color:#E56600;">3150円</span>セットと<span style="font-size:24px;color:#E56600;">5250円</span>セットと<span style="font-size:24px;color:#E56600;">10500円</span>セットです!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>こちらは<span style="font-size:32px;color:#DFC5A4;">エイジングケア福袋3150円</span></strong></span><br />
<img src="/scripts/image/20131202220834_71966.jpg" alt="" height="168" width="238" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>こちらは<span style="font-size:32px;color:#00D5FF;">美髪デビュー福袋5250円</span></strong></span>
</p>
<p>
<img src="/scripts/image/20131202221027_25830.jpg" alt="" height="192" width="271" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>こちらは<span style="font-size:32px;color:#337FE5;">スペシャル濃密ケア福袋10500</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;color:#337FE5;">円です!!!</span></strong></span>
</p>
<p>
<img src="/scripts/image/20131202221203_55063.jpg" alt="" height="211" width="296" />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;color:#E53333;">数量限定</span>ですので<span style="font-size:24px;">お早めに</span>お越し下さいね</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>そしてこちらはどうでも良いことなのですが・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:24px;">ゴエモン</span>・・・・<span style="font-size:32px;color:#999999;">睡眠時無呼吸症候群</span>の</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:24px;">精密検査</span>を受けに<span style="font-size:32px;">初めての入院</span>をしてきまし</strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>た!!!!!!</strong></span>
</p>
<p>
<img src="/scripts/image/20131202221837_19952.jpg" alt="" height="264" width="186" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;">イビキ</span>のヒドイ方・・・・寝ている間に<span style="font-size:24px;">呼吸が止まってる</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:24px;"></span>よ!!!と</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>つっこまれたことのある方・・・<span style="font-size:24px;">検査</span>を<span style="font-size:24px;">オススメいたします</span></strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/20.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>結果は<span style="font-size:24px;color:#003399;">また後日</span>ということで</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/14.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>とまぁそんなこんなでこれからも</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;color:#B8D100;">レアナ</span>を・・・<span style="font-size:32px;color:#EE33EE;">ゴエモン</span>を<span style="font-size:32px;">よろしくお願いいた</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;">しますm(__)m</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#60D978;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#60D978;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#60D978;"><strong>千葉市中央区新田町4-25パル・サンライト1F</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#60D978;"><strong>ブログ担当・石川(ゴエモン)</strong></span>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-12-02 22:30:05
[updated] => 2013-12-02 22:30:05
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7207] => Array
(
[mbbid] => 7207
[mbid] => 559
[mbcid] => 678
[title] => 先日、
[content] => <p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:18px;">レアナスタッフ</span>みんなで</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:18px;">営業終了後</span>に<span style="font-size:32px;color:#DFC5A4;">お台場</span>へ行ってきました~~~~!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20131129001550_27045.jpg" alt="" height="193" width="272" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;color:#FFE500;">綺麗な夜景</span>を堪能しながら</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;color:#00D5FF;">うまいラーメン</span>を頂いてしまいました</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/2.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20131129001753_22652.jpg" alt="" height="154" width="217" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#CC33E5;">オーナーいつもご馳走様です</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#CC33E5;">m(__)m</span></strong>
</p>
<p>
<img src="/scripts/image/20131129001825_10515.jpg" alt="" height="204" width="286" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">いつもみんなにご馳走して頂いてばかりなので</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">今度はみんなでオーナーにご飯を</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">ご馳走しちゃおう計画をたてようかな</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">オーナーには内緒ですよ</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">そしてこちらはいつもご来店頂いている</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">O様より、<span style="font-size:24px;color:#FF9900;">北海道のお土産</span>で頂きました~~~~~!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20131129002332_44315.jpg" alt="" height="242" width="342" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;">チョコ好き</span>の<span style="font-size:32px;color:#99BB00;">ゴエモン</span>にはたまりません</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#337FE5;">O様ありがとうございました</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#337FE5;">m(__)m</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;">みんなでおいしく頂きます</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">寒くなってくると<span style="font-size:24px;color:#E56600;">冬限定のお菓子</span>が</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">たくさん出てきてどれを買おうか迷ってしまう</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">今日この頃の<span style="font-size:32px;color:#4C33E5;">ゴエモン</span>です</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/304.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">とまぁそんなこんなでこれからも</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;color:#B8D100;">レアナ</span>を・・・<span style="font-size:32px;color:#E53333;">ゴエモン</span>を<span style="font-size:32px;color:#EE33EE;">よろしくお願いいた</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;color:#EE33EE;">しますm(__)m</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#9933E5;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#9933E5;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#9933E5;">千葉市中央区新田町4-25パル・サ</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#9933E5;">ンライト1F</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#9933E5;">ブログ担当・石川</span></strong><strong><span style="font-family:Meiryo UI;font-size:32px;color:#9933E5;">(ゴエモン)</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-11-29 00:43:31
[updated] => 2013-11-29 00:43:31
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7194] => Array
(
[mbbid] => 7194
[mbid] => 559
[mbcid] => 678
[title] => みなさま!!!!!!!
[content] => <p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;color:#FFE500;">『エメソープ』</span>誕生です!!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;">美容液</span>で<span style="font-size:24px;">体</span>も<span style="font-size:24px;">顔</span>も<span style="font-size:24px;">頭皮</span>も<span style="font-size:24px;">髪の毛</span>も</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">洗っちゃいましょうよ</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20131121205446_25785.jpg" alt="" height="338" width="240" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;">詳しくはゴエモンまで</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:18px;">これだけは言えます</span>・・・・・・・<span style="font-size:32px;color:#FF9900;">『最高』</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">そしてこちらはいつもご来店頂いております<span style="font-size:24px;">M様</span>より</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;">スヌーピー</span>の<span style="font-size:24px;">ドーナツ</span>を頂きました!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20131121205825_33939.jpg" alt="" height="196" width="295" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;">M様</span><span style="font-size:32px;color:#337FE5;">いつもありがとうございます</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;color:#337FE5;">m(__)m</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">みんなでおいしく頂きました</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/28.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">そしてそしてこちらは</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">火曜日に習志野にて<span style="font-size:32px;color:#B8D100;">カット講習</span>をしてきました!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">スタイルは<span style="color:#DFC5A4;font-size:24px;">『スリーポイントショートレイヤー』</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">というスタイルです!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20131121210311_55117.jpg" alt="" height="288" width="204" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">重めに設定することもできますが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">今回は軽くして<span style="font-size:24px;">動きを出して</span>みました!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">次回は<span style="font-size:32px;color:#4C33E5;">12月に講習</span>をやらせて頂きます!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">とまぁそんなこんなでこれからも</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;"><span style="font-size:32px;color:#DFC5A4;">レアナ</span><span style="font-size:16px;">を・・・<span style="font-size:32px;color:#CC33E5;">ゴエモン</span>をよろしくお願い致します!!!</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#00D5FF;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#00D5FF;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#00D5FF;">千葉市中央区新田町4-25パル・サ</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#00D5FF;">ンライト1F</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-11-21 21:15:11
[updated] => 2013-11-21 21:15:11
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7185] => Array
(
[mbbid] => 7185
[mbid] => 559
[mbcid] => 678
[title] => じゃんけん大会
[content] => <p>
<strong><span style="font-family:Meiryo UI;font-size:24px;">盛り上がっておりま~~~~~す!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">ちなみに<span style="font-size:32px;color:#DFC5A4;">ゴエモン</span>は昨日・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">担当させて頂きましたお客様に</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#E56600;">全敗してしまいました・・・</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/9.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;">じゃんけん</span>ってこんなに<span style="font-size:24px;">負けるもの</span>でしたっけ</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/38.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">でもお客様が喜んでくれているので<span style="font-size:24px;">OK牧場</span>です</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">今年いっぱい、<span style="font-size:24px;color:#00D5FF;">じゃんけん大会</span>を開催していますので</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">ぜひ<span style="font-size:24px;">1度</span>・・いや<span style="font-size:24px;color:#B8D100;">2度</span>・・・いやいや<span style="font-size:32px;color:#FFE500;">3度</span>はご来店</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">くださいね!!!</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">そしてこちらはどうでも良いことですが・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;color:#DFC5A4;">ゴエモン</span>のお家にも<span style="color:#B8D100;font-size:32px;">クリスマスツリー</span>が</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">飾られていましたのでちょいと<span style="font-size:24px;">写メ</span>ってきました!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20131118184205_63342.jpg" alt="" height="353" width="250" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">さらに<span style="font-size:24px;">ドアノブ</span>にはこんなモノが<span style="font-size:24px;">ぶら下がっておりまして・・・</span></span></strong><br />
<img src="/scripts/image/20131118184322_39502.jpg" alt="" height="336" width="237" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;color:#60D978;">プレゼント</span>を入れて下さいということかな?????</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;">かしこかしこまりましたかし</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;">こ~~~~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/89.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">そして・・・<span style="font-size:32px;color:#FFE500;">『月』</span></span></strong>
</p>
<p>
<img src="/scripts/image/20131118184756_87417.jpg" alt="" height="250" width="177" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">この写真ではわからないか・・・とも思いますが・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">昨夜の<span style="font-size:32px;color:#FFE500;">月</span>は<span style="font-size:32px;color:#FF9900;">メチャメチャ綺麗</span>でしたよ</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/42.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;color:#337FE5;">流星群</span>より<span style="font-size:32px;color:#FFE500;">月</span>に<span style="font-size:24px;">見入ってしまいました</span>とさ</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">とまぁそんなこんなでこれからも</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;color:#EE33EE;">レアナ</span>を・・・<span style="font-size:32px;color:#FF9900;">ゴエモン</span>を</span><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;"></span><span style="font-size:32px;"></span><span style="font-size:32px;">よろしくお願いいた</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;">しますm(__)m</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#EE33EE;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#EE33EE;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#EE33EE;">千葉市中央区新田町4-25パル・サ</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#EE33EE;">ンライト1F</span></strong>
</p>
[click] => 0
[tags] => じゃんけん大会
[is_good] => 0
[created] => 2013-11-18 18:59:59
[updated] => 2013-11-18 19:02:38
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7181] => Array
(
[mbbid] => 7181
[mbid] => 559
[mbcid] => 678
[title] => 本日から
[content] => <p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#99BB00;">レアナ</span>では</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#E56600;">『フライングじゃんけん大会』</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">を開催中でございま~~~~す!!!!</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/85.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/82.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/193.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">いつもなら<span style="font-size:24px;">ジャンケン大会</span>は<span style="font-size:24px;">12月からのスタート</span>ですが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;">今年はフライングして</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;">11月からやっちゃいま~~~~~す!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20131115225113_80687.jpg" alt="" height="326" width="231" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">ご来店して頂いて<span style="font-size:24px;color:#60D978;">施術をされた方全員が対象</span>ですので</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">ぜひ来て下さいね!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">ジャンケンに<span style="font-size:24px;">勝つと</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#DFC5A4;">1勝で¥315引き</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> <span style="font-size:32px;color:#B8D100;">2連勝だと¥525引き</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> <span style="font-size:32px;color:#337FE5;">3連</span></span></strong><strong><span style="font-family:Meiryo UI;font-size:32px;color:#337FE5;">勝でなんと¥840引きとな</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#337FE5;">ります!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:24px;">負けると権利は無くなってしまいます</span>ので</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">どこでやめるかはお客様次第ですよ~~~!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">詳しくはスタッフまでおたずね下さいね!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">そしてこちらは<span style="font-size:24px;">どうでも良いことなのですが</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">久しぶりにプライベートで<span style="font-size:32px;color:#00D5FF;">外食</span>をしたので</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">ちょいと<span style="font-size:24px;">写メっちゃいました!!!!!</span></span></strong>
</p>
<p>
<img src="/scripts/image/20131115230026_36570.jpg" alt="" height="157" width="220" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20131115230112_48552.jpg" alt="" height="171" width="239" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20131115230147_95306.jpg" alt="" height="269" width="190" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20131115230208_47419.jpg" alt="" height="236" width="333" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;color:#FFE500;">大変美味しく頂きましたとさ</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">とまぁそんなこんなでこれからも</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#FF9900;">レアナ</span>を・・・<span style="font-size:32px;color:#4C33E5;">ゴエモン</span>を<span style="font-size:32px;">よろしくお願いいた</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;">しますm(__)m</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#EE33EE;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#EE33EE;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#EE33EE;">千葉市中央区新田町4-25パル・サ</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#EE33EE;">ンライト1F</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-11-15 23:13:43
[updated] => 2013-11-15 23:13:43
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7175] => Array
(
[mbbid] => 7175
[mbid] => 559
[mbcid] => 678
[title] => 今回のブログは
[content] => <p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>個人的なことですが</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>私、<span style="font-size:32px;color:#00D5FF;">ゴエモン</span>は<span style="font-size:24px;">本日34歳</span>になりました!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>皆様から<span style="font-size:32px;color:#DFC5A4;">お祝いの言葉</span>と</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>たくさんの<span style="font-size:32px;color:#FFE500;">プレゼント</span>を頂きました~~~~</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20131111213208_56271.jpg" alt="" height="211" width="297" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20131111213315_47549.jpg" alt="" height="271" width="193" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20131111213436_45315.jpg" alt="" height="274" width="206" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>などなど頂いてしまって<span style="font-size:32px;color:#60D978;">本当にありがたく思いま</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:32px;color:#60D978;">す(*^_^*)</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>そして<span style="font-size:32px;color:#9933E5;">本当に</span></strong></span><span style="font-family:Meiryo UI;font-size:32px;color:#9933E5;"><strong>感謝ですm(__)m</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>34歳のこの年も<span style="font-size:32px;color:#E56600;">元気に楽しくがんばります</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:32px;color:#E56600;"></span></strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/28.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong> </strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>上の写真でおわかりかもしれませんが</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:32px;color:#99BB00;">レアナ</span>は<span style="font-size:24px;color:#E56600;">クリスマスモード</span>でご来店を<span style="font-size:32px;color:#DFC5A4;">お待ちして</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:32px;color:#DFC5A4;">おり</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:32px;color:#DFC5A4;">ま~~~~~~~~~</span><span style="font-size:32px;color:#DFC5A4;">す</span><span style="font-size:32px;color:#DFC5A4;">!!!</span></strong></span>
</p>
<p>
<img src="/scripts/image/20131111214801_26152.jpg" alt="" height="219" width="310" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>そんなこんなでこれからも</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:32px;color:#337FE5;">レアナ</span>を・・・<span style="font-size:32px;color:#FF9900;">ゴエモン</span>を<span style="font-size:24px;">よろしくお願い致します</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:24px;">m(__)m</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#B8D100;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#B8D100;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#B8D100;"><strong>千葉市中央区新田町4-25パル・サ</strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#B8D100;"><strong>ンライト1F</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-11-11 21:59:55
[updated] => 2013-11-11 21:59:55
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7170] => Array
(
[mbbid] => 7170
[mbid] => 559
[mbcid] => 678
[title] => 火曜日に
[content] => <p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;">お台場</span>の<span style="font-size:18px;">東京ビッグサイト</span>へ<span style="font-size:32px;color:#DFC5A4;">コンテスト</span>を見に</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">スタッフ達と行って参りました!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20131108001800_88629.jpg" alt="" height="390" width="277" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">いろいろな作品があり、<span style="font-size:24px;">とても参考<span style="font-size:14px;">に</span></span></span><span style="font-family:Meiryo UI;font-size:16px;">なりました。</span></strong>
</p>
<p>
<img src="/scripts/image/20131108002031_70663.jpg" alt="" height="273" width="194" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">営業でも生かせるようにと、いろいろな角度から</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;">真剣に</span>見てまいりました!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">そしてこちらは帰りにみんなの歩き姿をパシャリしてみました!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20131108002203_75881.jpg" alt="" height="204" width="261" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">こういう写真が好きな<span style="font-size:24px;color:#337FE5;">ゴエモン</span>です</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">そしてそして只今レアナの店内は</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;color:#E56600;">クリスマスモード</span>になっているので</span></strong>
</p>
<p>
<img src="/scripts/image/20131108003859_20180.jpg" alt="" height="185" width="261" /><strong><span style="font-family:Meiryo UI;font-size:16px;">(<span style="color:#FF9900;">お席</span>)</span></strong>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20131108003642_10755.jpg" alt="" height="175" width="247" /><strong><span style="font-family:Meiryo UI;font-size:16px;">(<span style="color:#FF9900;">エントランス</span>)</span></strong>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20131108003606_72682.jpg" alt="" height="392" width="278" /><strong><span style="font-family:Meiryo UI;font-size:16px;">(<span style="color:#FF9900;">待合</span>)</span></strong>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20131108003758_58249.jpg" alt="" height="150" width="212" /><strong><span style="font-family:Meiryo UI;font-size:16px;">(<span style="color:#FF9900;">入口</span></span></strong><strong><span style="font-family:Meiryo UI;font-size:16px;">)</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">是非見に来て下さ~~~~~~~~~~</span></strong><strong><span style="font-family:Meiryo UI;font-size:16px;">い</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">ちなみに待合の<span style="font-size:24px;">雪だるま</span>は<span style="font-size:24px;">ゴエモン</span>の<span style="font-size:32px;color:#E53333;">自信作</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">ですので<span style="font-size:24px;">是非ご覧ください</span>ね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/39.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">とまぁそんなこんなでこれからも</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;"><span style="font-size:32px;color:#DFC5A4;">レアナ</span><span style="font-size:16px;">を・・・<span style="font-size:32px;color:#FFE500;">ゴエモン</span>をよろしくお願いいたします。</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#99BB00;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#99BB00;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#99BB00;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-11-08 00:57:10
[updated] => 2013-11-08 00:57:10
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7159] => Array
(
[mbbid] => 7159
[mbid] => 559
[mbcid] => 678
[title] => 10月30日は
[content] => <p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:32px;color:#FFE500;">オーナーのお誕生日</span>でした!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#FFE500;"><strong>おめでとうござい</strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#FFE500;"><strong>ま~~~~~~~~~す!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>そして<span style="font-size:32px;color:#DFC5A4;">これからもよろしくお願いいたしま</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:32px;color:#DFC5A4;">すm(__)m</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>こちらは<span style="font-size:24px;">オーナーのお客様のM様</span>より頂きました<span style="font-size:32px;color:#00D5FF;">ケー</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:32px;color:#00D5FF;">キ</span>を</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>頂いちゃいました</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20131031234219_38710.jpg" alt="" height="197" width="139" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#CC33E5;"><strong>ご馳走様でしたm(__)m</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>話は変わりまして</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>先日、<span style="font-size:32px;color:#FF9900;">防火管理者</span>の資格を2日間の講習を</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>受けて<span style="font-size:32px;color:#B8D100;">無事に取得</span>して参りました!!!</strong></span>
</p>
<p>
<img src="/scripts/image/20131031234624_52520.jpg" alt="" height="298" width="168" />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>最後に<span style="font-size:32px;color:#337FE5;">効果測定</span>として<span style="font-size:32px;color:#E56600;">テスト</span>があるのですが</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>間違いなく<span style="color:#9933E5;font-size:32px;">満点</span>だと思います</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/42.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>というのは講習中にも重要なポイントは</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:24px;color:#CCCCCC;">教えてくれる</span>からなんですけどね!!!!!</strong></span>
</p>
<p>
<img src="/scripts/image/20131031234908_95390.jpg" alt="" height="194" width="344" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>そして同じ講習を受けている人々の中に</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>なんと<span style="font-size:24px;color:#00D5FF;">中学校時代の恩師、担任だったA先生</span>を発見!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:24px;color:#60D978;">10年以上ぶりの再会</span>でしたが</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>覚えていてくれてなんだか<span style="font-size:32px;color:#FF9900;">嬉しかった</span>です</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>さらに先生から・・・<span style="font-size:32px;color:#99BB00;">『今度俺の娘のカット頼む</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:32px;color:#99BB00;">ぞ!!』</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>とのお言葉!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#FFE500;"><strong>是非お待ちしておりますからね</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/311.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>ん・・んんん・・・こちらは<span style="font-size:24px;">掃除のオジサン</span>・・・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>いやいや・・・<span style="font-size:32px;color:#DFC5A4;">ジローさん</span><span style="font-size:24px;color:#003399;">!?!?!?</span></strong></span>
</p>
<p>
<img src="/scripts/image/20131031235911_11996.jpg" alt="" height="283" width="201" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>一生懸命<span style="font-size:24px;">掃除機</span>をかけて頂いているのに</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:24px;color:#B8D100;">隠れて写メっちゃって</span>ごめんなさい</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/43.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:32px;color:#EE33EE;">ジローさん</span>がこの<span style="font-size:24px;color:#9933E5;">ブログ</span>を見ていませんように</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/33.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>とまぁそんなこんなで</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>これからも<span style="font-size:32px;color:#FF9900;">レアナ</span>を・・・<span style="font-size:32px;color:#FFE500;">ゴエモン</span>を</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#DFC5A4;"><strong>よろしくお願い致しますm(__)m</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#EE33EE;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#EE33EE;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#EE33EE;"><strong>千葉市中央区新田町4-25パル・サンライト1F</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-11-01 00:11:19
[updated] => 2013-11-01 00:11:19
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7151] => Array
(
[mbbid] => 7151
[mbid] => 559
[mbcid] => 678
[title] => オーナーの
[content] => <p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">後輩の<span style="font-size:24px;">I様</span>より、<span style="font-size:32px;color:#FF9900;">ケーキ</span>を頂きました</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20131028223501_58805.jpg" alt="" height="352" width="249" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#DFC5A4;">いつもありがとうございます</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#DFC5A4;">m(__)m</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;color:#60D978;">みんなでおいしく頂きまし</span></strong><strong><span style="font-family:Meiryo UI;font-size:24px;color:#60D978;">た~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/311.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
<img src="/scripts/image/20131028223704_79147.jpg" alt="" height="301" width="213" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FFE500;">うまうまっ</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/82.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">そして<span style="font-size:32px;color:#009900;">10月30日(水)</span>より</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;">第8回</span><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#337FE5;">『レアナフォトコンテスト』</span>を</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;color:#B8D100;">開催いたしま~~~~~す!!!!!</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;color:#B8D100;"><br />
</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">こちらは<span style="font-size:24px;">準備中</span>の写真でございます!!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20131028224007_69480.jpg" alt="" height="345" width="244" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">今回は<span style="font-size:32px;color:#00D5FF;">お客様にも参加して頂き</span>、</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#FF9900;">30枚</span>を超える作品が<span style="font-size:32px;color:#9933E5;">エントリー</span>しており</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">ま~~~~す!!!</span></strong>
</p>
<p>
<br />
<img src="/scripts/image/20131028224253_37977.jpg" alt="" height="330" width="466" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#003399;">是非見に来てくださいね!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">そして<span style="font-size:32px;color:#EE33EE;">投票も</span>してくれると</span></strong><strong><span style="font-family:Meiryo UI;font-size:18px;">うれしいです~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">今回の<span style="font-size:32px;">優勝者</span>は</span><span style="font-family:Meiryo UI;"><span></span><span style="font-size:24px;color:#FFE500;">レアナスタッフ</span></span><span style="font-family:Meiryo UI;font-size:18px;">なのか・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">それとも<span style="font-size:32px;color:#B8D100;">お客様</span>なのか・・・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#337FE5;">ゴエモン</span>も<span style="font-size:32px;color:#E56600;">優勝</span>狙ってますからね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">とまぁそんなこんなで</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">これからも<span style="font-size:32px;color:#FF9900;">レアナ</span>を・・・<span style="font-size:32px;color:#00D5FF;">ゴエモン</span>を</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#CC33E5;">よろしくお願いいたします</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/309.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#99BB00;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#99BB00;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#99BB00;">千葉市中央区新田町4-25パル・</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#99BB00;">サンライト1F</span></strong>
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-10-28 22:58:12
[updated] => 2013-10-28 22:58:12
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7145] => Array
(
[mbbid] => 7145
[mbid] => 559
[mbcid] => 678
[title] => 装飾を
[content] => <p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#E56600;">手作り</span>するのって</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:24px;">なかなか難しい</span>ですね!!!</span></strong>
</p>
<p>
<br />
<img src="/scripts/image/20131025004701_59612.jpg" alt="" height="272" width="232" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20131025004724_22820.jpg" alt="" height="262" width="195" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#337FE5;">雪の結晶</span>も作りたいし</span></strong>
</p>
<p>
<img src="/scripts/image/20131025004814_46107.jpg" alt="" height="166" width="251" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#FFE500;">雪だるま</span>も作りたいんだなコレが!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">そしてこちらはどうでも良いことですが</span></strong>
</p>
<p>
<img src="/scripts/image/20131025004943_57139.jpg" alt="" height="326" width="183" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:24px;">ニコちゃん</span>のバッグが<span style="font-size:24px;">かわいかった</span>ので</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">つい<span style="font-size:24px;color:#99BB00;">パシャリ</span></span></strong><strong><span style="font-family:Meiryo UI;font-size:24px;color:#99BB00;">!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">とまぁそんなこんなですが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">これからも<span style="font-size:32px;color:#B8D100;">レアナ</span>を・・・<span style="font-size:32px;color:#FF9900;">ゴエモン</span>を</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">よろしくお願いいたします</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#E56600;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#E56600;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#E56600;">千葉市中央区新田町4-25パル・</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#E56600;">サンライト1F</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;"></span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-10-25 00:56:29
[updated] => 2013-10-25 00:56:29
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7141] => Array
(
[mbbid] => 7141
[mbid] => 559
[mbcid] => 678
[title] => やっとこ
[content] => <p>
<strong><span style="font-family:Meiryo;font-size:18px;">少しずつ涼しくなってきたこの頃ですね!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">只今<span style="font-size:32px;color:#DFC5A4;">レアナ</span>では<span style="color:#E56600;font-size:24px;">クリスマス</span>に向けての</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:24px;">店内装飾</span>を制作中です!!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20131021231634_63154.jpg" alt="" height="164" width="244" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">みんな<span style="font-size:24px;">各パート</span>を決めてがんばっておりますよ</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/42.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20131021231655_86494.jpg" alt="" height="183" width="165" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">そしていつもは<span style="font-size:24px;">12月からのスタートだった</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;color:#FF9900;">ジャンケン大会</span>も今年は</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;color:#337FE5;">11月15日からスタート</span>の予定となっ</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">ております!!!</span></strong>
</p>
<p>
<br />
<img src="/scripts/image/20131021231942_38639.jpg" alt="" height="222" width="157" />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">こちらの<span style="font-size:32px;color:#B8D100;">カードも登場</span>するかもです</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20131021232100_60582.jpg" alt="" height="222" width="157" />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:24px;color:#60D978;">通常のジャンケン</span>には<span style="font-size:24px;color:#666666;">自信のない</span>という方に</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;color:#FFE500;">カードジャンケン</span>という選択肢もありかな</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">と</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;color:#99BB00;">ゴエモン</span>の<span style="font-size:32px;color:#DFC5A4;">手作りカード</span>ですが・・・</span></strong>
</p>
<p>
<img src="/scripts/image/20131021232259_79252.jpg" alt="" height="246" width="173" />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">ちなみに<span style="font-size:24px;color:#CC33E5;">ジャンケンに勝つ</span>と施術料金からの</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;color:#EE33EE;">割引</span>になり<span style="color:#00D5FF;"></span>ますので是非ご来店して</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:24px;color:#B8D100;">レアナスタッ</span><span style="font-size:24px;color:#B8D100;">フ</span>に<span style="font-size:32px;color:#FF9900;">勝ってください</span>ね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">そしてこれからも<span style="font-size:32px;color:#9933E5;">レアナ</span>を・・・<span style="font-size:32px;color:#00D5FF;">ゴエモン</span>を</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#99BB00;">よろしくお願いいたします</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#64451D;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#64451D;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#64451D;">千葉市中央区新田町4-25パル・</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#64451D;">サンライト1F</span></strong>
</p>
<p>
<br />
</p>
[click] => 0
[tags] => やっとこ
[is_good] => 0
[created] => 2013-10-21 23:33:22
[updated] => 2013-10-21 23:36:32
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7135] => Array
(
[mbbid] => 7135
[mbid] => 559
[mbcid] => 678
[title] => 先日の
[content] => <p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong><span style="font-size:24px;">火曜日</span>に習志野で<span style="font-size:32px;color:#DFC5A4;">カット講習</span>を</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>やらせて頂きました!!!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>今回のスタイルは<span style="font-size:32px;color:#337FE5;">ウルフレイヤー</span>です!!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>かなり段も入っているので<span style="font-size:24px;color:#00D5FF;">動きが出まくり</span>ます!!!</strong></span>
</p>
<p>
<br />
<img src="/scripts/image/20131017220031_19422.jpg" alt="" height="394" width="279" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;color:#EE33EE;"><strong>講習は自分が教えているようで</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;color:#EE33EE;"><strong>教わることも多いので</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;color:#EE33EE;"><strong>自分自身の勉強にもなります</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;color:#EE33EE;"><strong>美容師は日々精進!!がんばります</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/178.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>っとこちらはレアナのお花畑に置いてある</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong><span style="font-size:24px;">ハロウィンの置き飾り</span>ですが・・・・・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>何か<span style="font-size:32px;color:#E56600;">不自然</span>だ・・・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;"><strong>よ~~~~~~く見ると・・・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>後ろに<span style="font-size:24px;color:#4C33E5;">スヌーピーの仲間</span>の<span style="font-size:32px;color:#FFE500;">ウッドストック</span>が</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>いるじゃぁありませんか</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/173.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20131017220453_28978.jpg" alt="" height="346" width="245" />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>ちょいとした<span style="font-size:32px;color:#99BB00;">遊び心</span>です</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>こちらはどうでも良いことですが</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>先日<span style="font-size:24px;color:#003399;">何年かぶり</span>に料理作りました・・・・</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>いや・・・作らされた・・・・・???</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>頑張ったつもりですが</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>なんだか<span style="font-size:32px;color:#B8D100;">微妙</span>ですかね</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/43.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
<img src="/scripts/image/20131017221626_96329.jpg" alt="" height="314" width="222" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>量も<span style="font-size:24px;color:#9933E5;">少なっっっっっっっ</span></strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/40.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:24px;font-family:Meiryo UI;color:#60D978;"><strong>男もたまには料理をしないとですね!!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>とまぁそんなこんなで</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:24px;font-family:Meiryo UI;"><strong>これからも<span style="font-size:32px;color:#FF9900;">レアナ</span>を・・・<span style="font-size:32px;color:#EE33EE;">ゴエモン</span>を</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#DFC5A4;"><strong>よろしくお願いいたします</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#EE33EE;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#EE33EE;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#EE33EE;"><strong>千葉市中央区新田町4-25パル・サ</strong></span>
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#EE33EE;"><strong>ンライト1F</strong></span>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-10-17 22:29:41
[updated] => 2013-10-17 22:29:41
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7129] => Array
(
[mbbid] => 7129
[mbid] => 559
[mbcid] => 678
[title] => 只今
[content] => <p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">レアナでは<span style="font-size:32px;color:#DFC5A4;">ご紹介キャンペーン</span>を</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">実施していま~~~~~~す!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">ご紹介を頂きますと、<span style="font-size:24px;">ご本人様とご紹介者様に</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#B8D100;">割引がございます!!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20131014214339_40360.jpg" alt="" height="537" width="381" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#60D978;">是非ご家族やお友達をご紹介下さ</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#60D978;">い</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">そして</span></strong>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20131014214631_28010.jpg" alt="" height="126" width="109" /><strong><span style="font-family:Meiryo UI;font-size:16px;">もやっておりますので</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;color:#00D5FF;">『美容室レアナ』</span>で検索をして</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;color:#99BB00;">『いいね!』</span>をよろしくお願いいたします。</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">こちらは先日</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">地元の<span style="font-size:24px;">幼馴染</span>が経営しているラーメン屋さん</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;color:#CC33E5;">『神月』</span>にて</span></strong>
</p>
<p>
<img src="/scripts/image/20131014215200_10079.jpg" alt="" height="233" width="329" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;">みそつけ麺</span>を食べてきました~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
<img src="/scripts/image/20131014215226_71733.jpg" alt="" height="232" width="326" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;color:#FF9900;">めっちゃうまかった</span>です!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">それとなく壁に掛けてあったこちらを読んでみると</span></strong>
</p>
<p>
<img src="/scripts/image/20131014215457_93993.jpg" alt="" height="362" width="509" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;">本当にその通りだ!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;">ラーメン屋さんも美容室も同じ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;">お客様あっての仕事で<span style="color:#FFE500;"></span>す!!!</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;"><br />
</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;color:#EE33EE;">これだけある美容室の中からレアナを</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;color:#EE33EE;">選んで来て頂いているのだから</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;color:#EE33EE;">本当にありがたいことです!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">どうぞこれからも<span style="font-size:32px;color:#E56600;">レアナ</span>を・・・<span style="font-size:32px;color:#FFE500;">ゴエモン</span>を</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">よろしくお願い致します!!!!</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;"><br />
</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#B8D100;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#B8D100;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#B8D100;">千葉市中央区新田町4-25パル・</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#B8D100;">サンライト1F</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-10-14 22:09:14
[updated] => 2013-10-14 22:09:14
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7121] => Array
(
[mbbid] => 7121
[mbid] => 559
[mbcid] => 678
[title] => 昨夜
[content] => <p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:24px;">19:00頃</span>に仕事を後にして</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#DFC5A4;">六本木</span>まで<span style="font-size:32px;color:#FF9900;">カレスモア化粧品</span>の</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;">講習</span>に行ってきました!!</span></strong>
</p>
<p>
<img src="/scripts/image/20131010211932_73422.jpg" alt="" height="191" width="214" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">車で走ること<span style="font-size:32px;color:#009900;">約1時間</span>くらいだったかな!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">会場で1時間半<span style="font-size:32px;">お勉強</span>をしてきました~~~!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;color:#E56600;">防腐剤・殺菌剤・添加物などを一切使わず</span></strong>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:24px;color:#E56600;"><strong>お肌にとって悪いものや</strong></span>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;color:#E56600;">刺激物が入っていないので</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;color:#E56600;">アトピーの方でも使えるほどのスキンケア商品で</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;color:#E56600;">す!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20131010212319_21602.jpg" alt="" height="184" width="277" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;color:#B8D100;">お肌の弱い方・シミ・シワ・そばかすなど</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;color:#B8D100;">気になる方は是非使ってほしいです!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">ちなみに<span style="font-size:32px;color:#FFE500;">ゴエモンは毎日使っておりま</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#FFE500;">す!!!!</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">そして<span style="font-size:32px;color:#4C33E5;">首のシワ</span>なんか<span style="font-size:32px;color:#FF9900;">ほぼ無くなってきてます</span>よ</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#B8D100;">へぇぇぇ~~</span>と思った方・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;color:#EE33EE;"><span style="font-size:32px;color:#64451D;">ゴエモン</span><span style="color:#000000;">に</span>ご相談あそばせ</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/28.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> </span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">そしてこちらは六本木からの<span style="font-size:24px;">帰り道</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:24px;">高速道路</span>にて<span style="font-size:32px;color:#FFE500;">パシャリ!!!</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#DFC5A4;">レインボーブリッジ</span>さんでござい!!!!!</span></strong>
</p>
<p>
<br />
<img src="/scripts/image/20131010213509_88426.jpg" alt="" height="404" width="286" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;">からの・・・</span></strong>
</p>
<p>
<br />
<img src="/scripts/image/20131010213620_79778.jpg" alt="" height="348" width="246" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">わかるかな・・・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#4C33E5;">ディズ〇ーです</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/39.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">とまぁ何はともあれ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">運転中に写真撮ってる場合じゃあありませんよね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/43.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">いやいや、まさか<span style="font-size:24px;color:#E56600;">撮ってないですよ</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/33.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">まぁまぁ、そんなこんなで</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">これからも<span style="font-size:32px;color:#FFE500;">レアナ</span>を・・・<span style="font-size:32px;color:#00D5FF;">ゴエモン</span>を</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#337FE5;">よろしくお願いいたします</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#CC33E5;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#CC33E5;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#CC33E5;">千葉市中央区新田町4-25パル・</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#CC33E5;">サンライト1F</span></strong>
</p>
<p>
<br />
</p>
[click] => 0
[tags] => 昨夜
[is_good] => 0
[created] => 2013-10-10 20:04:40
[updated] => 2013-10-10 21:52:23
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7110] => Array
(
[mbbid] => 7110
[mbid] => 559
[mbcid] => 678
[title] => だいぶ
[content] => <p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">涼しくなってきましたね!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#FF9900;">レアナ</span>の<span style="font-size:24px;">エントランス</span>では<span style="font-size:32px;color:#DFC5A4;">不思議なコラボ</span>が</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">ご覧になれますよ~~~!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">それは・・・・・</span></strong>
</p>
<p>
<img src="/scripts/image/20131007191246_52523.jpg" alt="" height="285" width="201" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:24px;color:#FFE500;">キンモクセイ</span>と</span></strong>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20131007191342_76339.jpg" alt="" height="275" width="194" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">まだまだ頑張る<span style="font-size:24px;color:#E56600;">ハイビスカス</span>です!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">そして<span style="font-size:24px;color:#B8D100;">ハロウィンのカボチャ</span>・・・・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">なんとも言えない組み合わせになってますね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:24px;">足元</span>にはこちらの飾り</span></strong>
</p>
<p>
<img src="/scripts/image/20131007191701_23152.jpg" alt="" height="352" width="249" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">がありますので<span style="font-size:32px;color:#337FE5;">是非見にきてね!!!</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">そしてそして・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">この季節この時期</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#9933E5;">抜け毛が気になる</span>方、多いのではないでしょう</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">か??</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#00D5FF;">レアナ通信</span>でもご紹介しているのですが</span></strong>
</p>
<p>
<img src="/scripts/image/20131007192443_78447.jpg" alt="" height="512" width="365" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">気になっているという方は</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">是非<span style="font-size:32px;color:#003399;">ヘッドスパ</span>をやってみて下さい!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;">シャンプーでは落ちない毛穴の汚れを落としたり</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:24px;">血行を良くしたり</span>することによって</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:24px;color:#60D978;">頭皮の健康をキープ</span>して<span style="font-size:32px;color:#E53333;">抜け毛</span>を</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">減らしていきましょう!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:24px;">髪や頭皮の悩み</span>などがありましたら</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#99BB00;">スタッフに相談してくださいね!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">皆さまのご来店<span style="font-size:32px;color:#99BB00;">お待ちしておりま~~~~</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#99BB00;">す</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;"></span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-10-07 19:44:38
[updated] => 2013-10-07 19:44:38
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7104] => Array
(
[mbbid] => 7104
[mbid] => 559
[mbcid] => 678
[title] => ハロウィン~~~~
[content] => <p>
<img src="/scripts/image/20131003222737_53633.jpg" alt="" height="311" width="415" />
</p>
<p>
<br />
</p>
<p>
<strong><em><span style="font-family:Meiryo UI;font-size:18px;">ちょっとこの絵が<span style="font-size:24px;">可愛かった</span>ものでつい</span></em></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><em><span style="font-family:Meiryo UI;font-size:18px;"><br />
</span></em></strong>
</p>
<p>
<strong><em><span style="font-family:Meiryo UI;font-size:18px;">先日、<span style="font-size:24px;color:#00D5FF;">オーナーのお友達のN様</span>より</span></em></strong>
</p>
<p>
<br />
</p>
<p>
<strong><em><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#FFE500;">レアナ10周年ケーキ</span>を頂きまし</span></em></strong>
</p>
<p>
<strong><em><span style="font-family:Meiryo UI;font-size:18px;">た~~~~!!!</span></em></strong>
</p>
<p>
<img src="/scripts/image/20131003223527_14337.jpg" alt="" height="384" width="272" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><em><span style="font-family:Meiryo UI;font-size:18px;">でも<span style="font-size:24px;">ちょっと待って</span>・・・・</span></em></strong>
</p>
<p>
<br />
</p>
<p>
<strong><em><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#DFC5A4;">オーナー</span><span style="color:#DFC5A4;">・・・・・</span></span></em></strong>
</p>
<p>
<br />
</p>
<p>
<strong><em><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#EE33EE;">ケーキ</span>はそういう風に持っちゃぁ<span style="font-size:24px;">いけませんよ</span></span></em></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/26.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20131003223925_56300.jpg" alt="" height="414" width="293" />
</p>
<p>
<br />
</p>
<p>
<strong><em><span style="font-family:Meiryo UI;font-size:18px;">とまぁ<span style="font-size:32px;color:#E56600;">なんとか無事</span>でしたので</span></em></strong>
</p>
<p>
<br />
</p>
<p>
<strong><em><span style="font-family:Meiryo UI;font-size:18px;">みんなで頂きました</span></em></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/28.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><em><span style="font-family:Meiryo UI;font-size:18px;">これがまた<span style="font-size:32px;color:#FFE500;">メッチャうまい!!!!!!</span></span></em></strong>
</p>
<p>
<img src="/scripts/image/20131003223619_19832.jpg" alt="" height="246" width="174" />
</p>
<p>
<br />
</p>
<p>
<strong><em><span style="font-family:Meiryo UI;font-size:18px;">本当に<span style="font-size:32px;color:#FF9900;">ありがとうございましたm(__)m</span></span></em></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><em><span style="font-family:Meiryo UI;font-size:18px;">これからも<span style="font-size:32px;color:#4C33E5;">レアナ</span>を・・・<span style="font-size:32px;color:#CC33E5;">ゴエモン</span>を</span></em></strong>
</p>
<p>
<br />
</p>
<p>
<strong><em><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">よろしくお願いいたしますm(__)m</span></em></strong>
</p>
<p>
<strong><em><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;"><br />
</span></em></strong>
</p>
<p>
<br />
</p>
<p>
<strong><em><span style="font-family:Meiryo UI;font-size:32px;color:#99BB00;">美容室レアナ</span></em></strong>
</p>
<p>
<br />
</p>
<p>
<strong><em><span style="font-family:Meiryo UI;font-size:32px;color:#99BB00;">TEL043-241-7443</span></em></strong>
</p>
<p>
<br />
</p>
<p>
<strong><em><span style="font-family:Meiryo UI;font-size:32px;color:#99BB00;">千葉市中央区新田町4-25パル・サ</span></em></strong>
</p>
<p>
<strong><em><span style="font-family:Meiryo UI;font-size:32px;color:#99BB00;">ンライト1F</span></em></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] => ハロウィン~~~~
[is_good] => 0
[created] => 2013-10-03 22:54:31
[updated] => 2013-10-07 18:22:41
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7099] => Array
(
[mbbid] => 7099
[mbid] => 559
[mbcid] => 678
[title] => 練習会で
[content] => <p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#337FE5;">江湖ちゃん</span>が<span style="font-size:24px;">モデルカット</span>をしている</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">姿をパシャリ!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130926230907_65435.jpg" alt="" height="263" width="186" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#60D978;">がんばれ~~~~~~~~~!!!!</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#60D978;">!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">そしてこちらは<span style="font-size:24px;">珍しく</span><span style="font-size:32px;color:#DFC5A4;">ピース</span>なんて</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">してしまっている<span style="font-size:24px;">おじさん</span>・・・間違えた<span style="font-size:32px;color:#00D5FF;">柿沼さ</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#00D5FF;">ん!!!</span></span></strong>
</p>
<p>
<img src="/scripts/image/20130926231129_18822.jpg" alt="" height="230" width="162" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">((柿沼さんがこのブログを見ませんように・・・))</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">さらに・・・よく見ると<span style="font-size:32px;color:#E56600;">蝶ネクタイ</span>が</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#CC33E5;">ハロウィーン仕様</span>ではないですか!!!!!!</span></strong>
</p>
<p>
<br />
<img src="/scripts/image/20130926231317_56245.jpg" alt="" height="277" width="267" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> <span style="font-size:24px;">きゃわうぃ~~~~~~~</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">そしてこちらは<span style="font-size:32px;color:#FFE500;">オシャレ日</span>にて</span></strong>
</p>
<p>
<img src="/scripts/image/20130926231526_99752.jpg" alt="" height="278" width="278" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#99BB00;">ゴエモン</span><span style="font-size:24px;">変顔シリーズ</span>ですな!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">そんなこんなですが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">これからも<span style="font-size:32px;color:#E56600;">レアナ</span>を・・・<span style="font-size:32px;color:#99BB00;">ゴエモン</span>を</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">宜しくお願いいたしま~~~~す!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">千葉市中央区新田町4-25パル・サ</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">ンライト1F</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-09-26 23:22:16
[updated] => 2013-09-26 23:22:16
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7095] => Array
(
[mbbid] => 7095
[mbid] => 559
[mbcid] => 678
[title] => 9月ではありますが
[content] => <p>
<strong><span style="font-size:16px;font-family:Meiryo UI;"><span style="font-size:32px;color:#FFE500;">レアナ花火大会</span>やっちゃいました~~~~!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130923232351_87950.jpg" alt="" height="182" width="256" />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;">営業終了後に<span style="font-size:32px;color:#337FE5;">九十九里</span>まで行き</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;">みんなで<span style="font-size:24px;">手持ち花火</span>や<span style="font-size:24px;">打ち上げ花火</span>を</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;">楽しんできました~~~~!!!!!!</span></strong>
</p>
<p>
<br />
<img src="/scripts/image/20130923231207_39135.jpg" alt="" height="275" width="388" />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;"><span style="font-size:32px;color:#DFC5A4;">ボスも笑顔</span>で楽しんでました</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:24px;font-family:Meiryo UI;">エコちゃん、はしゃぐはしゃぐ!!!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130923231421_73848.jpg" alt="" height="311" width="220" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;"><span style="font-size:24px;color:#FFE500;">月もきれい</span>でしたよ~~~!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130923231521_36378.jpg" alt="" height="272" width="192" />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;">この写真じゃ伝わらないかな・・・</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/17.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;">そして<span style="font-size:24px;">花火を楽しんで</span>・・・・・・・<span style="font-size:32px;">からの</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo UI;color:#00D5FF;">ラーメン~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130923231822_21251.jpg" alt="" height="283" width="200" />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;"><span style="font-size:32px;color:#B8D100;">ゴエモン</span>はどこへ行っても大体</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;"><span style="font-size:32px;color:#99BB00;">坦々麺</span>なのです!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo UI;color:#00D5FF;">辛うま最高~~~~!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo UI;">ボスいつもご馳走様ですm(__)m</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;">そんなこんなですが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;">いつも<span style="font-size:24px;">遊んでばっかり</span>と言うわけでは</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;">ございませんからね!!!!!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;">これからも<span style="font-size:32px;color:#E53333;">レアナ</span>を・・・そして<span style="font-size:32px;color:#EE33EE;">ゴエモン</span>を</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo UI;color:#60D978;">よろしくお願いいたします</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo UI;color:#FF9900;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo UI;color:#FF9900;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo UI;color:#FF9900;">千葉市中央区新田町4-25パル・サ</span></strong>
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo UI;color:#FF9900;">ンライト1F</span></strong>
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-09-23 23:28:54
[updated] => 2013-09-23 23:28:54
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7091] => Array
(
[mbbid] => 7091
[mbid] => 559
[mbcid] => 678
[title] => 先日の火曜日
[content] => <p>
<strong><span style="font-size:16px;font-family:Meiryo UI;">習志野に<span style="font-size:24px;">カット講習</span>に行って参りました!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;"><span style="font-size:18px;">今回のスタイル</span>は<span style="color:#00D5FF;font-size:24px;">『Uラインボブレイヤー』</span>です!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;"><span style="font-size:24px;">前上がりのボブベースに</span>段を入れ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;">顔周りを<span style="font-size:18px;">少し軽く</span>したスタイルです!!!</span></strong>
</p>
<p>
<br />
<img src="/scripts/image/20130920004155_30396.jpg" alt="" height="290" width="205" />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;">そして・・・ウィッグを<span style="font-size:32px;color:#FFE500;">ドアップ</span>で撮ってみました </span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/42.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130920004625_37453.jpg" alt="" height="197" width="139" />
</p>
<p>
<strong><span style="font-size:24px;font-family:Meiryo UI;">ちょっと恐いかぁ</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/43.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;">講習終了後は<span style="font-size:24px;color:#E56600;">中華屋さん</span>で</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;"><span style="font-size:32px;color:#FFE500;">坦々麺(黒ゴマ)</span>でございます!!!!</span></strong>
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;"> </span></strong><br />
<img src="/scripts/image/20130920004937_76079.jpg" alt="" height="154" width="216" /><strong><span style="font-size:16px;font-family:Meiryo UI;"> </span></strong>
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;"><span style="font-size:24px;color:#4C33E5;">めっちゃ辛かった</span>けど</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo UI;color:#FF9900;">めっちゃウマかった~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;">来月も講習があるので</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;">また<span style="font-size:32px;color:#B8D100;">がんばってきま~~~~~す</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo UI;color:#EE33EE;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo UI;color:#EE33EE;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo UI;color:#EE33EE;">千葉市中央区新田町4-25パル・サ</span></strong>
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo UI;color:#EE33EE;">ンライト1F</span></strong>
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-09-20 01:01:56
[updated] => 2013-09-20 01:01:56
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7085] => Array
(
[mbbid] => 7085
[mbid] => 559
[mbcid] => 678
[title] => 月曜日の夜
[content] => <p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;color:#00D5FF;">レアナ・カラオケ大会</span>が行われました~~!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">カラオケは凄く<span style="font-size:24px;">久しぶり</span>でしたが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">みんな<span style="font-size:24px;">盛り上がって</span>ましたよ~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130917164540_56663.jpg" alt="" height="208" width="292" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"> </span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"> </span></strong><img src="/scripts/image/20130917164641_96571.jpg" alt="" height="208" width="292" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;">ジローさん</span><span style="font-size:32px;color:#E56600;">メッチャ熱唱</span>してるし</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130917164756_52635.jpg" alt="" height="362" width="256" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">そんなこんなで<span style="font-size:24px;">呑みまくって</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;">歌いまくって</span>の2時間でした~~~~!!!!</span></strong>
</p>
<p>
<br />
<strong><span style="font-family:Meiryo UI;font-size:16px;"></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">水曜日からまた<span style="font-size:32px;color:#E56600;">頑張ろうぜ~~~~~</span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" /><br />
</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"> </span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;color:#9933E5;">レアナ</span>は只今<span style="color:#FF9900;font-size:24px;">ハロウィンモード</span>になっているので</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;">店内</span>や<span style="font-size:24px;">エントランス</span>も見に来てね~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130917165509_62706.jpg" alt="" height="269" width="380" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#60D978;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#60D978;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#60D978;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
[click] => 0
[tags] => 月曜日の夜
[is_good] => 0
[created] => 2013-09-17 16:55:37
[updated] => 2013-09-18 18:35:16
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7074] => Array
(
[mbbid] => 7074
[mbid] => 559
[mbcid] => 678
[title] => レアナは
[content] => <p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;">本日</span><span style="font-size:32px;color:#E56600;">10周年</span><span style="font-size:24px;">を迎えました~~!!!!!</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">皆さまに支えられての<span style="font-size:32px;">10周年</span>です!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">本当にありがとうございます</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">m(__)m</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">という事で<span style="font-size:24px;">オーナー</span>には<span style="font-size:24px;color:#337FE5;">サプライズ</span>で</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">朝から<span style="font-size:24px;color:#DFC5A4;">こんな格好</span>でお祝をしましたよ~~~!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130912224727_56018.jpg" alt="" height="305" width="216" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">そしてスタッフみんなからの<span style="font-size:32px;color:#B8D100;">寄せ書き</span>を</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;">オーナー</span>に<span style="font-size:32px;color:#00D5FF;">プレゼント</span>しちゃいました~~~!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">心のこもった<span style="font-size:24px;color:#E56600;">熱いメッセージ</span>を見て</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;">オーナー</span>の<span style="font-size:24px;color:#4C33E5;">目には涙</span>が・・・・・<span style="font-size:24px;color:#FFE500;">出そうで出ない</span>かな</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">なにはともあれ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">これからも<span style="font-size:32px;color:#CC33E5;">レアナを宜しくお願い致します</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;color:#CC33E5;">m(__)m</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;color:#FF9900;">お花</span>を持ってきてくださったり</span></strong>
</p>
<p>
<img src="/scripts/image/20130912230814_60755.jpg" alt="" height="206" width="145" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">facebookでも<span style="font-size:24px;color:#B8D100;">お祝いのメッセージ</span>を頂きまして</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#00D5FF;">本当にありがとうございます</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#00D5FF;">m(__)m</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">ちなみにこちらは余談ですが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">店内において、<span style="font-size:24px;color:#999999;">スタッフギャラリーコーナー</span>の</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;color:#9933E5;">写真</span>が<span style="font-size:32px;color:#009900;">ゴエモン</span>のものになっていますので</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">是非みにきてね~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/39.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130912230330_50485.jpg" alt="" height="221" width="156" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#E56600;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#E56600;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#E56600;">千葉市中央区新田町4-25パル・サ</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#E56600;">ンライト1F</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-09-12 23:16:52
[updated] => 2013-09-12 23:16:52
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7069] => Array
(
[mbbid] => 7069
[mbid] => 559
[mbcid] => 678
[title] => やっとこ
[content] => <p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>夜は涼しくなってきましたね!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><span style="font-size:24px;"><strong>東京オリンピック</strong></span><strong>決まりましたね!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>そんなこんなですが</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong><span style="font-size:24px;">キャンペーン中</span>の<span style="font-size:32px;color:#E53333;">『ラ・カスタ』</span>商品大好評です</strong></span>
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>よ~~~!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong><span style="font-size:18px;color:#DFC5A4;">オーガニックハーブの香りに癒されますよ</span>~~~~!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>オーガニック商品では<span style="font-size:24px;color:#337FE5;">めずらしいスタイリング剤</span>のご紹介!!</strong></span><img src="/scripts/image/20130909232748_16092.jpg" alt="" height="295" width="412" />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>ラ・カスタ デザイニング トリートメントの</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:24px;font-family:Meiryo UI;"><strong><span style="color:#FFE500;">MO(ムーブ)</span>と<span style="color:#B8D100;">HO(ホールド</span></strong></span><span style="font-size:24px;font-family:Meiryo UI;color:#B8D100;"><strong>)</strong></span><span style="font-size:24px;font-family:Meiryo UI;"><strong>各¥2415が</strong></span>
</p>
<p>
<span style="font-size:24px;font-family:Meiryo UI;"><strong>今なら各<span style="font-size:32px;color:#E56600;">¥2173</span></strong></span>
</p>
<p>
<span style="font-size:24px;font-family:Meiryo UI;"><strong> </strong></span>
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong><span style="font-size:32px;">数量限定</span>で<span style="font-size:24px;color:#E56600;">10%OFF</span>なのでお早めにどうぞ~~!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong> こちらはどうでも良いことコーナーですが</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>先日実家に寄ってきたときのことですが</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>トイレに入るとデ〇ズ二―の<span style="font-size:24px;">カレンダー</span>が</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>飾ってあって、良く見るとなかなか<span style="font-size:24px;color:#DFC5A4;">可愛かった</span>もので</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>つい<span style="font-size:24px;color:#CCCCCC;">パシャリ</span>してしまいました</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130909233849_41973.jpg" alt="" height="414" width="293" />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong><span style="font-size:24px;color:#FFE500;">夢の国のハロウィン</span>ですな!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>とまぁそんなこんなで</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong><span style="font-size:32px;color:#99BB00;">レアナ</span>を・・・<span style="font-size:32px;">ゴエモン</span>をこれからもよろしく</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;font-family:Meiryo UI;"><strong>お願いいたしま~~~~~~~すm(__)m</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#00D5FF;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#00D5FF;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#00D5FF;"><strong>千葉市中央区新田町4-25パル・サンライト1F</strong></span>
</p>
[click] => 0
[tags] => やっとこ
[is_good] => 0
[created] => 2013-09-09 23:52:19
[updated] => 2013-09-09 23:54:41
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7062] => Array
(
[mbbid] => 7062
[mbid] => 559
[mbcid] => 678
[title] => くせ毛を少しでも落ち着かせたい!!!
[content] => <p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;color:#009900;">くせ毛の方</span>に<span style="font-size:32px;color:#E56600;">オススメ</span>の</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;">シャンプー&トリートメント</span>あります</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">『ラ・カスタ ソープCU&マスクCU』</span></strong>
</p>
<p>
<img src="/scripts/image/20130905220124_96335.jpg" alt="" height="355" width="251" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">ゴワツキがちなクセ毛を</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">少しでも<span style="font-size:32px;color:#9933E5;">落ち着かせたい方</span>に是非</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">使ってほしい商品です!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;">今なら</span>シャンプーとトリートメントを</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;color:#60D978;">セットでご購入頂くと</span><span style="font-size:32px;color:#FFE500;">10%OFF</span>のキャンペーン中</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">です!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">そしてこちらは<span style="font-size:24px;color:#B8D100;">今日の練習会</span>の風景だよ!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130905224700_11789.jpg" alt="" height="252" width="141" />
</p>
<p>
<img src="/scripts/image/20130905224740_54904.jpg" alt="" height="176" width="313" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">みんな<span style="font-size:32px;color:#00D5FF;">真剣です</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/4.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#99BB00;">お客様をキレイにする</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#99BB00;">ぞ~~~~~~!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">千葉市中央区新田町4-25パル・サ</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">ンライト1F</span></strong>
</p>
<p>
<br />
</p>
[click] => 0
[tags] => くせ毛を少しでも落ち着かせたい!!!
[is_good] => 0
[created] => 2013-09-05 22:10:46
[updated] => 2013-09-05 22:54:13
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7054] => Array
(
[mbbid] => 7054
[mbid] => 559
[mbcid] => 678
[title] => 先日の
[content] => <p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:24px;color:#60D978;">カット講習会</span>でのスタイルは</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:32px;color:#DFC5A4;">ストレートボブレイヤー</span>をやらせて頂きました</strong></span><span style="font-family:Meiryo UI;font-size:18px;"><strong>!!!</strong></span>
</p>
<p>
<img src="/scripts/image/20130902213516_27862.jpg" alt="" />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>ボブスタイルに<span style="font-size:24px;color:#003399;">7㎝の段</span>をつけて顔周りにも</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>レイヤーを入れたスタイルです!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:24px;">毛量はそのまま</span>で<span style="font-size:24px;">質感も変えていない</span><span style="font-size:32px;color:#EE33EE;">シンプルな</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:32px;color:#EE33EE;">レイヤースタイル</span>です!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>きちんと切れていれば</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:32px;color:#B8D100;">乾かすだけでまとまる</span><span style="font-size:24px;color:#FF9900;">楽ちんスタイル</span>だよ~~~~~!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>次回の講習会では</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>毛量・質感調整を入れて</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:32px;color:#00D5FF;">動きのあるラフなスタイル</span>をやらせて頂きますので</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>そのときにまた</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/39.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#E56600;"><strong>美容師は一日にしてならず!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#9933E5;"><strong>日々勉強です</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#FFE500;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#FFE500;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#FFE500;"><strong>千葉市中央区新田町4-25パル・サンライト1F</strong></span>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-09-02 21:35:49
[updated] => 2013-09-02 21:35:49
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7050] => Array
(
[mbbid] => 7050
[mbid] => 559
[mbcid] => 678
[title] => 先日の火曜日
[content] => <p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:24px;color:#FF9900;">セミナー</span>を受けに<span style="font-size:32px;color:#003399;">六本木</span>まで行ってまいりまし</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">た~~!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">会場の前で<span style="font-size:32px;color:#E56600;">テンション上げ上げ</span>の2人で</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">す!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130829221551_62295.jpg" alt="" height="324" width="229" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;">美容</span>のことだけではなく<span style="font-size:32px;">人生</span>のことまで</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">幅広くお話を聞かせて頂き、</span></strong><strong><span style="font-family:Meiryo;font-size:18px;">とても為になりまし</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">た!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">セミナー終了後、六本木ヒルズ近くで</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:24px;color:#EE33EE;">お上りさん発見!!!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130829221837_21101.jpg" alt="" height="347" width="260" />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">おっきいビルが見れて良かったね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">そしてこの時<span style="font-size:24px;color:#DFC5A4;">お上りさんが撮った写メ</span>がコレ</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">だ!!</span></strong>
</p>
<p>
<br />
<img src="/scripts/image/20130829222008_35152.jpg" alt="" height="400" width="283" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">写真は<span style="font-size:24px;color:#CCCCCC;">たいした写真じゃない</span>かもしれない</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">が・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;color:#9933E5;">キレイな青空</span>だったなぁ</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/42.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">そうそう、<span style="font-size:32px;color:#E56600;">レアナ</span>の<span style="color:#00D5FF;font-size:24px;">エントランス</span>には今このお</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">花たちが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">咲いていますよ!!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130829222421_59334.jpg" alt="" height="368" width="261" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:24px;color:#FFE500;">コスモス</span>も毎日顔を出してきています!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130829222534_10550.jpg" alt="" height="299" width="220" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">最近お花を撮るのが<span style="font-size:32px;color:#FF9900;">マイブーム</span>の</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;color:#B8D100;">ゴエモン</span>でした~~~~~!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#99BB00;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#99BB00;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#99BB00;">千葉市新田町4-25パル・サンラ</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#99BB00;">イト1F</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-08-29 22:35:16
[updated] => 2013-08-29 22:35:16
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7046] => Array
(
[mbbid] => 7046
[mbid] => 559
[mbcid] => 678
[title] => コンビニの
[content] => <p>
<strong><span style="font-family:Meiryo;font-size:18px;">お気に入りの商品ってありますでしょうか????</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> <span style="font-size:32px;color:#337FE5;">ゴエモン</span>は<span style="font-size:24px;color:#E56600;">セブンイレブン</span>のこちら</span></strong>
</p>
<p>
<img src="/scripts/image/20130826222807_39146.jpg" alt="" height="178" width="261" />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;color:#009900;">ダブルナッツチョコ</span>でございます!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> ピーナッツとアーモンドとチョコの<span style="font-size:24px;">最強な組み</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:24px;">合わせ</span>だコリャ</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">チョコ好きな方は是非!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> そしてレアナでは只今<span style="font-size:24px;color:#FF9900;">シャンプー&トリート</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:24px;color:#FF9900;">メントの</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:24px;color:#FF9900;"> セット販売キャンペーンを実施中!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">しっとり保湿力抜群で洗うたびに髪を補修してくれる</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> ラップシャンプー&トリートメントセットと</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> マスクシャンプー&トリートメントセットが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> <span style="font-size:32px;color:#DFC5A4;">20%OFF</span>でかなりお得です!!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130826223606_35267.jpg" alt="" height="363" width="267" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;color:#00D5FF;">数量限定</span>で残りわずかなのでお早めにどうぞ!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> そうそう先日みんなで<span style="font-size:24px;">床のワックスがけ</span>をし</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">ました~~~!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:24px;">お店がキレイ</span>だと<span style="font-size:32px;color:#EE33EE;">気持ちが良い</span>です</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/311.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
<img src="/scripts/image/20130826223855_17397.jpg" alt="" height="326" width="294" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">まだまだ暑い日が続いておりますが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> 皆さま、お体をご自愛されて下さいね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;color:#64451D;">夏バテ</span>なんかに負けないぜ~~~~!!</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> by<span style="font-size:32px;color:#4C33E5;">ゴエモン</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#FF9900;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#FF9900;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#FF9900;">千葉市中央区新田町4-25パル・</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#FF9900;">サンライト1F</span></strong>
</p>
[click] => 0
[tags] => コンビニの
[is_good] => 0
[created] => 2013-08-26 23:00:40
[updated] => 2013-08-26 23:03:16
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7039] => Array
(
[mbbid] => 7039
[mbid] => 559
[mbcid] => 678
[title] => 最近
[content] => <p>
<strong><span style="font-family:Meiryo;font-size:18px;">と言いましょうか</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> ちょっと前からと言いましょうか</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> <span style="font-size:24px;color:#00D5FF;">字をキレイに書きたく</span>て意識しながら</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> 書くようにしているのですが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">真っ白の<span style="font-size:32px;color:#337FE5;">うちわ</span>に書いてみました<span style="font-size:32px;color:#EE33EE;">筆ペン</span>で!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> 美容師の<span style="font-size:32px;color:#DFC5A4;">『美』</span>でございます!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130822223057_26688.jpg" alt="" height="278" width="196" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;">筆</span>で字を書くのは<span style="font-size:32px;color:#99BB00;">何年ぶり</span>だったかなぁ・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> <span style="font-size:24px;">うまいかヘタかは</span>置いておきましょう</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/17.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">そしてこの時期、<span style="font-size:32px;color:#60D978;">髪のダメージ</span>が気になってきている方</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> 増えてきているのではないでしょうか???</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#00D5FF;">いいものあります!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> <span style="font-size:24px;color:#4C33E5;">美しいツヤと優れた保湿効果で髪を修</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:24px;color:#4C33E5;">復・保護</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:24px;color:#4C33E5;"> してくれる髪質向上ヘアエッ</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:24px;color:#4C33E5;">センス!!!</span></strong>
</p>
<p>
<br />
<strong><span style="font-family:Meiryo;font-size:18px;"></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;color:#FF9900;">『ラ・カスタ ヘアエマルジョンAL』</span></span></strong>
</p>
<p>
<img src="/scripts/image/20130822224346_80907.jpg" alt="" height="361" width="256" />
</p>
<p>
<strong><span style="font-family:Meiryo;"><span style="color:#60D978;">50ml <span style="font-size:24px;">¥3,150 </span><span style="font-size:32px;"> </span> 120ml <span style="font-size:24px;">¥6,300</span></span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;color:#CC33E5;">国内産</span>の<span style="color:#FFE500;font-size:32px;">オーガニック</span>商品です!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> <span style="font-size:24px;">ハーブの香り</span>にも<span style="font-size:24px;">癒されます</span>よ</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">そしてそして</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> こちらは<span style="font-size:24px;">どうでもよいこと</span>なのですが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> 前回ゴエモンの<span style="font-size:24px;color:#99BB00;">チカラコブ</span>をご紹介しましたが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> 今回は<span style="font-size:32px;color:#E56600;">上腕三頭筋</span>です!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">見たい方だけ見て下さい</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/20.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130822224832_19113.jpg" alt="" height="322" width="228" />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">ちょっとしつこかったですね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> そんなこんなで今後とも</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> </span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> <span style="font-size:32px;color:#003399;">レアナ</span>を!!<span style="font-size:32px;color:#9933E5;">ゴエモン</span>を!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> <span style="font-size:24px;">よろしくお願い致しますm(__)m</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#4C33E5;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#4C33E5;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#4C33E5;">千葉市中央区新田町</span></strong><strong><span style="font-family:Meiryo;font-size:32px;color:#4C33E5;">4-25パル・</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#4C33E5;">サンライト1F</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-08-22 23:04:18
[updated] => 2013-08-22 23:04:18
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7032] => Array
(
[mbbid] => 7032
[mbid] => 559
[mbcid] => 678
[title] => まだまだ
[content] => <p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">暑い日が続いていますが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> 早くも<span style="font-size:24px;color:#E56600;">秋</span>を感じさせる<span style="font-size:32px;color:#FFE500;">『コスモス』</span>を発見!!!</span></strong>
</p>
<p>
<br />
<img src="/scripts/image/20130819213332_75303.jpg" alt="" height="307" width="217" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">この暑さの中<span style="font-size:24px;">キレイに咲く</span>ものだなぁ!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> と、関心してしまいますね!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">そしてこちらは<span style="font-size:24px;color:#337FE5;">夏だけ限定発売</span>の</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> <span style="font-size:32px;color:#00D5FF;">『デイサマーミスト』 </span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#00D5FF;">¥1,260</span>だよ!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130819215823_57153.jpg" alt="" height="277" width="393" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:24px;color:#60D978;">お肌の</span><span style="font-size:32px;color:#003399;">紫外線対策</span>だけではなく</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> <span style="font-size:32px;color:#003399;">髪の毛にも紫外線対策</span>を忘れずにね!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">そしてそして~~~!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> こちらは<span style="font-size:24px;color:#60D978;">どうでもよいこと</span>ですが・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">最近ゴエモンが<span style="font-size:32px;color:#DFC5A4;">『けんすい』</span>を始めたのは</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> ご存知!?!?かとおもいますが・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">出てきました<span style="font-size:32px;color:#FFE500;">『チカラコブ』・・・・・</span></span></strong>
</p>
<p>
<img src="/scripts/image/20130819214842_54396.jpg" alt="" height="216" width="184" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> なにを目指してるかは<span style="font-size:24px;">聞かないで下さいね</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">そんなこんなですが皆さま</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> <span style="font-size:32px;color:#E56600;">レアナ</span>をそして<span style="font-size:32px;color:#9933E5;">ゴエモン</span>を</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> <span style="font-size:24px;">これからもよろしくお願いいたしますm(__)m</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:24px;"><br />
</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#B8D100;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#B8D100;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#B8D100;">千葉市中央区新田町4-25パル・サ</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#B8D100;">ンライト1F</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-08-19 22:04:14
[updated] => 2013-08-19 22:04:14
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7026] => Array
(
[mbbid] => 7026
[mbid] => 559
[mbcid] => 678
[title] => レアナの
[content] => <p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;">エントランス</span>にいるペンギンさんこと、</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;color:#337FE5;">ペン君</span>です!!!!!!!!!!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130815231913_28786.jpg" alt="" height="394" width="279" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="color:#337FE5;font-size:32px;">ペン君</span>が持っている<span style="font-size:32px;">うちわ</span>ですが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">実は、<span style="font-size:32px;color:#DFC5A4;">レアナオリジナル</span>の<span style="font-size:24px;">うちわ</span>なんですよ!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130815232212_90687.jpg" alt="" height="276" width="195" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="color:#B8D100;font-size:32px;">3種類</span>ありま~~~~~~~~~~す!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20130815232744_75041.jpg" alt="" height="298" width="209" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"> <span style="font-size:32px;">裏</span>はこんな感じになってます!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">ほしい方はスタッフまで!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"> 話は変わりますが・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"> 今週もお客様より<span style="font-size:24px;">頂き物</span>をしました!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">こちらは<span style="font-size:32px;color:#E56600;">『夏のミルフィーユ</span></span></strong><strong><span style="font-family:Meiryo UI;font-size:32px;color:#E56600;">』</span></strong>
</p>
<p>
<img src="/scripts/image/20130815233321_30377.jpg" alt="" height="177" width="250" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">こちらは<span style="font-size:24px;color:#E56600;">オーナー</span>からの<span style="font-size:32px;color:#FFE500;">『米粉ロールケーキ』</span></span></strong>
</p>
<p>
<img src="/scripts/image/20130815233542_17587.jpg" alt="" height="201" width="142" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">おいしくいただきます</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/39.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;">食べてばかり</span>のスタッフですが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">一応みんな<span style="font-size:32px;color:#99BB00;">運動やダイエット</span>をやっているとのことです・・・</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"> <span style="font-size:24px;color:#EE33EE;">男子の分</span>も残しておいてね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">千葉市中央区新田町4-25パル・サ</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">ンライト1F</span></strong>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;color:#FF9900;"> </span>
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-08-15 23:50:19
[updated] => 2013-08-15 23:50:19
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7020] => Array
(
[mbbid] => 7020
[mbid] => 559
[mbcid] => 678
[title] => 皆さまは最近
[content] => <p>
<span style="font-size:32px;font-family:Meiryo UI;color:#DFC5A4;"><strong>泣きましたか?</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong> <span style="font-size:32px;">ゴエモン</span>は泣きましたよ~~~!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong> <span style="font-size:24px;">何で</span>泣いたかって?????</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong> それは<span style="font-size:24px;color:#B8D100;">この本を読んだから</span>なんです!!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#E56600;"><strong>『小さな幸せに気づく24の物語』</strong></span>
</p>
<p>
<img src="/scripts/image/20130812221718_12724.jpg" alt="" height="389" width="294" />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong> <span style="font-size:24px;">普段当たり前に思っていること</span>って本当は</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong><span style="font-size:32px;">とても幸せなこと</span>なんだと気づかされます!!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong> <span style="font-size:32px;color:#FFE500;">レアナ</span>にも置いてありますので</strong></span>
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong> </strong></span>
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong> もし読みたいと思った方は是非</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong> <span style="font-size:24px;">お声をかけて下さいね</span>!!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#FF9900;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#FF9900;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#FF9900;"><strong>千葉市中央区新田町4-25パル・サ</strong></span>
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#FF9900;"><strong>ンライト1F</strong></span>
</p>
<p>
<br />
</p>
<p>
<strong> </strong>
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-08-12 22:17:48
[updated] => 2013-08-12 22:17:48
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7015] => Array
(
[mbbid] => 7015
[mbid] => 559
[mbcid] => 678
[title] => 咲きました!!
[content] => <p>
<span style="font-size:18px;font-family:Meiryo UI;"><span style="font-size:32px;"><strong>レアナ</strong></span><strong>の<span style="font-size:24px;">エントランス</span>にある</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong> <span style="font-size:32px;color:#E56600;">ハイビスカス</span>が今年も</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;font-family:Meiryo UI;"><strong> <span style="font-size:24px;color:#DFC5A4;">キレイに咲いて</span>くれました~~~~</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/28.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130808230143_29735.jpg" alt="" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">ちなみに<span style="font-size:32px;color:#DFC5A4;">ゴエモン</span>の家の<span style="font-size:24px;">プルメリア</span>の<span style="font-size:32px;color:#FFE500;">プルちゃん</span>は</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> 今年はまだお花が咲いていないんですよ~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/5.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> <span style="font-size:24px;">もうすこし様子を</span>みてみるかな!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">話は変わりますが</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> こちらはお客様に頂いたものを</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> <span style="font-size:24px;color:#00D5FF;">ガッつく前のお二人</span>さんです</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130808230839_50095.jpg" alt="" height="300" width="265" /><strong><span style="font-family:Meiryo UI;font-size:18px;"> </span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">今週はお客様より</span></strong><strong><span style="font-family:Meiryo UI;font-size:18px;">・・<span style="font-size:32px;color:#FF9900;">・大判焼き・・・おまんじゅう・・・おやき・・・</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#FF9900;"> ドーナツ・・・ロールケーキ</span>などを</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> ありがたく頂戴いたしましたm(__)m</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">レアナはお客様から<span style="font-size:24px;color:#DFC5A4;">愛されて</span>ますね!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> <span style="font-size:32px;color:#9933E5;">本当にありがたく思います!!!</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> いつまでも愛され続けるレアナでいるために</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> <span style="font-size:24px;">スタッフ一同、日々精進</span>してまいりますので</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> これからも<span style="font-size:32px;color:#E53333;">レアナをよろしくお願いいたします</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-08-08 23:26:47
[updated] => 2013-08-08 23:26:47
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7009] => Array
(
[mbbid] => 7009
[mbid] => 559
[mbcid] => 678
[title] => 5日間
[content] => <p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#FFE500;">夏休み</span>を頂き</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> 行ってきました</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> <span style="font-size:32px;color:#FF9900;">『沖縄~~~~~~~~~~』</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">しかし・・・・・<span style="font-size:24px;">沖縄初日</span>・・・・・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> 沖縄では<span style="font-size:32px;">1カ月ぶり</span>とのことでしたが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> <span style="font-size:32px;color:#337FE5;"> 雨</span>が降りました~~~~~~~~~~!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">さすが<span style="font-size:24px;color:#00D5FF;">ミスター雨男</span>・・・・・・</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/27.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> でも2日目以降は晴れてくれたから良しとしましょう</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
<img src="/scripts/image/20130805223934_24769.jpg" alt="" height="249" width="349" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">レンタカー屋さんの近くにあった・・・・・<span style="font-size:24px;">石像!?!?!?</span></span></strong>
</p>
<p>
<img src="/scripts/image/20130805224156_85236.jpg" alt="" height="250" width="352" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;">シーサー</span>でもなさそうだけど・・・・・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> これが<span style="font-size:24px;">何かを知っている方</span>は是非<span style="font-size:32px;color:#99BB00;">ゴエモン</span>まで・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">そして<span style="font-size:32px;color:#E56600;">ハイビスカス</span>もやっぱりキレイに咲いていました~~~~~</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> <span style="font-size:24px;color:#B8D100;">めずらしい色</span>のような気もするけど、どうなんだろう</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/32.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130805230014_46129.jpg" alt="" height="263" width="185" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">そしてやっぱり外せないのが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> <span style="font-size:32px;color:#EE33EE;">『美海水族館』</span>でしょ~~~~~~</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#CCCCCC;">ジンベイザメ</span>~~~~~~</span></strong>
</p>
<p>
<img src="/scripts/image/20130805230327_62511.jpg" alt="" height="247" width="348" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">そして<span style="font-size:24px;color:#60D978;">豹柄のようなエイ</span>・・・と・・・<span style="font-size:24px;color:#999999;">不思議なお顔の魚さん</span>・・・・</span></strong>
</p>
<p>
<img src="/scripts/image/20130805230538_39538.jpg" alt="" height="247" width="348" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">いろんな魚が<span style="font-size:24px;">い~~~~~~っぱい</span>いて</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> <span style="font-size:32px;color:#00D5FF;">メッチャ楽しかった</span>です</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">みんなが働いている中</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> <span style="font-size:24px;"> 5日間もお休み</span>を頂いてしまって</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> <span style="font-size:32px;color:#B8D100;">本当にありがとうございます</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#B8D100;">m(__)m</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#CC33E5;">オーナーとスタッフとレアナに感謝で</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#CC33E5;">すm(__)m</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> <span style="font-size:32px;color:#CC33E5;"> レアナをご利用頂いている </span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:32px;color:#CC33E5;">お客様にも感謝ですm(__)m</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#CC33E5;">よ~~~し仕事がんばる</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#CC33E5;">ぞ~~~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/310.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> </span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">千葉市中央区新田町4-25パル・</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">サンライト1F</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-08-05 23:23:53
[updated] => 2013-08-05 23:23:53
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[7004] => Array
(
[mbbid] => 7004
[mbid] => 559
[mbcid] => 678
[title] => まだまだ
[content] => <p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>暑い日が続きますね~~~~~~~~~~~!!!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong> そんな時は・・・・・・<span style="font-size:32px;color:#337FE5;">『炭酸ソーダヘッドスパ』</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong> <span style="font-size:24px;"><br />
</span></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:24px;">が<span style="font-size:32px;color:#00D5FF;">オススメ</span>~~~~~~~~!!!!!!</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:24px;color:#FFE500;"><strong>頭皮の汚れを浮かせて落として</strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:24px;color:#FFE500;"><strong>毛穴キレイ~~~~~~~~~!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:24px;color:#FFE500;"><strong> 血行促進~~~~~~~~!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:24px;color:#FFE500;"> CooLシャンプーでスッキリ爽快~~</span><span style="font-size:24px;color:#FFE500;">!!!</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:32px;color:#B8D100;">大好評</span>いただいておりますので</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong> <span style="font-size:32px;color:#DFC5A4;">是非</span>ご来店下さい</strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>ね~~~~~~~!!!!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong><span style="font-size:32px;color:#FF9900;">¥2,625</span>ですよ~~~~~~~!!!!!!!</strong></span>
</p>
<p>
<br />
<span style="font-family:Meiryo UI;font-size:18px;"><strong></strong></span>
</p>
<p>
<br />
<span style="font-family:Meiryo UI;font-size:18px;"><strong></strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#CC33E5;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#CC33E5;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#CC33E5;"><strong>千葉市中央区新田町4-25パル・</strong></span>
</p>
<p>
<span style="font-size:32px;font-family:Meiryo UI;color:#CC33E5;"><strong>サンライト1F</strong></span><br />
<span style="font-family:Meiryo UI;font-size:18px;"><strong></strong></span>
</p>
<strong></strong>
[click] => 0
[tags] => まだまだ
[is_good] => 0
[created] => 2013-08-04 23:03:00
[updated] => 2013-08-04 23:04:51
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6993] => Array
(
[mbbid] => 6993
[mbid] => 559
[mbcid] => 678
[title] => 先週の水曜日から
[content] => <p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">少々ガリってきた体に<span style="font-size:32px;color:#4C33E5;">カツ</span>を入れるべく</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> <span style="font-size:32px;color:#FF9900;">『けんすい』</span>を始めました~~~~~~~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#00D5FF;">目標は30回</span></strong><strong><span style="font-family:Meiryo UI;font-size:32px;color:#00D5FF;">!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> 初日は<span style="font-size:24px;color:#DFC5A4;">13回</span>しかできなかったけど</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> 昨日で<span style="font-size:24px;color:#009900;">8日目</span>にして<span style="font-size:32px;color:#EE33EE;">26回</span>まで出来るように</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> なったど~~~~~~~~~!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">とは言っても<span style="font-size:24px;color:#60D978;">腕を伸ばしきらず</span>の記録なので</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> きちんと<span style="font-size:32px;color:#99BB00;">腕を伸ばしてやる30回</span>を目指し</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">まっす</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/310.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">結構キツイのですが、みなさんもお暇があれば</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> <span style="color:#FF9900;"> </span><span style="font-size:32px;color:#FF9900;">『けんすい』</span>やってみて下さい</span></strong><strong><span style="font-family:Meiryo UI;font-size:18px;">な</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> </span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">ちなみに<span style="font-size:24px;">夜な夜な</span>公園のこちらに<span style="font-size:24px;color:#337FE5;">ぶら下がって</span>やってます</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/292.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130725234231_40381.jpg" alt="" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">大きい<span style="font-size:24px;color:#99BB00;">鉄棒</span>って意外とないんですよね!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;"> <span style="font-size:32px;color:#FFE500;">目標達成まで</span>がんばります</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/52.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#003399;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#003399;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#003399;">千葉市中央区新田町4-25パル・サ</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#003399;">ンライト1F</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-07-25 23:49:48
[updated] => 2013-07-25 23:49:48
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6984] => Array
(
[mbbid] => 6984
[mbid] => 559
[mbcid] => 678
[title] => 先日の月曜日
[content] => <p>
<strong><span style="font-family:Meiryo UI;font-size:24px;">営業終了後にみんなで<span style="font-size:32px;color:#DFC5A4;">飯岡</span>まで行き</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;"> </span><span style="font-family:Meiryo UI;font-size:32px;color:#FFE500;">夜釣り大会</span><span style="font-family:Meiryo UI;font-size:24px;">を開催しました~~~~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/42.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;"> 釣れたのは・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;">こちらの</span></strong>
</p>
<p>
<img src="/scripts/image/20130718232553_37805.jpg" alt="" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;"> </span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;"><span style="font-size:32px;color:#337FE5;">サメ君</span>です</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/20.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;">もう1匹は・・・・・・・・・・・</span></strong>
</p>
<p>
<img src="/scripts/image/20130718232830_25596.jpg" alt="" height="406" width="446" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;">やっぱり<span style="font-size:32px;color:#337FE5;">サメ君</span>でした~~~~~~~~~~~!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;"> みんなも<span style="font-size:32px;color:#E53333;">サメ</span>や<span style="font-size:32px;color:#009900;">イシモチ</span>や<span style="font-size:32px;color:#99BB00;">アジ</span>などを釣っていましたよ~~~~~~~~~~~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;"><span style="font-size:32px;color:#E56600;">毎年恒例</span>で行ってきましたが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;"> 夜釣りは<span style="font-size:32px;color:#4C33E5;">寒かった~~~~~~~~~~~~!!!!!!</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:24px;">海をなめたらイカンで~~~~~~~~~~!!!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#FF9900;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
<p>
<br />
</p>
[click] => 0
[tags] => 先日の月曜日
[is_good] => 0
[created] => 2013-07-18 23:46:00
[updated] => 2013-07-25 23:53:17
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6964] => Array
(
[mbbid] => 6964
[mbid] => 559
[mbcid] => 678
[title] => この夏の
[content] => <p>
<strong><span style="font-family:Meiryo;font-size:18px;">お肌の<span style="font-size:32px;color:#FFE500;">紫外線対策</span>は<span style="font-size:24px;">コレ</span>だ!!!!!!!!</span></strong>
</p>
<p>
<br />
<img src="/scripts/image/20130708195911_74929.jpg" alt="" height="594" width="421" />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:24px;">美容液</span>の<span style="font-size:32px;color:#FF9900;">エメ</span>です</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/79.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> この<span style="font-size:32px;color:#FF9900;">エメ</span>は<span style="font-size:24px;color:#337FE5;">2つのブロック効果</span>で紫外線</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">からお肌を守ってくれるんです!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#E56600;">①水分をしっかりとお肌にたく</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#E56600;">わえて、紫外線をはね返</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#E56600;">す!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#E56600;">②紫外線が侵入してしまって</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#E56600;">も、活性酸素を除去してメラニ</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#E56600;">ン色素を作らせない!!!!</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#E56600;"><br />
</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> そして・・・<span style="font-size:32px;color:#FFE500;">即効性美白</span>・<span style="font-size:32px;color:#DFC5A4;">お肌のハ</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;color:#DFC5A4;">リ</span>・<span style="font-size:32px;color:#EE33EE;">小顔効果</span>があるのです!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">しかも<span style="font-size:32px;">添加物なし</span>なので、<span style="font-size:32px;">お肌に悪い</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;">ものは一切入っていない</span>んです</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> 因みに<span style="font-size:24px;color:#E53333;">一般的な日焼け止めクリーム</span>をお肌</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">に塗って日焼けを防ぐには</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> <span style="font-size:32px;color:#999999;">約1センチほどの厚さ</span>がないと確</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">実に紫外線を<span style="font-size:32px;">ブロックできない</span>みたいですよ!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">では<span style="font-size:32px;color:#FF9900;">エメ</span>は・・・<span style="font-size:24px;color:#CC33E5;">ハワイ</span>のような紫外線量が<span style="font-size:32px;"><span style="color:#B8D100;">日本</span></span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;"><span style="color:#B8D100;">の</span><span style="color:#B8D100;">数</span><span style="color:#B8D100;">倍</span></span>にもなるところですら</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;color:#4C33E5;">日焼けしない</span>でお肌を守ってくれるんです</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> <span style="font-size:24px;">どうせなら<span style="font-size:32px;color:#DFC5A4;">お肌をキレイに</span>しな</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:24px;">がら<span style="font-size:32px;color:#99BB00;">紫外線対策</span>をしてみてはいかがで</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:24px;">しょうか</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">もちろん<span style="font-size:32px;color:#FFE500;">ゴエモンも使っています</span></span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;color:#FFE500;"></span>よ~~~~~~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/311.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#FF9900;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#FF9900;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#FF9900;">千葉市中央区新田町4-25パ</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#FF9900;">ル・サンライト1F</span></strong>
</p>
<p>
<br />
</p>
[click] => 0
[tags] => この夏の
[is_good] => 0
[created] => 2013-07-08 20:19:23
[updated] => 2013-07-08 22:48:18
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6955] => Array
(
[mbbid] => 6955
[mbid] => 559
[mbcid] => 678
[title] => エントランスに
[content] => <p>
<strong><span style="font-family:Meiryo;font-size:18px;">咲いている<span style="font-size:32px;color:#FF9900;">お花</span>たちです</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/291.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
<img src="/scripts/image/20130705224016_52920.jpg" alt="" height="214" width="301" />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:24px;color:#003399;">夜撮り</span>なのでちょいと暗いかな</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/27.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130705224046_76507.jpg" alt="" height="399" width="282" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">さらに夜バージョンの<span style="font-size:32px;color:#B8D100;">エントランス</span></span></strong>
</p>
<p>
<img src="/scripts/image/20130705224612_42047.jpg" alt="" height="191" width="268" />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#60D978;">看板</span></strong>
</p>
<p>
<img src="/scripts/image/20130705224711_27021.jpg" alt="" height="434" width="307" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">モニター横の<span style="font-size:32px;color:#FF9900;">ベンジャミン&ライト~~~</span></span></strong>
</p>
<p>
<img src="/scripts/image/20130705224758_68235.jpg" alt="" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">からの・・・入り口の</span></strong><strong><span style="font-family:Meiryo;font-size:32px;color:#CC33E5;">足元</span></strong><strong><span style="font-family:Meiryo;font-size:18px;">~~~~</span></strong>
</p>
<p>
<img src="/scripts/image/20130705224935_57787.jpg" alt="" height="200" width="281" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">そして只今<span style="font-size:24px;">一生懸命成長中</span>の<span style="font-size:32px;color:#E56600;">ハイビスカス!!!!</span></span></strong>
</p>
<p>
<img src="/scripts/image/20130705225220_90925.jpg" alt="" height="293" width="207" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">もういつでも私を食べて!状態の<span style="font-size:32px;color:#DFC5A4;">ミニトマト~~~~</span>・・・まだ<span style="color:#B8D100;">青い</span>か・・・</span></strong>
</p>
<p>
<img src="/scripts/image/20130705225635_50452.jpg" alt="" height="349" width="247" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">といった<span style="font-size:32px;color:#E56600;">レアナ</span>の<span style="font-size:32px;color:#E53333;">エントランス紹介</span>をしてみました~~~~~~~~~~~!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> <span style="font-size:24px;">是非実物をご覧に来て下さいね</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">そして本日の<span style="font-size:32px;color:#FFE500;">ゴエモンファッション</span>は・・・</span></strong>
</p>
<p>
<img src="/scripts/image/20130705231231_46696.jpg" alt="" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> <span style="font-size:32px;color:#E56600;">赤アロハ</span>に<span style="font-size:32px;color:#009900;">ストライプのハーフパンツ</span>に<span style="font-size:32px;color:#E53333;">麦わら帽子</span>・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> <span style="font-size:32px;color:#FFE500;">『レイ』</span>でございます</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">アロハやハーフパンツの美容師は、いたとし</span></strong><strong><span style="font-family:Meiryo;font-size:18px;">ても<span style="font-size:32px;color:#FFE500;">レイ</span>を</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> 首から下げてる美容師はなかなかいないだろう・・・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> というわけで<span style="font-size:24px;">今月は</span>大体</span></strong><strong><span style="font-family:Meiryo;font-size:18px;">こんなカッコしておりますぞ~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/20.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#FF9900;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#FF9900;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#FF9900;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-07-05 23:21:17
[updated] => 2013-07-05 23:21:17
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6944] => Array
(
[mbbid] => 6944
[mbid] => 559
[mbcid] => 678
[title] => 7月より
[content] => <p>
<strong><span style="font-family:MS UI Gothic;font-size:18px;"><span style="font-size:32px;color:#E56600;">レアナ</span>店内が<span style="font-size:32px;color:#4C33E5;">夏モード</span>へ!!!!!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:MS UI Gothic;font-size:18px;"> <span style="font-size:24px;color:#60D978;">七夕のお願いごと</span>は短冊に書きましたかな</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/156.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:MS UI Gothic;font-size:18px;"> まだ書いていない方は是非<span style="font-size:32px;color:#B8D100;">レアナの笹に短冊を</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:MS UI Gothic;font-size:18px;"> つけてくださいな</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/310.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="/scripts/image/20130701220338_18031.jpg" alt="" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:MS UI Gothic;font-size:18px;">そしてお席の横には</span></strong><strong><span style="font-family:MS UI Gothic;font-size:18px;"><span style="font-size:24px;color:#CC33E5;">スタッフの撮影した</span></span></strong><strong><span style="font-family:MS UI Gothic;font-size:18px;"><span style="font-size:32px;color:#FFE500;">『お花』</span>が飾ってありま~~~す!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:MS UI Gothic;font-size:18px;"> <span style="font-size:32px;color:#FF9900;">花言葉</span>なんかも書いてあるので是非ご覧くださいね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/311.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:MS UI Gothic;font-size:18px;">ちなみにこちらは<span style="font-size:32px;color:#9933E5;">ゴエモンの作品</span>でございます</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/292.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130701220804_48421.jpg" alt="" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:MS UI Gothic;font-size:18px;"> シャンプー台の上には・・・鏡に<span style="font-size:32px;color:#E56600;">ハイビスカス</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" /><strong><span style="font-family:MS UI Gothic;font-size:18px;">があったりと</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:MS UI Gothic;font-size:18px;"> <span style="font-size:24px;">サマーバージョン</span>の<span style="font-size:32px;">レアナ</span>になってま~~~~~~~~す!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:MS UI Gothic;font-size:18px;">ムシムシ暑いこの時期にオススメの<span style="font-size:32px;color:#337FE5;">炭酸ソーダヘッドスパ(¥2,625</span></span></strong><strong><span style="font-family:MS UI Gothic;font-size:18px;"><span style="font-size:32px;color:#337FE5;">)</span>も</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:MS UI Gothic;font-size:18px;"> <span style="font-size:32px;color:#00D5FF;">大好評</span>ですので是非一度・・・いや二度・三度やってみて下さいな!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:MS UI Gothic;font-size:18px;">暑いと言えば・・・・・・・<span style="font-size:32px;color:#9933E5;">アイス</span>・・・・・・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:MS UI Gothic;font-size:18px;"> アイスの大好きな<span style="font-size:32px;color:#99BB00;">ゴエモン</span>が今ハマっているのは</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:MS UI Gothic;font-size:18px;"> コレだ</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/92.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130701222102_67692.jpg" alt="" />
</p>
<p>
<strong><span style="font-family:MS UI Gothic;font-size:18px;">メッチャうまだけど<span style="font-size:24px;">食べ過ぎに注意</span>だね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:MS UI Gothic;font-size:18px;"> <strong><span style="font-size:32px;color:#FFE500;">美容室レアナ</span></strong></span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:MS UI Gothic;font-size:32px;color:#FFE500;"><strong> TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:MS UI Gothic;font-size:32px;color:#FFE500;"><strong> 千葉市中央区新田町4-25パル・サンライト1F</strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-07-01 22:30:57
[updated] => 2013-07-01 22:30:57
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6936] => Array
(
[mbbid] => 6936
[mbid] => 559
[mbcid] => 678
[title] => 先日の
[content] => <p>
<strong><span style="font-size:16px;font-family:Meiryo;">火曜日はみんなで六本木の<span style="font-size:24px;color:#FF9900;">セミナー</span>に</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> 参加してきました~~~~~~~~~~~!!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> </span></strong>
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> こちらは<span style="font-size:24px;color:#B8D100;">六本木交差点</span>ですが</span></strong>
</p>
<p>
<img src="/scripts/image/20130627214616_96101.jpg" alt="" />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"><span style="font-size:32px;color:#FFE500;">アマンド</span>も新しい装いになってるし</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> <span style="font-size:24px;">懐かしさいっぱい</span>でございました</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/39.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;">そういえば<span style="font-size:24px;color:#006600;">10年近く前</span>のお話ですが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> <span style="font-size:32px;color:#60D978;">ゴエモン</span>は<span style="font-size:24px;color:#EE33EE;">スタイリストデビュー</span>に向けて</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;">この<span style="font-size:24px;">交差点付近</span>で<span style="font-size:32px;color:#B8D100;">モデルハント</span>をしていたことがあるのですが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> <span style="font-size:24px;color:#009900;">成功率・・・ななな・・・なんと・・・・・・・</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:24px;font-family:Meiryo;color:#009900;"> <span style="font-size:32px;color:#003399;">0%</span>~~~~~~~~~~~~~~!!!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"><span style="font-size:32px;">まさかね</span>・・・・<span style="font-size:24px;">いやいや</span>・・・・<span style="font-size:32px;color:#E56600;">マジです</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/9.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"><span style="font-size:24px;">変なキャッチ</span>と間違えられていたのかもしれませんが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> <span style="font-size:24px;color:#CC33E5;">見事に断られ</span>まくっていました~~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/34.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;">ということで<span style="font-size:24px;color:#DFC5A4;">場所を変えて</span>六本木ヒルズの</span></strong>
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> </span></strong>
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> <span style="font-size:24px;">けやき坂通り</span>で<span style="font-size:32px;color:#337FE5;">毎晩モデルハント</span>をしたところ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> モデルさんを<span style="font-size:32px;color:#FFE500;">ゲット</span>出来るように</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> なったとさ~~~~~~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/82.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;">こちらは帰り道の高速にて<span style="font-size:32px;color:#FF9900;">パシャリ</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/52.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130627215815_17198.jpg" alt="" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;">そして<span style="font-size:32px;color:#E56600;">千葉へ</span>帰ってきましたとさ~~~~~~~~~~~~!!!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130627215929_12738.jpg" alt="" height="230" width="300" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;">写真は<span style="font-size:24px;">イマイチ</span>ですが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> これからも<span style="font-size:32px;color:#9933E5;">初心を忘れず</span>に</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> がんばっていきたいと思いますので</span></strong>
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> </span></strong>
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> <span style="font-size:32px;color:#E56600;">レアナ</span>を・・そして<span style="font-size:32px;color:#003399;">ゴエモン</span>をよろしくお願いいたします</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> </span></strong>
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo;color:#00D5FF;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo;color:#00D5FF;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo;color:#00D5FF;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-06-27 22:09:11
[updated] => 2013-06-27 22:09:11
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6931] => Array
(
[mbbid] => 6931
[mbid] => 559
[mbcid] => 678
[title] => レアナの
[content] => <p>
<strong><em><span style="font-size:24px;color:#E56600;">ホームページ</span>や<span style="background-color:#999999;">ツイッ</span><span style="background-color:#999999;"><span style="font-size:16px;"></span>ター<span style="font-size:24px;"></span></span>に加えて</em></strong>
</p>
<p>
<br />
</p>
<p>
<strong><em> <span style="font-size:32px;color:#FFE500;">『facebook』</span>もはじめたよ~~~~~~~~~~~~</em></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<strong><em> </em></strong>
</p>
<p>
<strong><em><<span style="font-size:32px;">美容室レアナ</span>>で友達</em></strong><strong><em>検索してみてね!!!!!!!!!</em></strong>
</p>
<p>
<br />
</p>
<p>
<strong><em> 皆様もご覧になったら是非<span style="color:#337FE5;"><span style="font-size:32px;">【いいね】</span><span style="color:#64451D;">を</span></span></em></strong>
</p>
<p>
<br />
</p>
<p>
<strong><em> お願いいたします</em></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><em> </em></strong>
</p>
<p>
<strong><em>そしてそして</em></strong>
</p>
<p>
<br />
</p>
<p>
<strong><em> 只今レアナにて</em></strong>
</p>
<p>
<br />
</p>
<p>
<strong><em> <span style="font-size:32px;">第7回フォトコンテストを開催中!!!</span></em></strong>
</p>
<p>
<br />
</p>
<p>
<strong><em> お好きな作品を1つ選んで投票してくれるとうれしいです</em></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/308.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
<img src="/scripts/image/20130624233127_55476.jpg" alt="" height="549" width="418" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:24px;">美容室レアナ</span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:24px;">TEL043-241-7443</span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:24px;">千葉市中央区新田町4-25パル・サンライト1F</span>
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-06-24 23:47:12
[updated] => 2013-06-24 23:47:12
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6926] => Array
(
[mbbid] => 6926
[mbid] => 559
[mbcid] => 678
[title] => 昨日の
[content] => <p>
<strong><span style="font-size:18px;font-family:Meiryo;"><span style="font-size:24px;color:#99BB00;">オシャレ日</span>に続き</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo;"> 今日は<span style="font-size:24px;color:#9933E5;">短かくカット</span>してもらっちゃいました~~~~~~~~~~!!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo;"><span style="font-size:24px;">昨日</span>は<span style="font-size:32px;color:#DFC5A4;">江湖君</span>に<span style="font-size:32px;">ブラックメッシュ</span>を入れてもらい</span></strong>
</p>
<p>
<img src="/scripts/image/20130620212815_85062.jpg" alt="" height="278" width="250" />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo;"> めっちゃ<span style="font-size:24px;color:#E56600;">カメラ目線</span>ですけど・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo;">今日は<span style="font-size:32px;color:#E56600;">オーナー</span>に<span style="font-size:24px;">カット</span>をして頂きました~~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
<img src="/scripts/image/20130620213037_26481.jpg" alt="" height="154" width="124" />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo;"><span style="font-size:24px;color:#00D5FF;">自分撮り</span>なので目をつぶっていま~~~~~~~~~~~す</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/20.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20130620213734_44059.jpg" alt="" height="247" width="235" />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo;"><span style="font-size:24px;">横</span>は<span style="font-size:32px;color:#9933E5;">刈り上がって</span>ま~~~~~~~す</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo;"><span style="font-size:24px;">久しぶり</span>に<span style="font-size:24px;">短く</span>したらメッチャ・<span style="font-size:32px;color:#4C33E5;">スッキリ~~~~~~</span>した~~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/311.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo;"> </span></strong><strong><span style="font-size:18px;font-family:Meiryo;">ちょっと<span style="font-size:32px;color:#FFE500;">若返った</span>かな~~~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/292.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo;"><span style="font-size:32px;color:#003399;">夏</span>ですから、皆さんも<span style="font-size:24px;">短くしたい</span>と思ったら</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo;"> <span style="font-size:32px;color:#FF9900;">レアナにGO</span>ですよ</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/79.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo;"> <span style="font-size:24px;">新メニュー</span>の<span style="font-size:32px;color:#60D978;">炭酸ソーダヘッドスパ(<span style="color:#EE33EE;">¥2,625</span></span></span></strong><strong><span style="font-size:18px;font-family:Meiryo;"><span style="font-size:32px;color:#60D978;">)</span>も<span style="font-size:32px;color:#99BB00;">大好評</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo;"> なので是非お試しくださいね~~~~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:MS UI Gothic;color:#FFE500;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:MS UI Gothic;color:#FFE500;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:MS UI Gothic;color:#FFE500;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-06-20 21:54:05
[updated] => 2013-06-20 21:54:05
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6920] => Array
(
[mbbid] => 6920
[mbid] => 559
[mbcid] => 678
[title] => 社員旅行2日目
[content] => <p>
<strong><span style="font-size:18px;font-family:Meiryo UI;">まずは<span style="font-size:24px;color:#DFC5A4;">朝食バイキング~~~~~~~~~~~~</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo UI;">こーんなくらいのを<span style="font-size:32px;color:#E53333;">2回</span>持ってきました~~~~~~~~~~!!!!!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130617211504_31983.jpg" alt="" height="206" width="274" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo UI;"> <span style="font-size:24px;">食べ過ぎた~~~~~~~~~~~~!!!!!!!!</span></span></strong>
</p>
<p>
<img src="/scripts/image/20130617210902_76807.jpg" alt="" height="181" width="242" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo UI;">そして旅行の</span></strong><strong><span style="font-size:18px;font-family:Meiryo UI;"><span style="font-size:24px;">メインイベント</span></span></strong><strong><span style="font-size:18px;font-family:Meiryo UI;"><span style="font-size:32px;color:#FF9900;">『</span><span style="font-size:32px;color:#FF9900;">ラ・カスタ工場見学』</span>へ~~~~~!!!!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130617211654_50217.jpg" alt="" height="236" width="316" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo UI;"> </span></strong><img src="/scripts/image/20130617211844_51863.jpg" alt="" height="272" width="388" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo UI;">自分たちで作る<span style="font-size:24px;">バスオイル</span>や<span style="font-size:24px;">オイルトワレ</span>の体験も楽しかったなぁ!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo UI;"> <span style="font-size:24px;">花に囲まれた</span>ガーデンでは</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo UI;"> </span></strong><strong><span style="font-size:18px;font-family:Meiryo UI;">冷たい<span style="font-size:32px;color:#4C33E5;">ハーブスカッシュ</span>を美味しく頂きました</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/311.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130617212850_41366.jpg" alt="" height="301" width="381" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo UI;"> <span style="font-size:24px;">花っていいなぁ~~~~~~~!!!!!</span><span style="font-size:32px;color:#FFE500;">癒された</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/291.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130617213022_59247.jpg" alt="" height="274" width="368" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo UI;"> 改めて<span style="font-size:32px;color:#B8D100;">ラ・カスタ</span>の良さを実感した見学でした~~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo UI;">お次は<span style="font-size:32px;color:#CC33E5;">国営アルプスあずみの公園</span>へ</span></strong>
</p>
<p>
<img src="/scripts/image/20130617213339_76491.jpg" alt="" height="217" width="292" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo UI;"> お昼もここで食べました!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo UI;"> 体を動かそうと<span style="font-size:32px;color:#DFC5A4;">ディスクゴルフ</span>や<span style="font-size:32px;color:#00D5FF;">サッカー</span>もやってみましたよ~~~~~~!!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130617213927_42542.jpg" alt="" height="233" width="316" />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo UI;"><span style="font-size:24px;">ボスの蹴った球・・・・・</span><span style="font-size:32px;color:#E56600;">まじで速かったです</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/26.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo UI;"> <span style="font-size:24px;">人生初</span>の<span style="font-size:32px;color:#60D978;">ハンモック~~~~~~~~!!!</span></span></strong>
</p>
<p>
<img src="/scripts/image/20130617214318_74858.jpg" alt="" height="324" width="259" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo UI;"> <span style="font-size:24px;color:#FFE500;">楽しい時間</span>は過ぎるのが早いですね!!!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo UI;">このあと帰路へ発ち、<span style="font-size:32px;">PM8:00</span>に<span style="font-size:32px;color:#E56600;">レアナ</span>へ到着しました</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/39.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo UI;"> <span style="font-size:32px;color:#E56600;">レアナ</span>にご来店の際には是非</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo UI;"> <span style="font-size:24px;">スタッフに</span>旅行どうだったか聞いてみて下さいね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo UI;">来年もみんなで旅行が出来るようにがんばろうな~~~~~~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/310.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;font-family:Meiryo UI;"> <span style="font-size:32px;color:#60D978;"><span style="color:#337FE5;">皆様</span><span style="color:#337FE5;">、</span><span style="color:#337FE5;">レアナをどうぞよろしくお願いいたしますm(__)m</span></span></span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo UI;color:#00D5FF;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo UI;color:#00D5FF;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo UI;color:#00D5FF;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-06-17 22:01:47
[updated] => 2013-06-17 22:01:47
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6909] => Array
(
[mbbid] => 6909
[mbid] => 559
[mbcid] => 678
[title] => 6月10日・11日は
[content] => <p>
<strong><span style="font-family:Meiryo;font-size:18px;">レアナのみんなで<span style="font-size:32px;color:#FF9900;">社員旅行in長野(安曇野・松本)</span>に</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> いってきました~~~~~~~~~~~~!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;">毎年</span>みんなを旅行に連れていってくれる<span style="font-size:32px;color:#DFC5A4;">亘オーナーに感謝</span>です</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/76.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> そしてレアナに来て下さっている<span style="font-size:32px;color:#00D5FF;">お客様に感謝</span>です</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/178.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">まず<span style="font-size:24px;"><span style="font-size:32px;color:#60D978;">1日目</span>~~~~~~~~~~~~~!!!!!!!</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> 松本城へ向けて<span style="font-size:24px;color:#00D5FF;">高速道路のSA</span>にてパシャリ</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/82.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="/scripts/image/20130614234022_73717.jpg" alt="" height="161" width="240" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">いざ松本城!!!!!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> <span style="font-size:32px;">黒いお城</span>ってカッコ良いなぁ~~~~~~~~~~!!!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130614234204_10031.jpg" alt="" height="238" width="316" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20130614235750_62383.jpg" alt="" height="268" width="200" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">城下町の<span style="font-size:24px;">なわて通り</span>にて<span style="font-size:32px;color:#99BB00;">たい焼き</span>をパクパク~~~~~~~~!!!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130614234649_92134.jpg" alt="" height="202" width="270" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">からの・・・<span style="font-size:32px;color:#FF9900;">十割そば</span>~~~~~~~~~~~!!!!!!!!!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130614234858_31264.jpg" alt="" height="238" width="318" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;color:#99BB00;">時計記念館</span>~~~~~~~~~~~~!!!!!!!!!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130614235147_74423.jpg" alt="" height="154" width="205" /><strong><span style="font-family:Meiryo;font-size:18px;"> </span></strong><img src="/scripts/image/20130614235246_56316.jpg" alt="" height="158" width="210" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">そして大<span style="font-size:32px;color:#60D978;">王わさび農場</span>へGO~~~~~~~~~~~~!!!!!!!</span></strong>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> </span></strong><img src="/scripts/image/20130614235536_36310.jpg" alt="" height="203" width="271" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:24px;">わさびソフト</span>も<span style="font-size:24px;">メチャメチャうまかった</span>なぁ~~~~~~~~~~!!!!!!!!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130614235711_63693.jpg" alt="" height="164" width="218" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;color:#337FE5;">かき氷派</span>の方もおられましたぞ!!!!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130614235954_79681.jpg" alt="" height="195" width="154" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;">とまぁそんなこんなで<span style="font-size:24px;">無事</span>ホテルに着き</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> 夕食後にみんなで<span style="font-size:32px;color:#FFE500;">呑んだくれ</span>~~~の</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> <span style="background-color:#DFC5A4;font-size:32px;"></span><span style="font-size:32px;color:#DFC5A4;">トランプ大会</span>が開催され~~~~~~の</span></strong>
</p>
<p>
<span style="color:#B8D100;"></span>
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;">爆睡</span>し~~~~~~のでまた明日</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"> <span style="font-size:24px;color:#00D5FF;">という1日目</span>でしたが<span style="font-size:24px;">ちょっぴり呑み過ぎたかな</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:18px;"><span style="font-size:32px;">2日目</span>は<span style="font-size:32px;color:#00D5FF;">次回のブログにて</span>お楽しみに</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#E53333;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#E53333;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:32px;color:#E53333;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-06-15 00:19:45
[updated] => 2013-06-15 00:19:45
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6900] => Array
(
[mbbid] => 6900
[mbid] => 559
[mbcid] => 678
[title] => 本日
[content] => <p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;color:#B8D100;">浴衣</span>のスタイル<span style="font-size:32px;">撮影</span>をさせて頂きました~~~~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/28.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo;font-size:16px;">ヘア担当<span style="font-size:24px;color:#99BB00;">ゴエモン</span>・メイク担当<span style="font-size:24px;color:#DFC5A4;">ウンちゃん</span>・着付け担当<span style="font-size:24px;color:#337FE5;">ドラえもん</span>・・・間違えた</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/150.gif" alt="" style="height:24px;width:25px;" border="0" /><strong><span style="font-family:Meiryo;font-size:16px;"><span style="font-size:24px;color:#337FE5;">バタちゃん</span>でした</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"> <span style="font-size:24px;">カール</span>の<span style="font-size:24px;color:#60D978;">似合うモデルさん</span>で</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"> <span style="font-size:32px;color:#DFC5A4;">とっても可愛かった</span>ですよ~~~~~~~~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130606224647_31447.jpg" alt="" height="154" width="230" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">そして撮影している<span style="font-size:32px;">ゴエモン</span>と<span style="font-size:32px;color:#99BB00;">ウンちゃん</span>です!!!!!!</span></strong>
</p>
<p>
<br />
<img src="/scripts/image/20130606224958_41120.jpg" alt="" height="168" width="224" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">もうすぐ<span style="font-size:32px;color:#FFE500;">花火大会の季節</span>ですもんなぁ~~~~~~~!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"> <span style="font-size:32px;color:#4C33E5;">男性</span>も<span style="font-size:32px;color:#E56600;">女性</span>も<span style="font-size:24px;color:#FF9900;">浴衣</span>で<span style="font-size:24px;">歩きたい</span>ものですなぁ~~~~~~~~~~~~!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20130606225343_76605.jpg" alt="" height="331" width="220" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20130606225721_39935.jpg" alt="" height="231" width="154" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;">モデルのKさん<span style="font-size:24px;">ご協力</span><span style="font-size:32px;color:#FFE500;">ありがとうございました</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/114.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:18px;">またよろしくお願いいたしま~~~~~す</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:24px;"><span style="font-size:18px;">と言うわけで</span>この夏</span>はみなさん是非<span style="font-size:32px;color:#B8D100;">浴衣でお出かけ</span>しましょ~~~~~!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:16px;"> そして浴衣の<span style="font-size:32px;color:#DFC5A4;">着付け</span></span><span style="font-family:Meiryo UI;font-size:18px;"><span style="font-size:18px;">や</span></span><span style="font-family:Meiryo UI;font-size:16px;"><span style="font-size:32px;color:#DFC5A4;">セット</span>は<span style="font-size:32px;color:#EE33EE;">レアナにお任せ</span>下さいね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/310.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#00D5FF;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#00D5FF;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Meiryo UI;font-size:32px;color:#00D5FF;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
[click] => 0
[tags] => 本日
[is_good] => 0
[created] => 2013-06-06 23:06:05
[updated] => 2013-06-07 22:14:17
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6893] => Array
(
[mbbid] => 6893
[mbid] => 559
[mbcid] => 678
[title] => こんなんもありかな!!!
[content] => <p>
<strong><span style="font-size:16px;font-family:Meiryo;">先日着てきた<span style="font-size:24px;color:#E56600;">服装</span>が</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> なんとまぁ!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> <span style="font-size:32px;color:#B8D100;">江湖君</span>の<span style="font-size:24px;">スタッフギャラリー</span>に飾ってある写真</span></strong><img src="/scripts/image/20130603224359_53974.jpg" alt="" height="317" width="228" /><strong><span style="font-size:16px;font-family:Meiryo;">と</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> <span style="font-size:24px;">似ていた</span>ので<span style="font-size:32px;color:#FFE500;">パシャリ</span>してみました</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130603224439_34224.jpg" alt="" height="365" width="261" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"><span style="font-size:32px;color:#DFC5A4;">おしい</span>感じですかな!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> <span style="font-size:24px;">えっ?????</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> おしくないって???</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> まぁまぁ<span style="font-size:24px;color:#B8D100;">それはそれで</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;">ということで</span></strong>
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> </span></strong>
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> 今月の<span style="font-size:24px;">6月</span>から<span style="font-size:32px;color:#60D978;">新メニュー</span>の</span></strong>
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> </span></strong>
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> <span style="font-size:32px;color:#4C33E5;"> 『炭酸ソーダヘッドスパ』 </span> <span style="font-size:24px;color:#CC33E5;">¥2,625</span>が</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> <span style="font-size:32px;">大好評</span>でございま~~~~~~す</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/42.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20130603224933_47567.jpg" alt="" height="332" width="487" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"><span style="font-size:32px;color:#60D978;">頭皮の汚れ</span>・<span style="font-size:32px;color:#999999;">臭い</span>などが気になるこの季節に</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> ぴったりの<span style="font-size:32px;color:#FFE500;">ヘッドスパ</span>ですよ!!!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> </span></strong><strong><span style="font-size:16px;font-family:Meiryo;"><span style="font-size:24px;">是非一度</span></span></strong><strong><span style="font-size:16px;font-family:Meiryo;"><span style="font-size:32px;color:#337FE5;">お</span><span style="font-size:32px;color:#337FE5;">試しくださいね~~~~~~~~~~~</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:Courier New;color:#00D5FF;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:Courier New;color:#00D5FF;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:Courier New;color:#00D5FF;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-06-03 22:58:39
[updated] => 2013-06-03 22:58:39
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6877] => Array
(
[mbbid] => 6877
[mbid] => 559
[mbcid] => 678
[title] => こんばんは
[content] => <p>
<strong><span style="font-size:16px;font-family:Meiryo;"><span style="font-size:32px;color:#64451D;">ゴエモン</span>です</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> 先日の火曜日にみんなで<span style="font-size:24px;">六本木</span>へ<span style="font-size:24px;">セミナー</span>を</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> 受けに行って参りました!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"><span style="font-size:32px;color:#FFE500;">美容師</span>の<span style="font-size:24px;">何たるかを学びに行った</span>わけですが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> やはり<span style="font-size:24px;">セミナー</span>をする側の方々は言葉や言い方は違えど</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> <span style="font-size:32px;">同じこと</span>を言うのだなと思います!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"><span style="font-size:24px;">というのは</span>そういう方々は<span style="font-size:32px;color:#9933E5;">オーナークラス</span>の方々であり</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> いろいろな<span style="font-size:32px;color:#FF9900;">経験</span>を経て<span style="font-size:32px;color:#003399;">挫折</span>や</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> これは<span style="font-size:32px;color:#DFC5A4;">間違いない</span>ということを繰り返しやってきたから</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> 人に<span style="font-size:24px;color:#60D978;">ものを言える</span>のだなと思います!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;">そして<span style="font-size:24px;color:#009900;">気がつけば</span>その方々が言っていることは</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> <span style="font-size:24px;">聞いたことのある</span>ことばかり・・・・・・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> そう!!!!<span style="font-size:32px;color:#E56600;">レアナのオーナー亘さん</span>が</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;">普段自分たちに<span style="font-size:24px;color:#B8D100;">言ってくれていること</span>ばかりなのです</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/79.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> やはり<span style="font-size:24px;">オーナー</span>は<span style="font-size:32px;color:#FFE500;">スゴイ!!!!!!</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> そんな<span style="font-size:24px;">オーナー</span>に<span style="font-size:24px;color:#99BB00;">甘えてしまって</span>いるばかりではなく</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;">自分たちなりの<span style="font-size:32px;color:#CC33E5;">恩返し</span>をしていかなければ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> <span style="font-size:24px;">バチ</span>があたってしまいますね!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:24px;font-family:Meiryo;">よーーーーーーーし</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> <span style="font-size:32px;color:#FF9900;">仕事がんばるぜ~~~~~~~~~~~~~~</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/85.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:MingLiU_HKSCS;font-size:32px;color:#FFFFFF;"><strong><em>美容室レアナ</em></strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:MingLiU_HKSCS;font-size:32px;color:#FFFFFF;"><strong><em>TEL043-241-7443</em></strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:MingLiU_HKSCS;font-size:32px;color:#FFFFFF;"><strong><em>千葉市中央区新田町4-25パル・サンライト1F</em></strong></span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-05-30 22:08:39
[updated] => 2013-05-30 22:08:39
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6872] => Array
(
[mbbid] => 6872
[mbid] => 559
[mbcid] => 678
[title] => 先日の
[content] => <p>
<strong><span style="font-size:16px;font-family:Meiryo;">5/25の土曜日に</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> <span style="font-size:24px;">スタイル</span>の<span style="font-size:32px;color:#99BB00;">撮影</span>をさせて頂きました~~~~~~~~~~~~!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> <span style="font-size:24px;">モデル</span>の<span style="font-size:32px;color:#DFC5A4;">Nさん</span>いつもご来店と</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;">モデルになって頂き<span style="color:#FFE500;font-size:32px;">ありがとうございます</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:24px;font-family:Meiryo;color:#CC33E5;">撮影スタート~~~~~~~~~~~!!!!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130527230842_65134.jpg" alt="" height="172" width="259" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"><span style="font-size:24px;">Nさん</span><span style="font-size:32px;color:#FF9900;">笑顔</span>がとても<span style="font-size:32px;color:#00D5FF;">素敵</span>です~~~~~~~~~~~!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> 隠れて<span style="font-size:24px;color:#009900;">隠し撮り~~~</span>と言ってしまい<span style="font-size:32px;color:#E56600;">バレバレ</span>ですが・・・・・</span></strong>
</p>
<p>
<img src="/scripts/image/20130527231225_49928.jpg" alt="" height="203" width="304" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"><span style="font-size:24px;">耳にかける</span>のも<span style="font-size:32px;color:#B8D100;">かわいい</span>ですな~~~~~~~~~~!!!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130527231400_20075.jpg" alt="" height="227" width="341" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"><span style="font-size:32px;color:#FFE500;">終始笑顔</span>でいてくれて凄く<span style="font-size:24px;">助かりました~~~~~!!!!!!!</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20130527231917_25234.jpg" alt="" height="264" width="398" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"><span style="font-size:24px;">Nさん</span>また<span style="font-size:32px;">よろしくお願いいたしま~~~す</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/39.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> </span></strong>
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"><span style="font-size:24px;">明日</span>の5/28(火)は<span style="font-size:32px;color:#FF9900;">六本木へ</span>みんなで</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo;"> <span style="font-size:24px;color:#337FE5;">講習</span>に<span style="font-size:32px;">行ってきま~~~~~~~~~~~~す!!!!</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo;color:#60D978;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo;color:#60D978;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:Meiryo;color:#60D978;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-05-27 22:37:07
[updated] => 2013-05-27 22:37:07
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6869] => Array
(
[mbbid] => 6869
[mbid] => 559
[mbcid] => 678
[title] => 先週と今週と
[content] => <p>
<strong><span style="font-size:16px;"><span style="font-size:18px;font-family:Meiryo UI;">火曜日</span><span style="font-family:Meiryo UI;">に</span><span style="font-size:18px;font-family:Meiryo UI;">習志野</span><span style="font-family:Meiryo UI;">へ</span><span style="font-size:32px;color:#00D5FF;font-family:Meiryo UI;">カット講習</span><span style="font-family:Meiryo UI;">に行ってまいりました~~~~~~~!!!!!!</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;"> 先週は<span style="font-size:32px;color:#B8D100;">サイドグラデーションレイヤー</span>というスタイルを講習し</span></strong>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20130523234345_10843.jpg" alt="" height="320" width="240" />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>(全体的に質感と毛量調整で軽くしてあります</strong></span><span style="font-family:Meiryo UI;font-size:18px;"><strong>)</strong></span>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20130523234433_60733.jpg" alt="" height="329" width="247" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;"> <strong><span style="font-size:16px;">今週は<span style="font-size:32px;">Uラインボブ</span>という<span style="font-size:24px;color:#FF9900;">ベーシック</span>のスタイルを</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong> やらせて頂きました!!!!!!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20130523234713_87948.jpg" alt="" height="336" width="252" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>こちらは長さは違えど<span style="font-size:18px;">今のスタイル</span>の<span style="font-size:32px;color:#009900;">ベース</span>として</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong> カットすることが多いのですが</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong> <span style="font-size:24px;">きっちり</span>と<span style="font-size:32px;color:#FFE500;">キレイに切る</span>のはなかなか<span style="font-size:24px;">難しい</span>んですよ~~~~~~~</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:32px;color:#4C33E5;">ゴエモン</span>もいまだにこのカットは<span style="font-size:32px;color:#CC33E5;">練習</span>しますし</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong> いかに<span style="font-size:24px;">髪の毛</span>が<span style="font-size:32px;color:#E56600;">ハネない</span>ように<span style="font-size:24px;">角度を設定</span>して切るかなどを</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong> 考えながら切っています!!!!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong><span style="font-size:24px;">美容師たるもの</span><span style="font-size:32px;color:#DFC5A4;">一生勉強<span style="font-size:24px;color:#000000;">ですな</span></span></strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/310.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:MS UI Gothic;font-size:16px;"><strong>そしてそして</strong></span>
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong>こちらは先日お店の<span style="font-size:32px;color:#FFE500;">ワックスがけ</span>をみんなでやりましたので</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:16px;"><strong> つい<span style="font-size:24px;color:#B8D100;">パシャリ</span></strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/79.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20130523235706_64379.jpg" alt="" height="286" width="214" />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:18px;"><strong>お店がキレイだと気持ちがよいなぁ~~~~~~~~~</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#00D5FF;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#00D5FF;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;font-size:32px;color:#00D5FF;"><strong>千葉市中央区新田町4-25パル・サンライト1F</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-family:Meiryo UI;"><strong> </strong></span>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-05-23 23:07:29
[updated] => 2013-05-23 23:07:29
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6852] => Array
(
[mbbid] => 6852
[mbid] => 559
[mbcid] => 678
[title] => 本日は
[content] => <p>
<strong><span style="font-size:16px;"><span style="font-size:24px;">練習会</span>と<span style="font-size:24px;">カットの実技テスト</span>を行いました!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:32px;color:#4C33E5;">江湖君</span>も真剣ですね!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20130516230906_31809.jpg" alt="" height="297" width="323" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:32px;">片山さん</span>も真剣に<span style="font-size:24px;color:#60D978;">ブロー</span>をしています!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20130516230500_61162.jpg" alt="" height="303" width="323" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">そして<span style="font-size:32px;">ゴエモン</span>も真剣に<span style="font-size:24px;color:#DFC5A4;">採点</span>をさせて頂きました!!!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20130516230716_10111.jpg" alt="" height="327" width="348" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">しかし<span style="font-size:24px;">ゴエモン</span>は<span style="font-size:32px;">顔がデカイ</span>なぁぁぁぁぁぁぁ</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/22.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">まぁそれは置いておいて・・・・・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:24px;">美容師</span>の<span style="font-size:32px;color:#B8D100;">夜は長い</span>んですよ~~~~~!!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:24px;">営業終了後</span>に練習を開始して</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> それこそ<span style="font-size:32px;color:#CC33E5;">終電まで</span>頑張っちゃいますから!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:24px;">ゴエモン</span>は<span style="font-size:24px;">アシスタントのころ</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 終電の<span style="font-size:32px;color:#E56600;">時間</span>を気にするのが<span style="font-size:32px;color:#00D5FF;">イヤ</span>だったので</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> バイクの<span style="font-size:24px;">中型免許</span>を取り</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:24px;">500円玉貯金</span>で貯めていたお金を<span style="font-size:24px;color:#FFE500;">頭金</span>に</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:32px;color:#FF9900;">バイク</span>を買って乗っていました~~~~~~~~!!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:24px;">寝る時間</span>を惜しんで<span style="font-size:24px;">ひたすら頑張れば</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 早く<span style="font-size:32px;color:#DFC5A4;">スタイリスト</span>になれるはず!!!!と<span style="font-size:24px;">がむしゃら</span>でした~~~~~~!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">おっとこちらは<span style="font-size:32px;color:#60D978;">荒木田ねえさん</span>ですが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 何やら<span style="font-size:24px;">考え込んだ</span>表情・・・・・・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20130516232122_73341.jpg" alt="" height="291" width="291" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">と見せかけてじつは<span style="font-size:24px;color:#E56600;">お煎餅</span>を<span style="font-size:32px;color:#337FE5;">食べてる</span>ところで~~~~~~す</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">スタッフの<span style="font-size:24px;">何気ない写真</span>などももっと載せていこうかな</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#009900;">美容室レアナ</span></strong>
</p>
<p>
<strong><span style="font-size:32px;color:#009900;"><br />
</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#009900;">TEL043-241-7443</span></strong>
</p>
<p>
<strong><span style="font-size:32px;color:#009900;"><br />
</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#009900;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-05-16 22:33:17
[updated] => 2013-05-16 22:33:17
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6845] => Array
(
[mbbid] => 6845
[mbid] => 559
[mbcid] => 678
[title] => 次回の
[content] => <p>
<strong><span style="font-size:16px;"><span style="font-size:24px;font-family:Meiryo UI;">レアナ通信</span><span style="font-family:Meiryo UI;">の</span><span style="font-size:24px;font-family:Meiryo UI;">テーマ</span><span style="font-family:Meiryo UI;">は</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-family:Meiryo UI;"> </span><span style="font-size:32px;color:#FF9900;font-family:Meiryo UI;">『花にまつわるエピソード』</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-family:Meiryo UI;"> というわけで、</span><span style="font-size:24px;font-family:Meiryo UI;">季節的</span><span style="font-family:Meiryo UI;">には過ぎたお花ですが</span></span></strong>
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;"> </span></strong>
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-family:Meiryo UI;"> </span><span style="font-size:32px;color:#337FE5;font-family:Meiryo UI;">ゴエモン</span><span style="font-family:Meiryo UI;">は</span><span style="font-size:32px;color:#DFC5A4;font-family:Meiryo UI;">『桜』</span><span style="font-family:Meiryo UI;">をネタにコメントを作りましたので</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-family:Meiryo UI;"> みなさま是非</span><span style="font-size:32px;color:#99BB00;font-family:Meiryo UI;">レアナに来て</span><span style="font-family:Meiryo UI;">レアナ通信を</span><span style="font-size:24px;color:#00D5FF;font-family:Meiryo UI;">ご覧くださいね!!!!</span></span></strong>
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:24px;color:#00D5FF;font-family:Meiryo UI;"><br />
</span></span></strong>
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:24px;">みんなが書いた</span></span><span style="font-size:16px;color:#000000;"><span style="font-size:32px;color:#00D5FF;">コメント</span></span><span style="font-size:16px;"><span style="font-size:32px;"></span>もおもしろいよ~~~~~~~!!!!!!!!!</span></strong> <strong><span style="font-size:16px;"><span style="font-size:24px;color:#00D5FF;font-family:Meiryo UI;"></span></span></strong>
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-family:Meiryo UI;">ちなみに</span><span style="font-size:24px;font-family:Meiryo UI;">ゴエモン</span><span style="font-family:Meiryo UI;">の</span><span style="font-size:24px;color:#60D978;font-family:Meiryo UI;">一番好きなお花</span><span style="font-family:Meiryo UI;">はもちろん </span><span style="font-size:32px;color:#DFC5A4;font-family:Meiryo UI;">【</span></span></strong><strong><span style="font-size:16px;"><span style="font-size:32px;color:#DFC5A4;font-family:Meiryo UI;">桜】 </span><span style="font-family:Meiryo UI;">ですよ</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-family:Meiryo UI;"> </span><span style="font-size:24px;font-family:Meiryo UI;">2番目</span><span style="font-family:Meiryo UI;">は</span><span style="font-size:32px;color:#FFE500;font-family:Meiryo UI;">プルメリア</span><span style="font-family:Meiryo UI;">かなぁ~~~~~~</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;font-family:Meiryo UI;"> </span></strong><strong><span style="font-size:16px;"><span style="font-family:Meiryo UI;"> </span><span style="font-size:18px;font-family:Meiryo UI;">3番目は</span><span style="font-family:Meiryo UI;">・・・・・・・ってもういいか</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/7.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-family:Meiryo UI;">これは</span><span style="font-size:24px;font-family:Meiryo UI;">ゴエモン</span><span style="font-family:Meiryo UI;">が今までに撮った</span><span style="font-size:24px;color:#DFC5A4;font-family:Meiryo UI;">桜たち</span><span style="font-family:Meiryo UI;">でございます</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/145.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20130513215628_89886.jpg" alt="" height="241" width="361" />
</p>
<p>
<img src="/scripts/image/20130513215656_62927.jpg" alt="" height="223" width="335" />
</p>
<p>
<img src="/scripts/image/20130513215732_46275.jpg" alt="" height="254" width="382" />
</p>
<p>
<img src="/scripts/image/20130513215908_54321.jpg" alt="" height="233" width="350" />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:24px;color:#9933E5;font-family:Meiryo UI;">ボカせば</span><span style="font-family:Meiryo UI;">いいってもんじゃないと言う意見もありますが・・・</span><span style="font-size:24px;color:#B8D100;font-family:Meiryo UI;">まぁまぁ</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/292.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:32px;color:#DFC5A4;font-family:Meiryo UI;"><span style="font-size:24px;color:#333333;">しかし</span>桜</span><span style="font-family:Meiryo UI;">って</span><span style="font-size:24px;font-family:Meiryo UI;">本当に</span><span style="font-size:32px;color:#FFE500;font-family:Meiryo UI;">キレイだなぁ~~~~~~~~~</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/178.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/178.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/178.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#EE33EE;font-family:Meiryo UI;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#EE33EE;font-family:Meiryo UI;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#EE33EE;font-family:Meiryo UI;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] => 次回の
[is_good] => 0
[created] => 2013-05-13 21:02:51
[updated] => 2013-05-13 21:04:04
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6838] => Array
(
[mbbid] => 6838
[mbid] => 559
[mbcid] => 678
[title] => レアナ、今月のキャンペーン
[content] => <p>
<strong><span style="font-size:16px;">になっている<span style="font-size:32px;color:#B8D100;">『オーガニックハーブカラー』</span>は</span></strong>
</p>
<p>
<strong><span style="font-size:16px;"><img src="/scripts/image/20130509220725_16333.jpg" alt="" height="339" width="397" /><br />
</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> とにかく<span style="font-size:24px;color:#337FE5;">頭皮に優しい</span>から</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> カラーを塗布すると<span style="font-size:24px;color:#DFC5A4;"><しみる></span>と言う方にも</span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> </span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:32px;color:#CC33E5;">ぜひ一度お試し頂きたい</span>くらいのカラーです</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/310.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<strong><span style="font-size:16px;"><img src="/scripts/image/20130509220453_30981.jpg" alt="" height="394" width="265" /></span></strong>
</p>
<p>
<span style="font-size:16px;"><strong>プラスメニューとして</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong><span style="font-size:32px;color:#9933E5;">『プラスソーダ』</span>→→→<span style="font-size:24px;color:#FFE500;">炭酸</span>をつけて<span style="font-size:24px;color:#00D5FF;">頭皮の汚れ</span>を<span style="font-size:24px;">落とし</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong> </strong></span><span style="font-size:16px;"><strong>残留<span style="font-size:24px;">アルカリ</span>を<span style="font-size:24px;">除去</span>してくれるから</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong> <span style="font-size:32px;color:#FF9900;">色持ちもアップ</span></strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/311.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong><span style="font-size:32px;color:#FFE500;">『プラスエッセンス』</span>→→→<span style="font-size:24px;">オーガニックハーブ</span>の</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong> <span style="font-size:24px;color:#99BB00;">オイルトリートメント</span>をカラー剤に<span style="font-size:24px;">配合</span>することにより</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong> <span style="color:#00D5FF;font-size:32px;">自然なツヤ</span>と<span style="font-size:32px;color:#E56600;">まとまる髪</span>に導きます</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">そしてそして</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:32px;color:#FF9900;">ラ・カスタ</span>の<span style="font-size:24px;color:#60D978;">ポンプサイズ</span>と<span style="font-size:24px;color:#EE33EE;">詰め替え</span>も</span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> </span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> 今だけの<span style="font-size:32px;color:#337FE5;">限定サイズ</span>として販売中で~~~~~~~す!!!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20130509221042_97719.jpg" alt="" height="391" width="286" />
</p>
<p>
<img src="/scripts/image/20130509221114_34553.jpg" alt="" height="389" width="284" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong>さらに~~~~~~~~~~~!!!!!!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong> この時期<span style="font-size:24px;color:#9933E5;">必須のアイテム</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong> <span style="font-size:32px;color:#DFC5A4;">UVケア</span>の<span style="font-size:32px;color:#B8D100;">ヘアースプレー</span>も<span style="font-size:24px;color:#DFC5A4;">期間限定</span>でありますよ~~~~~~~~</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/314.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130509221443_28028.jpg" alt="" height="341" width="454" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:24px;color:#CC33E5;">今月も目玉商品が盛りだくさんもレアナへ</span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:24px;color:#CC33E5;"> ぜひご来店お待ちしておりま~~~~~~~~~~</span><span style="font-size:24px;color:#CC33E5;">す</span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/308.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#FFE500;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#FFE500;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#FFE500;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-05-09 21:18:29
[updated] => 2013-05-09 21:18:29
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6827] => Array
(
[mbbid] => 6827
[mbid] => 559
[mbcid] => 678
[title] => いつも
[content] => <p>
<strong><span style="font-size:18px;">ご来店頂いておりますMさんより</span></strong>
</p>
<p>
<strong><span style="font-size:18px;"> </span></strong>
</p>
<p>
<strong><span style="font-size:18px;"> <span style="font-size:32px;color:#FFE500;">かしわ餅</span>をたくさん頂きました~~~~~~~~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20130506220426_52891.jpg" alt="" height="361" width="286" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;"> <span style="font-size:24px;color:#DFC5A4;">めちゃくちゃ</span><span style="font-size:32px;color:#FF9900;">おいしかった</span>です!!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#B8D100;">ごちそうさまでした~~~~~~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#E56600;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#E56600;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#E56600;">千葉市中央区新田町4-25パル・サンライト1F </span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-05-06 21:06:15
[updated] => 2013-05-06 21:06:15
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6826] => Array
(
[mbbid] => 6826
[mbid] => 559
[mbcid] => 678
[title] => 本日は
[content] => <p>
<strong><span style="font-size:16px;">営業終了後に<span style="font-size:32px;color:#FFE500;">炭酸ヘッドスパ</span>の講習会を</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> しました~~~~!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130506214853_49618.jpg" alt="" height="195" width="138" />
</p>
<p>
<strong><span style="font-size:16px;"> 炭酸の力で<span style="font-size:32px;color:#DFC5A4;">頭皮の汚れをOFF!!! </span></span></strong>
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:32px;color:#DFC5A4;"><img src="/scripts/image/20130506214943_74950.jpg" alt="" height="163" width="128" /><span style="font-size:24px;color:#009900;">(主任顔まん丸ですけど・・・・)</span><br />
</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:32px;color:#337FE5;">血行促進</span>効果もあって、頭皮が<span style="font-size:24px;color:#FF9900;">健康</span>な</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:24px;color:#4C33E5;">青白い色</span>になりました~~~~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/311.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130506215121_34458.jpg" alt="" height="153" width="128" /><span style="font-size:32px;">→→→</span><img src="/scripts/image/20130506215222_62510.jpg" alt="" height="158" width="135" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">来月から<span style="font-size:24px;color:#00D5FF;">メニュー化</span>していく予定なので</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:32px;color:#CC33E5;">炭酸効果</span>に興味のある方はぜひ<span style="font-size:32px;color:#B8D100;">レアナ</span>にご来店</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 下さいね~~~~~~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:24px;">ゴエモン</span>の頭皮も<span style="font-size:32px;color:#FFE500;">キレイに</span>なりましたよ~~~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/310.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<span style="font-size:32px;"></span><img src="/scripts/image/20130506215641_52245.jpg" alt="" height="99" width="133" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:24px;">ゴエモン</span>の場合は<span style="font-size:24px;color:#60D978;">ハゲ予防</span>としてが大きいかな</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#CC33E5;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#CC33E5;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#CC33E5;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-05-06 20:57:54
[updated] => 2013-05-06 20:57:54
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6813] => Array
(
[mbbid] => 6813
[mbid] => 559
[mbcid] => 678
[title] => メンズスタイル
[content] => <p>
<strong><span style="font-size:16px;"><span style="font-size:32px;color:#337FE5;">撮影</span>を行いました~~~~~~~~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/114.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130504204539_87022.jpg" alt="" height="288" width="199" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> いつもご来店下さっている<span style="font-size:24px;color:#00D5FF;">Yさん!!</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:32px;color:#B8D100;">ご協力ありがとうございますm(__)m</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:24px;color:#99BB00;">ゴエモン</span>も普段<span style="font-size:32px;color:#9933E5;">チャラ男</span>に見られがちですが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> Yさんもそのようで、<span style="font-size:24px;color:#DFC5A4;">近いものを</span>感じます</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/292.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130502184230_29212.jpg" alt="" height="184" width="210" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> しかし2人で<span style="font-size:24px;color:#4C33E5;">並ぶ</span>と<span style="font-size:24px;">ゴエモン</span>の<span style="font-size:32px;color:#00D5FF;">顔がデカイ</span>のが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:24px;color:#64451D;">バレて</span>しまうがな~~~~~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/53.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">とまぁ<span style="font-size:24px;">そんなこんな</span>ですが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:24px;color:#00D5FF;">無事</span>撮影を出来たことに<span style="font-size:32px;color:#FFE500;">感謝!!!!!</span></span></strong>
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:32px;color:#FFE500;"> <img src="/scripts/image/20130504204903_90797.jpg" alt="" height="190" width="299" /><br />
</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:32px;color:#FF9900;">ありがとうございます</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#60D978;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#60D978;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#60D978;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] => メンズスタイル
[is_good] => 0
[created] => 2013-05-02 17:44:08
[updated] => 2013-05-04 19:49:48
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6805] => Array
(
[mbbid] => 6805
[mbid] => 559
[mbcid] => 678
[title] => 5月から
[content] => <p>
<strong><span style="font-size:16px;">レアナの<span style="font-size:24px;color:#00D5FF;">制服</span>が<span style="color:#FFE500;font-size:32px;">アロハ</span>に変わりま~~~~~~す</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/52.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> あったかくなるこの時期は<span style="font-size:24px;color:#4C33E5;">やっぱり</span>アロハでしょ~~~~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/220.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> まだ<span style="font-size:24px;color:#009900;">早い</span>って????????</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 早いくらいが<span style="font-size:24px;color:#60D978;">丁度よい</span>ってことで</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">今年は<span style="font-size:32px;color:#99BB00;">5月から</span>アロハでいかせて頂きま~~~~~~~~~~~~す</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/82.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130429161956_49289.jpg" alt="" height="380" width="253" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">そしてそして~~~~</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:24px;color:#B8D100;">5月1日</span>から<span style="font-size:32px;color:#FF9900;">新メニュー</span>の</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> </span></strong><strong><span style="font-size:32px;color:#E53333;">オーガニックハーブカラー</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> が<span style="font-size:24px;color:#EE33EE;">登場</span>しま~~~~す</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:32px;color:#CC33E5;">オーガニックハーブエキス配合</span>で<span style="font-size:32px;color:#E56600;">ノンシリコン!!</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:32px;color:#B8D100;">天然由来の保湿成分</span>も入っていて</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:32px;color:#DFC5A4;">艶めく美髪</span>に導きま~~~す!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:24px;">ぜひお試しくださいね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/28.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#337FE5;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#337FE5;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#337FE5;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-04-29 15:42:05
[updated] => 2013-04-29 15:42:05
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6798] => Array
(
[mbbid] => 6798
[mbid] => 559
[mbcid] => 678
[title] => 23日の火曜日は
[content] => <p>
<strong><span style="font-size:16px;"><span style="font-size:24px;color:#E56600;">六本木</span>へ<span style="font-size:32px;color:#DFC5A4;">スキンケア講習会</span>にみんなで行ってきました</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> お肌に対する<span style="font-size:24px;color:#337FE5;">基礎知識</span>を改めて勉強し</span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> </span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> お客様が<span style="font-size:24px;">一人でも多く</span>、<span style="font-size:32px;color:#FFE500;">キレイなお肌</span>になって</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 頂けるようにしたいと思っております</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">するとそこへ<span style="font-size:24px;">バイオリニスト</span>の<span style="font-size:32px;color:#EE33EE;">末延 麻裕子さん</span>が飛び入り参加して</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> きました~~~~~~~~!!!!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130425233649_43926.jpg" alt="" height="169" width="178" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:24px;color:#4C33E5;">バイオリン</span>の<span style="font-size:32px;color:#00D5FF;">生ライブ</span>がはじまりはじまり~~~~~~~!!!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20130425233801_12002.jpg" alt="" height="202" width="202" />
</p>
<p>
<strong><span style="font-size:16px;">ほとんど<span style="font-size:24px;">目の前</span>だからか、バイオリンて意外と<span style="font-size:32px;color:#B8D100;">迫力</span>があるんだなぁ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> と思いました!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20130425234312_75961.jpg" alt="" height="188" width="188" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">とまぁこんな<span style="font-size:32px;color:#FF9900;">サプライズ</span>もありでしたが</span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> </span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> 講習も<span style="font-size:24px;color:#009900;">しっかり</span>ときいてきましたよ~~~~!!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 詳しい内容は<span style="font-size:24px;color:#60D978;">スタッフに聞いてみて</span>くださいね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/311.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:32px;color:#60D978;">あっ!!!!</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> ちなみにこれは六本木の道ばたに咲いていた</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:32px;color:#DFC5A4;">ツツジ</span>でございます</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/291.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130425235332_40891.jpg" alt="" height="295" width="234" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">すごく<span style="font-size:32px;color:#DFC5A4;">キレイ</span>にさいていたので思わず<span style="font-size:32px;color:#CCCCCC;">シャッタ~</span>を切ってしまいました!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:24px;">東京</span>にも道ばたにはたくさん<span style="font-size:32px;color:#999999;">お花</span>が咲いていたりもするんですね~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#B8D100;">美容室レアナ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#B8D100;">TEL043-241-7443</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#B8D100;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;color:#B8D100;"> </span>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-04-25 22:58:39
[updated] => 2013-04-25 22:58:39
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6785] => Array
(
[mbbid] => 6785
[mbid] => 559
[mbcid] => 678
[title] => レアナのみんなさんへ
[content] => <p>
<strong><span style="font-size:16px;">とのことでお客様より<span style="font-size:24px;color:#DFC5A4;">お土産</span>を頂きました</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:32px;color:#FFE500;">ハワイ</span>に旅行へ行ってきたそうで</span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> </span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:32px;color:#006600;">マカダミアナッツチョコレート</span>を頂きました~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/2.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130422220851_26424.jpg" alt="" height="260" width="195" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">レアナには<span style="font-size:24px;color:#B8D100;">毎日のように</span>お客様からお土産などの差し入れを</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 頂いて<span style="font-size:32px;color:#DFC5A4;">本当にありがたいこと</span>だと思っております</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">本当に<span style="font-size:32px;color:#E56600;">レアナ</span>はお客様に<span style="font-size:32px;color:#00D5FF;">大事にされています</span>!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:24px;color:#4C33E5;">レアナスタッフ一同</span>も、<span style="font-size:32px;">もっともっと</span>お客様を<span style="font-size:32px;"><span style="color:#99BB00;">大事に</span>・<span style="color:#337FE5;">キレイに</span>・<span style="color:#EE33EE;">サービス</span></span>を</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> していくようにしますので</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:24px;">これからも<span style="font-size:32px;color:#FF9900;">レアナ</span>を<span style="font-size:32px;color:#60D978;">よろしくお願いいたしますm(__)m</span></span></span></strong>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;color:#FFE500;"><strong>美容室レアナ</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;color:#FFE500;"><strong>TEL043-241-7443</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;color:#FFE500;"><strong>千葉市中央区新田町4-25パル・サンライト1F</strong></span>
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-04-22 21:18:31
[updated] => 2013-04-22 21:18:31
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6771] => Array
(
[mbbid] => 6771
[mbid] => 559
[mbcid] => 678
[title] => 美容師だけど
[content] => <p>
<span style="font-size:16px;"><span style="font-size:24px;color:#00D5FF;">ビーズ等</span>の小物を布につけてみたり</span>
</p>
<p>
<img src="/scripts/image/20130418230327_71866.jpg" alt="" height="255" width="225" />
</p>
<p>
<span style="font-size:16px;"> </span>
</p>
<p>
<span style="font-size:16px;"> <span style="font-size:32px;color:#E56600;">ペンキ</span>を塗ったり</span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/0.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"> <span style="font-size:32px;color:#60D978;">ノコギリ</span>で板を切って<span style="font-size:24px;">棚を作ったり</span></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/20.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"> <span style="font-size:32px;color:#FF9900;">金属用のノコギリ</span>も使えるようになったなぁ</span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><span style="font-size:32px;color:#E56600;">レアナ</span>に来てからいろんなことを覚えたぞぉ</span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"> ちなみに今日は<span style="font-size:24px;">ゴエモン</span>の<span style="font-size:24px;color:#60D978;">愛用</span>の<span style="font-size:32px;color:#FFE500;">ソリスドライヤー君</span>が</span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"> <span style="font-size:24px;color:#4C33E5;">ご機嫌ナナメ</span>で動かなくなってしまったので</span>
</p>
<p>
<span style="font-size:16px;"> </span>
</p>
<p>
<span style="font-size:16px;"> <span style="font-size:32px;color:#DFC5A4;">パカッと</span>中を開いて<span style="font-size:32px;color:#009900;">修理しました~~~!!!</span></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><span style="font-size:24px;color:#337FE5;">配線</span>が<span style="font-size:32px;color:#00D5FF;">ハンダ</span>から取れてるし</span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"> <span style="font-size:32px;color:#CCCCCC;">カーボン</span>もほぼ無くなっていたので取り替えてみたところ</span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><span style="font-size:24px;color:#FFE500;">ソリスドライヤー君</span>は見事に<span style="font-size:32px;color:#FF9900;">復活~~~~</span></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/42.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"> そう言えばこの<span style="font-size:24px;color:#FFE500;">ソリスドライヤー君</span>、使いはじめて<span style="font-size:32px;color:#99BB00;">4年</span>になるんだなぁ~~~</span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/14.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><span style="font-size:24px;color:#00D5FF;">5・6回</span>は自分で<span style="font-size:32px;color:#60D978;">修理</span>してるけど<span style="font-size:32px;color:#B8D100;">長持ち</span>してくれてありがたいなぁ</span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"> <span style="font-size:32px;color:#EE33EE;">まだまだ</span>がんばってもらいまっせ~~~~~</span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/310.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130418231820_21720.jpg" alt="" height="170" width="168" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;color:#B8D100;">美容室レアナ</span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;color:#B8D100;">TEL043-241-7443</span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;color:#B8D100;">千葉市中央区新田町4-25パル・サンライト1F</span><strong></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-04-18 22:25:27
[updated] => 2013-04-18 22:25:27
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6761] => Array
(
[mbbid] => 6761
[mbid] => 559
[mbcid] => 678
[title] => 明後日の
[content] => <p>
<strong><span style="font-size:16px;">水曜日の<span style="font-size:32px;color:#FFE500;">オシャレ日</span>に<span style="font-size:24px;color:#DFC5A4;">フライング</span>して</span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> </span></strong>
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:24px;color:#FF9900;">カット</span>をしている<span style="font-size:24px;color:#337FE5;">スタッフ発見</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="/scripts/image/20130415231708_89733.jpg" alt="" height="254" width="215" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 明日は<span style="font-size:32px;color:#00D5FF;">火曜日</span>で<span style="font-size:24px;color:#00D5FF;">お休み</span>だから</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:32px;color:#EE33EE;">お出掛け</span>の<span style="font-size:24px;color:#99BB00;">下準備</span>かな</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:32px;color:#E53333;">ゴエモン</span>は明日、<span style="font-size:24px;color:#99BB00;">カットの講習</span>のため<span style="font-size:24px;color:#4C33E5;">習志野</span>に行ってきます</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/79.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 講習の<span style="font-size:24px;">ヘアースタイル</span>は<span style="font-size:24px;">ワンレングス</span>の<span style="font-size:32px;">ストレートボブ</span>でございます</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/310.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:24px;color:#DFC5A4;">はりきって</span>行ってきますよ~~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/311.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#FF9900;">美容室レアナ TEL043-241-7443</span></strong>
</p>
<p>
<strong><span style="font-size:32px;color:#FF9900;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-04-15 22:26:38
[updated] => 2013-04-15 22:26:38
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6750] => Array
(
[mbbid] => 6750
[mbid] => 559
[mbcid] => 678
[title] => 4月になり
[content] => <p>
<strong><span style="font-size:16px;"><span style="font-size:24px;color:#E56600;">新入学</span>や<span style="font-size:24px;color:#99BB00;">新入社</span>の時期ですね!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 次回発行の<span style="font-size:24px;color:#B8D100;">5月号ホットペッパー</span>では</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:32px;color:#4C33E5;">学生で新規の方</span>・<span style="font-size:32px;color:#00D5FF;">新社会人の方</span>に</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> メニュー<span style="font-size:32px;color:#DFC5A4;">50%OFF</span>のクーポンがついてます!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:32px;color:#00D5FF;">期間限定</span>なので、5月号が発行されたら</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> </span></strong><strong><span style="font-size:16px;">お電話にて</span></strong><strong><span style="font-size:16px;"><span style="font-size:32px;color:#99BB00;">ご予約</span>のうえ</span></strong><strong><span style="font-size:16px;"><span style="font-size:24px;color:#CC33E5;">クーポン片手</span>に</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:32px;color:#FFE500;">レアナへGO</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">フレッシュなあなたを<span style="font-size:24px;color:#FF9900;">キレイに・かわいく・カッコ良く</span>しちゃいます</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;color:#337FE5;">美容室レアナ TEL043-241-7443</span>
</p>
<p>
<span style="font-size:32px;color:#337FE5;">千葉市中央区新田町4-25パル・サンライト1F</span>
</p>
<p>
<strong><span style="font-size:16px;"> </span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;">主任発見!?!?!?!?</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/292.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130411225034_61154.jpg" alt="" height="164" width="123" />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-04-11 21:51:31
[updated] => 2013-04-11 21:51:31
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6743] => Array
(
[mbbid] => 6743
[mbid] => 559
[mbcid] => 678
[title] => 昨日は
[content] => <p>
<strong><span style="font-size:16px;">火曜日でお店は休みでしたが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 習志野で<span style="font-size:24px;color:#337FE5;">カット</span>の<span style="font-size:32px;color:#00D5FF;">講習</span>をやらせて頂きました</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">昨日は<span style="font-size:32px;color:#60D978;">グラデーションボブレイヤー</span>と言うスタイルです</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/199.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130410220605_68745.jpg" alt="" height="340" width="452" />
</p>
<p>
<strong><span style="font-size:16px;">えり足が首に沿うような<span style="font-size:24px;color:#99BB00;">ショートスタイル</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/79.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> レアナのスタイリストはみんな<span style="font-size:32px;color:#DFC5A4;">国際美容技能資格</span>を持っているから</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">このような<span style="font-size:24px;color:#B8D100;">ショートスタイル</span>もお客様に<span style="font-size:32px;color:#B8D100;">似合うように</span>カットさせて頂きますよ</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 石川もレアナに入社して<span style="font-size:24px;color:#FF9900;">8年!!</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:32px;color:#9933E5;">オーナー</span><span style="color:#9933E5;">と</span>出会うことができていろんな<span style="font-size:32px;color:#FFE500;">チャンス</span>をいただきました</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/112.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 昨日のような講習ができるのも、</span></strong><strong><span style="font-size:16px;">オーナーが<span style="font-size:24px;color:#EE33EE;">『石川も講師として人の前に立ってみるか?』</span>の</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">一言から始まり、講師の資格を取る<span style="font-size:32px;color:#FFE500;">チャンス</span>をくれたからです!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 当時石川は<span style="font-size:24px;color:#009900;">27歳!!</span></span></strong><strong><span style="font-size:16px;"> </span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:32px;color:#B8D100;">『並大抵の努力じゃなれないぞ』</span>と言われたので試験までの</span></strong><strong><span style="font-size:16px;"><span style="font-size:24px;color:#60D978;">約4カ月間</span>は</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">毎日<span style="font-size:24px;">外が明るくなるまで</span></span></strong><strong><span style="font-size:16px;">必死に勉強をして</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 必死に練習をして・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">試験を<span style="font-size:32px;color:#FF9900;">合格</span>できました!!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">正直<span style="font-size:24px;color:#003399;">高校の受験勉強より</span>頑張った!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:32px;color:#CC33E5;">人間やれば出来るんだ</span>という事を教わった気がします!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> いつまでもチャンスを<span style="font-size:24px;color:#E56600;">もらってばかりではなく</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> オーナーに<span style="font-size:32px;color:#DFC5A4;">恩返し</span>ができるように</span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> </span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:32px;color:#E56600;">レアナ</span>を<span style="font-size:24px;color:#00D5FF;">盛り上げていくぞ~~~~~~~~~~~</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/310.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130410224253_88049.jpg" alt="" height="333" width="244" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#FFE500;">美容室レアナ TEL043-241-7443</span></strong>
</p>
<p>
<strong><span style="font-size:32px;color:#FFE500;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-04-10 21:50:24
[updated] => 2013-04-10 21:50:24
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6721] => Array
(
[mbbid] => 6721
[mbid] => 559
[mbcid] => 678
[title] => 2週間前から
[content] => <p>
<span style="font-size:18px;"><strong><span style="font-size:24px;color:#FFE500;">花粉症対策</span>として<span style="font-size:32px;color:#B8D100;">ヨーグルト</span>を食べているのですが</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;"><strong> どうやらどのヨーグルトを食べても<span style="font-size:24px;color:#003399;">OK</span>ってなことではなさそうですよ</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/32.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;"><strong> ゴエモンのように花粉症でお悩みの方には<span style="font-size:32px;">『ビヒダス』</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;"><strong> がん予防には<span style="font-size:32px;">『ソフール』</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;"><strong> 最近また流行りだしているインフルエンザには<span style="font-size:32px;">『R-1』</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;"><strong>ぽっこりなお腹が気になる方は<span style="font-size:32px;">『ナチュレ恵』</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;"><strong> 美肌のためなら<span style="font-size:32px;">『ブルガリアヨーグルト』</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span><span style="font-size:18px;"><strong> </strong></span><span><span style="font-size:18px;"><strong>アトピーの方には<span style="font-size:32px;">『おなかへGG』</span>などが効くそう</strong></span><strong>な</strong></span></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/28.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;"><strong>1日に<span style="font-size:24px;color:#FF9900;">約200g</span>食べて<span style="font-size:32px;color:#60D978;">10日間</span>くらいを目安に体の様子が変わってきたら</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;"><strong> その菌があっているということみたいです!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;"><strong>ヨーグルトは電子レンジで<span style="font-size:32px;color:#B8D100;">30秒~60秒くらい温める</span>と効率良く栄養を</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;"><strong> 吸収できるようになるそうな</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/24.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;"><strong>先ほどアトピーの方のヨーグルトをご紹介しましたが</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;"><strong> <span style="font-size:24px;color:#CC33E5;">アトピーの改善</span>になる美容液がレアナにはあるんですよ</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/82.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;"><strong> その名は<span style="font-size:32px;color:#FF9900;">『エメ』</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;"><strong> <span style="font-size:32px;">重度の皮膚疾患</span>の方が行く病院のお医者様も</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;"><strong> <span style="font-size:32px;color:#DFC5A4;">オススメ</span>しているほどの美容液なので</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;"><strong> 気になる方は是非<span style="font-size:32px;color:#FF9900;">レアナ</span>に来てご相談くださいね</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;color:#60D978;">美容室レアナ TEL043-241-7443</span>
</p>
<p>
<span style="font-size:32px;color:#60D978;">千葉市中央区新田町4-25パル・サンライト1F</span>
</p>
[click] => 0
[tags] => 2週間前から
[is_good] => 0
[created] => 2013-04-04 22:19:19
[updated] => 2013-04-04 22:30:24
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6709] => Array
(
[mbbid] => 6709
[mbid] => 559
[mbcid] => 678
[title] => 先日の
[content] => <p>
<span style="font-size:16px;"><strong>火曜日はみんなで<span style="font-size:24px;color:#009900;">六本木</span>へ<span style="font-size:24px;color:#00D5FF;">講習</span>に行ってきました</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong> <span style="font-size:32px;color:#B8D100;">ル・カレスモア化粧品</span>の講習ではみんな<span style="font-size:24px;color:#FF9900;">オレンジの服</span>をきていま~~~す</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong> オレンジ色は一番<span style="font-size:32px;color:#FF9900;">元気の出る色</span>とのこと</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/82.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong>世界で初めて<span style="font-size:24px;color:#FFE500;">アミノ酸</span>のシャンプーを<span style="font-size:24px;color:#DFC5A4;">作った会長</span>と<span style="font-size:32px;color:#FF9900;">2ショット</span></strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/76.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="/scripts/image/20130401230351_29845.jpg" alt="" height="194" width="260" />
</p>
<p>
<span style="font-size:16px;"><strong> </strong></span>
</p>
<p>
<span style="font-size:16px;"><strong> そしてなんと、講習中に<span style="font-size:24px;color:#337FE5;">バイオリニスト</span>の<span style="font-size:32px;color:#EE33EE;">『末延 麻裕子』</span>さんが</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong> 飛び入り参加してくれました</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/112.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="/scripts/image/20130401230445_89757.jpg" alt="" height="229" width="305" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong><span style="font-size:24px;color:#60D978;">モデル</span>もやっているそうで</strong></span><span style="font-size:16px;"><strong>、凄く<span style="font-size:32px;color:#DFC5A4;">キレイ</span>な方でした</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;color:#CCCCCC;"><strong>美容室レアナ TEL043-241-7443</strong></span>
</p>
<p>
<span style="font-size:32px;color:#CCCCCC;"><strong>千葉市中央区新田町4-25パル・サンライト1F</strong></span>
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-04-01 22:05:29
[updated] => 2013-04-01 22:05:29
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6692] => Array
(
[mbbid] => 6692
[mbid] => 559
[mbcid] => 678
[title] => 本日は
[content] => <p>
<span style="font-size:16px;"><strong>モデルさんの<span style="font-size:32px;color:#FF9900;">撮影</span>を行いました</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130328230212_13427.jpg" alt="" height="262" width="174" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong> <span style="font-size:24px;color:#DFC5A4;">ナチュラルヘアー</span>から<span style="font-size:24px;color:#B8D100;">ふんわりカールスタイル</span>と</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong> <span style="font-size:24px;color:#00D5FF;">アレンジヘアー</span>までやらせて頂きました</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/311.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="/scripts/image/20130328230911_41670.jpg" alt="" height="178" width="116" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong>モデルさん<span style="font-size:24px;color:#60D978;">かわいかったなぁ~~~~</span></strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/114.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/114.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/114.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong> ヘアー担当は<span style="font-size:32px;color:#E56600;">ゴエモン!!!<img src="/scripts/image/20130328230945_96478.jpg" alt="" height="232" width="144" /></span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong> メイク担当は<span style="font-size:32px;color:#337FE5;">海野でした!!!</span></strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong>スタッフ</strong></span><span style="font-size:16px;"><strong><span style="font-size:32px;color:#EE33EE;">みんなも</span>お手伝いしてくれて<span style="font-size:32px;color:#FFE500;">楽しかった</span></strong></span><span style="font-size:32px;color:#FFE500;"><strong>~~~</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#003399;">美容室レアナ TEL043-241-7443</span></strong>
</p>
<p>
<strong><span style="font-size:32px;color:#003399;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-03-28 22:11:33
[updated] => 2013-03-28 22:11:33
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6673] => Array
(
[mbbid] => 6673
[mbid] => 559
[mbcid] => 678
[title] => 先日
[content] => <p>
<strong><span style="font-size:16px;">お休みの日に<span style="font-size:24px;color:#337FE5;">公園</span>の<span style="font-size:32px;color:#DFC5A4;">桜</span>が咲きはじめていたので</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 携帯で<span style="font-size:24px;color:#00D5FF;">写メ</span>ってみました</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/0.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="/scripts/image/20130325222610_12827.jpg" alt="" height="254" width="461" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> まだ満開ではなかったのですが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> この日は<span style="font-size:24px;color:#4C33E5;">空が青く</span>てキレイでした</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/42.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">ゆっくり<span style="font-size:24px;color:#DFC5A4;">お花見</span>に行って<span style="font-size:32px;color:#B8D100;">お酒</span>を飲みたい・・・と</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 言いたいところですが・・・今年は<span style="font-size:32px;color:#FFE500;">花粉</span>が<span style="font-size:32px;color:#E56600;">スゴ過ぎ</span>て</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 外に<span style="font-size:24px;color:#00D5FF;">長時間</span>いられませ~~~~~ん</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/34.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:24px;color:#FF9900;">花粉飛ばないで~~~~~~~~~~~~~~~~~~~~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/18.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#EE33EE;">美容室レアナ TEL043-241-7443</span></strong>
</p>
<p>
<strong><span style="font-size:32px;color:#EE33EE;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-03-25 21:35:13
[updated] => 2013-03-25 21:35:13
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6648] => Array
(
[mbbid] => 6648
[mbid] => 559
[mbcid] => 678
[title] => in 横浜
[content] => <p>
<strong><span style="font-size:16px;">営業終了後にみんなで<span style="font-size:32px;color:#B8D100;">横浜</span>へ</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:24px;color:#9933E5;">写真を撮りに</span>いってまいりました~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:24px;color:#60D978;">坦々麺</span>もおいしかったなぁ~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="/scripts/image/20130321000423_86310.jpg" alt="" height="107" width="143" />
</p>
<p>
<img src="/scripts/image/20130321000512_31895.jpg" alt="" height="150" width="200" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:32px;color:#E56600;">赤レンガ</span>や<span style="font-size:32px;color:#FFE500;">夜景</span>がスッゴイ<span style="font-size:24px;color:#DFC5A4;">綺麗</span>でしたよ~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/114.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="/scripts/image/20130321000602_31050.jpg" alt="" height="224" width="298" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> また<span style="font-size:32px;color:#FF9900;">みんなで</span>いきたいなぁ~~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#B8D100;">美容室レアナ TEL043-241-7443</span></strong>
</p>
<p>
<strong><span style="font-size:32px;color:#B8D100;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-03-20 23:06:28
[updated] => 2013-03-20 23:06:28
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6623] => Array
(
[mbbid] => 6623
[mbid] => 559
[mbcid] => 678
[title] => 火曜日に
[content] => <p>
<strong><span style="font-size:16px;">習志野へ<span style="font-size:24px;color:#FFE500;">カット講習</span>に行ってきました!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 他のお店で<span style="font-size:24px;color:#9933E5;">講習</span>をするのは<span style="font-size:24px;color:#00D5FF;">自分自身</span>への</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:32px;color:#009900;">勉強</span>でもあると、毎回思う今日この頃です。</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 人に教えるには自分が<span style="font-size:24px;color:#CC33E5;">理解</span>していないと</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> いけませんし、どんな<span style="font-size:24px;color:#FF9900;">質問</span>が飛んでくるかもわからないので</span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> </span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> 自信をもって、質問に</span></strong><strong><span style="font-size:16px;"><span style="font-size:32px;color:#B8D100;">答えられる</span>ように</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> しておかなければいけません!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">ゴエモン達が教えているのは<span style="font-size:24px;color:#DFC5A4;">「こんな感じ」、「だいたいそう」</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">というのではなく、<span style="font-size:32px;color:#337FE5;">「こうしたらこうなる」</span>という揺るぎない<span style="font-size:32px;color:#60D978;">理論</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> の元に講習をしております!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:32px;color:#B8D100;">美容師</span>がもっともっと<span style="font-size:24px;color:#CCCCCC;">世間</span>で認められるように</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> なりたいから、これからも<span style="font-size:32px;color:#E56600;">ガンバルゾぉ~~~~~</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<strong><span style="font-size:32px;color:#00D5FF;">美容室レアナ TEL043-241-7443</span></strong>
</p>
<p>
<strong><span style="font-size:32px;color:#00D5FF;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
<p>
<br />
</p>
[click] => 0
[tags] => 火曜日に
[is_good] => 0
[created] => 2013-03-14 21:52:36
[updated] => 2013-03-14 21:53:45
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6592] => Array
(
[mbbid] => 6592
[mbid] => 559
[mbcid] => 678
[title] => 昨日は
[content] => <p>
<strong><span style="font-size:16px;">営業終了後に<span style="font-size:24px;color:#99BB00;">モデル撮影</span>をさせて頂きました!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> Oさんいつも<span style="font-size:32px;color:#DFC5A4;">ありがとうございます</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:24px;color:#4C33E5;">ミディアム</span>の<span style="font-size:32px;color:#60D978;">ふんわりカールスタイル</span>です</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/82.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="/scripts/image/20130307224506_81120.jpg" alt="" height="203" width="283" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">海野さんの</span></strong><span style="font-size:24px;color:#00D5FF;"><strong>メイク中</strong></span><strong><span style="font-size:16px;">の様子です</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/204.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<img src="/scripts/image/20130307224819_61463.jpg" alt="" height="195" width="246" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">今回は<span style="font-size:32px;color:#9933E5;">ストレート</span>と<span style="font-size:32px;">カール</span>の2パターンです!!!</span></strong>
</p>
<p>
<strong><span style="font-size:16px;">ゴエモンは<span style="font-size:24px;color:#00D5FF;">ヘアーを担当</span>させていただきました</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/202.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130307225540_24089.jpg" alt="" height="186" width="161" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#EE33EE;">美容室レアナ TEL043-241-7443</span></strong>
</p>
<p>
<strong><span style="font-size:32px;color:#EE33EE;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-03-07 22:00:15
[updated] => 2013-03-07 22:00:15
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6578] => Array
(
[mbbid] => 6578
[mbid] => 559
[mbcid] => 678
[title] => 無料で
[content] => <p>
<strong><span style="font-size:16px;"><span style="font-size:24px;color:#E53333;">朝マック</span>のマフィンを食べちゃいました~~~!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:32px;color:#B8D100;">マフィン好き</span>のゴエモンにはたまりません</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> マックって今、</span></strong><strong><span style="font-size:16px;">月曜日の朝だけ<span style="font-size:24px;color:#60D978;">無料</span>クーポン</span></strong><strong><span style="font-size:16px;">メニューがあるみたいですね!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:32px;color:#EE33EE;">『早起きは三文の徳』</span>と言いますが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 確かに徳したぞ~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/79.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> ちなみに<span style="font-size:24px;color:#003399;">一文</span>って現代のいくらくらいなのかと言うと</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:32px;color:#99BB00;">約20円</span>くらいなんだそうな!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:24px;color:#00D5FF;">1両</span>はと言うと、<span style="font-size:32px;color:#FFE500;">約10万円</span>くらいだそうな!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">今まで<span style="font-size:24px;color:#006600;">時代劇ドラマ</span>などを見てもお金の単位が<span style="font-size:24px;color:#666666;">ピン</span>とこなかった方も</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> いらっしゃるのではないかとおもいますので</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:24px;color:#DFC5A4;">参考</span>にしてみて下さいな</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/311.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:24px;color:#CC33E5;">JIN-仁-</span>というドラマおもしろいですよ</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/292.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#FF9900;">美容室レアナ TEL043-241-7443</span></strong>
</p>
<p>
<strong><span style="font-size:32px;color:#FF9900;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-03-04 20:46:04
[updated] => 2013-03-04 20:46:04
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6571] => Array
(
[mbbid] => 6571
[mbid] => 559
[mbcid] => 678
[title] => 今年も
[content] => <p>
<strong><span style="font-size:18px;"><span style="font-size:32px;color:#FFE500;">花粉</span>が<span style="font-size:32px;color:#4C33E5;">凄すぎる</span>~~~~~~~~~~~~~~<span style="font-size:32px;">!!!!!!!!</span></span></strong>
</p>
<p>
<br />
<strong><span style="font-size:18px;"><span style="font-size:32px;"></span></span></strong>
</p>
<p>
<strong><span style="font-size:18px;color:#99BB00;"><span style="font-size:32px;color:#99BB00;">美容室レアナ TEL043-241-7443</span></span></strong>
</p>
<p>
<strong><span style="font-size:18px;"><span style="font-size:32px;"><span style="color:#99BB00;">千葉市中央区新田町4-25パル・サンライト1F</span><br />
</span></span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-03-03 21:10:27
[updated] => 2013-03-03 21:10:27
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6565] => Array
(
[mbbid] => 6565
[mbid] => 559
[mbcid] => 678
[title] => スキンケア
[content] => <p>
<strong><span>してますか???</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span> とまぁ、急に聞くのも何ですが・・・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span> レアナは<span style="font-size:24px;color:#99BB00;">髪のケア</span>だけじゃなく</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span> <span style="font-size:32px;color:#FF9900;">お肌のスキンケア</span>まで対応しております</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/52.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span><span style="font-size:24px;color:#DFC5A4;">世界1の化粧品</span>と言っても過言ではない<span style="font-size:32px;color:#4C33E5;">『ル・カレスモア』</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span> <span style="font-size:24px;color:#337FE5;"> 化粧水</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span> <span style="font-size:24px;color:#00D5FF;">ミルク</span></span></strong>
</p>
<p>
<strong><span> </span></strong>
</p>
<p>
<strong><span> <span style="color:#FFE500;font-size:24px;">美容液</span></span></strong>
</p>
<p>
<strong><span> </span></strong>
</p>
<p>
<strong><span> <span style="font-size:24px;color:#B8D100;">シルクパウダー</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span>お肌に刺激となる<span style="font-size:18px;color:#666666;">殺菌剤や保存料</span>は一切使っておりません!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span> <span style="font-size:24px;color:#DFC5A4;">赤ちゃん</span>の頃の様な<span style="font-size:32px;color:#00D5FF;">ぷにぷにのお肌</span>を目指そう!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span>レアナの<span style="font-size:24px;color:#DFC5A4;">女性スタッフ</span>は全員<span style="font-size:24px;color:#009900;">ファンデーション</span>つけなくても</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span> きれいなお肌になりましたよ~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/311.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span>ゴエモンも<span style="font-size:24px;color:#9933E5;">首のシワ</span>がだいぶ<span style="font-size:24px;color:#CCCCCC;">消えて</span>きましたので</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span> つぎは<span style="font-size:32px;color:#EE33EE;">「ほうれい線」</span>を消しにかかってま~~~す</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/313.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#CC33E5;">美容室レアナ TEL043-241-7443</span></strong>
</p>
<p>
<strong><span style="font-size:32px;color:#CC33E5;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-02-28 22:50:43
[updated] => 2013-02-28 22:50:43
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6551] => Array
(
[mbbid] => 6551
[mbid] => 559
[mbcid] => 678
[title] => そういえば
[content] => <p>
<strong><span style="font-size:16px;">美容室でも</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:24px;color:#009900;">カラー</span>や<span style="font-size:24px;color:#B8D100;">縮毛矯正</span>のときに良く使う<span style="font-size:32px;color:#337FE5;">サランラップ</span>ですが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:24px;color:#00D5FF;">名前の由来</span>ってご存知の方はいるのかな???</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 実はラップ自体、<span style="font-size:24px;color:#60D978;">軍事用に開発</span>されたものなんだって!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">弾薬や銃を<span style="font-size:24px;color:#9933E5;">湿気</span>から<span style="font-size:24px;color:#DFC5A4;">守る</span>ためであったり</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 体に巻きつけて<span style="font-size:24px;color:#CCCCCC;">保温</span>するためであったりと使っていたそうですが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">ある日、軍人の<span style="font-size:24px;color:#60D978;">奥様方</span>が<span style="font-size:24px;color:#337FE5;">ピクニック</span>に行くときに</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> レタスなどの野菜を<span style="font-size:24px;color:#99BB00;">包んで</span>みたら、いつまでも<span style="font-size:24px;color:#CC33E5;">みずみずしく</span>食べられた</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> という<span style="font-size:24px;color:#E56600;">発見</span>をしたそうな!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> そしてその発見をした奥様方の<span style="font-size:24px;color:#60D978;">お名前</span>が</span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> </span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:24px;color:#00D5FF;">『サラ』と『アン』</span>だったので<span style="font-size:32px;color:#00D5FF;">《サランラップ》</span>と</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">名付けられたんだそうですよ</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:24px;">補足</span>・・・でも本当は原料がサラン樹脂だから<span style="font-size:32px;color:#EE33EE;">かも</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/7.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#B8D100;">美容室レアナ TEL043-241-7443</span></strong>
</p>
<p>
<strong><span style="font-size:32px;color:#B8D100;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-02-25 21:55:15
[updated] => 2013-02-25 21:55:15
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6529] => Array
(
[mbbid] => 6529
[mbid] => 559
[mbcid] => 678
[title] => 冷え性の方・・・
[content] => <p>
<strong><span style="font-size:14px;">どんどん増えているそうな!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;"> 今や<span style="font-size:24px;color:#FF9900;">女性の8割</span>は<span style="font-size:32px;color:#4C33E5;">冷え性</span>と言われているなか</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;"> 実は男性も増えてきていて、<span style="font-size:24px;color:#EE33EE;">男性の6割以上</span>が冷え性になってきているんですって!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;">ちなみにゴエモンはメッチャ<span style="font-size:24px;color:#E56600;">暑がり</span>でして、<span style="font-size:24px;color:#9933E5;">冬でも汗</span>かいてます</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/43.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;"> 冷えの原因は<span style="font-size:24px;color:#003399;">血行不良</span>や<span style="font-size:24px;color:#EE33EE;">生活習慣</span>や<span style="font-size:24px;color:#337FE5;">ストレス</span>などいろいろとあるそうですが、</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;"> 対策としては、<span style="font-size:32px;color:#99BB00;">内臓</span>をあたためるのが良いそうな!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;"> つまり<span style="font-size:32px;color:#DFC5A4;">『腹巻き』</span>が効果的</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;">いまやオシャレな腹巻きがいろんなお店で、<span style="font-size:24px;">ところ狭し</span>・・・とまでは並んでいませんが・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;"> 売っているので冷えでお困りの方は<span style="font-size:24px;">試してみて</span>も良いかもですね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/39.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;">さらに、<span style="font-size:32px;color:#00D5FF;">『ふくらはぎ』</span>を揉みほぐすと</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;"> <span style="font-size:24px;color:#006600;">足全体</span>の血行が良くなるため、<span style="font-size:24px;color:#60D978;">オススメ</span>なんだそうな</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/98.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;">まだまだ寒い日が続きますが、みんな<span style="font-size:24px;color:#009900;">風邪</span>には気をつけまっしょい</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/112.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#FF9900;">美容室レアナ TEL043-241-7443</span></strong>
</p>
<p>
<strong><span style="font-size:32px;color:#FF9900;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
<p>
<span style="font-size:32px;color:#FF9900;"> </span>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-02-18 20:12:28
[updated] => 2013-02-18 20:12:28
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6506] => Array
(
[mbbid] => 6506
[mbid] => 559
[mbcid] => 678
[title] => 昨日は
[content] => <p>
<strong><span style="font-size:16px;"><span style="font-size:24px;color:#FFE500;">火曜日</span>でお店は<span style="font-size:18px;">定休日</span>!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> ゴエモンは習志野で<span style="font-size:32px;color:#003399;">カット講習</span>をしてきました</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/82.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="/scripts/image/20130213224503_79958.jpg" alt="" height="297" width="223" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 美容師は<span style="font-size:32px;color:#00D5FF;">生涯学習!!!</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 生徒さんには<span style="font-size:24px;color:#E56600;">アシスタント</span>の方から</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:24px;color:#9933E5;">店長さん</span>の方まで様々な方が講習を受けに来て下さいます</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> カットで大事なのは<span style="font-size:32px;color:#FF9900;">基礎</span>です!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> だからこそみなさんもう一度基礎から<span style="font-size:24px;color:#60D978;">やり直しに</span>来てくださるんですよね!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">ゴエモンも<span style="font-size:24px;color:#00D5FF;">例外</span>ではありませんでした!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> レアナに入った時は<span style="font-size:24px;color:#E53333;">まだまだ</span>基礎がなっておりませんでしたが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:24px;color:#B8D100;"> 亘オーナー</span>の元、基礎を<span style="font-size:24px;color:#999999;">1から</span>やり直して</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">国際美容技能の<span style="font-size:32px;color:#DFC5A4;">アセッサー(講師)資格</span>を取得し</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:24px;color:#009900;">講習活動</span>までできるようになりました!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">だからと言ってまだまだですので<span style="font-size:32px;color:#FF9900;">日々精進!!!</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#00D5FF;">美容室レアナ TEL043-241-7443</span></strong>
</p>
<p>
<strong><span style="font-size:32px;color:#00D5FF;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-02-13 21:46:04
[updated] => 2013-02-13 21:46:04
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6504] => Array
(
[mbbid] => 6504
[mbid] => 559
[mbcid] => 678
[title] => 動物園
[content] => <p>
<strong><span style="font-size:16px;">ってみなさん最近行かれましたでしょうか???</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> ゴエモンは<span style="font-size:24px;color:#99BB00;">十何年ぶり</span>にいってきたのですが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> ここでちょいと<span style="font-size:32px;color:#FF9900;">マメ知識!!!</span></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:32px;color:#FFE500;">キリン</span>ですが・・・1日の<span style="font-size:24px;color:#EE33EE;">睡眠時間</span>って実は</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:32px;color:#60D978;">20分</span>しか寝てないんですって</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/8.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> そしてキリンは人間で言う「<span style="font-size:24px;color:#60D978;">手と足が同時</span>に出ている」</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:24px;color:#E53333;">歩き方</span>をしているそうな!!!いつも<span style="font-size:24px;color:#00D5FF;">緊張してる</span>のかな????</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> いやいやそんな訳ではないでしょう</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> そしてそして~~、キリンの足は<span style="font-size:32px;color:#B8D100;">ライオン</span>をも吹っ飛ばしてしまう程の<span style="font-size:24px;color:#60D978;">力</span>が</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> あるんですって!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">もしかして<span style="font-size:32px;color:#EE33EE;">最強の動物</span>って<span style="color:#4C33E5;font-size:32px;">『キリン』</span>なのかな</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/32.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> ちなみに<span style="font-size:24px;color:#64451D;">クマ</span>って走ったら<span style="font-size:24px;color:#EE33EE;">馬</span>より早いんですって</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/280.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">馬はだいたい<span style="font-size:24px;color:#CCCCCC;">時速60Km</span>くらいで、</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> クマは<span style="font-size:32px;color:#B8D100;">時速64Km</span>くらいで走るそうな</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/14.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">動物のことって<span style="font-size:24px;color:#009900;">意外と知らない</span>ことがいっぱいあるんだなぁと思ったゴエモンでした!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#9933E5;">美容室レアナ TEL043-241-7443</span></strong>
</p>
<p>
<strong><span style="font-size:32px;color:#9933E5;">千葉市中央区新田町4-25パル・サンライト1F</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-02-11 20:17:13
[updated] => 2013-02-11 20:17:13
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6498] => Array
(
[mbbid] => 6498
[mbid] => 559
[mbcid] => 678
[title] => 今日は
[content] => <p>
<strong><span style="font-size:14px;">営業終了後に<span style="font-size:24px;color:#FF9900;">育毛コース技術向上</span>の</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;"> 練習会をしました</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/79.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="/scripts/image/20130207232431_95795.jpg" alt="" height="165" width="140" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;"> 常にお客様に<span style="font-size:32px;color:#00D5FF;">最高の技術</span>を提供できるように</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;"> <span style="font-size:24px;color:#E56600;">日々精進</span>していますので、是非育毛コースの<span style="font-size:32px;color:#B8D100;">『マジコ』</span>を</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;"> 体験しに来て下さいね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/310.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="/scripts/image/20130207232538_19212.jpg" alt="" height="119" width="90" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;"> 気持ち良く、<span style="font-size:24px;color:#CCCCCC;">地肌から</span><span style="font-size:18px;">健康で</span><span style="font-size:24px;color:#60D978;">ハリコシ</span>のある髪の毛を生やす</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;"> お手伝いをさせて頂ければと、<span style="font-size:24px;color:#DFC5A4;">レアナスタッフ一同</span></span></strong>
</p>
<p>
<strong><span style="font-size:14px;"> </span></strong>
</p>
<p>
<strong><span style="font-size:14px;"> <span style="font-size:24px;color:#99BB00;">心より</span>お待ちしております</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;"> そして、最後に<span style="font-size:24px;color:#DFC5A4;">片山さん</span>に髪をセットしてもらいました~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/311.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="/scripts/image/20130207232652_58872.jpg" alt="" height="168" width="161" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;"> ちょい<span style="font-size:24px;color:#EE33EE;">お兄系!?!?!?</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/313.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="/scripts/image/20130207232729_92606.jpg" alt="" height="117" width="92" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:32px;color:#337FE5;">美容室レアナ TEL043-241-7443</span>
</p>
<p>
<span style="font-size:32px;color:#337FE5;">千葉市中央区新田町4-25パル・サンライト1F</span>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-02-07 22:28:06
[updated] => 2013-02-07 22:28:06
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6489] => Array
(
[mbbid] => 6489
[mbid] => 559
[mbcid] => 678
[title] => 昨日は
[content] => <p>
<strong><span style="font-size:14px;"><span style="font-size:24px;color:#EE33EE;">節分</span>と<span style="font-size:24px;color:#4C33E5;">恵方</span>の日でしたね~~~!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;"> レアナでは朝に<span style="font-size:24px;color:#E56600;">豆まき</span>をやり、夜には<span style="font-size:24px;color:#337FE5;">オーナー</span>から</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;"> <span style="font-size:24px;color:#DFC5A4;">恵方巻</span>を頂き、今年の<span style="font-size:18px;">丙の方角</span>を見て</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;"> </span></strong><strong><span style="font-size:14px;">みんなで<span style="font-size:24px;color:#60D978;">がぶりつき</span>ました~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="/scripts/image/20130204214040_18570.jpg" alt="" height="226" width="316" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;"> 最近では恵方巻って、<span style="font-size:24px;">巻寿司</span>だけではなく<span style="font-size:32px;color:#FFE500;">ロールケーキ</span>まであるそうな</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/52.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;">なんかいろんなものが<span style="font-size:24px;color:#99BB00;">現代版</span>になっていきますね~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/62.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;"> ちなみに<span style="font-size:24px;">ゴエモン</span>は昨日から今日までに</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;"> <span style="font-size:32px;color:#00D5FF;">3本</span>太巻きを食べました~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/82.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;"> <span style="font-size:24px;color:#FF9900;">縁起もの</span>だし、<span style="font-size:24px;color:#9933E5;">美味しい</span>し、何個食べてもいいよね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#99BB00;">美容室レアナ TEL043-241-7443 </span></strong>
</p>
<p>
<strong><span style="font-size:32px;color:#99BB00;">千葉市中央区新田町4-25 パル・サンライト1F</span></strong>
</p>
<p>
<strong><span style="font-size:14px;"> </span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-02-04 20:41:28
[updated] => 2013-02-04 20:41:28
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6473] => Array
(
[mbbid] => 6473
[mbid] => 559
[mbcid] => 678
[title] => みなさんは
[content] => <p>
<strong><span style="font-size:16px;"><span style="font-size:18px;color:#E56600;">食べ物の好き嫌い</span>はありますでしょうか???</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> ゴエモンは20歳を過ぎた頃から<span style="font-size:18px;color:#DFC5A4;">何でも</span>食べられるようになり</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 今では食べ物の好き嫌いは、ほぼ<span style="font-size:24px;color:#60D978;">無くなりました</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/4.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> しかしそれはもしかしたら<span style="font-size:24px;color:#B8D100;">老化??</span><span style="font-size:24px;color:#CCCCCC;">味覚障害????</span></span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> </span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> かもしれないんだ~~~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/43.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:24px;color:#FFE500;">子供</span>のころは味覚がはっきりしているから、<span style="font-size:24px;color:#99BB00;">ピーマンやゴーヤ</span>などの苦いものが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 嫌いだったりするそうなのだが、年をとるにつれ<span style="font-size:24px;color:#EE33EE;">味覚</span>が</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:24px;color:#DFC5A4;">鈍く</span>なってくるんだそうな</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/17.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> ゴエモンは老化で食べられるようになっただけかも</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/176.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">あとは栄養素として、<span style="font-size:32px;color:#B8D100;">亜鉛</span>が不足すると味覚障害になりやすくなるんだとか</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/112.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 亜鉛の<span style="font-size:24px;color:#4C33E5;">多く含まれている</span>食べ物は</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:24px;color:#60D978;">納豆・ココア・ごま・いわし・わかめ・カニ・抹茶</span>などなどです!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 最近味付けを濃くしてしまいがちな方は<span style="font-size:24px;">ご参考までに</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/132.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/132.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/132.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#E56600;">美容室レアナ TEL043-241-7443</span></strong>
</p>
<p>
<strong><span style="font-size:32px;color:#E56600;"> 千葉市中央区新田町4-25 パル・サンライト1F</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-01-31 21:57:20
[updated] => 2013-01-31 21:57:20
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6457] => Array
(
[mbbid] => 6457
[mbid] => 559
[mbcid] => 678
[title] => 今朝の
[content] => <p>
<strong><span style="font-size:14px;"><span style="font-size:24px;color:#FFFFFF;">雪</span>は凄かったですね~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/34.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;"> ゴエモンは<span style="font-size:24px;color:#00D5FF;">車通勤</span>なのですが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;"> 途中で<span style="font-size:24px;color:#EE33EE;">渋滞</span>し、<span style="color:#999999;font-size:24px;">20分以上</span>車が<span style="font-size:24px;color:#99BB00;">動かない</span>状態になってしまったので</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;"> 家までひき返して<span style="font-size:32px;color:#B8D100;">電車</span>で通勤しました~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/36.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;"> 電車に乗ったのって<span style="font-size:24px;color:#FF9900;">いつぶり</span>だろう!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;"> たまには<span style="font-size:24px;color:#DFC5A4;">良い</span>かも</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:14px;"> お店に着いたら早速<span style="font-size:32px;color:#60D978;">雪かき</span>開始~~~!!!</span></strong><img src="/scripts/image/20130128212444_77943.jpg" alt="" height="193" width="140" />
</p>
<p>
<br />
</p>
<p>
朝から<span style="font-size:32px;color:#4C33E5;">良い汗</span>かきました~~~<img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="/scripts/image/20130128212559_22535.jpg" alt="" height="173" width="131" />
</p>
<p>
<img src="/scripts/image/20130128212659_87637.jpg" alt="" height="258" width="194" />
</p>
<p>
<strong><span style="font-size:32px;color:#009900;">美容室レアナ TEL043-241-7443</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-01-28 20:31:37
[updated] => 2013-01-28 20:31:37
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6449] => Array
(
[mbbid] => 6449
[mbid] => 559
[mbcid] => 678
[title] => みんなで
[content] => <p>
<strong><span style="font-size:16px;">営業終了後に<span style="color:#00D5FF;font-size:24px;">ラーメン</span>を食べに行ってきました</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/2.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 今日はみんな<span style="font-size:24px;color:#00D5FF;">お昼</span>を食べていなかったので</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:18px;">ガッツリ</span>と<span style="color:#DFC5A4;font-size:24px;">マジ食い</span>でした~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> うまかったなぁ~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:24px;color:#FF9900;">オーナー</span>いつも<span style="font-size:32px;color:#FFE500;">ご馳走様です</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/186.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130127213403_60804.jpg" alt="" height="113" width="210" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong><span style="font-size:24px;color:#337FE5;">イケメン</span>はやっぱり<span style="font-size:24px;color:#B8D100;">『つけめん』</span>ですな</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/220.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130127213607_71445.jpg" alt="" height="147" width="126" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:24px;color:#E56600;"> 美容室レアナ TEL043-241-7443</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-01-27 20:39:45
[updated] => 2013-01-27 20:39:45
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6446] => Array
(
[mbbid] => 6446
[mbid] => 559
[mbcid] => 678
[title] => 営業終了後に
[content] => <p>
<strong><span style="font-size:16px;"><span style="font-size:32px;color:#FF9900;">レラ化粧品</span>の<span style="font-size:24px;color:#DFC5A4;">講習</span>がありました</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> みんなスッピンになって<span style="font-size:24px;color:#00D5FF;">スキンケア</span></span></strong><strong><span style="font-size:16px;">!!!<img src="/scripts/image/20130125230346_72321.jpg" alt="" height="131" width="185" /></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:24px;color:#337FE5;">洗顔➞化粧水➞美容液➞乳液</span>と</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> たっぷりとお顔に<span style="font-size:32px;color:#EE33EE;">水分</span>と栄養を入れました</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/311.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="/scripts/image/20130125230547_46402.jpg" alt="" height="153" width="204" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> みんな5才は<span style="font-size:24px;color:#60D978;">若返った</span>かも</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/292.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> お肌をキレイに<span style="font-size:24px;color:#DFC5A4;">若々しく</span>するならレラ化粧品でスキンケアが</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 断然<span style="font-size:24px;color:#9933E5;">オススメ</span>です!!!<img src="/scripts/image/20130125230458_15242.jpg" alt="" height="199" width="266" /></span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:32px;color:#FF9900;">世界1の化粧品</span>で<span style="font-size:24px;color:#FFE500;">ぷるっぷる</span>のお肌を手に入れよう</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<img src="/scripts/image/20130125230714_28132.jpg" alt="" height="138" width="185" />
</p>
<p>
<strong><span style="font-size:16px;"> </span></strong>
</p>
<p>
<strong><span style="font-size:24px;color:#E56600;">美容室レアナ TEL043-241-7443</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-01-25 22:09:17
[updated] => 2013-01-25 22:09:17
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6438] => Array
(
[mbbid] => 6438
[mbid] => 559
[mbcid] => 678
[title] => 先日空に!!!
[content] => <p>
<img src="/scripts/image/20130124210149_78969.jpg" alt="" height="237" width="128" />
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:24px;color:#337FE5;">地震雲</span>のような雲が出ていたので、ついカメラで<span style="font-size:24px;color:#DFC5A4;">パシャッ</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/14.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 久しぶりに見たので<span style="font-size:32px;color:#B8D100;">ビックリ</span>しました~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/43.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> </span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> さらに、こちらがまた<span style="font-size:32px;color:#FF9900;">珍しい</span></span></strong><strong><span style="font-size:16px;">!!!</span></strong>
</p>
<p>
<img src="/scripts/image/20130124211118_70814.jpg" alt="" height="358" width="243" />
</p>
<p>
<strong><span style="font-size:16px;">よく見ると雲が<span style="font-size:24px;color:#999999;">スジ状</span>に切れていると言いましょうか!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> ハサミで<span style="font-size:24px;color:#00D5FF;">カット</span>したようにも見えちゃいますよね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/32.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 自然には<span style="font-size:32px;color:#99BB00;">不思議</span>がいっぱいですね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/34.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> どこにも地震がきませんように</span></strong><strong><span style="font-size:16px;">!!!</span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-01-24 20:17:48
[updated] => 2013-01-24 20:17:48
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6427] => Array
(
[mbbid] => 6427
[mbid] => 559
[mbcid] => 678
[title] => 静電気!!
[content] => <p>
<strong><span style="font-size:16px;">最近空気が<span style="font-size:24px;color:#4C33E5;">乾燥</span>していて</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="color:#FFE500;">静電気</span>がすごいんです</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/288.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 空気が乾燥していると電気の逃げ場が無くなって</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:24px;color:#60D978;">摩擦</span>などでできた電気が金属などに触れると<span style="font-size:32px;color:#FFE500;">バチッ</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/69.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/69.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/69.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> ちなみにゴエモンは、<span style="font-size:24px;color:#337FE5;">水道の水</span>でもバチッとなりま~す</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/294.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 静電気で<span style="font-size:18px;color:#999999;">痛い思い</span>をしたくない方は</span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> </span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> ドアノブなど、静電気のおきやすいところを<span style="font-size:24px;color:#009900;">触る前に</span></span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> </span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:32px;color:#EE33EE;">革</span>をさわると<span style="font-size:32px;color:#FF9900;">防げる</span>そうです!!!革ジャンや革のバッグ・ブーツなど</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> もしくは<span style="font-size:24px;color:#60D978;">木の幹</span>などでも良いそうな!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 参考にしてみて下さいね~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/28.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="/scripts/image/20130121214505_10586.jpg" alt="" />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-01-21 20:45:27
[updated] => 2013-01-21 20:45:27
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6421] => Array
(
[mbbid] => 6421
[mbid] => 559
[mbcid] => 678
[title] => 床ピカピカ!!
[content] => <p>
<strong><span style="font-size:16px;">今日は営業終了後にみんなで<span style="font-size:24px;color:#00D5FF;">ワックスがけ</span>しました~\(^o^)/</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> </span></strong><strong><span style="font-size:16px;">床が<span style="font-size:32px;color:#FFE500;">ピカピカ</span>になって気持ち良ぃ~(⌒‐⌒)<img src="/scripts/image/20130121211100_33458.jpg" alt="" /></span></strong>
</p>
[click] => 0
[tags] => 床ピカピカ!!
[is_good] => 0
[created] => 2013-01-20 22:21:38
[updated] => 2013-01-21 20:11:19
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6411] => Array
(
[mbbid] => 6411
[mbid] => 559
[mbcid] => 678
[title] => これは
[content] => <p>
<strong><span style="font-size:32px;color:#FF9900;">おまけ<img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" /></span></strong>
</p>
<p>
<br />
<strong><span style="font-size:32px;color:#FF9900;"></span></strong>
</p>
<p>
<strong><span style="font-size:32px;color:#FF9900;"><img src="/scripts/image/20130118225350_55874.jpg" alt="" /></span></strong>
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-01-18 21:55:32
[updated] => 2013-01-18 21:55:32
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6410] => Array
(
[mbbid] => 6410
[mbid] => 559
[mbcid] => 678
[title] => 今日は
[content] => <p>
<strong><span style="font-size:16px;">営業終了後に</span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> </span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:24px;color:#00D5FF;">練習会</span>の日でしたので</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> その<span style="font-size:24px;color:#DFC5A4;">様子をどうぞ</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/311.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="/scripts/image/20130118224650_27901.jpg" alt="" /><img src="/scripts/image/20130118225123_31636.jpg" alt="" />
</p>
[click] => 0
[tags] => 今日は
[is_good] => 0
[created] => 2013-01-18 21:49:00
[updated] => 2013-01-18 21:51:53
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6406] => Array
(
[mbbid] => 6406
[mbid] => 559
[mbcid] => 678
[title] => オシャレ日~
[content] => <p>
<strong><span style="font-size:16px;">みんなで<span style="font-size:24px;color:#FF9900;">スタッフの髪の毛</span>を </span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="color:#FFE500;font-size:24px;">きれい</span>にしました~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/82.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:32px;color:#337FE5;">石川</span>はこんな感じ(<span style="font-size:12px;">下の写真をご覧ください</span>)です</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:24px;color:#00D5FF;">専門学校</span>時代を思い出すなぁ~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/20.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;">あの頃は<img src="/scripts/image/20130117223508_99333.jpg" alt="" /><span style="font-size:24px;color:#99BB00;"><img src="/scripts/image/20130117223540_13992.jpg" alt="" /><br />
</span></span></strong>
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:24px;color:#99BB00;">宇宙人</span>みたいな髪型ばっかりだったなぁ~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/306.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;color:#B8D100;"> 美容室レアナ TEL043-241-7443</span></strong>
</p>
[click] => 0
[tags] => オシャレ日~
[is_good] => 0
[created] => 2013-01-17 21:36:53
[updated] => 2013-01-17 21:46:45
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6388] => Array
(
[mbbid] => 6388
[mbid] => 559
[mbcid] => 678
[title] => この寒さは
[content] => <p>
<strong><span style="font-size:16px;">いったいなんでしょね!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 最近我が家の近辺は深夜朝方と<span style="font-size:24px;color:#4C33E5;">外気温が</span></span></strong>
</p>
<p>
<strong><span style="font-size:24px;color:#4C33E5;"> </span></strong>
</p>
<p>
<strong><span style="font-size:16px;"><span style="font-size:24px;color:#4C33E5;"> マイナス</span>を示しておるではないですか</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/34.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> そしてそして<span style="font-size:24px;color:#B8D100;">話は変わりますが<img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" /></span></span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> </span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> </span></strong><strong><span style="font-size:16px;"> 美容師になって<span style="font-size:24px;color:#EE33EE;">13年</span>ですが、</span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> </span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> 初めて<span style="font-size:32px;color:#FF9900;">手荒れ</span>を経験しております</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/53.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> これは一体・・・ひび割れ・・・</span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> </span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:18px;color:#DFC5A4;">プリーズ </span><span style="color:#DFC5A4;"> </span><span style="font-size:24px;color:#DFC5A4;">ハンドクリーム</span> <span style="font-size:32px;color:#DFC5A4;">プリーズ</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/314.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-01-11 20:45:55
[updated] => 2013-01-11 20:45:55
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6378] => Array
(
[mbbid] => 6378
[mbid] => 559
[mbcid] => 678
[title] => 食べたくなるなる!!!
[content] => <p>
<strong><span style="font-size:16px;">冬になると<span style="font-size:24px;color:#009900;">冬期委限定チョコ</span>が食べたくなるのと</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> やっぱり<span style="font-size:32px;color:#FF9900;">『みかん』</span>かな(^◇^)</span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> </span></strong>
</p>
<p>
<strong><span style="font-size:16px;"> みなさんは知ってるかな???</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> 実はみかんの実のまわりについている<span style="font-size:24px;color:#337FE5;">白い繊維</span>のようなもの!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> あれって栄養がたっぷり含まれているんだそうな!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="color:#DFC5A4;"> </span><span style="font-size:24px;color:#DFC5A4;">ビタミンB・ビタミンC・ポリフェノール</span>などなど・・・</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> <span style="font-size:24px;">脳出血</span>や<span style="font-size:24px;">高血圧</span>を<span style="font-size:32px;color:#CC33E5;">抑えてくれる</span>効果もあるみたい!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> ただ、食べ過ぎると体が<span style="font-size:32px;color:#FFE500;">黄色く</span>なってくるよん</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> でも黄色くなっても害はないそうなのでご安心を</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/28.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-01-09 21:46:12
[updated] => 2013-01-09 21:46:12
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6360] => Array
(
[mbbid] => 6360
[mbid] => 559
[mbcid] => 678
[title] => パサつく髪!!
[content] => 冬は乾燥の季節(´Д`)
髪の毛のトリートメントも忘れずにですよ(^o^)/
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-01-05 01:43:15
[updated] => 2013-01-05 01:43:15
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6356] => Array
(
[mbbid] => 6356
[mbid] => 559
[mbcid] => 678
[title] => 新年
[content] => <p>
<strong><span style="font-size:24px;color:#DFC5A4;">明けまして</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:24px;color:#DFC5A4;"> おめでとうございます!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;"> まだまだ寒い日が続きますがみなさん</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;"> お体に気をつけて今年も1年がんばりましょう!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;"> 今年も<span style="font-size:32px;color:#FF9900;">レアナ</span>を<span style="font-size:32px;color:#00D5FF;">よろしくお願いいたします</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2013-01-03 05:49:49
[updated] => 2013-01-03 05:49:49
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6353] => Array
(
[mbbid] => 6353
[mbid] => 559
[mbcid] => 678
[title] => もうすぐ
[content] => <p>
<strong><span style="font-family:Arial Black;font-size:18px;"><span style="color:#99BB00;">お正月</span>ですね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/21.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Arial Black;font-size:18px;"> みなさん今年も1年お疲れ様でした</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Arial Black;font-size:18px;"> 1年って長いようで短いものですね~!!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Arial Black;font-size:18px;"> 来年に向けて気合いを入れて</span></strong>
</p>
<p>
<strong><span style="font-family:Arial Black;font-size:18px;"> </span></strong>
</p>
<p>
<strong><span style="font-family:Arial Black;font-size:18px;"> お休みを頂きま~す</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-family:Arial Black;"> <span style="font-size:32px;color:#DFC5A4;">よいお年を~~~~~~~~~</span></span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/52.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2012-12-31 21:49:37
[updated] => 2012-12-31 21:49:37
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6305] => Array
(
[mbbid] => 6305
[mbid] => 559
[mbcid] => 678
[title] => 寒くなってきた~~~
[content] => <p>
<strong><span style="font-size:18px;">朝は車の窓が凍るようになってきましたね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/92.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;"> もうすぐ<span style="font-size:24px;">スノボー</span>の季節だなぁ~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;"> 只今、レアナでは<span style="font-size:32px;color:#FF9900;">じゃんけん大会</span>を開催中です!!</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;"> スタッフに勝つと<span style="font-size:32px;color:#00D5FF;">割引特典</span>がありますので</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;"> みなさんぜひ来て下さいね~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/82.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/85.gif" alt="" style="height:24px;width:25px;" border="0" /><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/89.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2012-12-02 20:40:34
[updated] => 2012-12-02 20:40:34
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6248] => Array
(
[mbbid] => 6248
[mbid] => 559
[mbcid] => 678
[title] => 第5回レアナフォトコンテスト開催中
[content] => <p>
<span style="font-size:18px;">レアナスタッフが撮った</span>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;font-family:MingLiU_HKSCS;color:#FF9900;"> 『今年最後の傑作』</span></strong>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;">是非見に来て下さい</span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/42.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;"> そして、是非</span><strong><span style="font-size:24px;color:#60D978;">投票</span></strong><span style="font-size:18px;">して下さ~い</span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2012-11-07 20:06:21
[updated] => 2012-11-07 20:06:21
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6247] => Array
(
[mbbid] => 6247
[mbid] => 559
[mbcid] => 678
[title] => レアナは今日から
[content] => <p>
<span style="font-size:18px;"> 店内の</span><strong><span style="font-size:32px;color:#00D5FF;">内装</span></strong><span style="font-size:18px;">も、</span><strong><span style="font-size:32px;color:#CC33E5;">スタッフ</span></strong><span style="font-size:18px;">の服も</span>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;color:#B8D100;">クリスマスモード</span></strong><span style="font-size:18px;">になって</span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;"> 楽しく営業してまーす</span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/145.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<br />
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2012-11-07 20:00:04
[updated] => 2012-11-07 20:00:04
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6181] => Array
(
[mbbid] => 6181
[mbid] => 559
[mbcid] => 678
[title] => レアナテイスト
[content] => <p>
<strong><span style="font-size:18px;">前回放送の<span style="font-size:32px;color:#337FE5;">第12回</span></span></strong><strong><span style="font-size:32px;color:#337FE5;">レアナテイスト</span></strong>
</p>
<p>
<strong><span style="font-size:18px;"> </span></strong>
</p>
<p>
<strong><span style="font-size:18px;"> </span></strong><strong><span style="font-size:18px;">ご覧いただけましたか~~~???</span></strong><strong><span style="font-size:18px;"> </span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;"> <span style="font-size:24px;">レアナ動物園</span>のコーナーで</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;"> <span style="font-size:24px;">ゴエモン</span>が<span style="font-size:32px;color:#E56600;">『ものまね』</span>をやってるよん</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/292.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;"> 似てるかどうかは・・・</span></strong>
</p>
<p>
<strong><span style="font-size:18px;"> </span></strong>
</p>
<p>
<strong><span style="font-size:18px;"> どうでしょうか</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/304.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;"> 是非ご覧下さいな</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;"> <span style="font-size:24px;">ユーストリーム</span>か<span style="font-size:24px;">ユーチューブ</span>で </span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;"> <span style="font-size:32px;color:#B8D100;"> 『レアナテイスト</span></span></strong><strong><span style="font-size:18px;"><span style="font-size:32px;color:#B8D100;">』で検索</span>してね~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/311.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2012-10-15 20:34:05
[updated] => 2012-10-15 20:34:05
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6170] => Array
(
[mbbid] => 6170
[mbid] => 559
[mbcid] => 678
[title] => レアナで
[content] => <p>
<span style="font-size:18px;">カットをされたお客様で</span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;"> </span><span style="font-size:18px;"><strong>ご希望の方に</strong></span>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:24px;color:#00D5FF;"> <span style="font-size:32px;">『ライトヘッドスパ』</span></span></strong><span style="font-size:18px;"><strong>(1500円分)</strong>を</span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;"> <strong>無料</strong>で施術させていただいております</span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;"> 期間限定です</span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/119.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:24px;color:#FF9900;">癒されますよ~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/199.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2012-10-12 21:02:47
[updated] => 2012-10-12 21:02:47
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6135] => Array
(
[mbbid] => 6135
[mbid] => 559
[mbcid] => 678
[title] => 台風!!!
[content] => <p>
<strong><span style="font-size:32px;color:#CC33E5;">すごかったなぁ~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/53.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<br />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2012-10-01 21:49:02
[updated] => 2012-10-01 21:49:02
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6100] => Array
(
[mbbid] => 6100
[mbid] => 559
[mbcid] => 678
[title] => ゴエモン画伯再び!!
[content] => <p>
<strong><span style="font-size:18px;">今回の<span style="font-size:24px;color:#337FE5;">ゴエモン画伯</span>の作品は</span></strong>
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;"> <span style="font-size:32px;color:#E56600;">チュ-――リップ</span>でございます</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/291.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;"> ずいぶん仲良しさんですね</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/304.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:18px;"> <img src="/scripts/image/20120910210049_60809.jpg" alt="" /></span></strong><strong><span style="font-size:18px;"><br />
</span></strong>
</p>
<p>
<strong><span style="font-size:18px;"> いかがあそばせ</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/292.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
[click] => 0
[tags] => ゴエモン画伯再び!!
[is_good] => 0
[created] => 2012-09-10 19:58:41
[updated] => 2012-09-10 20:01:53
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6095] => Array
(
[mbbid] => 6095
[mbid] => 559
[mbcid] => 678
[title] => レアナテイスト
[content] => <p>
<span style="font-size:18px;">美容室レアナのおもしろ番組が見れますよ</span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:24px;color:#337FE5;"><strong>ユーストリーム</strong></span>か<span style="font-size:24px;color:#337FE5;"><strong>ユーチューブ</strong></span>で
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:32px;"> 『レアナテイスト』</span></strong><span style="font-size:16px;">と検索してみて下さいね</span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/311.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<strong><span style="font-size:16px;"> あと、話は変わりますが、</span></strong>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"> <strong>女性の方で生理痛がひどくて、いつも<span style="font-size:24px;color:#DFC5A4;">困っている方</span>、</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong> 生理が始まってから2日間は頭に刺激を与えたり冷やしたりしように</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong> <span style="font-size:24px;color:#B8D100;">シャンプーを控えてみる</span>と</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong> <span style="color:#00D5FF;font-size:18px;">痛みがいつもより軽く</span>なるかもしれませんよ</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/199.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong> 頭骨と骨盤って繋がってるでしょ?</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong> だから、頭骨を刺激したり冷やしたりすると</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong> 骨盤の動きが悪くなることもあるそうな!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"><strong> 気になった方は試してみても良いのでは</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/92.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2012-09-06 22:02:05
[updated] => 2012-09-06 22:02:05
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6066] => Array
(
[mbbid] => 6066
[mbid] => 559
[mbcid] => 678
[title] => 健康!!!
[content] => <p>
<span style="font-size:18px;"><strong>最近</strong></span><span style="font-size:32px;color:#DFC5A4;"><strong>ロングブレスダイエット</strong></span><span style="font-size:18px;"><strong>はやってます</strong></span><span style="font-size:18px;"><strong>ね~~~!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;"><strong> 実は石川も最近はじめちゃいました</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;"><strong> 目的はダイエットではなく、</strong><span style="font-size:24px;color:#FF9900;"><strong>健康法</strong></span><strong>として</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;"><strong> やっています!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;"><strong> テレビで糖尿病の人も治ったと言っていたので</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;"><strong> これは凄いと思い、挑戦していま~~~す!!!</strong></span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:18px;"><strong> </strong><span style="font-size:24px;color:#003399;"><strong>腹筋</strong></span><strong>もついでに割れるかも</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/13.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2012-08-24 21:58:20
[updated] => 2012-08-24 21:58:20
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[6032] => Array
(
[mbbid] => 6032
[mbid] => 559
[mbcid] => 678
[title] => マイブーム
[content] => <p>
<span style="font-size:16px;">最近、</span><span style="font-size:32px;color:#4C33E5;">青汁</span><span style="font-size:16px;">にハマっていまして</span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"> 毎日かかさずのんでいるのですが</span>
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"> なんだか<span style="color:#FF9900;font-size:24px;">朝の目覚め</span>が良くなってきたきがするんですよ~~~</span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/44.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<br />
</p>
<p>
<span style="font-size:16px;"> やっぱり</span><span style="font-size:16px;">野菜は<span style="color:#B8D100;font-size:24px;">体に良い</span>んだな~~~</span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/307.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2012-08-13 20:48:54
[updated] => 2012-08-13 20:48:54
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[5970] => Array
(
[mbbid] => 5970
[mbid] => 559
[mbcid] => 678
[title] => 暑さ爆発!!!
[content] => <p>
<span style="font-family:Meiryo;"><strong>暑くなってきましたね~~~!!!</strong></span>
</p>
<p>
<span style="font-family:Meiryo;"><strong> 最近冷感グッズで、</strong></span>
</p>
<p>
<span style="font-family:Meiryo;"><strong> 常温だけどヒンヤリ感じる<span style="color:#9933E5;">冷感ジェル枕</span>を</strong></span>
</p>
<p>
<span style="font-family:Meiryo;"><strong> 買ったのですが、</strong></span>
</p>
<p>
<span style="font-family:Meiryo;"><strong> めちゃくちゃ気持ち良いですよコレが</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/52.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<span style="font-family:Meiryo;"><strong> いろんな</strong><strong></strong><strong>冷感グッズを試して夏を乗り切ろう~~~</strong></span><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/98.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
[click] => 0
[tags] => 暑さ爆発!!!
[is_good] => 0
[created] => 2012-07-25 20:34:26
[updated] => 2012-07-25 20:36:25
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[5877] => Array
(
[mbbid] => 5877
[mbid] => 559
[mbcid] => 678
[title] => 携帯の
[content] => <p>
<strong><span style="font-size:16px;">カメラが </span></strong>
</p>
<p>
<strong><span style="font-size:16px;">使えなくなった~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/14.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<strong><span style="font-size:16px;">これってどういうことなんだろう!?!?</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/32.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<p>
<strong><span style="font-size:16px;">スマホって難しいな~~~</span></strong><img src="http://blog.acty-b.net/scripts/kindeditor/plugins/emoticons/images/284.gif" alt="" style="height:24px;width:25px;" border="0" />
</p>
<br />
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2012-07-07 22:17:34
[updated] => 2012-07-07 22:17:34
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[5769] => Array
(
[mbbid] => 5769
[mbid] => 559
[mbcid] => 678
[title] => そう言えば
[content] => <p><span style="font-size: medium;">今日初めて知ったのですが、<br />
</span></p>
<p><span style="font-size: medium;">鎌倉の大仏の頭を思い浮かべていただけるとありがたいのですが<br />
</span></p>
<p><span style="font-size: medium;">パンチパーマみたいになってますよね!!!<br />
</span></p>
<p><span style="font-size: medium;">あのヘアースタイルは<span style="font-size: large;"><span style="color: rgb(0, 0, 255);">螺髪(らはつ)</span></span>と言うそうな!!!<br />
</span></p>
<p><span style="font-size: medium;">そしてあの渦巻き状の粒々は<span style="font-size: large;"><span style="color: rgb(255, 0, 255);">656個</span></span>もあるそうな!!!<br />
</span></p>
<p><span style="font-size: medium;">ビックリ!!!ですね!!!<br />
</span></p>
<p><span style="font-size: medium;">鎌倉に行ったら是非そんなことを思い出してみてくださいな<img src="http://blog.acty-b.net/scripts/fckeditor/editor/images/smiley/img_12.gif" alt="" /></span></p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2012-06-22 22:14:58
[updated] => 2012-06-22 22:14:58
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[5756] => Array
(
[mbbid] => 5756
[mbid] => 559
[mbcid] => 678
[title] => 今日は
[content] => <p><span style="font-size: medium;">暑かったなぁ~~~<img src="http://blog.acty-b.net/scripts/fckeditor/editor/images/smiley/img_56.gif" alt="" /><br />
</span></p>
<p><span style="font-size: medium;">もうすぐ夏がやってくるぞ~~~<img src="http://blog.acty-b.net/scripts/fckeditor/editor/images/smiley/img_305.gif" alt="" /><br />
</span></p>
<p><span style="font-size: medium;">レアナはもうみんなでアロハシャツ着て仕事してますよ~~~<img src="http://blog.acty-b.net/scripts/fckeditor/editor/images/smiley/img_123.gif" alt="" /><br />
</span></p>
<p><span style="font-size: medium;">暑さに負けないにスッキリ爽快シャンプーがほしいと言う方に<br />
</span></p>
<p><span style="font-size: medium;">ザクロ精炭酸シャンプーがオススメですよ!!!<br />
</span></p>
<p><span style="font-size: medium;">毛穴の汚れもスッキリ!!!<br />
</span></p>
<p><span style="font-size: medium;">根元からハリコシも出るー!!!<br />
</span></p>
<p><span style="font-size: medium;">フケや頭皮のかゆみも防いでくれる~~~!!!<br />
</span></p>
<p><span style="font-size: medium;">今ならキャンペーンもやってるよ!!!<br />
</span></p>
<p><span style="font-size: medium;">詳しくはお電話か、ご来店下さいね<img src="http://blog.acty-b.net/scripts/fckeditor/editor/images/smiley/img_83.gif" alt="" /></span></p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2012-06-18 22:08:27
[updated] => 2012-06-18 22:08:27
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[5748] => Array
(
[mbbid] => 5748
[mbid] => 559
[mbcid] => 678
[title] => ゴエ画伯!!!
[content] => <p><span style="font-size: large;">『なす』です<img src="http://blog.acty-b.net/scripts/fckeditor/editor/images/smiley/img_76.gif" alt="" /></span><img width="280" height="408" src="/userfile/ゴエなす.jpg" alt="" /></p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2012-06-14 21:53:20
[updated] => 2012-06-14 21:53:20
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[5741] => Array
(
[mbbid] => 5741
[mbid] => 559
[mbcid] => 678
[title] => ついに!!!
[content] => <p><span style="font-size: medium;">咲きましたよ~~~<img alt="" src="http://blog.acty-b.net/scripts/fckeditor/editor/images/smiley/img_436.gif" /><br />
</span></p>
<p><span style="font-size: medium;">我が家のプルちゃんが花を咲かせました~~~(●^o^●)<br />
</span></p>
<p><span style="font-size: medium;">メッチャきれい!!!<br />
</span></p>
<p><span style="font-size: medium;"> メッチャいい香り!!!<br />
</span></p>
<p><span style="font-size: medium;"> 癒される~~~!!!<br />
</span></p>
<p><img width="200" height="267" src="/userfile/ゴエ プルちゃん.jpg" alt="" /></p>
<br />
[click] => 0
[tags] => ついに!!!
[is_good] => 0
[created] => 2012-06-12 14:54:40
[updated] => 2012-06-12 14:59:54
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[5726] => Array
(
[mbbid] => 5726
[mbid] => 559
[mbcid] => 678
[title] => 第3回!レアナ釣り大会!!!
[content] => <p><span style="font-size: medium;">今年もレアナの釣り大会を開催しちゃいましたよ~~~<img src="http://blog.acty-b.net/scripts/fckeditor/editor/images/smiley/img_57.gif" alt="" /><br />
</span></p>
<p><span style="font-size: medium;">第3回と言うこともあり、<br />
</span></p>
<p><span style="font-size: medium;">今回が一番釣れましたよ~~<img src="http://blog.acty-b.net/scripts/fckeditor/editor/images/smiley/img_77.gif" alt="" /><br />
</span></p>
<p><span style="font-size: large;">いしもち・あじ・ふぐ・はぜ・かに・あなご・わかめ・・・<br />
</span></p>
<p><span style="font-size: medium;">などが釣れました<img src="http://blog.acty-b.net/scripts/fckeditor/editor/images/smiley/img_123.gif" alt="" /><br />
</span></p>
<p><span style="font-size: medium;">お天気は曇りでしたが、みんなテンション上げ上げで楽しかったなぁ<img src="http://blog.acty-b.net/scripts/fckeditor/editor/images/smiley/img_83.gif" alt="" /><br />
</span></p>
<p><span style="font-size: medium;">またみんなで行こうぜ~~~<img src="http://blog.acty-b.net/scripts/fckeditor/editor/images/smiley/img_367.gif" alt="" /></span></p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2012-06-06 21:51:05
[updated] => 2012-06-06 21:51:05
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[5710] => Array
(
[mbbid] => 5710
[mbid] => 559
[mbcid] => 678
[title] => 暑くなってきたな~~!!!
[content] => <p><span style="font-size: medium;">だんだん夏に向かってあったかくなってきましたね!!<br />
</span></p>
<p><span style="font-size: medium;">雨も多いし、ジメジメしてきちゃいますが、<br />
</span></p>
<p><span style="font-size: medium;">そんな時はレアナにきてみたらどうですか(^O^)/<br />
</span></p>
<p><span style="font-size: medium;">レアナのヘッドスパがオススメですよ~~~<img src="http://blog.acty-b.net/scripts/fckeditor/editor/images/smiley/img_83.gif" alt="" /><br />
</span></p>
<p><span style="font-size: medium;">リラクゼーション&頭皮も余分な皮脂と汚れを落としてスッキリ爽快!!!<br />
</span></p>
<p><span style="font-size: medium;">頭が軽くなるのがわかりますよ~~~<img src="http://blog.acty-b.net/scripts/fckeditor/editor/images/smiley/img_85.gif" alt="" /><br />
</span></p>
<p> </p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2012-06-03 21:42:29
[updated] => 2012-06-03 21:42:29
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[5705] => Array
(
[mbbid] => 5705
[mbid] => 559
[mbcid] => 678
[title] => プルちゃんの
[content] => <p><span style="font-size: medium;">花が今年は咲くかも!!!</span></p>
<p><span style="font-size: medium;">明らかに今までとは違うのび方をしてきたぞ~~!!!</span></p>
<p><span style="font-size: medium;">全体的にも大きくなってきたので鉢も</span></p>
<p><span style="font-size: medium;">大きいものに変えました<img alt="" src="http://blog.acty-b.net/scripts/fckeditor/editor/images/smiley/img_277.gif" /></span></p>
<p><span style="font-size: medium;"> <img alt="" src="http://blog.acty-b.net/scripts/fckeditor/editor/images/smiley/img_55.gif" /><img alt="" src="http://blog.acty-b.net/scripts/fckeditor/editor/images/smiley/img_55.gif" /><img alt="" src="http://blog.acty-b.net/scripts/fckeditor/editor/images/smiley/img_55.gif" /></span></p>
<p><span style="font-size: medium;">しかし昨日の夜の雷雨はすごかったな~~~<img alt="" src="http://blog.acty-b.net/scripts/fckeditor/editor/images/smiley/img_55.gif" /><img alt="" src="http://blog.acty-b.net/scripts/fckeditor/editor/images/smiley/img_68.gif" /><img alt="" src="http://blog.acty-b.net/scripts/fckeditor/editor/images/smiley/img_55.gif" /></span></p>
[click] => 0
[tags] => プルちゃんの
[is_good] => 0
[created] => 2012-05-30 22:06:53
[updated] => 2012-05-30 22:09:23
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[5693] => Array
(
[mbbid] => 5693
[mbid] => 559
[mbcid] => 678
[title] => プロフィール画像は
[content] => <p><span style="font-size: medium;">実はゴエが描いた絵なんですよ(●^o^●)<br />
</span></p>
<p><span style="font-size: medium;">カリブ海の綺麗な海でございます<img src="http://blog.acty-b.net/scripts/fckeditor/editor/images/smiley/img_110.gif" alt="" /><br />
</span></p>
<p><span style="font-size: medium;">たまーにですが,急に絵を描きたくなるときがありまして!!<br />
</span></p>
<p><span style="font-size: medium;">材料は色鉛筆と絵具の白とスケッチブックのみ<img src="http://blog.acty-b.net/scripts/fckeditor/editor/images/smiley/img_582.gif" alt="" /><br />
</span></p>
<p><span style="font-size: medium;">今度は何を描こうかな~<img src="http://blog.acty-b.net/scripts/fckeditor/editor/images/smiley/img_75.gif" alt="" /></span></p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2012-05-27 21:29:51
[updated] => 2012-05-27 21:29:51
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[5688] => Array
(
[mbbid] => 5688
[mbid] => 559
[mbcid] => 678
[title] => 我が家の
[content] => <p><span style="font-size: medium;">プルちゃんです(●^o^●)</span></p>
<p><img width="250" height="188" src="/userfile/ゴエぷるちゃん.JPG" alt="" /></p>
<p><span style="font-size: medium;">只今グイグイ成長中(^◇^)</span></p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2012-05-25 21:47:28
[updated] => 2012-05-25 21:47:28
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[5681] => Array
(
[mbbid] => 5681
[mbid] => 559
[mbcid] => 678
[title] => 暑いのか寒いのか\(゜ロ\)(/ロ゜)/
[content] => <p><span style="font-size: larger;">今日は7月の陽気とのことで</span></p>
<p>実際昼間は暑かったが・・・しかし</p>
<p>今外に出てみたら寒いではないですか\(◎o◎)/!</p>
<p>今日は半袖だけで、</p>
<p>上着をきてこなかった~~~~!!!</p>
<p>帰る時、駐車場までちょいと距離があるのですが、</p>
<p>かるくダッシュしちゃいますか§^。^§</p>
<p> </p>
<p> </p>
[click] => 0
[tags] => 暑いのか寒いのか\(゜ロ\)(/ロ゜)/
[is_good] => 0
[created] => 2012-05-23 21:34:08
[updated] => 2012-05-23 21:34:40
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[5668] => Array
(
[mbbid] => 5668
[mbid] => 559
[mbcid] => 678
[title] => プルメリアが!!
[content] => <p><span style="font-size: medium;">石川家の観葉植物プルメリアのプルちゃんが、</span></p>
<p><span style="font-size: medium;">再び成長をしてくれました!</span></p>
<p><span style="font-size: medium;">と言うのも、</span></p>
<p><span style="font-size: medium;">プルちゃんは昨年の夏に購入して、夏の間はグングンのびていたのですが、</span></p>
<p><span style="font-size: medium;">秋になり、冬になるとピタッと成長が止まってしまっていたのです。</span></p>
<p><span style="font-size: medium;">あれっ!どうした!?大丈夫かな??</span></p>
<p><span style="font-size: medium;">と思いながらお水だけはかかさずあげていて、</span></p>
<p><span style="font-size: medium;">心配していたのですが、</span></p>
<p><span style="font-size: medium;">少しずつあたたかくなってきたこの頃</span></p>
<p><span style="font-size: medium;">プルちゃんが遂に動きだし</span></p>
<p><span style="font-size: medium;">新たな葉っぱを見せてくれました!!</span></p>
<p><span style="font-size: medium;">今年はキレイな花を咲かせてくれるとうれしいな(●^o^●)</span></p>
[click] => 0
[tags] => プルメリアが!!
[is_good] => 0
[created] => 2012-05-19 18:30:26
[updated] => 2012-05-21 12:16:00
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[5654] => Array
(
[mbbid] => 5654
[mbid] => 559
[mbcid] => 678
[title] => はじめまして、ゴエと申します!!
[content] => <p>美容室レアナのゴエです。</p>
<p>お店の情報や、ちょっとした小ネタ、おもしろ話など</p>
<p>書いていきたいと思っていますので、よろしく お願いいたします!!</p>
<p> </p>
[click] => 0
[tags] =>
[is_good] => 0
[created] => 2012-05-16 11:07:59
[updated] => 2012-05-16 11:07:59
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] => Array
(
[mbcid] => 678
[mbid] => 559
[name] => レアナ
)
[replay] =>
)
[5640] => Array
(
[mbbid] => 5640
[mbid] => 559
[mbcid] => 0
[title] => Welcome to GGblog
[content] => <p><img alt="" border="0" src="http://blog.acty-b.net/images/logo_g.jpg" /></p>
<p>Welcome to GGblog.</p>
<p><a href="http://blog.acty-b.net">more>></a></p>
[click] => 0
[tags] => Welcome to GGblog
[is_good] => 0
[created] => 2012-05-10 13:00:07
[updated] => 2012-05-10 13:00:07
[img1] =>
[img2] =>
[img3] =>
[img4] =>
[img5] =>
[img6] =>
[img7] =>
[img8] =>
[img9] =>
[img10] =>
[blog] => Array
(
[mbid] => 559
[tpid] => 7
[mtpid] => 1
[enname] => yasuminoyasu
[name] => yasuminoyasu
[poster] =>
[is_day] => 0
[is_month] => 0
[is_class] => 0
[is_record] => 0
[is_friend] => 0
[is_near] => 0
[info] =>
[qr] => qr-img-20120510130007.png
[flag] => 0
[click] => 206779
[created] => 2012-05-10 13:00:07
[mid] => 565
)
[category] =>
[replay] =>
)
)
[2] => replay
[3] =>
[4] => flea_pkref_mbbid
[5] =>
)
SOURCE CODE:
473 |
* 查询获得数据后,将关联表的数据和主表数据装配在一起
|
474 |
*/
|
475 |
$callback = create_function('& $r, $o, $m', '$r[$m] = null;');
|
476 |
foreach ($this->links as $link) {
|
477 |
/* @var $link FLEA_Db_TableLink */
|
478 |
$mn = $link->mappingName;
|
479 |
if (!$link->enabled || !$link->linkRead) { continue; }
|
480 |
if (!$link->countOnly) {
|
481 |
array_walk($assocRowset, $callback, $mn);
|
482 |
$sql = $link->getFindSQL($in);
|
483 |
$this->dbo->assemble($sql, $assocRowset, $mn, $link->oneToOne, $this->pka, $link->limit);
|
484 |
} else {
|
485 |
$link->calcCount($assocRowset, $mn, $in);
|
486 |
}
|
487 |
}
|
488 |
|
489 |
return $rowset;
|
490 |
}
|
491 |
|
492 |
/**
|
493 |
* 对单一记录进行递归查询,并将查询结果组装到记录中
|
Filename: /www/web/ggblog/public_html/app/Modle/Blog.php [258]
#6 FLEA_Db_TableDataGateway::findAll(array(1), 'created desc')
ARGS:
Array
(
[0] => Array
(
[mbid] => 559
)
[1] => created desc
)
SOURCE CODE:
248 |
|
249 |
if($member){
|
250 |
//针对哪些月份写过博客的月份
|
251 |
if($member[memberblog][mbid]){
|
252 |
$Table_MemberBowen = & FLEA::getSingleton('Table_MemberBowen');
|
253 |
$info = array(
|
254 |
'mbid' => $member[memberblog][mbid],
|
255 |
);
|
256 |
$sortby="created desc";
|
257 |
$times = array();
|
258 |
$bowen = $Table_MemberBowen->findAll($info,$sortby);
|
259 |
for($i = 0; $i < count($bowen); $i++){
|
260 |
$dateRlt = $this->_date($bowen[$i][created]);
|
261 |
if(!in_array(array('k'=>$dateRlt[0], 'v'=>$dateRlt[1]), $times)){
|
262 |
$times[] = array('k'=>$dateRlt[0], 'v'=>$dateRlt[1]);
|
263 |
}
|
264 |
}
|
265 |
return $times;
|
266 |
}
|
267 |
|
268 |
//针对创建博客之日起 到目前的所有月份
|
Filename: /www/web/ggblog/public_html/app/Controller/Front.php [137]
#5 Modle_Blog::getBlogMonth('565')
ARGS:
Array
(
[0] => 565
)
SOURCE CODE:
127 |
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
|
128 |
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
129 |
|
130 |
|
131 |
';
|
132 |
$this->smarty->assign('headcontent', $headcontent);
|
133 |
|
134 |
//时间栏目
|
135 |
$this->smarty->assign('timebar', $Modle_Blog->getTimeBar($blog_e_rlt[member][mid], $_GET[U], $_GET[T]));
|
136 |
//月份栏目
|
137 |
$this->smarty->assign('month', $Modle_Blog->getBlogMonth($blog_e_rlt[member][mid]));
|
138 |
//最近访问栏目
|
139 |
$this->smarty->assign('near', $Modle_Near->getNearMember($blog_e_rlt[member][mid], 9));
|
140 |
//好友栏目
|
141 |
$this->smarty->assign('friend', $Modle_Friend->getFriends($blog_e_rlt[member][mid]), 9);
|
142 |
//最新记事
|
143 |
$this->smarty->assign('nearthing', $Modle_Blog->getNearThing($blog_e_rlt[member][mid]));
|
144 |
//分类显示
|
145 |
$this->smarty->assign('scate', $Modle_Blog->getBlogCategory($blog_e_rlt[member][mid]));
|
146 |
//到处qr图
|
147 |
$this->smarty->assign('qr_img', $blog_e_rlt[qr]);
|
Filename: /www/web/ggblog/public_html/libs/FLEA/FLEA/Dispatcher/Simple.php [106]
#4 Controller_Front::Controller_Front('Front')
ARGS:
Array
(
[0] => Front
)
SOURCE CODE:
96 |
|
97 |
$controller = null;
|
98 |
$controllerClassFilename = null;
|
99 |
do {
|
100 |
// 载入控制对应的类定义
|
101 |
if (!$this->_loadController($controllerClass)) { break; }
|
102 |
|
103 |
// 构造控制器对象
|
104 |
FLEA::setAppInf('FLEA.internal.currentControllerName', $controllerName);
|
105 |
FLEA::setAppInf('FLEA.internal.currentActionName', $actionName);
|
106 |
$controller =& new $controllerClass($controllerName);
|
107 |
if (!method_exists($controller, $actionMethod)) { break; }
|
108 |
if (method_exists($controller, '__setController')) {
|
109 |
$controller->__setController($controllerName, $actionName);
|
110 |
}
|
111 |
if (method_exists($controller, '__setDispatcher')) {
|
112 |
$controller->__setDispatcher($this);
|
113 |
}
|
114 |
|
115 |
// 调用 _beforeExecute() 方法
|
116 |
if (method_exists($controller, '_beforeExecute')) {
|
Filename: /www/web/ggblog/public_html/libs/FLEA/FLEA/Dispatcher/Simple.php [77]
#3 FLEA_Dispatcher_Simple::_executeAction('Front', 'Index', 'Controller_Front')
ARGS:
Array
(
[0] => Front
[1] => Index
[2] => Controller_Front
)
SOURCE CODE:
67 |
|
68 |
/**
|
69 |
* 从请求中分析 Controller、Action 和 Package 名字,然后执行指定的 Action 方法
|
70 |
*
|
71 |
* @return mixed
|
72 |
*/
|
73 |
function dispatching()
|
74 |
{
|
75 |
$controllerName = $this->getControllerName();
|
76 |
$actionName = $this->getActionName();
|
77 |
return $this->_executeAction($controllerName, $actionName, $this->getControllerClass($controllerName));
|
78 |
}
|
79 |
|
80 |
/**
|
81 |
* 执行指定的 Action 方法
|
82 |
*
|
83 |
* @param string $controllerName
|
84 |
* @param string $actionName
|
85 |
* @param string $controllerClass
|
86 |
*
|
87 |
* @return mixed
|
Filename: /www/web/ggblog/public_html/libs/FLEA/FLEA.php [816]
#2 FLEA_Dispatcher_Simple::dispatching()
ARGS:
Array
(
)
SOURCE CODE:
806 |
require_once($MVCPackageFilename);
|
807 |
}
|
808 |
FLEA::init();
|
809 |
|
810 |
// 载入调度器并转发请求到控制器
|
811 |
$dispatcherClass = FLEA::getAppInf('dispatcher');
|
812 |
FLEA::loadClass($dispatcherClass);
|
813 |
|
814 |
$dispatcher =& new $dispatcherClass($_GET);
|
815 |
FLEA::register($dispatcher, $dispatcherClass);
|
816 |
$dispatcher->dispatching();
|
817 |
}
|
818 |
|
819 |
/**
|
820 |
* 准备运行环境
|
821 |
*
|
822 |
* @param boolean $loadMVC
|
823 |
*/
|
824 |
function init($loadMVC = false)
|
825 |
{
|
826 |
static $firstTime = true;
|
Filename: /www/web/ggblog/public_html/index.php [15]
#1 FLEA::runMVC()
ARGS:
Array
(
)
SOURCE CODE:
5 |
}
|
6 |
|
7 |
define('NO_LEGACY_FLEAPHP', true);
|
8 |
require('libs/FLEA/FLEA.php');
|
9 |
|
10 |
define('I_URL', dirname(__FILE__));
|
11 |
|
12 |
FLEA::loadAppInf($configFilename);
|
13 |
FLEA::import(I_URL . '/app');
|
14 |
|
15 |
FLEA::runMVC();
|
16 |
?>
|