@charset "EUC-JP";

body{
        text-align: center;
        background-color: #f8eff8;
        margin: 0px;
        padding: 0px;
        font-size: 12px;
       font-family: sans-serif,"\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",Osaka;
       background-image: url(http://templates.blog.fc2.com/template/shabon/back.gif);
}




#content {
          width: 780px;
          margin-top:  0px;
          padding-top: 0px;
          background-color: #ffffff;
          
          background-image: url(http://templates.blog.fc2.com/template/shabon/content-back.gif);
}


#header {
          width : 780px;
          height : 220px;
          margin-top:  0px;
          padding-top: 0px;
          text-align: left;
          border-left: solid 1px #e6b399;
          border-right: solid 1px #e6b399;
          background-color: #ffffff;
          background-image: url(http://templates.blog.fc2.com/template/shabon/top.gif);}

 
#menu {
        float : left;
        width : 215px;
        margin: 0px 10px 0px 0px;
        padding-top: 20px;
        color: #d7a1bc;
        text-align: left;
        
        border-left: solid 1px #e6b399;
        border-bottom: solid 1px #e6b399;
}



#main {
        float : right;
        width : 500px;
        margin: 0px 0px 0px 10px;
        text-align: left;
        color: gray;
        background-color: #ffffff;
        
           border-right: solid 1px #e6b399;
 }




#footer {
	clear : both;
         width: 500px;
	color: gray;
         border-top: dotted 1px #7fb3b3;
	padding-top: 10px;
	margin-top: 30px;
	text-align: center;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	}




/*タイトル部分
------------------------------------------------------------*/


/*サイトタイトル*/


.site_title {
	font-size: 20px;
	color: #669999;
	padding-top: 40px;
         padding-left: 90px;
         padding-right: 350px;
	margin: 0px;
}


.site_title a{
             color: #669999;
             text-decoration:none;
}


.site_title a:hover {
	              color: #669999;
                       text-decoration : underline;
}



/*サイト説明文*/

.site_intro {
           text-align: left;
	   margin-top: 20px;
	   font-size: 12px;
	   font-weight: normal;
	   line-height : 150%;
           letter-spacing: 3px;
           color: #669999;
	   padding-right: 300px;
           padding-left: 90px;
}



/* カレンダー
--------------------------------------------------*/

table.calender {
	font-size: 11px;
	width: 90%;
	border-collapse: collapse;
         margin-left: 15px;
         margin-bottom: 20px;
         color: gray;
}
.calender caption {
	font-size: 11px;
	border-bottom : 1px solid #669900;
}




.calender caption a:link, .calender caption a:visited {
      text-decoration: none;
      color: #99cc99;
}

.calender caption a:hover {
	color:  #669999;
         text-decoration: underline;
}


.calender th {
	font-size: 10px;
	font-weight: normal;
	padding: 0.2em 0;
	text-align: center;
}
.calender td {
	width: 26px;
	text-align: center;
	padding: 0.2em 0;
	}
.calender td a {
	display: block;
	font-weight: bold;
}
th#sun {
	color: #CC3D3D;
}
th#sat {
	color: #2996CC
}
.calender td a:link, .calender td a:visited {
      text-decoration: none;
      color: #99cc99;
}
.calender td a:hover {
	color:  #669999;
         text-decoration: underline;
}

/*文字設定
------------------------------------------------------------*/

.side_title {
        font-size: 12px;
        color: #669999;
        text-align: left;
        text-decoration: underline;
        margin: 5px;
}

#menu p{
        color: gray;
        font-size: 12px;
        margin : 0.3em 1em;
}




/* リスト設定（サイドメニュー）
------------------------------------------------------------*/

ul {
     margin: 0px;
     padding-left: 30px;
     list-style-type: square;
     text-decoration: none;
     margin-bottom: 20px;
}


li {
     font-size: 12px;
     color: gray;
     line-height: 120%;
     padding: 0px 15px 5px 0px;
     text-decoration: none;
}

li a {
       text-decoration: none;
       color: #99cc99;
}


li a:hover {
             color: #669999;
             text-decoration : underline;
}   



/* 自己紹介用イメージ
------------------------------------------------------------*/

.pay {
	text-align: left;
         margin-left: 20px;
}

.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: 500px;
	margin: 0px 30px 50px 0px;
         background-image: url(http://templates.blog.fc2.com/template/shabon/main-back.gif);
         background-repeat: repeat-x;
         background-position: bottom;

}

/*エントリー：ナビゲーション*/

.entry_navi{
	font-size: 12px;
	text-align:center;
         margin-bottom: 15px;}

.entry_navi a {
                 font-size: 12px;
                 color: #7fb3b3;
                 text-decoration:none;
}


.entry_navi a:hover {
	              color: #376da3;
                       text-decoration : underline;
}


/*エントリー：見出し*/

.entry_title{
	font-size: 16px;
	font-weight: nomal;
	color: #669999;
         letter-spacing: 3px;
	margin-top: 10px 30px 0px 0px;
         padding-left: 20px;
	border-bottom: 1px dotted #cccc33;
         background-color: #ffffff;
}


/*エントリー：テキスト*/

.entry_text {
	font-size: 12px;
	color: #669999;
	margin: 30px 35px 30px 35px;
	line-height : 150%;
	letter-spacing: 3px;
	background-color: #ffffff;
	word-break: break-all;
}

a {
                 font-size: 12px;
                 color: #99cc99;
                 text-decoration:none;
}


a:hover {
	              color: #669999;
                      text-decoration : underline;

}



/*エントリー：ステータス（日付等）*/

.entry_state {
	font-size: 12px;
	color: gray;
	text-align: left;
         margin: 0px 0px 30px 35px;
         background-color: #ffffff;
}



.entry_state a {
                 font-size: 12px;
                 color: #99cc99;
                 text-decoration:none;
}


.entry_state a:hover {
	               color: #669999;
                       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: 2px;

}  



/*トラックバック*/

.trackback_text {
	font-size: 12px;
	color: gray;
	margin: 30px 35px 30px 35px;
	line-height : 150%;
         letter-spacing: 1px;
         background-color: #ffffff;
         }

.trackback_text a {
                 font-size: 12px;
                 color: #7fb3b3;
                 text-decoration:none;
}


.trackback_text a:hover {
	              color: #376da3;
                      text-decoration : underline;

}





/*検索
---------------------------------------------------------*/
#sarch { text-align: left;
         margin-top : 10px;
         padding: 0px 0px 50px 15px;
       }





/*フッター
---------------------------------------------------------*/



#footer a {
	color: #7fb3b3;
	text-decoration:none;
	}

#footer a:hover {
	color: #376da3;
}

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{
	border:0;
	vertical-align:middle;
	margin:0;
	padding:0;
}