/* CSS Document */

@charset "EUC-JP";

*{
margin:0;
padding:0;
}

html,body{
height: 100%;
text-align:center;
background:url(img/bg.gif) repeat-y center top;
background-color:#EAEFF3;
font-size:95%;
margin: 0px auto;
}
div#container {
position: relative;
margin: 0px auto;
width: 810px;
height: 100%;
min-height: 100%;
background-color: #FFFFFF;
text-align: left;
}
body > #container {
height: auto;
} 
div#contents {
height: auto;
margin:20px 20px;
padding-bottom: 30px;
}

h1{
width:800px;
height:150px;
margin:0 auto;
}

#footer{
width:810px;
height:30px;
background-color:#EAEBED;
line-height:30px;
text-align: center;
position: absolute;
bottom: 0px;
}

#footer a{
text-decoration:none;
color:#278C24;
font-weight:bold;
}
#footer a:hover{
text-decoration:underline;
}

/*---entries--*/
h3{
width:770px;
height:50px;
margin:0;
padding:0;
background:url(img/entries_header.gif) no-repeat left top;
text-indent:46px;
font-size:18px;
color:#ffffff;
font-weight:bold;
line-height:50px;
}

div.entries_detail{
background:url(img/entries_middle.gif) repeat-y;
padding:5px 10px;
}
.entries_detail p{
margin:0 5px 0;
padding:0;
}
div.entries_footer{
background:url(img/entries_footer.gif) no-repeat left top;
width:770px;
height:10px;
margin:0;
padding:0;
}

.entries_detail a{
font-weight:bold;
color:#0790BE;
text-decoration:underline;
}
.entries_detail a:hover{
font-weight:bold;
text-decoration:none;
}

p.postdate{
display:block;
margin:1em 1px 0;
padding:3px 0 0 0;
text-align:right;
border-top:1px dotted #9DC0CC;
}

div.gotop{
width:160px;
height:22px;
margin:2px 0 1em 610px;
text-align:right;
}
div.gotop a{
text-decoration:none;
display:block;
text-decoration:none;
line-height:22px;
background:url(img/yaji_or.gif) no-repeat left top;
text-indent:24px;
text-align:left;
color:#278C24;
}
div.gotop a:hover{
text-decoration:none;
display:block;
line-height:22px;
background:url(img/yaji_gr.gif) no-repeat left top;
text-indent:24px;
text-align:left;
color:#FF6600;
}

/*---Pagenate--*/
.paginate{
margin:15px 0;
text-align:center;
}

.paginate a:link{
color:#000000;
text-decoration:none;
}
.paginate a:visited{
color:#666666;
text-decoration:none;
}



