@charset "utf-8";

body{
        text-align: center;
        background-color: #000000;
        margin: 0px;
        padding: 0px;
        font-size: 13px;
        font-family: "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF","\30D2\30E9\30AE\30CE\20Pro\20W3",Osaka,sans-serif ;
          background-image: url(http://blog-imgs-29-origin.fc2.com/0/1/0/010101/la_bg009.jpg);
          background-position: left top;
          background-repeat: no-repeat;
}


#layout {
          width: 770px;
          margin-top:  0px;
          padding-top: 0px;
          background-image: url(http://blog-imgs-29-origin.fc2.com/0/1/0/010101/la_labg002.jpg);
          background-position: 190px 900px;
          background-repeat: repeat-y;
                     }

#title {
          width : 770px;
          height : 55px;
          margin-top:  0px;
          padding-top: 0px;
          background-image: url(http://blog-imgs-29-origin.fc2.com/0/1/0/010101/la_tbg001.jpg);
          background-position: 97% 0%;
          background-repeat: no-repeat;
          }


#header {
          width : 770px;
          height : 265px;
          margin-top:  0px;
          padding-top: 0px;
          text-align: left;
                       }


#menu {
        width : 170px;
        margin: 5px 0px 0px 20px;
        padding: 0px;
        color: #BBBBBB;
        text-align: left;
                    }

#menu p{
        font-size: 11px;
        color: #BBBBBB;
        padding: 0px 10px 0px 10px;
}

#menu p a { text-decoration: underline;}
#menu p a:hover {text-decoration: none;}  

#menu2 {
        margin: 20px 30px 0px 10px;
        padding: 0px;
        color: #BBBBBB;
        text-align: left;
                    }

#menu2 p{
        font-size: 10px;
        color: #BBBBBB;
        padding: 0px 10px 0px 10px;
}

#menu2 p a { text-decoration: underline;}
#menu2 p a:hover {text-decoration: none;}  


#main {
        width : 540px; 元は530
        margin: 10px 0px 0px 10px;
        padding: 0px;
        text-align: left;
        color: #999999;
          background-image: url(http://blog-imgs-29-origin.fc2.com/0/1/0/010101/la_ebg004.jpg);
          background-position: right top;
          background-repeat: repeat-y;
                    }




#footer {
    clear : both;
    width: 770px;
    height : 60px;
    margin-top: 30px;
    text-align: center;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
          background-image: url(http://blog-imgs-29-origin.fc2.com/0/1/0/010101/la_fbg004.jpg);
          background-position: left bottom;
          background-repeat: no-repeat;
    }






/*ブログタイトル */


.site_title {
    text-align: center;
    font-size: 14px;
    color: #D24B96;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px;

}

.site_title a {
                 letter-spacing: 6pt;
                 font-size: 24px;
                 font-weight: bolder;
                 color: #D24B96;
                 text-decoration:none;
}


.site_title a:hover {
                   color: #CCCCCC;
                   text-decoration : none;
}







/*ブログ説明文 */

.site_intro {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #C2B3BB;
    padding-left: 20px;
    padding-right: 20px;
}





/* カレンダー */

.calender {
        font-size: 13px;
        line-height: 100%;
        width: 90%;
            margin-bottom: 20px;
            margin-left: 10px;
            color: gray;
}


.calender a  { font-weight: bolder;}
.calender a:link    {color: orage;  text-decoration: none;}
.calender a:active  {color: orage;  text-decoration: none;}
.calender a:visited {color: orage;  text-decoration: none;}
.calender a:hover   {color: orage;  text-decoration: underline;}


.calender caption {
                font-size: 10px;
                line-height: 150%;
                padding-bottom: 1px;
                color: #D24B96;
                margin-left: 10px;
}


.calender caption a:link    {color: #D24B96;  text-decoration: none;}
.calender caption a:active  {color: #D24B96;  text-decoration: none;}
.calender caption a:visited {color: #D24B96;  text-decoration: none;}
.calender caption a:hover   {color: #F0B3D5;  text-decoration: underline;}


.calender th {
           color: #666666;
           width: 20px;
           height: 16px;
           font-weight: bolder;
           text-align: center;
}


.calender td {
           width: 20px;
           height: 16px;
           text-align: center;
}



.calender td a {
             display: block;
}


th#sun {
     color: #FF758F;
}


th#sat {
     color: #D78ACF;
}


.calender td a:link {
                  color: #D24B96;
                  text-decoration: none;
}


.calender td a:visited {
                     color: #D24B96;
                     text-decoration: none;

}


.calender td a:hover {
                   color: #F0B3D5;
                   text-decoration: none;
}

/* ---------------------------------------
▼横カレンダー
---------------------------------------- */
.yoko_calender {
text-align:center; /* 中央に配置 */
font-family:"Verdana", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "sans-serif"; /* フォント指定 */
font-size:12px; /* 文字サイズ */
color:#433; /* 文字色 */
border-top:1px dotted #963; /* 上にライン */
border-bottom:1px dotted #963; /* 下にライン */
padding:2px 0;
margin:5px auto 0;
}

.day {
margin:0 2px;
}

/* 横カレンダーのリンク色 */
.yoko_calender a, .yoko_calender a:link, .yoko_calender a:visited {
color:#700; /* 文字色 */
text-decoration:none; /* 下線なし */
font-weight:bold; /* 太字 */
}
/* カーソルが乗った時 */
.yoko_calender a:hover {
background:#DEB447; /* 背景色 */
color:#fff; /* 文字色 */
text-decoration:none;
}
/* 横カレンダーがいらない場合は、HTMLソースの横カレンダーここから、横カレンダーここまでの部分を削除してください */




/*メニュータイトル */

h2 {
    font-size: 13px;
        color: #C2B3BB;
        text-align: left;
        margin-bottom: 14px;
        padding-left: 5px;
        border-bottom : 1px solid #D24B96;
    }


/* 自己紹介イメージ */

.pay img {
       padding-left: 10px;
       margin: 0px;
} 



/* リスト設定 */

ul {
     text-align:left;
     margin: 0px;
     padding-left: 10px;
     list-style-type: none;
     text-decoration: none;
}


li {
     text-align: left;
     font-size: 13px;
     color: gray;
     line-height: 150%;
     padding: 0px 0px 10px 20px;
     text-decoration: none;
     background: url(http://blog-imgs-29-origin.fc2.com/0/1/0/010101/li057.gif);
     background-position: 0px 2px;
     background-repeat: no-repeat;
}





a {
       text-decoration: none;
       color: #D67C91;
}


a:hover {
       text-decoration: none;
       color: #CDA6B1;
}   






/*エントリーテーブル */

.entry_table{
    width: 500px;
    margin: 0px 30px 30px 0px;
         color: gray;
}


.etc_table{
    width: 500px;
    margin: 20px 30px 50px 0px;
         color: gray;
}




/*エントリータイトル */

.entry_title{
    text-align: center;
    font-size: 14px;
    font-weight: bolder;
    color: #999999;
    margin: 0px 20px 0px 20px;
}


.entry_title a {
                 font-size: 16px;
                 color: #999999;
                 text-decoration:none;
}


.entry_title a:hover {
                   color: #F0B3D5;
                   text-decoration : none;
}



/*エントリーテキスト */

.entry_text {
    font-size: 13px;
    color: #D9BCCD;
    margin: 10px 20px 10px 20px;
    line-height : 170%;
}

.entry_text a {
                 font-size: 13px;
                 color: #D586C1;
                 text-decoration: underline;
}


.entry_text a:hover {
                  color: #F6B3E5;
                  text-decoration: underline;

}


.entry_text blockquote {
        font-size: 12px;
        text-align: left;
        color: #D24B96;
        background-color: #15010D;
        border:1px dotted #D24B96;
        padding: 15px;
        margin: 0px 5px 0px 5px;
}

  .entry_text blockquote p {
        padding: 0px;
        margin: 0px;
}



.except_text {
    font-size: 12px;
    color: #F9DCEB;
    margin: 10px 20px 10px 20px;
    line-height : 165%;
}




/*エントリー日付 */
.entry_state_sec {
    font-size: 14px;
    color: #666666;
    text-align: right;
         margin: 8px 30px 10px 0px;
}



/*エントリーオプション */

.entry_state {
    font-size: 12px;
    color: #444444;
    text-align: right;
    margin: 20px 30px 10px 0px;
}


.entry_state a {
                 font-size: 12px;
                 color: #D24B96;
                 text-decoration:none;
}


.entry_state a:hover {
                   color: #F0B3D5;
                   text-decoration : underline;
}




/*エントリーナビ */

.entry_navi{
    font-size: 12px;
    color: #444444;
    text-align:center;
}

.entry_navi a {
                 font-size: 12Px;
                 color: #B17284;
                 text-decoration:none;
}


.entry_navi a:hover {
                  color: #CDA6B1;
                  text-decoration : underline;
}



/*テキスト内の画像*/ボーダー 1PTのところ0に直した

.entry_text img {
       border:0px solid #D24B96; 
       padding: 0px;
} 



/*コメントタイトル */
.etc_title {
    text-align: left;
    font-size: 12px;
    font-weight: bolder;
    color: #DFBECD;
    margin: 20px 20px 5px 20px;

}

.etc_title a {
                 font-size: 12px;
                 color: #DFBECD;
                 text-decoration:none;
}


.etc_title a:hover {
                   color: #CE85A6;
                   text-decoration : none;
}



/*コメントオプション */
.etc_state {
    font-size: 10px;
    color: #666666;
    text-align: right;
    margin: 10px 30px 10px 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #D24B96;
}


.etc_state a {
                 font-size: 10px;
                 color: #D24B96;
                 text-decoration:none;
}


.etc_state a:hover {
                   color: #F0B3D5;
                   text-decoration : underline;
}



/*検索 */
#sarch { text-align: left;
         margin-top : 30px;
         padding: 0px 0px 10px 35px; }




/*フォーム装飾 */
input,textarea,select,button,submit {
         border:1px solid #D24B96; 
         color : #999999;
         background-color:#000000;
}


/*著作権 */

.copy {
    color:#666666;
    font-size: 10px;
    padding-top: 20px
}

.copy a {
    color:#D24B96;
    font-size: 10px;
    text-decoration: none;
    }

.copy a:hover {
    color:#F0B3D5;
    text-decoration: underline;
}
