<!– ▼▼▼スライドショー部分▼▼▼ –>

<div id="flashBox">
<script type="text/javascript">
/* 横幅、高さ、背景カラー&余白、フェード時間、ポーズ(0|1)、ランダム */
new fadeshow(fadeimages, 670, 493, 0, 3000, 0)
</script>
<noscript><img src="/slide/slide01.jpg" alt="アート家具のグレースライフデザイン" width="670" height="493" />
</noscript>
</div>

<!– ▲▲▲スライドショー部分▲▲▲ –>
 
<div id="honbun">
<h2>気持ちがワクワク高まる、魅惑のアート家具</h2>
GRACE LIFE DESIGNは、アート家具デザイナー鹿野敬子によるブランドです。
デニムやレザーに鋲やスワロフスキーなどで装飾し、「ゴージャス」・「ハード」・「ロックテイスト」・「クラシカル」などをインスパイアした独自の世界観を表現したデザインで、お客様の個性ある魅力をより引き立て、ご自分が主役になったようにワクワク気持ちを高めてくれるようなアート家具・小物をご提案しています。
<h2>Growing Excitement – Fascinating Artistic Furniture</h2>
GRACE LIFE DESIGN is a brand of artistic furniture designer, Keiko Kano. Decorating leather and denim with studs and Swarovski, the design is inspired by the gorgeous, tough, rock ‘n’ roll and classical tastes expressing the original view of the world, while proposing growing excitement of artistic furniture and accessories that bring out more charm in your personality as if you become the leading role.
</div>
<div id="honbun">
<h2>GALLERY</h2>
<div id="productList">
<?php
query_posts('showposts=20&cat=2');
while(have_posts()) : the_post();
?>
<div class="item_box caption">
<div class="img_wrapper">
<a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark" class="item_image"><?php the_post_thumbnail('thumbnail'); ?></a></div>
<p class="cover item_title_image"><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark" class="item_image"><?php the_title(); ?></a></p></div>
<?php endwhile; ?>
</div><!– #productlist –>
</div>
<p>    </p>
<div id="honbun">
<h2>NEWS</h2>
<div id="productList">
<?php
query_posts('showposts=1&cat=4');
while(have_posts()) : the_post();
?>
<div class="newsimg">
<a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark" class="item_image"><?php the_post_thumbnail('thumbnail'); ?></a></div>
<?php the_time('Y/m/d'); ?>
<p class="newstitle"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></p>
<?php echo mb_substr(get_the_excerpt(), 0, 200); ?><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">⇒続きを読む</a>
<?php endwhile; ?>
</div><!– #productlist –>
</div><!– #honbun –>
<div id="honbun">
<h2>BLOG</h2>
<?php include_once(ABSPATH . WPINC . '/rss.php'); // wp向けパス
// 各アメブロRSSのURL入力
$blog_rss_arr = array(
'http://feedblog.ameba.jp/rss/ameblo/grace-dog/rss20.xml',
);
// 表示件数
$num = 5;
foreach($blog_rss_arr as $url) {
$rss = fetch_rss($url);
$title = $rss->channel['title']; // ブログタイトル から取得
$link = $rss->channel['link']; // ブログタイトルURL から取得
foreach($rss->items as $blog) {
$blog_title = $blog['title'];
$blog_link = $blog['link'];
$blog_date = $blog['pubdate']; // 投稿日の取得
// ブログの投稿日を表示
$out_item_date = date('Y/m/d', strtotime($blog_date));
// RSSに含まれてしまうPR記事を除外
if(preg_match("/^PR:/",$blog_title)) {
$out_item ='';
} else {
$out_item = '
<div>
<div> ' . $out_item_date . '   <a href="' . $blog_link . '">' . $blog_title . '</a></div>
<div></div>
</div>';
$unix_time = date('U', strtotime($blog_date));
$blog_arr[$unix_time] = $out_item;}
}
}
// 記事を最新順にソート
krsort($blog_arr);
// 画面に出力
echo ' '; // 表示件数を表示

for(reset($blog_arr); $key = key($blog_arr); next($blog_arr)) {
echo $blog_arr[$key]; ++$count;
if($count === $num) { // 表示記事文表示
break;
}
}
?>
       ⇒⇒ <a href="http://ameblo.jp/grace-dog/" target="_blank">鹿野敬子 ブログ</a>
</div>

メールニュース パートナー募集