/*-----全体-----*/

body{
margin:auto;
}

#container{
width:800px;
margin:auto;
height:100%;
border:solid 1px #000;
}

/*-----フッター-----*/
#footer{
width:800px;
margin:auto;
clear:both;
padding-top:8px;
}

.footer-inner{
color:#000;
font-family: "ヒラギノ角ゴ Pro W3",メイリオ,Meiryo,Verdana;
font-size:10px;
}

/*-----左サイドバー-----*/
#left{
float:left;
width:200px;
padding:37px 0px 0px 35px;


}

.left-inner{
font-size: 11px;
font-family: Verdana;
line-height:20px;
overflow: hidden;
list-style-type:none;
padding:0px;
}
.left-inner a{
background:#000;
color:#fff;
font-family: Verdana;
text-decoration:none;
}
.left-inner a:hover{
background:#fff;
color:#000;
text-decoration:none;
font-family: Verdana;
}

/*-----メイン-----*/
#main{
width:490px;
padding:37px 35px 0px 35px;
margin-left:238px;
}


/*-----エントリー-----*/
#entry{
width:490px;

}

.entry-title{
padding:0px 48px 5px 48px;
font-size: 11px;
font-family:Verdana;
line-height:16px;
font-weight:bold;
letter-spacing:1px;
}

.entry-body{
font-size: 10px;
font-family: Verdana;
line-height:17px;
padding:0px 48px 0px 48px;
}

.date{
padding:2px 48px 2px 0px;
border-top:solid 5px #fff;
border-bottom:solid 5px #fff;
font-size: 10px;
line-height:16px;
text-align:right;
font-family: Verdana;
}

.top-page{
font-size: 9px;
font-family: Verdana;
text-align:right;
line-height:120%;
font-weight:lighter;
padding:10px 48px 20px 0px;
}
.top-page a{
background:#000;
color:#fff;
text-decoration:none;
}
.top-page a:hover{
background:#fff;
color:#000;
text-decoration:none;
}

.b{
padding:30px 0px 50px 0px;
}

#pan{
font-size: 9px;
text-align:right;
padding:10px 8px 20px 0px;
}
#pan a:visited{
color:#000;
}

