body{
        text-align: center;
        background-color: #fcffff;
        margin: 0px;
        padding: 0px;
        font-size: 12px;
        font-family: "MS Pゴシック","ヒラギノ角ゴ Pro W3",Osaka,sans-serif ;
}


#layout {
          width: 770px;
          margin-top:  0px;
          padding-top: 0px;
          background-color: #fcffff;
          border-left: solid 1px #202F4E;
          border-right: solid 1px #202F4E;
                     }


#header {
          width : 770px;
          height : 250px;
          margin-top:  0px;
          padding-top: 0px;
          text-align: left;
          background-color: #fcffff;
          background-image: url(http://blog-imgs-13.fc2.com/y/u/u/yuugaku/yuugaku_top2.jpg);
          background-repeat: no-repeat;
	border-bottom: 2px solid #cccccc;
                       }



#menu {
        width : 170px;
        margin: 20px 0px 0px 10px;
        padding: 0px;
        background-color: #fcffff;
        color: #333333;
        text-align: left;
                    }



#main {
        width : 480px;
        margin-top: 20px;
        margin-bottom:10px;
        margin-right: auto;
        margin-left:auto;
        padding: 0px;
        background-color: #fcffff;
        text-align: left;
        color: #333333;
                    }


#footer {
	clear : both;
         width: 770px;
	color: #333333;
	border-top: solid 2px #cccccc;
	padding-top: 10px;
	margin-top: 30px;
	text-align: center;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	}


/*テーブル------------------------------------------------------------*/
#table { 
         margin-top : 10px;
         padding: 10px;
        margin-right: auto;
        margin-left:auto;}



/*タイトル部分---------------------------------------------------------*/

/*サイトタイトル*/
.site_title {
	font-size: 16px;
	color: #202F4E;
	padding-top: 50px;
        padding-left: 50px;
	margin: 0px;
}

/*サイト説明文*/
.site_intro {
	margin-top: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding-left: 50px;
}


/*文字設定------------------------------------------------------------*/

h2 {
	font-size: 12px;
        color:#ff4500;
        text-align: left;
        margin-bottom: 10px;
        padding-left: 5px;
        border-bottom: 2px solid #cccccc;
	}


/* 自己紹介部分の画像--------------------------------------------------*/

.pay img {
       padding-left: 10px;
       margin: 0px;
} 


/* リスト設定（サイドメニュー）------------------------------------------*/

ul {
	font-size : 12px;
	color : #333333;
	list-style-type : circle;
	margin: 0px 0px 20px 15px;
	padding: 0px;
}


li {
     text-align: left;
     font-size: 12px;
     color: #008000;
     line-height: 150%;
     padding: 0px 0px 0px 0px;
     text-decoration: none;
}


li a { 
     color: #3366cc;
     text-decoration:none;
}


li a:hover {
     color: gray;
     text-decoration : underline;
}   



/* カレンダー----------------------------------------------------------*/

.calender {
	    font-size: 10px;
	    line-height: 100%;
	    width: 150px;
	    background: #FCFFFF;
            border: 1px solid #202F4E;
            margin-bottom: 20px;
            margin-left: 10px;
            color: #008000;
}


.calender a  { font-weight: bolder;}
.calender a:link    {color: #3366cc;  text-decoration: none;}
.calender a:active  {color: #3366cc;  text-decoration: none;}
.calender a:visited {color: gray;  text-decoration: none;}
.calender a:hover   {color: gray;  text-decoration: underline;}


.calender caption {
	            font-size: 10px;
	            line-height: 150%;
	            padding-bottom: 1px;
	            background: #fcfff;
                    color: #008000;
                     margin-left: 10px;
}


.calender caption a:link    {color: #3366cc;  text-decoration: none;}
.calender caption a:active  {color: #3366cc;  text-decoration: none}
.calender caption a:visited {color: #3366cc;  text-decoration: none}
.calender caption a:hover   {color: gray;  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: #ff0000;
}


th#sat {
	 color: #0000ff;
}


.calender td a:link {
	              background: #fcffff!important;
	              color: #3366cc;
	              text-decoration: none;
}


.calender td a:visited {
	                 background: #ffffff!important;
	                 color: gray;
	                 text-decoration: none;

}


.calender td a:hover {
	               background: #ffffff!important;
	               color: gray;
	               text-decoration: underline;
}


/*エントリー-----------------------------------------------------------*/

/*エントリーテーブル（1ブロック）*/

.entry_table{
	width: 450px;
	margin: 0px 10px 50px 50px;
         color: #333333;
         border: dashed 1px #202F4E;
}

/*エントリー：ナビゲーション*/

.entry_navi{
	font-size: 12px;
	text-align:center;
}

.entry_navi a {
                 font-size: 12px;
                 color: #3366cc;
                 text-decoration:none;
}


.entry_navi a:hover {
	              color: gray;
                       text-decoration : underline;
}

/*エントリー：見出し*/

.entry_title{
	font-size: 14px;
	color: #ff4500;
	margin: 10px 20px 10px 20px;
	border-bottom: 2px solid #cccccc;
}

/*エントリー：テキスト*/

.entry_text {
	font-size: 12px;
	color: gray;
	margin: 30px 20px 30px 20px;
	line-height : 150%;
}

.entry_text a {
                 font-size: 12px;
                 color: #3366cc;
                 text-decoration:none;
}


.entry_text a:hover {
	              color: gray;
                       text-decoration : underline;

}

/*エントリー：ステータス（日付等）*/

.entry_state {
	font-size: 12px;
	color: gray;
	text-align: right;
         margin: 20px 20px 10px 0px;
}


.entry_state a {
                 font-size: 12px;
                 color: #3366cc;
                 text-decoration:none;
}


.entry_state a:hover {
	               color: gray;
                       text-decoration : underline;
}

/*テキスト内の画像*/

.entry_text img {
       padding: 0px;
       margin-right: 15px;
       margin-bottom: 15px;
       float: left;
} 


/*検索-------------------------------------------------------------------*/
#sarch { text-align: left;
         margin-top : 30px;
         padding: 0px 0px 10px 35px; }



/*フッター-------------------------------------------------------------*/

#footer a {
	color:#333333;
	text-decoration:none;
	}

#footer a:hover {
	color:#B0C4DE;
	}

a img { border-style:none; }