h2#danraku2{
    border: none;
background: #eae12e;
padding: 0.8em;
  font-weight: bold;
  color:white;
text-shadow: 1.5px 1.5px 4px gray;  
}

h3#danraku3{
   margin: 0 0 1.5em;
      padding: 0.8em;
    border-left: 7px solid #eae12e;
    font-size: 1.143em;
    font-weight: bold;
}

h4#danraku4{
    border: none;
position: relative;
}

h4:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 7px;
background: -webkit-repeating-linear-gradient(-45deg, #eae12e, #eae12e 2px, #fff 2px, #fff 4px);
background: repeating-linear-gradient(-45deg, #eae12e, #eae12e 2px, #fff 2px, #fff 4px);
}




#sidebar h3 {
background: #eae12e;
font-size: 16px;
padding: 0.6em 0.6em;
color: #fff;
font-weight: bold;

}

#main .entry {
    border-bottom: 1px dotted #333333;
    padding-bottom: 15px;
}


.entry-read a{
 color:#fff;
 font-size:14px;
 background-color:#FF837B;
 border:1px solid #FF837B;
 border-radius:2px;
 padding:3px 10px 3px 5px;
 text-decoration:none;
 }
 
.entry-read a:hover{
 color:#fff;
 background-color:#FF837B;
 border:1px solid #FF837B;
}

.entry-read {
  text-align: right;
  margin-right: 10px;
}


