/* -----------------------------------------------
   Name:     Lovely
   Designer: PuruPurin
   URL:      http://fanblogs.jp/
   Date:     2007-07-12
   ----------------------------------------------- */


/*------------------------*/
/* 画面全体の基本的な設定 */
/*------------------------*/
* {
    /* 全体のパディングとマージンをクリアする */
    margin  : 0px;
    padding : 0px;
    word-wrap : break-word;
    word-break : break-all;
}

body {
    background : #FAF6F6 url("/template/4001/img/back.png") repeat-x left top;
}

#content_wrapper {
    /* 画面全体の背景や色、フォントの設定(ブログコンテンツ外側も含む) */
    font : 10px/1.5em "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
    width  : 768px ;
    margin : 0px auto;
    color : #666666;
    background : url("/template/4001/img/content_wrapper.gif") repeat-y center top;
}

#content_wrapper #content {
    /* ブログコンテンツ全体の設定 */
    width  : 768px ;
    margin : 0px auto;
    background : url("/template/4001/img/content_back.png") no-repeat center top;
}


/*------------------------------*/
/* ヘッダータイトルに関する指定 */
/*------------------------------*/
#content #header {
    /* タイトルの大きさや背景画像、文字色を定義する */
    height : 234px;
    /* 折り返しの対応 */
    line-height : 4px;
    position : relative;
    overflow : hidden;
}
 
#header #blogname {
    margin : 85px 200px 0px 35px;
    font-size : 24px;
    font-weight : bold;
    line-height : 24px;
    overflow : hidden;
}

#header #description {
    margin : 10px 200px 0px 35px;
    font-size : 14px;
    line-height : 1.2;
    height: 45px;
    overflow : hidden;
}

#header #navigator {
    font-size : 12px;
    line-height : 12px;
    width : 760px; 
    height : auto;
    font-weight : bold;
    text-align : center;
    /* 一番下に貼り付ける記述 */
    position : absolute;
    bottom : 10px;
}

div#header a         { color : #FF0066; text-decoration : none; }
div#header a:link    { color : #FF0066; text-decoration : none; }
div#header a:visited { color : #FF0066; text-decoration : none; }
div#header a:active  { color : #FF0066; text-decoration : underline; }
div#header a:hover   { color : #FF0066; text-decoration : underline; }


/*----------------------------*/
/* メニュー・記事に関する設定 */
/*----------------------------*/
#content #main {
    /* ブログ記事の表示位置の調整 */
    width : 760px;
    margin : 0px auto;
}

#main .left {
    /* サイドメニュー(左)の大きさ、背景の調整 */
    width : 180px;
    overflow : hidden;
    /* サイドメニュースペースと見出しの隙間は、ここで調整*/
    margin-bottom : auto;
    padding : 10px 15px 0px;
    float : left;
}

#main .middle {
    /* 記事の幅(予定幅 - マージン左右 - パディング左右) */
    height : auto;
    width : 535px;
    padding : 10px 0px 0px;
    float : right;
    overflow : hidden;
}

/*--------------*/
/* メニュー設定 */
/*--------------*/
#content_wrapper #content #main .side {
    /* サイドの一項目（カレンダー・最新記事など）*/
    width : 180px;
    /* 項目と項目の隙間は、ここで指定します */
    margin-bottom : 15px;
}

.side .side_title {
    /* サイドメニューのタイトル */
    height : 20px;
    font-weight : bold;
    color : #FE3D6A;
    background : url("/template/4001/img/side_title.gif") no-repeat left bottom;
}

.side .calendar_bg {
    /* カレンダー全体 */
    padding : 0px;
}

.side .calendar_bg th.calendar {
    /* 曜日 */
    padding : 0 4px;
    color: #FE3D6A;
    text-align : center;
    vertical-align : center;
}

.side .calendar_bg td.calendar {
    /* 日付 */
    padding : 0 4px;
    text-align : center;
}

.side .side_text, .side .profile_name_text {
    padding : 3px 10px;
    white-space : normal;
    overflow-x : hidden;
}

.side .side_text {
    padding : 4px 0px;
}

/* ぷろふのテキストは横パディングしない */
.side .profile_name_text .side_text, .side .side_text .side_text {
    padding : 3px 0px;
}

/*------------*/
/* 記事の設定 */
/*------------*/
#content #main .middle .entry {
    height : 100%;
    margin-bottom : 15px;
    background : url("/template/4001/img/entry_bg.gif") repeat-y left top;
}

#content #main .middle .entry_header {
    /* 記事投稿日 */
    padding : 18px 10px 5px 36px;
    color : #45D3E6;
    font-size : 14px;
    font-weight : bold;
    background : url("/template/4001/img/main_header.gif") no-repeat left top;
}

#main .middle .title {
    /* 記事のタイトル */
    font-weight : bold;
    padding : 0px 10px 3px 10px;
}

#main .middle .entry_text {
    font-size : 12px;
}

#main .middle .entry div.text {
    /* 本文 */
    width : 515px;
    white-space : normal;
    overflow-x : hidden;
    padding : 15px 10px 10px;
    line-height : 18px;
    font-size : 12px;
    background : url("/template/4001/img/text_bg.gif") no-repeat 13px 5px;
}

.comment_layer {
    /* コメントプレビュー */
    width : 515px;
    white-space : normal;
    overflow-x : hidden;
    padding : 15px 10px 10px;
    line-height : 18px;
    font-size : 12px;
}

.comment_layer2 {
    /* コメント・トラックバック */
    width : 515px;
    white-space : normal;
    overflow-x : hidden;
    padding : 5px 10px 0;
    line-height : 18px;
    font-size : 12px;
}

#main .middle .continue {
    /* 続きを読む */
    padding : 10px 10px;
    font-size :12px;
}

#main .middle .posted {
    /* 記事の投稿者 */
    padding : 0px 5px 12px;
    font-size : 10px;
    text-align : right;
    background : url("/template/4001/img/main_uline.gif") no-repeat left bottom;
    /* 記事と記事の間隔はここで指定 */
}

#main .middle .posted2 {
    /* コメント・トラックバックの投稿者 */
    padding-top : 10px;
    font-size : 10px;
    text-align : right;
}

#main .middle #comment_form_captcha_fieldset {
    /* 画像認証 */
    margin-bottom : 10px;
    padding : 5px 10px;
}

#main .middle #comment_form_captcha_fieldset dt,
#main .middle #comment_form_captcha_fieldset dd,
#main .middle #comment_form_captcha_fieldset dd p {
    padding : 2px 0;
}

#main .middle .comment_navigator {
    font-size : 10px;
    text-align : center;
}

#main .middle .page {
    font-size : 10px;
    text-align : center;
}

#main .middle .entryratings {
    /* 評価 */
    padding-bottom : 15px;
    font-size : 10px;
    text-align : right;
}

#main .middle .rating {
    font-weight : normal;
}

#content #footer {
    margin : 0px auto;
    text-align : center;
}


/* -------------- */
/* リンク色の設定     */
/* -------------- */
a         { color : #FE3D6A; text-decoration : underline; background : none; }
a:link    { color : #FE3D6A; text-decoration : underline; background : none; }
a:visited { color : #FE3D6A; text-decoration : underline; background : none; }
a:active  { color : #FE3D6A; text-decoration : underline; background : none; }
a:hover   { color : #FE3D6A; text-decoration : underline; background : none; }

.side a         { color : #FE3D6A; text-decoration : underline; background : none; }
.side a:link    { color : #FE3D6A; text-decoration : underline; background : none; }
.side a:visited { color : #FE3D6A; text-decoration : underline; background : none; }
.side a:active  { color : #FE3D6A; text-decoration : underline; background : none; }
.side a:hover   { color : #FE3D6A; text-decoration : underline; background : #FDDEE5; }

.side .side_title a         { color : #FE3D6A; text-decoration : none; background : none; }
.side .side_title a:link    { color : #FE3D6A; text-decoration : none; background : none; }
.side .side_title a:visited { color : #FE3D6A; text-decoration : none; background : none; }
.side .side_title a:active  { color : #FE3D6A; text-decoration : none; background : none; }
.side .side_title a:hover   { color : #FE3D6A; text-decoration : none; background : #FDDEE5; }


/*----------------------*/
/* マイポータル共通記述 */
/*----------------------*/
#portal_left {
    /* サイドメニュー(左)の大きさ、背景の調整 */
    margin-bottom: 15px;
    width : 180px;
    padding : 10px 15px 0px;
    /* サイドメニュースペースと見出しの隙間は、ここで調整*/
    float : left;
    overflow-x : hidden;
    text-align : left;
}

#portal_left .side {
    width : 180px;
    margin-bottom : 15px;
    overflow-x : hidden;
}

#portal_left br {
    line-height : 0px;
}

#portal_left .side_title {
    /* サイドメニュー(左)のタイトル部 */
    height : 20px;
    font-weight : bold;
    color : #FE3D6A;
    background : url("/template/4001/img/side_title.gif") no-repeat left bottom;
}

#portal_left .profile_introduction {
    /* サイドメニュー(左)のテキスト部 */
    text-align : left;
}

#portal_left .profile_name_text ul {
    padding-top : 10px;
    text-align : left;
}

#portal_left .profile_name_text li {
    padding: 0 0 5px 12px;
    background : url("/template/4001/img/icon.gif") no-repeat 0px 2px;
}

#portal_right {
    /* 記事の幅(予定幅 - マージン左右 - パディング左右) */
    margin-bottom: 15px;
    width : 535px;
    float : left;
}

#portal_right .portal_title_box {
    /* 記事のタイトル */
    margin-bottom : 10px;
    border-bottom: 3px solid #FE3D6A;
}

#portal_right .portal_title {
    /* 記事投稿日 */
    font-weight : bold;
    color : #FE3D6A;
    padding : 10px 10px 3px;
}

#portal_right th.portal_text {
    text-align : left;
    font-weight : bold;
    font-size : 12px;
    border-bottom: 1px solid #CCCCCC;
}

#portal_right td.portal_text {
    text-align : left;
    font-size : 12px;
}

.cl { clear : both; padding : 0px;}

ul {
    list-style-type : none;
}

hr {
    border : 0;
    color : #D9D9D9;
    background-color : #D9D9D9;
    height : 1px;
}

.head {
    font : 28px bold;
    padding-left: 50px;
}

.head a         { font : 28px bold; color : #FF0066; text-decoration : none; background : none; padding-right: 10px; }
.head a:link    { font : 28px bold; color : #FF0066; text-decoration : none; background : none; padding-right: 10px; }
.head a:visited { font : 28px bold; color : #FF0066; text-decoration : none; background : none; padding-right: 10px; }
.head a:active  { font : 28px bold; color : #FF0066; text-decoration : none; background : none; padding-right: 10px; }
.head a:hover   { font : 28px bold; color : #FF0066; text-decoration : none; background : #FDDEE5; padding-right: 10px; }
