@charset "UTF-8";


/* ----------------------------------------
 [ベーステンプレート]
 作成日:2013.07.08
 テンプレート名: Catalogue Mono
 by paperboy&co.

 [テンプレートデザイン変更]
 作成日:2014.04.13
 Byフーライネコ
---------------------------------------- */


/* --------------------------------------
　リセット
--------------------------------------- */

* {margin:0px;padding:0px;}

h1,h2,h3,h4,h5,h6 {font-size:100%;}
a {text-decoration:underline;overflow:hidden;}
img {border:none;vertical-align:text-top;}
li {list-style-type:none;}
hr {/*display:none;*/
   display:block;
   border:dotted #ccc;
   border-width:1px 0 0 0;
   height:1px; //for IE6 
   clear:both; //for IE}
br.clear {clear:both;}
strong {font-weight:300!important;}
.bold {font-weight:bold; border-bottom: 3px solid #fdfacd;}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
/* --------------------------------------
　共通部分
--------------------------------------- */

/* ページ全体のテキスト色 */
html {color:#4d4d4d;}

/* ページ全体 */
body {
  /*background-image: url(http://imaging.jugem.jp/template/catalogue/img/bg.gif);*/
  background-color:#fff;
  font-family:"Maru Folk Medium","Hiragino Kaku Gothic Pro",Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size:13px;
  line-height:1.6em;
  text-align:center;
  width:100%;
  font-weight: 300;
}


/* ページ全体のリンク色 */
a {color:#8070b3;text-decoration:underline;}
a:link {color:#8070b3;text-decoration:underline;}
a:visited {color:#8070b3;text-decoration:underline;}
a:hover {color:#a194cb;text-decoration:none;}
a:active {color:#a194cb;text-decoration:none;}

/* ブログ名の色 */
h1 a,
h1 a:link,
h1 a:visited {
  color:#323232;
  text-decoration:none;
}
h1 a:hover,
h1 a:active {
  color:#414141;
  text-decoration:none;
}


/* カレンダーのリンク色 */
.cell a,
.call a:link,
.call a:visited {
  color:#323232;
  font-weight:bold;
  text-decoration:underline;
}
.cell a:hover,
.call a:active {
  color:#414141;
  text-decoration:none;
}
/* メニュー(ナビゲーション)のリンク色 */
#linkmenu_inner li a,
#linkmenu_inner li a:link,
#linkmenu_inner li a:visited,
#linkmenu_inner li a:active {
  color:#fff;
  font-size:14px;
  font-weight:bold;
  text-decoration: none;
}

#linkmenu_inner li a:hover {
  color:#e0e0e0;
  font-size:14px;
  font-weight:bold;
  text-decoration: none;
}


/* 記事タイトルのリンク色 */
.entryHeader a,
.entryHeader a:link,
.entryHeader a:visited,
.entryHeader a:active {
  color:#4d4d4d;
  text-decoration:none;
}

.entryHeader a:hover {
  color: #6b6b6b;
}

/* 記事カテゴリのリンク色 */
.entryCategory a,
.entryCategory a:link,
.entryCategory a:visited,
.entryCategory a:hover,
.entryCategory a:active {
  color:#4d4d4d;
  text-decoration:none;
}

/* 記事のエリアのリンク色 */
.entryState a,
.entryState a:link,
.entryState a:visited,
.entryState a:hover,
.entryState a:active {
  color:#323232;
  text-decoration:none;
}

/* カレンダーの１マス幅 */
.cell {
  width:27px;
}

/*汎用マージン*/
.mt20 {margin-top:20px;}
.ml20 {margin-left:20px;}

/*ページ全体の幅、レイアウトを中央揃え*/
#wrapper {
  margin:0 auto;
  padding:0;
  text-align:center;
  width:100%;
}

/* --------------------------------------
　ヘッダー
--------------------------------------- */

/*ブログ名と説明文、トップ画像*/
#header {
  margin:0 0 -40px;
  padding:0;
  text-align:center;
  width:100%;
  height:300px;
  background:url(http://feikufa.fool.jp/fuwaapa_blog/header_bg01.jpg) repeat-x left top;
}
#header_inner {
  margin:0 auto;
  text-align:center;
  width:820px;
  height:300px;
  background:url(http://feikufa.fool.jp/fuwaapa_blog/fuwaapa_logo-header.png) no-repeat 50% 0%;
  position: relative;
  top: 0px;
}
/* ブログ名 */
h1 {
  color:#fff;
  font-size:40px;
  line-height:1.4;
  margin:0 auto 10px;
  max-width: 600px;
}
h1 a {
  display:block;
  width:460px;
  height:100px;
  margin:0 auto;
  position: relative;
  top: 20px;
  left: 20px;
}
h1 a span {
  display:none;
}
/*ブログの説明文と検索窓のレイアウト*/
.header_contents { }

/* ブログの説明文 */
#header #description {
  color:#4d4d4d;
  line-height:1.4;
  margin:15px 0 0 320px;
  padding:0;
  width:240px;
  /*display:none;*/
}

/* サイト内検索(ヘッダーの検索窓) */
.search_block {
  height: 48px;
}
  .search_block form {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 10px 0 26px;
    width: 174px;
    height: 38px;
    background-image: url(http://imaging.jugem.jp/template/mason_clip_retro/img/search.png);
    background-position: left top;
    background-repeat: no-repeat;
  }
  .search_block form.form_focus {
    background-position: left bottom;
  }
  .search_block input[type="text"] {
    overflow: hidden;
    margin-top: 7px;
    width: 174px;
    height: 22px;
    outline: none;
    border: none;
    background-color: transparent;
    font-size: 12px;
    line-height: 22px;
  }

/* ヘッダーメニュー(ナビゲーション) */
#linkmenu {
  /*background-image: url(http://imaging.jugem.jp/template/catalogue/img/menu_bg.png);
  background-repeat: repeat-x;
  background-color:#ababab;
  border-bottom:1px solid #999;*/
  width:100%;
  height:60px;
  background:#fff url(http://feikufa.fool.jp/fuwaapa_blog/header_bg02.jpg) repeat-x left bottom;
  margin: 0;
}
#apart_bg {
  width:902px;
  height:60px;
  /*background:url(http://feikufa.fool.jp/fuwaapa_blog/header_bg03.png) no-repeat left top;*/
  margin:0 auto;
}
ul#apart_member {
  padding:49px 0 0 29px;
  text-align:left;
}
ul#apart_member li {
  display:inline-block;
  * display:inline;
  * zoom:1;
  float:left;
  margin-right:28px;
}
ul#apart_member li a {
  display:block;
  width:262px;
  height:72px;
  overflow: hidden;
}
ul#apart_member li a span {
  display:none;
}
ul#apart_member li a.member01 {
  background: url("http://feikufa.fool.jp/fuwaapa_blog/header_nemu_banner01.jpg") no-repeat 0px 0px;
}
ul#apart_member li a.member02 {
  background: url("http://feikufa.fool.jp/fuwaapa_blog/header_nemu_banner02.jpg") no-repeat 0px 0px;
}
ul#apart_member li a.member03 {
  background: url("http://feikufa.fool.jp/fuwaapa_blog/header_nemu_banner03.jpg") no-repeat 0px 0px;
}
ul#apart_member li a:hover {
  background-position:0px -72px;
}
/* header_navi */
ul#header_navi {
  padding:36px 0 0 29px;
  text-align:left;
  font-family:Verdana;
}
ul#header_navi li {
  display:inline-block;
  * display:inline;
  * zoom:1;
  float:left;
  margin-right:15px;
  line-height:14px;
}
ul#header_navi li + li {
  border-left:1px solid #fff;
  padding-left:15px;
}
ul#header_navi li a {
  color:#fff;
  font-weight:bold;
  text-decoration: none;
}
ul#header_navi li a:hover {
  text-decoration: underline;
}

#linkmenu_inner {
  line-height: 3.5;
  margin: 0 auto;
  text-align:center;
  width: 600px;
}

#linkmenu_inner li {
  display: inline;
  margin: 0 auto;
  padding:10px 20px 10px 20px;
  text-align: center;
}
.MENU {
  background: #fff;
  border: 1px solid #ddd;
  margin-top: 5px;
  padding:15px;
  position: absolute;
  text-align: left;
  visibility: hidden;
  width: 240px;
  z-index: 999;
}
.MENU li {
  list-style-type:circle;
  margin:0 0 10px 15px;
}
#MENU3 {
  width:200px;
}
#MENU3 table {
  margin:0 auto;
}

/*コンテンツ枠（記事の枠＋サイドメニューの枠）*/
#content {
  margin:0 auto;
  padding:0;
  width:100%;
  background-image:url(http://feikufa.fool.jp/fuwaapa_blog/contents_bg01.jpg);
}

/*　左側の幅（記事の枠）*/
#main {
  padding:40px 0 20px;
  text-align:left; /* コンテンツ内の要素を左寄せに */
  width:900px;
  margin:0 auto;
}

/* 左メニュー */
#leftmenu {
float:left;
width:230px;
}
#leftmenu h3 img {
margin:0 0 17px 10px;
}
#leftmenu .member01 {
background:url(http://feikufa.fool.jp/fuwaapa_blog/member01_bg.jpg) no-repeat left top;
width:114px;
height:68px;
margin:0 0 17px 10px;
padding:45px 0 0 80px;
}
#leftmenu .member02 {
background:url(http://feikufa.fool.jp/fuwaapa_blog/member02_bg.jpg) no-repeat left top;
width:114px;
height:68px;
margin:0 0 17px 10px;
padding:45px 0 0 80px;
}
#leftmenu .member03 {
background:url(http://feikufa.fool.jp/fuwaapa_blog/member03_bg.jpg) no-repeat left top;
width:114px;
height:83px;
margin:0 0 17px 10px;
padding:45px 0 0 80px;
}
#leftmenu .member04 {
background:url(http://feikufa.fool.jp/fuwaapa_blog/member04_bg.jpg) no-repeat left top;
width:114px;
height:68px;
margin:0 0 17px 10px;
padding:45px 0 0 80px;
}
p.memberMenu_prof a, p.memberMenu_100 a, p.memberMenu_101 a {
width:100px;
height:20px;
overflow: hidden;
display: block;
margin-top:5px;
}
p.memberMenu_prof a:hover img, p.memberMenu_100 a:hover img, p.memberMenu_101 a:hover img {
margin-top:-20px;
}
p.memberMenu_102 a {
width:100px;
height:37px;
overflow: hidden;
display: block;
margin-top:5px;
}
p.memberMenu_102 a:hover img {
margin-top:-37px;
}
p.memberMenu_103 a {
width:106px;
height:20px;
overflow: hidden;
display: block;
margin-top:5px;
}
p.memberMenu_103 a:hover img {
margin-top:-20px;
}

/*バナーエリア*/
ul.bannerList {margin:30px 0 0 10px;}
ul.bannerList li + li {margin-top:10px;}
ul.bannerList li a {display:inline-block;}

/* メインコンテンツ */
#mainContentsWr {
width:670px;
float:right;
}


/* --------------------------------------
　メイン
--------------------------------------- */

/* 次の記事・前の記事 */
#entryNavi {
  margin:0 0 10px 0;
  text-align: center;
}
#pager {
  padding:10px 0 20px;
  text-align:center;
  width:100%;
}
#pager span {
  margin:0 3px;
}

#pager span.current{
  background-color:#83c2dd;
  color:#fff;
  padding:4px 7px;
  text-decoration:none;
}

#pager span a {
  background-color:#d3edf8;
  color:#565656;
  padding:4px 7px;
  text-decoration:none;
}

#pager span a:hover,
#pager span a:active {
  background-color:#323232;
  color:#fff;
  text-decoration:none;
}
/* 記事 */
.entry {
  background: #fff;
  border: 5px solid #fbe3d9;
  margin: 0 0 40px;
  padding:15px;
  width:620px;
  border-radius: 6px; /* CSS3草案 */
  -webkit-border-radius: 6px; /* Safari,Google Chrome用 */
  -moz-border-radius: 6px; /* Firefox用 */ 
}

/* 記事のヘッダー部分 */

.entryHeader {
  /*padding-top:20px;*/
  position: relative;
  margin-top:-5px;
  margin-bottom: -10px;
}

.left {
  overflow: hidden;
  /*width: 518px;*/
    position: relative;
    /*top: -15px;*/
}

.left h2 {
  font-size: 25px;
  font-weight:bold;
  line-height: 1.2;
  max-width: 480px;
  padding-left: 20px;
}

/* 記事の日付 */
.entry_date {
  position: relative;
  top: -20px;
  z-index: 1;
  float: left;
  margin-right: 10px;
  padding: 10px 5px;
  width: 80px;
  background-color: #e59878;
  color: #fff;
  text-align: center;
  line-height: 1.1;
}
  .entry_date:after {
    position: absolute;
    bottom: -2px;
    left: 2px;
    z-index: 0;
    display: block;
    width: 85px;
    height: 2px;
    background-color: #eee;
    content: "";
  }
  .entry_date_year {
    padding-left: 2px;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
  }
  .entry_date_month {
    text-align: center;
    font-size: 24px;
  }
  .entry_date_week {
    padding-right: 2px;
    text-align: right;
    font-weight: bold;
    font-size: 12px;
  }

/* 記事のカテゴリ */
.entryCategory {
  background: no-repeat;
  font-size: 13px;
  line-height: 2.2;
  margin: 15px 0;
  max-width: 480px;
  padding: 0px;
}

.entryCategory .categoryName {
  /*background: url(http://imaging.jugem.jp/template/catalogue/img/tag_bg_mono.png) repeat-x;*/
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 12px;
  height: 25px;
  margin: 0 0 0 20px;
  position: relative;
}

* html .entryCategory .categoryName {
  border-right: 440px solid #fff;
  filter:progid:DXImageTransform.Microsoft.Chroma(Color=white);
  filter: chroma(color=white)
}

.entryCategory .categoryName span {
  color: #4d4d4d;
  display: block;
  max-width: 440px;
  overflow: hidden;
  padding: 0 12px 0 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}

* html .eutryCategory .categoryName span {
        display:inline-block;
        position:relative;
        margin-right:-440px;
}

.entryCategory .categoryLeft {
  background: url(http://imaging.jugem.jp/template/catalogue/img/tag_left_mono.png) no-repeat left;
  height: 25px;
}

.entryCategory .categoryRight {
  background: url(http://imaging.jugem.jp/template/catalogue/img/tag_right_mono.png) no-repeat right;
  height: 25px;
}

* html .entryCategory .categoryLeft {
  margin-top: -1px;
}

/* ソーシャルボタン */
.service_button {
  margin:25px 0 10px !important;
line-height: 0.6;
}

/* facebookのIE対応 */
.fb-like {
  display: inline !important;
  _display: inline !important;
}

/* 記事の本文や「つづきを読む」を包んでいる部分 */
.entryBody {
  padding:0 20px 20px 20px;
}
/* 記事本文 */
.entryText {margin:15px 0 0 0;}

/* 記事内に挿入したyoutube(iframe)の最大値 */
.entryText iframe {
  max-width:100% !important;
}
/* 記事内に挿入した画像(img)の最大値 */
.entryText img {
  height: auto;
  margin-bottom: 7px;
  max-width:100%;
  vertical-align: middle;
}

/* 記事の続き */
.entryMore {margin:0;}

/* 記事のフッター部分 */
.entryFooter {
  border-top: 1px solid #e5e5e5;
  padding:15px 20px;
}

.footerCategory {
  margin-bottom:5px;
}

/* 記事の情報 */
.entryState {
  color:#999;
}

.entryState li {
  float:left;
  text-align: left;
}

.fb_commentSendForm {
  padding:0 20px;
}

/* 関連する記事枠 */
#relatedEntry {
  background: #fff;
  border: 5px solid #fbe3d9;
  margin: 20px auto 40px;
  padding:15px;
  width:610px;
  border-radius: 6px; /* CSS3草案 */
  -webkit-border-radius: 6px; /* Safari,Google Chrome用 */
  -moz-border-radius: 6px; /* Firefox用 */ 
}
#relatedEntry ul {
  margin-bottom:20px;
  margin-left:30px;
}
#relatedEntry li {
  list-style-type:circle;
  margin:0 0 5px 15px;
}

#relateTitle {
  /*background-image: url(http://imaging.jugem.jp/template/catalogue/img/menu_bg.png);*/
  border-bottom:1px solid #ddd;
  color: #4d4d4d;
  font-size:16px;
  font-weight:bold;
  margin:0 0 30px;
  padding:15px 20px;
}

/* コメント枠 */
#comment {
  margin-bottom:20px;
  padding:0;
  position:relative;
}

#comment:after,
#comment:before {
  bottom:100%;
  pointer-events:none;
  position:absolute;
}

#comment:after {
  border-bottom-color:#fff;
  border-color:transparent;
  border-width:9px;
  left:40px;
  margin-left:-9px;
}

#comment:before {
  border-bottom-color:#ddd;
  border-color:transparent;
  border-width:10px;
  left:40px;
  margin-left:-10px;
}

#comment_inner {
  background: #fff;
  border: 5px solid #fbe3d9;
  margin: 20px auto 40px;
  padding:15px;
  width:610px;
  border-radius: 6px; /* CSS3草案 */
  -webkit-border-radius: 6px; /* Safari,Google Chrome用 */
  -moz-border-radius: 6px; /* Firefox用 */ 
  text-align:left;
}

#commentTitle {
  /*background-image: url(http://imaging.jugem.jp/template/catalogue/img/menu_bg.png);*/
  border-bottom:1px solid #ddd;
  color: #4d4d4d;
  font-size:16px;
  font-weight:bold;
  margin:0 0 30px;
  padding:15px 20px;
}

#comment_list {
  padding:0 20px;
}

.commentBody {
  margin:0 auto 15px;
}

.commentState {
  border-bottom: 1px solid #ddd;
  color: #999;
  margin:0 0 30px 0;
  padding: 0 0 10px;
}

.commentState li {
  display:inline;
  padding-left:5px;
}

#commentSendTitle {
  font-size:14px;
  font-weight:bold;
  margin:0 auto 20px;
  padding:0 20px;
}

.commentSendForm {
  margin-bottom:30px;
}

.commentSendForm table {
  table-layout:fixed;
  width:70%;
}

.commentSendForm tr,
.commentSendForm th,
.commentSendForm td {
    font-weight:normal;
}

.commentSendForm tr {
  padding:10px 0;
}

.commentSendForm th {
  padding:10px 0;
  text-align:right;
  width:20%;
}

.commentSendForm td {
  padding-left:20px;
  width:80%;
}

.commentSendForm .input {
  /*width:348px;*/
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: .7em 8px;
    width: 94%;
    border: 1px solid #ccc;
    font-size: 12px;
}

.commentSendForm textarea {
  margin:0 0 10px 0;
  /*width:350px;*/
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: .7em 8px;
    width: 94%;
    border: 1px solid #ccc;
    font-size: 12px;
}

.comment_btn {
  /*background: url(http://imaging.jugem.jp/template/catalogue/img/comment_btn_mono.png);*/
  border: 1px solid #CA6940;
  color:#fff;
  cursor:pointer;
  height: 25px;
  width: 78px;
  background-color:#E59878;
}

/* トラックバック枠 */
#trackback {
  background:#fff;
  border:1px solid #ddd;
  margin-bottom:20px;
  padding:0;
  position:relative;
}

  #trackback:after,
  #trackback:before {
    bottom:100%;
    pointer-events:none;
    position:absolute;
}

#trackback:after {
  border-bottom-color:#fff;
  border-color:transparent;
  border-width:9px;
  left:40px;
  margin-left:-9px;
}

#trackback:before {
  border-bottom-color:#ddd;
  border-color:transparent;
  border-width:10px;
  left:40px;
  margin-left:-10px;
}

#trackback_inner {
  margin:0;
  padding:0 0 30px;
  text-align:left;
}

#trackbackURL {
  font-size:14px;
  font-weight:bold;
  margin:0 0 10px;
  padding:0 20px;
}

#trackbackTitle {
  background-image: url(http://imaging.jugem.jp/template/catalogue/img/menu_bg.png);
  border-bottom:1px solid #ddd;
  color: #fff;
  font-size:16px;
  font-weight:bolder;
  margin:0 0 30px;
  padding:15px 20px;
}

#trackback input {
  margin-left:20px;
  width:350px;
}

.trackbackName {
  margin:0 auto 15px;
}

#trackback_list {
  padding:0 20px;
}

.trackbackBody {
  margin:0 0 15px;
}

.trackbackState {
  border-bottom: 1px solid #ddd;
  color: #999;
  margin:0 0 30px 0;
  padding: 0 0 10px;
}

.trackbackState li {
  display:inline;
  padding-left:5px;
}

/* プロフィールのページ */
#profile {
  background: #fff;
  border: 4px solid #fbe3d9;
  margin: 0 auto 40px;
  padding:15px;
  width:610px;
}

#profileTitle {
  border-bottom:1px solid #e5e5e5;
  font-size:24px;
  font-weight:bold;
  padding:20px;
}

#profileName {
  margin:15px 0 0 0;
  padding:0 20px;
}

#profileBody {
  margin:5px 0;
  padding:0 20px;
}
#profileBody img {
height: auto !important;
max-width: 100% !important;
}

#fProfile img {
  margin:0 10px 0 0;
  float:left;
}

/* このページの先頭へ */
#pageTop {
  background: url(http://imaging.jugem.jp/template/catalogue/img/page_top_mono.png);
  background-repeat: no-repeat;
  float: right;
  height: 60px;
  margin:0;
  padding-top: 10px;
  text-align:right;
  width: 100px;
}

#pageTop a {
  color:#fff;
  font-size: 10px;
  padding-right: 8px;
  text-decoration:none;
}

/* --------------------------------------
　記事の装飾
--------------------------------------- */

/* 引用 */
#main blockquote {
  border:1px dotted #ccc;
  margin:10px;
  padding:10px;
}

/* 画像 */
#main .pict {
  margin:10px 0;
  padding:0;
}

/* リスト */
div.entryBody ul li,
div.entryMore ul li {
  list-style:circle;
  margin:0 0 0 15px;
}

div.entryBody ol li,
div.entryMore ol li {
  list-style-type:decimal;
  margin:0 0 0 15px;
}


/* ----------------------------------------
フッター
---------------------------------------- */
/*　フッター */
#footerTop {
  background: url(http://imaging.jugem.jp/template/catalogue/img/footer_top.png);
  height: 17px;
  width: 100%;
}

/* フッター装飾消去ie6 */
* html #footerTop {
  display:none;
}

#footer {
  /*background:#ebebeb;*/
  background-image: url(http://feikufa.fool.jp/fuwaapa_blog/footer_bg01.jpg);
  padding:20px 0;
  text-align:center;
  width:100%;
  color:#333;
}

#footer_inner {
  margin:0 auto;
  text-align:left;
  width:900px;
}
#footer_inner a {
  color:#333;
}

#footer_inner .footer_box {
  float:left;
  margin-right:19px;
  width:280px;
}

#footer_inner .right {
  margin-right:0;
}

#footer h3 {
  border-bottom: 1px solid #fff;
  font-size: 16px;
  font-weight: bold;
  font-family:Verdana;
  margin-bottom: 10px;
  padding: 2px 0;
  width: 100%;
  color:#fff;
}

.footer_contents {
  margin-bottom:40px;
}

.footer_contents ul {
  margin: 0;
  padding: 0;
}

.footer_contents li {
  margin: 0;
  padding: 0;
}

#fArchives > ul > li > ul[id^="month_"] {
  padding-left: .8em;
  margin-bottom:1em;
}

#copyright {
  /*background: #4d4d4d;*/
  color:#fff;
  font-weight:bold;
  font-size:12px;
  margin: 0 auto;
  padding:20px 0;
  text-align:center;
}

#copyright_inner {
  margin:0 auto;
  text-align:center;
  width: 740px;
}

#copyright_inner a {
  color: #fff;
}

#copyright_inner a:hover {
  color: #fff;
}


/* ===== scrollUp ===== */
#scrollUp {
	bottom: 50px;
	right: 50px;
	height: 67px;  /* Height of image */
	width: 76px;
	background-image: url(http://feikufa.fool.jp/fuwaapa_blog/pagetop.png);
	background-repeat: no-repeat;
}

