/*

ダウンロードしていただき、ありがとうございます。

プラグイン・全記事対応になっています。

下記内容に該当するブログでのご使用はご遠慮ください。

猟奇的なコンテンツ
違法な内容を扱うもの
宗教的なコンテンツ
差別的な内容を扱うもの

アダルトコンテンツに関しましては、個人の趣味の範囲であればOKです★

下記エントリーにてテンプレートの利用規約がありますので、
目を通していただけるとありがたいです。
テンプレートの修正・更新内容もこちらです。
  
http://cloudyvanilla.blog26.fc2.com/

 */

/* ブラウザのデフォルトに依存しないように全てのマージンとパディングを0にしています */
* {
   margin: 0;
   padding: 0;
   word-break:break-all;
}


/* html（スクロールバーの色設定が反映されるのはIEのみ） */
html {
        scrollbar-face-color: #ffffff; /* バーの色 */
        scrollbar-3dlight-color: #ffffff; /* 左上外側ライン */
        scrollbar-highlight-color: #dcdcdc; /* 左上内側ライン */
        scrollbar-shadow-color: #ffffff; /* 右下内側ライン */
        scrollbar-darkshadow-color: #d3d3d3; /* 右下外側ライン */
        scrollbar-arrow-color: #b0c4de; /* 矢印 */
        scrollbar-track-color: #f5f5f5; /* トラック部分 */
}



/* ボディ */
 body{text-align:center; /* IEのバグを利用して中央に配置 */
        /* サイト内の文字の設定をしています */
        text-align: left; /* 文字を左に設定 */
        line-height: 1.6; /* 文字間隔 */
         font-size: 12px; /* 文字サイズ */
        font-family:arial unicode ms; /* 文字種類 */
        color: #ff69b4; /* 文字色 */

       /* 背景を設定しています。画像を変更する場合は、backgroundのurl()内の画像の参照先を変更してください */
            background:url(http://blog-imgs-26.fc2.com/c/l/o/cloudyvanilla/pinksky000.jpg) ;
         
            background-attachment:fixed; 
            background-position:right bottom ;/* 配置 */
            margin:0;
            padding:0;
}

/* リンク文字 */
a {
        text-decoration: none; /* 下線無し */
        color:#ffc0cb ; /* 文字色 */
}

/* カーソルを置いたときのリンク文字 */
a:hover {position : relative; top: 1px; left: 1px
        text-decoration: none; /* 下線 */
        color:#ff69b4 ;
}

/* イメージにリンクを貼ったときの設定 */
a img {
       border : none; /* 線無し */
}


br{letter-spacing:normal;
}

/* ブログ全体の設定 */

#all{width:1000px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    padding: 0px 10px;         
}

#midl{width:1000px;
       margin: 0px;
       padding: 0px;
      text-align:left;
      background-color : ;
}


/* 記事部分と左カラムの設定 */

#wrapper {
	float:left;
	width:793px;
	margin-bottom:15px;
}


/* メインの設定 */


#main{ margin-left : auto;
         margin-right : auto;
       padding-left : auto;
       padding-right : auto;

        /* 枠線を描いています */
              border: 2px solid #ff69b4;
       float:right;
       width:580px;
       background-color : ;
}

blockquote {
width: 480px;
	clear: both;
	/* 枠線を描いています */
                border: 1px solid  #ff69b4;
	font-size:12px;
                 background-position:center; /* 配置 */
                 padding: 20px;
                margin-left:auto;
                margin-right:auto;
}




/* 左カラムの設定 */

#left{float:left;    
        width:180px;
        margin-left : auto;
        margin-right : auto;
        padding-left : auto;
        padding-left : auto;
}


/* 右カラムの設定 */

#right{ 
        float:right;       
        width:180px;
        margin-left : auto;
       margin-right : auto;
        padding-left : auto;
        padding-left : auto;


}


      /* ヘッダー部分 */
#header {
        width :600px; /* ヘッダー部分の幅 */
        height: 200px; /* 高さを設定します */
       /* トップ画像を変更する場合は、backgroundのurl()内の画像の参照先を変更してください */
       background: url(http://blog-imgs-24.fc2.com/c/l/o/cloudyvanilla/wing5777.gif) ;
       background-repeat:no-repeat; /* 背景を繰り返さない */
       background-position:left ; /* 配置 */
       margin-top:0px;
       margin-left:auto;
       margin-right:auto;       
       padding-left : auto;
       padding-right : auto;

}

/*　フッダーの設定　*/

#footer { 
/* 枠線を描いています */
        border: 2px solid #ff69b4;
        clear: both;
        text-align:center;
        width: 580px;
        height: 75px;
        background-position:center;        
        padding: 15px 0px 0px 0px;/* 内側余白調整 上右下左 */
        margin-left:auto;
        margin-right:auto;
        margin-bottom:10px;
        margin-top :10px;
}



/*　エントリー部分の設定　*/

.entry_top {
        width:500px;   
       background: url(http://blog-imgs-24.fc2.com/c/l/o/cloudyvanilla/wing100.gif) ;
       background-repeat:no-repeat; /* 背景を繰り返さない */
       background-position:left; /* 配置 */
       margin-bottom:10px;
       margin-left : auto;
       margin-right : auto;
       padding: 0px 10px 0px 45px;/* 内側余白調整 上右下左 */

}

.entry_body { text-align: right; /* 文字右寄せ */
        width: 500px;
       overflow: hidden;
/* アイコン画像を入れる場合は、backgroundのurl()内の画像の参照先を変更してください */
       background: url(http://blog-imgs-26.fc2.com/c/l/o/cloudyvanilla/wing-pink01.gif) no-repeat;  
 　　　background-repeat:no-repeat; /* 背景を繰り返さない */
        background-position:center; /* 配置 */
       margin-left : auto;
       margin-right : auto;
       padding: 10px 40px 70px 0px;/* 内側余白調整 上右下左 */
}

.entry_bottom {
        width: 530px;
        height: 10px;
        margin-bottom: 5px;
        margin-left : auto;
        margin-right : auto;
        padding: 0px;
}



/*　各部のテキスト設定　*/

.top_title {
        font-size: 30px; font-weight: bold;
        text-align: center;
        margin: 10px;
        padding: 70px 0px 0px 10px;
}

/* 通常・訪問済みリンクカラー */
.top_title a:link { color: #4169e1;
                   text-decoration : none;;}

/* マウスを上に重ねた時リンクカラー */
.top_title a:hover{color:#ffc0cbf;position : relative; top: 1px; left: 1px
                   text-decoration : none;}


.site_info {text-align:center;
        margin: 10px;
        padding: 0px 0px 0px 20px;
        font-size: 15px;
}


.tagword {
	color: #9999CC !important;
	background-color: ;
	text-decoration: none;
}
.entry_title {
        font-size: 18px;        
           text-align :left;
        font-weight: bold;
        margin: 0px;
        padding: 10px 0px 0px 20px;

}

.entry_text {
        text-align: left;
        line-height: 1.5;
        letter-spacing: 1px;
        margin: 10px;
        padding: 10px 0px 0px 20px;
}


/* 日付等のステータス */
.entry_state {
        margin-right: 10px; /* 右に間隔を取っています */
        text-align: right; /* 文字右寄せ */
        font-size: 12px; 
}

.comment_title {
        font-size: 13px;
        color: #ff69b4; /* 文字色 */
border-bottom: 3px solid #ff69b4; /* 下にラインを書いています */
        text-align: left;
        font-weight: bold;
        margin-left: 10px;
        padding: 15px 0px 0px 10px;
}

.comment_state { font-size: 12px;
        color: #ff69b4; /* 文字色 */
        text-align: right;
        margin: 10px 10px 20px 0px;
        padding: 0px;
}

.entry_navi {
        text-align: center;
        margin-bottom: 10px;
        padding: 0px;
}
.trackback_url {
	padding-bottom: 30px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
}

.trackback_url input {
	padding-bottom: 1px;
        border:none;
	margin-bottom: 1px;
	width: 85%;
	background-color: ;
	color: #ffc0cb;
}


/*　メニューの詳細設定　*/

.sidemenu_block {   /* 枠線を描いています */
        border: 2px solid #ff69b4;
        margin:0 0 5px;
        padding: 5px 5px 0px 5px;/* 内側余白調整 上右下左 */
        overflow:hidden; /* はみ出した部分を隠す */
       background-color: ;   
}


.sidemenu_title {
         text-align :center;
         font-weight: bold;
         font-size: 13px;
         color#ff69b4;    
        width: 125px;
        height: 20px;
        overflow:hidden;
        clear : both; /* 回り込み解除 */
        margin-right: 5px;
        margin-rleft:5px;
        padding: 0px 0px 0px 5px;
         background: url() ;
       background-repeat:no-repeat; /* 背景を繰り返さない */
       background-position:left; /* 上に配置 */
}


.sidemenu_area {
        text-align: left;
        margin-top : 10px;
}
ul {
       padding:0px;
       margin:0px;
       list-style-type:none;/* メニューリスト左に出る「・」を無くしました */
}


ul li {
      margin:0px 5px 0px 5px;
      padding: 0px 0px 1px 17px;
      background: url(http://blog-imgs-24.fc2.com/c/l/o/cloudyvanilla/cloudy-vanilla-tree.gif) no-repeat;
}


/* プラグインのカレンダーの設定 */

table.calender {
	 font-size: 8pt;
	 border:1px #ff69b4 solid;
	 width: 80%;
	 margin: 5px 5px 0px 5px;
	 text-align : center;
	 font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}
.caption {
	padding: 3px;
}
.calender th {
	font-weight: normal;
	border-bottom: 1px solid #ff69b4;
}
.calender td {
	text-align: center;
	padding: 2px;
}
.calender td a {
	background-color: #ffffff; 
	color : #9999FF;
	display: block;
}
.calender a:hover {
	text-decoration : none ; 
	background-color : #ff69b4;
	color : pink ;
}
th#sun {
	font-size:8pt;
	color: #ff0000;
}
th#sat {
	font-size:8pt;
	color: #0080ff;
}

/* 入力エリア、リスト、ボタンの設定 */
input,textarea,select,button,submit {
        color:silver;/* 文字色 */
        background-color: #ffffff; 
        border: 1px solid  #ff69b4; /* 線の色 */
}


TEXTAREA{
       color: #1e90ff; /* 文字色 */
         border-width : 1px;
         border-style : solid;
         color: #ff69b4;
}


/* 横カレンダーの設定 */

.border_calender{
 margin: 0px auto;
 text-align: center;
 padding:10px;
}

.day_interval{
 padding: 2px;
}
/* MAC・IEバグ回避 */
textarea,input,select {
font-family : "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
}

/* IE改行バグ回避 */
br {
letter-spacing:normal;
}