@charset "utf-8";

/*全体のレイアウト-----------------------------------------*/

/*スクロールバー*/

html{
    scrollbar-3dlight-color:    #000000;
    scrollbar-arrow-color:      #000000;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-face-color:       #ffffff;
    scrollbar-highlight-color:  #ffffff;
    scrollbar-shadow-color:     #000000;
    }

/*全体の文字・背景*/

body{
    text-align: center;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    font-family: Osaka,"ＭＳ Ｐゴシック",sans-serif;
    }

/*全体のレイアウト*/

#layout{
    width: 470px;
    margin-top: 0px;
    padding-top: 0px;
    background-color: #ffffff;
    }

/*上タイトル部分*/

#header{
    width: 470px;
    text-align: center;
    background-color: #ffffff;
    }

/*左メニュー部分*/

#menu{
    float: left;
    width: 148px;
    margin: 0px 1px 0px 0px;
    padding-bottom: 20px;
    color: #000000;
    text-align: left;
    }

/*右エントリー部分*/

#main{
    float: right;
    width: 320px;
    padding: 0px;
    background-color: #ffffff;
    text-align: left;
    color: #000000;
    }

/*下著作権等部分*/

#footer{
    background-color: #ffffff;
    clear: both;
    width: 470px;
    color: #000000;
    padding-top: 10px;
    text-align: left;
    padding-bottom: 10px;
    margin-top: -1px;
    text-align: center;
    line-height: 150%;
    }


/*上タイトル部分-----------------------------------------*/


/*サイトタイトル*/

.site_title{
    font-size: 10px;
    color: #000000;
    text-decoration:none;
    padding-top: 30px;
    }

.site_title a{
    color: #000000;
    text-decoration:none;
    }

.site_title a:hover{
    border-bottom: solid 1px #000000;
    }

/*サイト説明文*/

.site_intro{
    margin-top: 1px;
    font-size: 10px;
    color: #000000;
    padding: 10px 20px 15px 20px;
    line-height: 150%;
    }


/*左メニュー部分-----------------------------------*/


/*見出し文字*/

h2{
    font-size: 10px;
    color: #000000;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 0px;
    }

/*自己紹介の画像*/

.pay img{
    padding-left: 15px;
    margin: 0px;
    } 

/*リスト設定（見出し・文字）*/

ul{
    text-align: left;
    margin: 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    list-style-type: none;
    text-decoration: none;
    }

li{
    text-align: left;
    font-size: 10px;
    color: #000000;
    line-height: 150%;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    }

li a{
    text-decoration: none;
    color: #000000;
    }

li a:hover{
    border-bottom: solid 1px #000000;
    }   

/*カレンダー*/

.calender{
    font-size: 10px;
    line-height: 100%;
    width: 130px;
    background: #ffffff;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
    color: #000000;
    }

/*カレンダーのリンク*/

.calender a{
    font-weight: bolder;
    }

.calender a:link{
    color: #000000;
    text-decoration: none;
    }

.calender a:active{
    color: #000000;
    text-decoration: none;
    }

.calender a:visited{
    color: #000000;
    text-decoration: none;
    }

.calender a:hover{
    color: #000000;
    text-decoration: underline;
    }

/*カレンダー年月部分*/

.calender caption{
    font-size: 10px;
    line-height: 150%;
    padding-bottom: 1px;
    background: #ffffff;
    color: #000000;
    margin-left: 10px;
    border-bottom : 1px solid #000000;
    }

/*カレンダー年月部分のリンク*/

.calender caption a:link{
    color: #000000;  
    text-decoration: none;
    }

.calender caption a:active{
    color: #000000;
    text-decoration: none;
    }

.calender caption a:visited{
    color: #000000;
    text-decoration: none;
    }

.calender caption a:hover{
    color: #000000;
    text-decoration: underline;
    }

/*カレンダー曜日部分*/

.calender th{
    width: 10px;
    height: 10px;
    text-align: center;
    }

/*カレンダー日にち部分*/

.calender td{
    width: 10px;
    height: 10px;
    text-align: center;
    }

.calender td a{
    display: block;
    font-weight: bolder;
    }

th#sun{
    color: #FF0000;
    }

th#sat{
    color: #00517F;
    }

.calender td a:link{
    background: #ffffff;
    color: #000000;
    }

.calender td a:visited{
    color: #000000;
    text-decoration: none;
    }

.calender td a:hover{
    color: #000000;
    text-decoration: underline;
    }


/*右エントリー部分-------------------------------------------*/


/*エントリーテーブル部分*/

.entry_table{
    width: 320px;
    margin: 0px 0px 0px 0px;
    color: #000000;
    }

/*エントリー見出し部分*/

.entry_title{
    font-size: 10px;
    font-weight: bolder;
    color: #000000;
    margin: 10px 20px 5px 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #000000;
    }

.entry_title a{
    font-size: 10px;
    color: #000000;
    text-decoration: none;
    }

.entry_title a:hover{
    color: #000000;
    text-decoration: underline;
    }


/*エントリー日付・カテゴリー等の部分*/

.entry_state{
    font-size: 10px;
    color: #000000;
    text-align: left;
    margin: 0px 20px 10px 20px;
    line-height: 150%;
    }

.entry_state a{
    font-size: 10px;
    color: #000000;
    text-decoration:none;
    }

.entry_state a:hover{
    color: #000000;
    text-decoration : underline;
    }

/*エントリーテキスト部分*/

.entry_text{
    font-size: 10px;
    color: #000000;
    margin: 20px 20px 30px 20px;
    line-height : 150%;
    }

.entry_text a{
    font-size: 10px;
    color: #000000;
    text-decoration:underline;
    }

.entry_text a:hover{
    color: #000000;
    }

/*テキスト内の画像*/

.entry_text img{
    padding: 2px;
    } 

/*エントリーナビゲーション部分*/

.entry_navi{
    font-size: 10px;
    margin: 5px 20px 5px 0px;
    text-align: right;
    }

.entry_navi a{
    font-size: 10px;
    color: #000000;
    text-decoration: none;
    }

.entry_navi a:hover{
    color: #000000;
    text-decoration: underline;
    }

input,textarea{
    font-size: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    background: #ffffff;
    }


/*下著作権等部分----------------------------------------*/


#footer a{
    color:#000000;
    text-decoration: none;
    }

#footer a:hover{
    color:#000000;
    text-decoration: underline;
    }


/*その他------------------------------------------------*/


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;
    }

.emoji{
    vertical-align: middle;
    border: 0;
    }