@charset "utf-8";
/* --------------------------------------
ブログ紹介
-------------------------------------- */
#blog h1 {
margin-bottom:15px;
}

#blog h2, #blog h3 {
font-weight:bold;
font-size:1.2em;
margin:10px 0 5px;
color:#990000;
}

#blog h2 span, #blog h3 span {
color:#FF9900;
}

#blog h2 a, #blog h3 a {
color:#990000;
}

#blog .intro {
margin-bottom:20px;
}

#blog table {
margin-bottom:25px;
}

#blog td {
vertical-align:top;
}

#blog td img{
margin-right:20px;
}

#blog .profile {
margin-top:5px;
}

#blog .other {
border-top:dotted 1px #CCCCCC;
padding-bottom:15px;
}

