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


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 * File      : styles-site.css
 * Version   : 1.01
 * Update    : 2006/08/05
 * Template Written by renn akiduki.
 *+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
    scrollbar-base-color: #CCCCCC;
    scrollbar-track-color: #CCCCCC;
    scrollbar-face-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-arrow-color: #CCCCCC;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* リンク */
a,
a:link,
a:visited,
a:active {
    color: #FF66cc;
    text-decoration: none;
}
a:hover {
    color: #FF0000;
    text-decoration: underline;
    cursor: crosshair;
}

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

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

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

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

/* フォーム */
form {
    margin: 0px;
}
input {
    padding: 1px;
    font-size: 12px;
    border: 1px solid #666666;
    background-color:#ffffff;
    color:#444444;
}

/* 引用 */
blockquote {
    width: 450px;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 10px;
    line-height: 150%;
}

/* タイトルバナー */
#head {
    width : 750px;
    height : 217px;
    padding-top: 0px;
    border-bottom: none;
    color: #cfcfcf;
    background: none;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url("http://love.1exile.com/img/head.jpg");
    text-align: left;
}

#head a,
#head a:link,
#head a:active,
#head a:visited {
    color: #FF66cc;
    padding-left: 10px;
    font-size: 16px;
    font-family: "Century Gothic", sans-serif;
    text-decoration: none;
}
#head a:hover {
    color: #FF66cc;
    padding-left: 10px;
    font-size: 16px;
    font-family: "Century Gothic", sans-serif;
    cursor: crosshair;
    text-decoration: underline;
}

/* タイトルバナーと下の説明 */
#head h1 {
    padding-left: 10pt;
}
#head h2 {
    color: #999999;
    padding-left: 10pt;
    font-size: 10px;
}

/* コメントプレヴュー用ライン */
#pre-navi {
    text-align: center;
    padding: none;
}

/* フリーエリア */
#navi {
    text-align: center;
    margin-top: 0px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}

/* イントロダクション */
#intro {
    width: 470px;
    margin-left: 17px;
    height: auto;
}

/* コンテンツエリア */
#box {
    width: 470px;
    height: auto;
    margin-left: 17px;
    padding: 10px;
    border: #e8e8e8 1px solid;
}

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

/* エントリー日付 */
.entries-date { 
    margin: 10px 0px 0;
    padding: 0px 0 0px 0px;
    background-position: left;
    background: none;
    color: #666666;
    font-size: 12px;
    font-weight: normal;
}

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.trackbacks-header,
.relentries-header,
.comments-header,
.comments-head,
.comments-open-header {
    color: #FF66cc;
    font-size: 12px;
    font-weight: bold;
}

/* コンテンツタイトル */
.contents-title { 
    margin: 10px 0px 0;
    padding: 0px 23px 0px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url("http://love.1exile.com/img/side.gif");
    color: #999999;
    text-align: left;
    font-family: "Century Gothic", sans-serif;
    font-size: 16px;
    font-weight: normal;
}

/* エントリー */
.entries {
    width: auto;
    margin: 0 0px 15px;
    color: #444444;
    background: none;
    background-position: right;
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}
.entries a:active {}
.entries img {
    background: #ffffff;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin: 0px 10px 5px 0px;
    padding: 6px;
}

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

/* 追記 */
.entries.extended {}

/* エントリータイトル */
.entries-header {
    margin: 15px 0 0;
    color: #FF66cc;
    font-size: 12px;
    font-weight: bold;
}

.entries-header2 {
    margin: 15px 0 0;
    color: #FF66cc;
    font-size: 12px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-image: url("http://love.1exile.com/img/line.gif");
    padding-left: 5px;
    font-weight: bold;
}

.entries-header2 a,
.entries-header2 a:link,
.entries-header2 a:active,
.entries-header2 a:visited {
    color: #FF66cc;
    text-decoration: none;
}
.entries-header2 a:hover {
    color: #FF0000;
    text-decoration: underline;
    cursor: crosshair;
}

/* 投稿者 */
.entries-footer {
    margin: 10px 0 0 0;
    text-align: left;
    color: #888888;
    font-family: Tahoma, Verdana,"Hiragino Kaku Gothic Pro",sans-serif;
    font-size: 10px;
}

/* アーカイブページの前後リンク */
.contents-navi {
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 12px;
}

/* メニュータイトル */
.menutitle {
    margin-top: 3px;
    padding: 0px 23px 1px;
    _padding: 0px 23px 1px;
    text-align: left;
    font-family: "HiraKakuStd-W8","Lucida Grande";
    color: #999999;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url("http://love.1exile.com/img/side.gif");
    border: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 140%;
}

/* コンテンツメニュー */
.menu {
    margin: 15px 10px 30px;
    background: none;
    color: #444444;
    font-size: 12px;
    _font-size: 12px;
    line-height: 150%;
}

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

/* RSS */
.rssfeed {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 10px;
    line-height: 150%;
}

/* クレジットバナー */
.credits {
    margin-top: 50px;
    margin-left: 5px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}
.credits 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: left;
    margin-left: 100px;
}

.trackbacks,
.relentries,
.comments {
    margin: 10px 5px;
    color: #444444;
}

.trackbacks-header,
.relentries-header,
.comments-header,
.comments-head,
.comments-open-header {
    margin: 15px 0;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-image: url("http://love.1exile.com/img/line.gif");
    padding-left: 5px;
    font-size: 12px;
}

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

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

.trackback-footer,
.comment-footer {
    font-size: x-small;
    font-family: Tahoma, Verdana,"Hiragino Kaku Gothic Pro",sans-serif;
    color: #888888;
    border-top: none;
    text-align: left;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

/* コピーライト */
.copyright {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 10px;
    color: #FF66cc;
    font-size: 10px;
}


/* アフィリエイトビルダー生成コンテンツ */

/* アフィリエイト記事全体 */
.item-container {}

/* 商品画像 */
.item-photo {
    float: left;
}

/* 商品名 */
.item-name {
    padding-top: 5px;
}

/* 出演者名 */
.item-author {}
.item-author2 {}

/* 商品価格 */
.item-price {
    color: red;
}
.item-price2 {}

/* 発送時期 */
.item-ship {}
.item-ship2 {}

/* 商品説明 */
.item-desc {
    padding-top: 10px;
    width: auto;
    line-height:150%;
    word-break: break-all;
}

/* 商品リンク */
.item-url {}

/* アフィリエイトビルダー相互リンク集 */

/* 相互リンク集全体 */
.link-container {}

/* １サイト掲載分の全体ブロック */
.link-unit {}

/* サイトの名前 */
.link-name {
    font-weight: bold;
}
.link-name a,
.link-name a:link,
.link-name a:active,
.link-name a:visited {
    color: #FF66cc;
    text-decoration: underline;
}
.link-name a:hover {
    color: #FF0000;
    text-decoration: none;
    cursor: crosshair;
}

/* サイトの説明 */
.link-desc {
    padding-top: 10px;
    width: auto;
    line-height:150%;
    word-break: break-all;
}


/* カラム切り替え */

body.layout-two-column-left {
    margin-bottom: 0px;
    text-align: center;
    background: #cccccc;
}
body.layout-one-column {
    margin-bottom: 20px;
    text-align: center;
    background: #ffffff;
}
.layout-two-column-left #main-erial {
    margin-bottom: 0px;
}

/* 2カラム用 */
.layout-two-column-left #erial {
    width: 750px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    text-align: left;
    background-color: #ffffff;
}

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

/* 1カラム用 */
.layout-one-column #erial {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
    border-left: none;
    border-right: none;
    text-align: center;
    background-color: #ffffff;
}

/* フッター */
.layout-one-column #footer {
    text-align: center;
}

/* 2カラム(左サイドバー) */
.layout-two-column-left #erial-contents {
    float: left;
    width: 530px;
    margin: 10px 0 10px 0;
    border-bottom: none;
    border-left: none;
}
.layout-two-column-left #menu-left-erial {
    float: left;
    margin-top: 10px;
    width: 200px;
}
.layout-two-column-left #menu-left {
    padding: 15px 15px 0;
    color: #ffffff;
}

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

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