/*--------------------------------------
ページ全体
---------------------------------------*/
html {
  scrollbar-arrow-color:#ccc; 
　scrollbar-base-color: #666; 
　scrollbar-face-color: #ccc; 
　scrollbar-highlight-color: #666; 
　scrollbar-shadow-color: #666; 
　scrollbar-track-color: #666; 
　scrollbar-darkshadow-color: #666; 
}

body {
  margin-top: 10px;
  margin-bottom:0px;
  background-color : #949495;
  text-align: center;
  height : 100%;
  color : #fff;
}

a {
  color: #fff;
  text-decoration: none;
  }

a:hover {
  color:#000;
  }

/*--------------------------------------
ブログ全体
---------------------------------------*/
.container {
  line-height: 140%;
  margin-right: auto;
  margin-left: auto;
  padding-top : 0px;
  text-align: center;
  width: 700px;
  height : 100%;
  background-color : #949495;
  }

/*--------------------------------------
ブログタイトル
---------------------------------------*/
.banner {
  font-family: Verdana, Arial, Tahoma;
  color: #333;
  background-color: #666;
  text-align: center;
  width: 660px;
  height: 100px;
  margin-top : 0px;
  margin-bottom : 10px;
  }

.banner a {
  color: #fff;
  text-decoration: none;
  }

.banner a:hover{
  color: #000;
  text-decoration: none;
  }

.banner h1 {
  font-family: Verdana, Arial, Tahoma;
  text-align:center;
  font-size: 85%;
  margin-left : 0px;
  margin-top : 20px;
  margin-bottom :  0px;
　letter-spacing:0.5em;
  }

.banner h2 {
  color:#ccc;
  text-align:center;
  margin-top : 0px;
  font-size: 65%;
  font-weight: normal;
　letter-spacing:0.2em;
  }


/*--------------------------------------
エントリー＆サイド
---------------------------------------*/
.center {
  float: center;
  width: 700px;
  overflow: hidden;
  }

/*--------------------------------------
エントリー全体
---------------------------------------*/
.content {
  font-family:Tahoma;
  float: left;
  margin-left:3px;
  background-color : #949495;
  width: 470px;
  }

.content #cots{
  font-family: Tahoma; 
  background-color : #000;
  font-size : 70%;
  letter-spacing : 6px;
  margin-top : 35px;
  margin-left : 10px;
  padding-left : 10px;
  font-weight: bold;
  }

.content h1 {
  font-family: Tahoma; 
  color: #fff;
  font-size: 75%;
  text-align: left;
  font-weight: bold;
  padding-left : 0px;
  padding-top : 3px;
  padding-bottom : 2px;
  margin-left:15px;
  margin-bottom:0px;
  letter-spacing : 3px;
  width: 450px;
  border-bottom:1px solid #ccc;
  }


.content #navi {
  color: #fff;
  font-family: Tahoma; 
  font-size: 65%;
  margin-top : 5px;
  margin-left:15px;
  letter-spacing : 1px;
  border-top:1px solid #ccc;
}

/*--------------------------------------
個別エントリー
---------------------------------------*/
.content #entry {
  background-color : #949495;
  font-weight: normal;
  line-height: 110%;
  text-align: left;
  margin-top:25px;
  margin-bottom :55px;
  letter-spacing : 0em;
  }

.content #text {
  font-size: 75%;
  margin-top:5px;
  margin-left:15px;
  margin-bottom:25px;
  letter-spacing : 1px;
}

.content #text a{
  text-decoration: underline;
}

.content #date {
  font-family: Tahoma; 
  font-size: 65%;
  text-align: right;
  letter-spacing : 1px;
  margin-top:0px;
  width: 465px;
  }

.content #post {
  font-family: Tahoma; 
  font-size: 75%;
  text-align: right;
  margin-top:20px;
  margin-left : 0px;
  margin-bottom:30px;
  padding-right:0px;
  padding-top:-2px;
  letter-spacing : 2px;
  width: 450px;
  border-top:1px solid #ccc;
  }

.content #post a:hover{
  color: #000;
}

.resent {
  background-color : #949495;
  font-family: Tahoma;
  margin-top : 30px;
  margin-bottom:40px;
  padding-top : 1px;
  padding-right : 0px;
  padding-bottom : 3px;
  padding-left : 15px;
  font-size: 75%;
　text-align : left;
}

.resent h3{
  margin-left:-5px;
  margin-right:-5px;
  padding-top:0px;
  padding-left:7px;
  padding-bottom:1px;
  font-size: 100%;
  letter-spacing : 3px;
  background-color:#000;
}

.content #paginate {
　　font-family: Tahoma;
    text-align: right;
    font-size: 9px;
    margin-top:100px;
    margin-bottom : 20px;
    margin-left:15px;
    border-top:1px solid #ccc;
}


/*--------------------------------------
サイド
---------------------------------------*/
.side {
　font-family: Verdana;
  float: right;
  width: 185px;
  background-color : #949495;
  overflow: hidden;
  margin-right : 10px;
  margin-top : 10px;
  margin-bottom : 0px;
  height: 100%;
  }


.side h1 {
  font-weight: none;
  font-family: Tahoma;
  text-align: right;
  padding-bottom : -3px;
  margin-bottom : 10px;
  margin-top : 13px;
  margin-left : 5px;
  margin-right : 0px;
  letter-spacing : 2px;
  font-size: 70%;
  border-bottom:1px solid #ccc;
  }

.side a {
  text-decoration: none;
  color:#000;
  }

.side a:hover{
  color:#fff;
}

.side #menu{
  margin-bottom : 30px;
}


.side #menu ul {
  padding-left: 5px;
  padding-right : 0px;
  margin : 0px;
  line-height: 100%;
  }


.side #menu li {
  font-family: Verdana; 
  font-size: 10px;
  text-align: left;
  padding-top : 0px;
  list-style-type: none;
  line-height: 180%;
  letter-spacing : 1px;
  }

/*--------------------------------------
他
---------------------------------------*/
.search {
 font-size : 65%;
 padding-left : 5px;
 padding-top : 0px;
 border-top : 1px solid #000000;
}

.feed {
  font-family: Verdana, Arial, Tahoma; 
  text-align: left;
  background-color : #949495;
  margin-bottom : 25px;
  }



.feed ul {
  background-color : #949495;
  font-size: 65%;
  padding-left: 5px;
  padding-top : 5px;
  margin: 0px;
  margin-bottom: 5px;
  line-height: 150%;
  }

.feed li{
  list-style-type: none;
}

.reco {
  font-family: Verdana, Arial, Tahoma;
  font-size : 65%;
  text-align: left;
  background-color : #949495;
  padding-top : 10px;
  padding-left: 5px;
  margin-bottom: 20px;
  line-height: 120%;
  }

.powered {
  font-family: Verdana, Arial, Tahoma; 
  line-height: 100%;
  text-align: left;
  background-color : #949495;
  margin-top : 20px;
  width: 175px;
  }


.powered ul {
  background-color : #949495;
  font-size: 65%;
  padding-left: 5px;
  margin: 0px;
  margin-bottom: 5px;
  padding-top : 20px;
  }

.copy {
  width:670px;
  font-family: Tahoma; 
  font-size : 65%;
  background-color : #666;
  text-align: center;
  margin-left:10px;
  padding-top : 7px;
  padding-bottom : 7px;
　margin-bottom : 15px;
  line-height: 150%;
  letter-spacing : 2px;
}

.copy a {
color : #fff;
}

.copy a:hover{
  text-decoration: underline;
}

input{
  background-color : #949495;
border: 1px solid #fff;
}

textarea{
margin-left:-20px;
background-color : #949495;
border: 1px solid #fff;
font-size : 12px;
}

div.song{
font-weight : bold;
}

div.mc{
background-color : #cccccc;
}

.ajax-entry-more-link {
    /* 任意のプロパティを設定 */
}
