/* Init
-------------------------------------*/
html { }
body, dl, dt, dd, h1, h2, h3, h4, h5, h6, h7, form { }
img { }

body { }

table { }

a:link { }

a:visited { }

a:hover { }

a:active { }

ol, ul { }


/* Container
-------------------------------------*/
#container {
}

#contents-wrapper {
}

#contents-wrapper div.blog-top-list{
   clear: both;
   padding-top: 10px;
}

#contents-wrapper h1 {
   background-image: url(../../blogs/img/title-sub-blog.gif);
   background-repeat: no-repeat;
   width: 760px;
   height: 20px;
   text-indent: -9999px;
}

#contents-wrapper div.blog-top-pic {
   margin: 0; padding: 0;
   width: 210px;
   border: 1px #e3e3e3 solid;
   float: left;
}

#contents-wrapper div.blog-top-text {
   margin: 0; padding: 0;
   width: 542px;
   min-height: 78px;
   _height: 78px;
   border-top: 1px #e3e3e3 solid;
   border-bottom: 1px #e3e3e3 solid;
   float: right;
}

#contents-wrapper dl{
   margin: 10px;
}

#contents-wrapper dt{
   vertical-align: top;
   padding-bottom: 8px;
}

#contents-wrapper dt a {
   background-image: url(../../common/img/blogs/url-pointer.gif);
   background-repeat: no-repeat;
   background-position: left;
   padding-left: 20px;
}

#contents-wrapper dd{
   font-size: 10px;
}

#blog-top-footer{
   clear: both;
}

/* Header
-------------------------------------*/
#sub-title {
   background-image:url(../../blogs/img/title-blog.gif);
   height:100px;
}

#here {
}

/* Footer
-------------------------------------*/
#footer {
}

#footer p.copyright {
}

