@charset "UTF-8";

/*--------------------------------------------------
blog
--------------------------------------------------*/
div#main div.leftSide {
float: left;
width: 480px;
}

div#main div.rightSide {
float: right;
background: #E8E8E8;
width: 190px;
}

div#main div.leftSide div.entry {
margin-bottom: 20px;
}

div#main div.leftSide div.entry div.ttl {
background: url("img/ttl_bk.gif") top left no-repeat;
padding-left: 10px;
margin-bottom: 5px;
}

div#main div.leftSide div.entry div.ttl h3 {
font-size: 1.2em;
}

div#main div.leftSide div.entry img {
padding:0 10px 5px 0;
}

div#main div.rightSide h4 {
text-align: center;
margin: 3px 0 8px 0;
}

div#main div.rightSide table {
margin: 0 auto 15px auto;
width: 90%;
}

div#main div.rightSide table tr td a {
color:#990000;
}

div#main div.rightSide ul {
margin: 0 0 15px 10px;
}

div#main div.rightSide ul li {
background: url("img/icon.gif") center left no-repeat;
padding-left: 8px;
}