body{
        text-align: center;
        background-color: #ffffff;
        margin: 0px;
        padding: 0px;
        font-size: 14px;
        font-family: "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF","\30D2\30E9\30AE\30CE\20Pro\20W3",Osaka,sans-serif ;
        background-image: url(http://templates.blog.fc2.com/template/grave-bear/back.gif);
}




#layout {
          width: 770px;
          margin-top:  0px;
          padding-top: 0px;
          background-color: #ffffff;
          border-left: solid 1px #701c0d;
          border-right: solid 1px #701c0d;
                     }


#header {
          width : 770px;
          height : 200px;
          margin-top:  0px;
          padding-top: 0px;
          text-align: left;
          background-color: #ffffff;
          background-image: url(http://templates.blog.fc2.com/template/grave-bear/top.gif);
                       }





#menu {
        float : left;
        width : 170px;
        margin: 20px 0px 0px 10px;
        padding: 0px;
        background-color: #ffffff;
        color: #d7a1bc;
        text-align: left;
                    }



#main {
        float : right;
        width : 530px;
        margin: 20px 0px 0px 10px;
        padding: 0px;
        background-color: #ffffff;
        text-align: left;
        color: gray;
                    }




#footer {
	clear : both;
         width: 770px;
	color: gray;
	border-top: solid 1px #701c0d;
	padding-top: 10px;
	margin-top: 30px;
	text-align: center;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	}




/*タイトル部分
------------------------------------------------------------*/


/*サイトタイトル*/


.site_title {
	font-size: 22px;
	font-weight: bolder;
	color: #701c0d;
	padding-top: 50px;
        padding-left: 50px;
	margin: 0px;
}


/*サイト説明文*/

.site_intro {
	margin-top: 20px;
	font-size: 14px;
	font-weight: normal;
	color: gray;
	padding-left: 50px;
	padding-right: 30%;
}




/*文字設定
------------------------------------------------------------*/

h2 {
	font-size: 14px;
        color: #701c0d;
        text-align: left;
        margin-bottom: 15px;
        padding-left: 5px;
        border-left : 3px solid #d7a1bc;
        border-bottom : 1px solid #d7a1bc;
	}


/* 自己紹介部分の画像
--------------------------------------------------*/

.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: 12px;
     color: gray;
     line-height: 150%;
     padding: 0px 0px 10px 20px;
     text-decoration: none;
     background: url(http://templates.blog.fc2.com/template/grave-bear/icon.gif) no-repeat;
}


a {
       text-decoration: none;
       color: gray;
       border-bottom: solid 1px #d7a1bc;
}


a:hover {
	color:  #701c0d;
}   


#menu p{
       font-size: 12px;
       color: gray;
       margin:0.4em;
}



/* カレンダー
--------------------------------------------------*/

.calender {
	    font-size: 10px;
	    line-height: 100%;
	    width: 150px;
	    background: #FFFFFF;
            border: 1px solid #853737;
            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;
	            background: #853737;
                     color: #ffffff;
                     margin-left: 10px;
}


.calender caption a:link    {color: #ffffff;  text-decoration: none;}
.calender caption a:active  {color: #ffffff;  text-decoration: none}
.calender caption a:visited {color: #ffffff;  text-decoration: none}
.calender caption a:hover   {color: skyblue;  text-decoration: underline;}


.calender th {
	       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: #da70d6;
}


th#sat {
	 color: #48d1cc;
}


.calender td a:link {
	              background: #ffffff!important;
	              color: #76b168;
	              text-decoration: none;
}


.calender td a:visited {
	                 background: #ffffff!important;
	                 color: #ff9900;
	                 text-decoration: none;

}


.calender td a:hover {
	               background: #ffffff!important;
	               color: pink;
	               text-decoration: underline;
}




/*エントリー
--------------------------------------------------*/


/*エントリーテーブル（1ブロック）*/

.entry_table{
	width: 500px;
	margin: 0px 30px 50px 0px;
         color: gray;
}

/*エントリー：ナビゲーション*/

.entry_navi{
	font-size: 12px;
	text-align:center;
}

.entry_navi a {
                 font-size: 12px;
                 color: #d7a1bc;
                 text-decoration:none;
}


.entry_navi a:hover {
	              color: #853737;
                       text-decoration : underline;
}


/*エントリー：見出し*/

.entry_title{
	font-size: 14px;
	font-weight: bolder;
	color: #853737;
	margin: 10px 20px 10px 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted gray;
}


/*エントリー：テキスト*/

.entry_text {
	font-size: 12px;
	color: gray;
	margin: 30px 20px 30px 20px;
	line-height : 150%;
}

.entry_text a {
                 font-size: 12px;
                 color: #d7a1bc;
                 text-decoration:none;
}


.entry_text a:hover {
	              color: #853737;
                       text-decoration : underline;

}



/*エントリー：ステータス（日付等）*/

.entry_state {
	font-size: 12px;
	color: gray;
	text-align: center;
         margin: 20px 0px 10px 0px;
}


.entry_state a {
                 font-size: 12px;
                 color: #d7a1bc;
                 text-decoration:none;
}


.entry_state a:hover {
	               color: #853737;
                       text-decoration : underline;
}


/*テキスト内の画像*/

.entry_text img {
       padding: 0px;
       margin-right: 3px;
       margin-bottom: 3px;
} 






/*検索
---------------------------------------------------------*/
#sarch { text-align: left;
         margin-top : 30px;
         padding: 0px 0px 10px 35px;
         background: url(http://templates.blog.fc2.com/template/grave-bear/sarch.gif) no-repeat; }





/*フッター
---------------------------------------------------------*/



#footer a {
	color:#d7a1bc;
	text-decoration:none;
	}

#footer a:hover {
	color:#853737;
	}
	
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;
}
