body{
        text-align: center;
        background-color: #ff3399;
        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 ;
        
}




#layout {
          width: 770px;
          margin-top:  0px;
          padding-top: 0px;
          background-color: #ffffff;
          border-left: solid 0px #000000;
          border-right: solid 0px #000000;
                     }


#header {
          width : 770px;
          height : 200px;
          margin-top:  0px;
          padding-top: 0px;
          text-align: left;
          background-color: #ff3399;
          background-image: url(http://blog-imgs-29.fc2.com/u/a/u/uaua/lego.gif) ;
                       }





#menu {
        float : left;
        width : 170px;
        margin: 20px 0px 0px 10px;
        padding: 0px;
        background-color: #ffffff;
        color: #ffffff;
        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 #ff0000;
	padding-top: 10px;
	margin-top: 30px;
	text-align: center;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	}

html{
	

}



/* リンクの設定
------------------------------------------------------------ */

	/* リンクの設定 */
	a {
		text-decoration : none;			/* アンダーラインなど装飾を施さない */
	}

	/* リンクする要素のうち、未閲覧（キャッシュされていない）要素に対してスタイルを適用します */
	a:link {
		color : #cc0000!important;			}
	a:visited {
		color : #cc3300 !important;			}

	
	a:hover {
		color : #ff9900!important;			}
	a:active {
		color : #ff9900 !important;			}

	/* リンク画像の枠を表示しない */
	a img {
		border-style : none;			/* 枠を非表示 */
		border-width : 0px;				/* 枠の幅を0pxに設定 */
		text-decoration : none;			/* 装飾を表示しない */
	}



/*タイトル部分
------------------------------------------------------------*/


/*サイトタイトル*/


.site_title {
	font-size: 18px;
	font-weight: bolder;
	color: #701c0d;
	padding-top: 50px;
        padding-left: 50px;
	margin: 0px;
}


/*サイト説明文*/

.site_intro {
	margin-top: 20px;
	font-size: 12px;
	font-weight: normal;
	color: gray;
	padding-left: 50px;
	padding-right: 30%;
}




/*文字設定
------------------------------------------------------------*/

h2 {
	font-size: 12px;
        color: #636D6B;
        text-align: left;
        margin-bottom: 15px;
        padding-left: 5px;
        border-left : 3px solid #ff9900;
        border-bottom : 1px solid #ff9900;
	}


/* 自己紹介部分の画像
--------------------------------------------------*/

.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: #666666;
     line-height: 150%;
     padding: 0px 0px 10px 20px;
     text-decoration: none;
     background: url(http://blog-imgs-29.fc2.com/u/a/u/uaua/dot.gif) no-repeat;
}


a {
       text-decoration: none;
       color: #666666;
       border-bottom: solid 0px #ff9900;
}


a:hover {
	color:  #8084A4;
}   


#menu p{
       font-size: 12px;
       color: gray;
       margin:0.4em;
}



/* カレンダー
--------------------------------------------------*/

.calender {
	    font-size: 10px;
	    line-height: 100%;
	    width: 150px;
	    background: #ffffff;
            border: 1px solid #ff1919;
            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: none;}


.calender caption {
	            font-size: 10px;
	            line-height: 150%;
	            padding-bottom: 1px;
	            background: #ffffff;
                     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: #636D6B;
	              text-decoration: none;
}


.calender td a:visited {
	                 background: #ffffff!important;
	                 color: #636D6B;
	                 text-decoration: none;

}


.calender td a:hover {
	               background: #ffffff!important;
	               color: #ffffff;
	               text-decoration: none;
}




/*エントリー
--------------------------------------------------*/


/*エントリーテーブル（1ブロック）*/

.entry_table{
	width: 500px;
	margin: 30px 30px 50px 0px;
         color: #101818;
         		
}

/*エントリー：ナビゲーション*/

.entry_navi{
	font-size: 12px;
	text-align:center;
}

.entry_navi a {
                 font-size: 12px;
                 color: #636563;
                 text-decoration:none;
}


.entry_navi a:hover {
	              color: #8084A4;
                       text-decoration : none;
}


/*エントリー：見出し*/

.entry_title{
	font-size: 14px;
	font-weight: bolder;
	color: #636D6B;
	margin: 10px 20px 10px 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted gray;	


}




/*エントリー：テキスト*/

.entry_text {
	font-size: 12px;
	color: #848284;
	margin: 30px 20px 30px 20px;
	line-height : 150%;
}

.entry_text a {
                 font-size: 12px;
                 color: #636563;
                 text-decoration:none;
}


.entry_text a:hover {
	              color: #8084A4;
                       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: #636563;
                 text-decoration:none;
}


.entry_state a:hover {
	               color: #8084A4;
                       ;
}


/*テキスト内の画像*/

.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://blog-imgs-29.fc2.com/u/a/u/uaua/dot.gif) no-repeat; }





/*フッター
---------------------------------------------------------*/



#footer a {
	color:gray;
	text-decoration:none;
	}

#footer a:hover {
	color:#636D6B;
	}
	
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;
}