body,table{
color: #c2aba3; /* 本文の文字色 */
font-family: palatino, georgia, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅", sans-serif;
font-size : 11px ;
cursor : auto ;
line-height : 18px ;
letter-spacing: 1px ;
margin: 5px 0px 0px 0px;
}

html {
scrollbar-face-color : #ffffff ;
scrollbar-highlight-color : #ffffff ;
scrollbar-shadow-color : #ffffff ;
scrollbar-arrow-color : #f0a8ba ;
scrollbar-3dlight-color : #eeeeee ;
scrollbar-base-color : #ffffff ;
scrollbar-track-color : #ffffff ;
scrollbar-darkshadow-color : #f0a8ba ;
}

/* リンクの設定 */
a{
text-decoration : none;
cursor : pointer ;
}

a:link{
color : #f0a8cc
}

a:visited{
color : #f0a8ba
}

a:active{
    color : #ffffff 
}

a:hover{
text-decoration : underline ;
color : #eeeeee  ;
background-color : #999999;
}

/* サイトタイトル範囲 */
.banner {
position: relative;
margin-top: 20px;
margin-left: 5px;
margin-right: 10px;
margin-bottom:10px;
text-align: left;
padding: 10px;
height: 90px;
}

/*サイトタイトル*/
.site_title {
position : relative;
top : 15px;
font-size : 14px;
font-weight : bold;
margin : 15px;
padding : 0px;
text-align : right;
}

/*サイト説明文*/
.site_intro {
position: absolute;
top: 75px;
left: 20px;
font-size: 13px;
letter-spacing : 1px;
font-weight: lighter;
color: #999999;
}

.entrytitle {
font-size: 9pt;
margin-bottom:10px;
text-align: right;
font-weight: bolder;
text-transform: lowercase;
letter-spacing: .0em;
}

h2 {
color: #666666;
font-size: 10pt;
margin-bottom: 10px;
font-weight: lighter;
}

/* エントリー */
.entry {
border: solid 1px #000000;
background : url(http://blog-imgs-27.fc2.com/h/s/k/hsk/blog2.gif) ;
margin: 5px 10px 45px 10px;
}

.entry_in {
border: solid 1px #000000;
background-color: #ffffff;
margin: 0 20px 0px 20px;
padding:15px;
}

h3 {
font-size: 9pt;
margin: 0px 5px 0 20px;
padding-bottom:0px;
position: relative;
height: 1.3em;
vertical-align: middle;
color: #000000;
text-align: right;
}

/* 続きを読む */
.extended {
font-size: 8pt;
font-weight: lighter;
margin: 5px 10px 0 5px;
padding-bottom:0px;
position: relative;
height: 1.3em;
vertical-align: middle;
color: #000000;
text-align: center;
}

p.posted {
font-size: 7pt;
margin: 0px 20px 0px 5px;
line-height: 11px;
padding: 4px;
text-align: right;
color: #666666;
}

/* リンクの設定 */
.posted a{
text-decoration : none;
cursor : pointer ;
}

.posted a:link{
color : #666666
}

.posted a:visited{
color : #666666
}

.posted a:active{
    color : #666666 
}

.posted a:hover{
text-decoration : underline ;
color : #666666  ;
background-color : #999999;
}

/* リスト */
ul {
padding-left: 0px;
margin: 10px;
margin-bottom: 20px;
}

li {
color: #666666;
font-size: 7pt;
margin-top: 5px;
list-style-type: none;
}

.linktitle {
color: #333333;
font-size: 7pt;
margin-top: 5px;
font-weight: bolder;
}

.powered {
font-size: 8pt;
text-align: right;
margin-top: 50px;
}

/* フッター */
.footer {
color: #333333;
font-size: 8pt;
margin-bottom: 5px;
}

.navi {
border: solid 1px #000000;
background : url(http://blog-imgs-27.fc2.com/h/s/k/hsk/blog2_1.gif) ;
margin: 5px 10px 45px 10px;
}

/* 検索---------------------------*/
form {
margin-top: 0px;
}

input{
border-width : 1px ;
border-style : solid ;
border-color : #000000 ;
font-size : 11px ;
color : #999999 ;
background-color : #ffffff ;
background : url(http://blog-imgs-27.fc2.com/h/s/k/hsk/blog2_1.gif) ;
}

textarea{
border-width : 1px ;
border-style : solid ;
border-color : #000000 ;
font-size : 11px ;
color : #999999 ;
background-color : #ffffff ;
background : url(http://blog-imgs-27.fc2.com/h/s/k/hsk/blog2_1.gif) ;
}

/* カレンダー */

.calendar {
font-size: 11px;
line-height: 180%;
margin: 10px 5px 30px 15px;
padding: 5px;
}

/* 日付 */
.today {
font-size: 9px;
font-weight: lighter;
display: block;
height: 25px;
padding: 0px 0px 0px 0px;
background-color: #eeeeee;
}

.cell {
width: 15px;
height: 25px;
border: dotted 1px #f0a8cc;
text-align: center;
color: #999999;
}

.com_navi {
font-size: 7pt;
margin: 15px 15px 0px 5px;
line-height: 11px;
padding: 5px;
text-align: right;
}

