@charset "UTF-8"; /* PublishCharset into mt-config.cgi */

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family:arial ,sans-serif;
    font-weight: normal;
}

.member {
    padding: 1px 4px 1px 4px;
    color: #ffffff;
    font-size: 10px;
    background-color:#7E003C;
}

/* リンク */
a,
a:link {
    color: #FEB2D1;
    text-decoration: none;
}
a:visited {
    color: #FEB2D1;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    color: #FF007F;
    text-decoration: none;
}

/* リンクつき画像 */
a img {
    border: 0;
}

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 7px;
}

/* 順序なしリスト */
ul {
    padding-left: 16px;
}
ul li {
    list-style-type: circle;
}

/* 定義リスト */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* フォーム */
form {
    margin: 0px;
}
input {
    padding: 1px;
    font-size: 12px;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 10px;
    line-height: 150%;
}
.quotetitle { /* 引用文タイトル */
    font-size: 10px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

/* ヘッドライン */
hr {
    margin: 3px 0 5px 0;
}

/* タイトルバナー */
#banner {
    padding: 13px 15px 20px 200px;
    color: #FFFFFF;
    background: #aaaaaa;
    background-position: left top;
    background-repeat: repeat-x;
    background-image: url("http://www.peekaboo-music.com/title_bg.gif") ;
    text-align: left;
    text-shadow: #36414d 0 2px 3px;
}

#banner a,
#banner a:link,
#banner a:visited {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

/* タイトルバナー下の説明 */
#banner h2 {
    color: #ffffff;
    font-size: 12px;
}

/* メニュー */
.menu {
    padding: 0 0 0 20px;
    color: #ffffff;
    font-size: 11px;
}

.menu a {
    color: #ffffff;
}
.menu a:active {
    color: #FF0000;
    text-decoration: none;
}
.menu a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

/* エントリー全体 */
.blog {
    padding: 10px;
    font-size: small;
    color: #ffffff;
    background: none;
}

/* エントリー日付 */
.date {
    margin: 6px 5px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #F9679B;
    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");
    font-size: 11px;
    font-weight: bold;
}

/* エントリー */
.entry {
    width: auto;
    margin: 5px 20px 20px;
    padding: 0px 0px 0px 0px;
    color: #ffffff;
    background: #000000;
    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");
    font-size: 12px;
    font-weight: nomal;
    line-height:140%;
    word-break: break-all;
    border: solid 2px #FE0078;
}

.entry-top {
    width: auto;
    margin: 5px 20px 5px;
    padding: 0px 0px 0px 0px;
    color: #ffffff;
    background: #000000;
    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");
    font-size: 12px;
    font-weight: nomal;
    line-height:140%;
    word-break: break-all;
    border: solid 0px #FE0078;
}

.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

/* 商品全体を囲む線 */
.entry-box {
    margin: 10px 0px 0px;
    padding: 0px;
    border: solid 1px #dddddd;
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

/* 追記 */
.entry-more-body {
    padding: 20px;
    background: #ffffff;
    border-style: double;
    border-width: 4px;
    border-color: #7d7d7d;
    line-height:130%;
}

/* 追記リンク強調 */
.entry-more-body a {
    font-size: 24px;
    font-weight: bold;
    line-height:130%;
}

/* 追記　見出し */
.entry-more-headline {
    padding: 2px 0 2px 5px;
    color: #F9679B;
    background: #f9e6ef;
    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");
    font-size: 11px;
    font-weight: bold;
}

/* エントリータイトル */

.entry-header {
    margin: 0px 20px 0px;
    padding: 0px 0 0px 20px;
    color: #ffffff;
    background-position: top left; 
    background-repeat: no-repeat;
    background-image: url("http://www.peekaboo-music.com/img/icon_crown.gif");
    font-size: 12px;
    font-weight: bold;
    border-bottom: dotted #55DDC8 0px;

}

.entry-header a {
    margin: 0px 0px 0px;
    padding: 3px;
    font-size: 12px;
    font-weight: nomal;
    border-bottom: dotted #55DDC8 0px;
}


/* テーブル表示用パディング */
.entry-body {
    font-size: 12px;
    padding: 20px 20px 20px 20px;
    font-weight: nomal;
}

.entry-body-top {
    font-size: 12px;
    padding: 5px 5px 5px 20px;
    font-weight: nomal;
}

/* エントリーリンク強調 */
.entry-body a {
    font-weight: nomal;
    font-size: 10px;
    line-height:120%;
}

/* テーブル表示用パディング */
.entry-more {
    padding: 20px 20px 20px 20px;
    font-size: 11px;
    line-height:120%;
}

/* 詳細表示のフォントサイズ */
.entry-more a {
    font-size: 11px;
    font-weight: bold;
}

/* エントリー内小見出し */
.entry-subhead {
    color: #ac0055;
    font-size: 12px;
    font-weight: bold;
}

/* 価格表示強調 */
.store-price {
    color: #ea0000;
}

.store-price-more {
    color: #ea0000;
    font-size: 14px;
    font-weight: bold;
}

/* 店員VOICEアイコン */
.voice {
    margin: 5px 5px 0;
    padding: 0px 0 0px 30px;
    background-position: top left; 
    background-repeat: no-repeat;
    background-image: url("/img/voice_icon.gif");
    color: #8b2c40;
}

/* 投稿者 */
.entry-footer {
    margin: 5px 0 0 0;
    padding: 0px 5px 0 0;
    border-top: 0px dotted #55DDC8;
    text-align: right;
    color: #444444;
    font-size: 9px;
}

/* ドット　ボーダーライン */
.dotline {
    border-top: 1px dotted #55DDC8;
}

/* エントリー内小見出し */
.entry-subhead {
    color: #ac0055;
    font-size: 12px;
    font-weight: bold;
}

/* Typekeyコメンタ−画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* アーカイブページの前後リンク */
.content-nav {
    margin: 10px;
    font-size: 11px;
}

/* パンくずナビ */
.pankuzu-nav {
    margin: 10px 30px;
    font-size: 11px;
}

/* カテゴリー数 */
.category-count {
    font-size: 9px;
}

.category-count a{
    font-size: 9px;
    color: #FFFFFF;
    text-decoration: none;
}
.category-count a:active {
    font-size: 9px;
    color: #FF0000;
    text-decoration: none;
}
.category-count a:visited {
    font-size: 9px;
    color: #FFFFFF;
    text-decoration: none;
}

/* ページ分割リンク */
.separate-nav {
    margin: 10px;
    text-align: center;
    font-size: 12px;
}

/* プロフィールミニメニュー */
.profile-nav {
    margin: 10px;
    text-align: center;
    font-size: 12px;
}

.profile-nav a {
    color: #FFFFFF;
    text-decoration: none;
}
.profile-nav a:active {
    color: #FF0000;
    text-decoration: none;
}
.profile-nav a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

/* ページ下部記事リスト */
.under-list,
.under-list a  {
    font-size: 12px;
    padding: 3px 0px 0 20px;
}

/* ページ下部カテゴリリスト */

.td-main-category-entry a {
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0 0 10px;
}

.td-main-category a {
    font-size: 12px;
    font-weight: bold;
    background-color: #E6FFE1;
    border: #49CD7D 1px solid;
    padding: 2px 4px 2px 4px;
    width: auto;
    height: auto;
}

.td-sub-category,
.td-sub-category a {
    font-size: 10px;
    line-height: 12px;
    padding: 0 0 0 3px;
}

.td-category-header {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin: 15px 20px 0 20px;
    padding: 3px 0 1px 3px;
    border-style: solid;
    border-color: #FE0078;
    border-width: 0 0 2px 11px;
}

/* カレンダー */

.today {
    display: block;
    text-align: center;
    color: #444444;
    border: 1px solid #444444;
}
.red {
    color: #e50003;
}
.blue {
    color: blue;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 0px;
    padding: 3px 0px 7px;
    text-align: center;
    color: #4d4d4d;
    font-size: 10px;
    font-weight: bold;
    line-height: 140%;
    background: url("http://www.peekaboo-music.com/menu_bg.gif") no-repeat;
    width: 164px;
}

/* サイドメニュー */
.side {
    margin: 3px 0 10px;
    padding: 0px 0px 0px 0px;
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 11px;
}
.side #categories li {
    list-style-type: circle;
}

/* サイドメニュー(サブカテゴリー用) */
.side-main-category a {
   font-weight: nomal;
}

/* カテゴリーのフォントサイズ */
.side #categories {
    font-size: 11px;
    line-height: 15px;
    font-family:arial,sans-serif;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
    font-size: 9px;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

/* コメント・トラックバック */
#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment-text {
    width: 266px;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #8fabbe;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 11px;
    color: #ffffff;
    background: #8fabbe;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

/* カラム切り替え */

/* 3カラム用 */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom: 0px;
    text-align: center;
    background: #000000;
    background: url("http://www.peekaboo-music.com/img/bg.gif") repeat fixed;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-three-column #box {
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    text-align: left;
    background-color: #ffffff;
}

/* 2カラム用 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 665px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    text-align: left;
    background-color: #ffffff;
}

/* 2カラム用 */
.layout-one-column #container {
    margin-bottom: 0;
}

/* 1カラム用 */
.layout-one-column #box {
    width: 740px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding: 70px 0px 0;
    border-bottom: 0px solid #666699;
    border-left: 0px solid #FE0078;
    border-right: 0px solid #FE0078;
    text-align: left;
    background: url("http://www.peekaboo-music.com/img/bg_main.gif") no-repeat #000000 center top;
}

/* 1カラム・リキッドレイアウト用 */
/* タイトルバナー */
.layout-one-column-liquid #banner {
    margin-right: 100px;
    margin-left : 100px;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
}
body.layout-one-column-liquid {
    background: #F9E6EF;
}

/* フッタ */
.layout-one-column #footer {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    width: 740px;
    text-align: center;
    font-size: 10px;
    color: #000000;
    background-color: #FE0078;
    padding: 20px 0px 5px 0px;
    border-left: 0px solid #FE0078;
    border-right: 0px solid #FE0078;
    background: url("http://www.peekaboo-music.com/img/bg_footer.gif") no-repeat #000000 center bottom;
}

.layout-one-column #footer a {
    color: #000000;
}

.layout-one-column-liquid #footer {
    padding-bottom: 15px;
    text-align: center;
}

/* 3カラム(リキッドレイアウト) */
body.layout-three-column-liquid {
    background-color: #ffffff;
}
.layout-three-column-liquid #content {
    margin: 0 185px 10px;
    border-bottom: 0px solid #666699;
    border-left: 0px solid #666699;
    border-right: 0px solid #666699;
}
.layout-three-column-liquid #links-left{
    position: absolute;
    width: 165px;
    top: 95px;
    left: 15px;
    color: #ffffff;
}
.layout-three-column-liquid #links-right{
    position: absolute;
    width: 165px;
    top: 95px;
    right: 15px;
    color: #ffffff;
}
.layout-three-column-liquid #footer{
    text-align: center;
    font-size: 10px;
    color: #646464;
    background-color: #dddddd;
    padding: 2px;
    border: 1px solid #ffffff;
    margin: 0 185px 0px;
}

/* 2カラム(リキッドレイアウト：右サイドバー) */
body.layout-two-column-liquid-right {
    background-color: #ffffff;
}
.layout-two-column-liquid-right #content {
    margin: 0 185px 10px 0;
    border-bottom: 1px solid #666699;
    border-right: 1px solid #666699;
}
.layout-two-column-liquid-right #links-right {
    position: absolute;
    width: 155px;
    top: 95px;
    right: 15px;
    color: #ffffff;
}

/* 2カラム(リキッドレイアウト：左サイドバー) */
body.layout-two-column-liquid-left {
    background-color: #ffffff;
}
.layout-two-column-liquid-left #content {
    margin: 0 0 10px 185px;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
}
.layout-two-column-liquid-left #links-left {
    position: absolute;
    width: 155px;
    top: 95px;
    left: 15px;
    color: #ffffff;
}

/* 1カラム(リキッドレイアウト) */
.layout-one-column-liquid #content {
    margin: 0 100px 10px;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    background: #ffffff;
}

/* 3カラム */
.layout-three-column #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
}
.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
    float: left;
    width: 185px;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 15px 15px 0 15px;
    color: #ffffff;
}

/* 2カラム(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #666699;
    border-right: 1px solid #666699;
}
.layout-two-column-right #links-right-box {
    float: left;
    width: 185px;
}
.layout-two-column-right #links-right {
    padding: 15px 15px 0;
    color: #ffffff;
}

/* 2カラム(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 185px;
}
.layout-two-column-left #links-left {
    padding: 15px 15px 0;
    color: #ffffff;
}

/* 1カラム */
.layout-one-column #content {

}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}