* {
  scrollbar-face-color: #ffffff;       /* 表面の色 */
  scrollbar-3dlight-color: #ffffff;    /* 左端と上端の色 */
  scrollbar-highlight-color: #ff6666;  /* ハイライトの色 */
  scrollbar-shadow-color: #ffffff;     /* 影の色 */
  scrollbar-darkshadow-color: #ff6666; /* 右端と下端 */
  scrollbar-arrow-color: #FF3568;      /* 矢印の色 */
  scrollbar-track-color: #ffffff;      /* バーの背景の色 */
}



body{
        text-align: center;
        background-color: #ffffff;
        margin: 0px;
        padding: 0px;
        font-size: 12px;
        font-family: sans-serif,"\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF","\30D2\30E9\30AE\30CE\20Pro\20W3",Osaka;
}




#layout {
          width: 780px;
          margin-top:  0px;
          padding-top: 0px;
          background-color: #ffffff;
          border-left: solid 1px #ffffff;
          border-right: solid 1px #ffffff;
  }


#header {
          width : 780px;
          height : 250px;
          margin-top:  0px;
          padding-top: 0px;
          text-align: left;
          background-color: #FF3568;
          background-image: url(http://blog-imgs-24.fc2.com/c/o/c/co/jin_780_250.jpg);
                       }





#menu {
        float : right;
        width : 200px;
        margin: 20px 0px 0px 10px;
        padding: 0px;
        background-color: #ffffff;
        color: #C68FD4;
        text-align: left;
}

#menu p{
        margin: 0.4em;
        color: gray;
}

#menu a {
       text-decoration: none;
       color: #FF3568;
}


#menu a:hover {
	 color:  #999999;
}

#main {
        float : left;
        width : 570px;
        margin: 20px 0px 0px 0px;
        padding: 0px;
        text-align: left;
        color: gray;
        background-color: #ffffff;
 }




#footer {
	clear : both;
         width: 780px;
	color: gray;
       　border-top: dotted 1px #FF3568;
	padding-top: 10px;
	margin-top: 30px;
	text-align: center;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	}




/*タイトル部分
------------------------------------------------------------*/


/*サイトタイトル*/


.site_title {
           text-align: right;
	font-size: 24px;
	font-weight: bolder;
	font-color: #ffffff;
	padding-top: 55px;
         padding-right: 50px;
         padding-left: 350px;
	margin: 0px;
	
}
.site_title a:link {	color:#ffffff;	text-decoration: none;}
.site_title a:active {	color: #ffffff;	text-decoration: none}
.site_title a:visited {	color: #ffffff;	text-decoration: none}
.site_title a:hover {	color: #FF3568;	text-decoration: none;}


/*サイト説明文*/

.site_intro {
         text-align: right;
	margin-top: 0px;
	font-size: 10px;
	color: #dadada;
	padding-top: 140px;
	padding-right: 50px;
         padding-left: 350px;
}






/*カレンダー*/

.calender {
	color: gray;
	width: 95%;
    text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

li.day {
	padding: 0px 3px 0px 2px;
}

.prev-month-calendar {
	margin-right : 8px;
}

.next-month-calendar {
	margin-left : 8px;
}





/*メニュー文字設定
------------------------------------------------------------*/

h2 {
        font-size: 12px;
        color: #FF3568;
        text-align: center;
        margin-bottom: 15px;
        padding: 5px;
        background-color: #ffffff;
        border-style: ridge;
        border-width: 1px;
}



/* 自己紹介部分の画像
--------------------------------------------------*/

.pay img {
       padding-left: 10px;
       margin: 0px;
} 





/* リスト設定（サイドメニュー）
------------------------------------------------------------*/

ul {
     text-align:center;
     margin: 0px;
     padding-left: 10px;
     list-style-type: square;
     text-decoration: none;
}


li {
     text-align: left;
     font-size: 12px;
     color: gray;
     line-height: 120%;
     padding: 0px 5px 5px 0px;
     text-decoration: none;
}


/*日記のタイトル色*/

a {
       text-decoration: none;
       color: #FF3568;
}


a:hover {
	 color:  #FF3568;
}   


/*自己紹介用イメージ------------------------------------------------------------*/

.pay {
	text-align: center;
}

.pay img{
background: #fff;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #666;
border-right: 1px solid #666;
margin: 0px 10px 5px 0px;
padding: 5px;
} 






/*エントリー
--------------------------------------------------*/


/*エントリーテーブル（1ブロック）*/

.entry_table{
	width: 570px;
	margin: 0px 0px 50px 0px;
         padding: 3px;
         background-color: #ffffff;
         border-style: double;
         border-width: 5px;
         background-position: left bottom;
}

/*エントリー：ナビゲーション*/

.entry_navi{
	font-size: 12px;
	text-align:center;
}

.entry_navi a {
                 font-size: 12px;
                 color: #FF3568;
                 text-decoration:none;
}


.entry_navi a:hover {
	              color: #999999;
                       text-decoration : underline;
}


/*エントリー：見出し*/

.entry_title{
	font-size: 16px;
	font-weight: bolder;
	color: #FF3568;
	margin: 10px 20px 10px 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted gray;
}


/*エントリー：テキスト*/

.entry_text {
	font-size: 12px;
	color: gray;
	margin: 30px 35px 30px 35px;
	line-height : 150%;
}

.entry_text a {
                 font-size: 13px;
                 color: #FF3568;
                 text-decoration:none;
}


.entry_text a:hover {
	              color: #999999;
                       text-decoration : underline;

}



/*エントリー：ステータス（日付等）*/

.entry_state {
	font-size: 12px;
	color: gray;
	text-align: left;
         margin: 0px 0px 10px 35px;
}



.entry_state a {
                 font-size: 12px;
                 color: #999999;
                 text-decoration:none;
}


.entry_state a:hover {
	               color: #FF3568;
                       text-decoration : underline;
}


#pagetop { margin:  0px 0px 50px 0px;}


/*テキスト内の画像*/

.entry_text img {
background: #fff;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #666;
border-right: 1px solid #666;
margin: 0px 5px 5px 0px;
padding: 5px;
}  






/*検索
---------------------------------------------------------*/
#sarch { text-align: center;
         margin-top : 10px;
         padding: 0px 0px 0px 0px;
       }





/*フッター
---------------------------------------------------------*/



#footer a {
	color:#FF3568;
	text-decoration:none;
	}

#footer a:hover {
	color:#999999;
	}

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;
}

img.emoji{
	vertical-align:middle;
	border:0;
}