/* body --*/
body {
    color: #000000;
    font-size:14px;
    background-image:url('../img/material/dot.gif');
}


/* リンク #F5F5DC--*/
a:link { color: #0000cd; text-decoration:none; }
a:visited { color: #708090; text-decoration:none; }
a:active { color: #999999; text-decoration:none; }
a:hover { color: #FF69B4; text-decoration: underline; }





/* マット --*/
#box {
 width: 800px;
 height: auto;
 background-color: #fffff0;
 border: 1px #000000 solid;
 margin: 10px auto 0px auto;
 }



/* 日記 --*/
#main {
 width: 600px;
 height: auto;
 background-color: #fffff0;
 margin: 0px 0px 10px 0px;  
 border-left: 1px #000000 solid;
 border-bottom: 1px #000000 solid;
 float: right;
 line-height: 140%; 
 }


/* リンク柱 --*/
#linkbox {
 width: 180px;
 height: auto;
 background-color: #fffff0;
 margin: 0px 0px 10px 0px;
 border-right: 1px #000000 solid;
 border-bottom: 1px #000000 solid;
 font-size: 12px;
 }


/* レビュー --*/
#review {
 line-height: 140%;
 letter-spacing: 2px;
 margin: 3px;
 }


/* リンクリスト --*/
.linkcategory {
 list-style-type: none;
 margin: 5px;
 padding: 0px;
}

/* バナー型リンク --*/
.blink {
 margin: 3px;
 }

/* 下のフリースペース --*/
#bottom {
 width: 100%;
 clear: both;
 border-top: 1px #000000 solid;
 background-color: #fffff0;
}


/* 広告 --*/
#adv {
 border-top: 1px #000000 solid;
 border-bottom: 1px #000000 solid;
 text-align: center;
 background-color: #fffff0;
 }


/* 日付 --*/
.day {
 border-top: 1px #000000 solid;
 border-left: 4px #8FBC8F solid;
 padding: 2px 0px;
 font-weight: bold;
 }


/* クレジット --*/
#credit {
 text-align: right;
 border-top: 1px #000000 solid;
 }


/* 選択中のメニュー --*/
#activeitem {
 font-weight: bold;
 }


/* メニュー --*/
#menu {
 border-bottom: 1px #000000 solid;
 font-size: 14px;
 text-align: right;
}

/* メニューリンク --*/
#menu a:link {
 color: #000000;
 text-decoration: none;
 padding: 5px;
 }

#menu a:visited {
 color: #696969;
 text-decoration:none;
 }

#menu a:active {
 color: #999999;
 text-decoration:none;
 }

#menu a:hover {
 color: #1e90ff;
 text-decoration: none;
}


/* リンク柱見出し --*/
.linkmidashi {
 font-weight: bold;
 background-color: #696969;
 color: #ffffff;
 margin-bottom: 10px;
 font-size: 13px;
 }

/* テキスト見出し --*/
.txmidashi {
 border-left: 3px #999999 solid;
 border-bottom: 2px #999999 solid;
}


/* 画像 --*/
img {
 border:0px;
}


/* 引用 --*/
blockquote {
 border: 1px #000000 dashed;
 padding: 3px;
 background-color: #FFEFD5;
 color: #2F4F4F;
 letter-spacing: 2px;
}


h1 {
 font-weight: bold;
 font-size: large;
 }

h2 { 
 border-bottom: 2px #778899 dotted;
 font-size: medium;
 font-weight: bold;
 }

h4 {
 font-weight: bold;
 font-size: 13px;
 border-bottom: 1px #000000 dashed;
 }
