@charset "UTF-8";

body {
         background: #191919 url(../gfx/bg_body.png) no-repeat center 0px;
         margin: 0px;
         padding: 0px;
         font-family: Verdana, Arial, Helvetica;
         color: #ffffff;
         font-size: 11px;
         line-height: 15px;
         overflow-y: scroll;
}

.main {
         margin: 0px auto;
         width: 1000px;
}

.headmain {
         background: url(../gfx/bg_head.png) no-repeat;
         width: 1000px;
         height: 150px;
}

.navimain {
         width: 1000px;
         height: 40px;
}

.contentmain {
         padding: 0px 0px 20px 0px;
         background: #161616;
         width: 1000px;
         min-height: 100%;
         height:auto !important;
         height:100%;
         overflow: hidden !important;
}

.contentleftmain {
         float: left;
         width: 545px;
}

.contentrightmain {
         float: right;
         width: 455px;
}

.contentleft {
         margin: 30px 15px 30px 30px;
         padding: 0px 0px 15px 0px;
         background: #232323;
         width: 500px;
}

.contentright {
         margin: 30px 30px 30px 15px;
         padding: 0px 0px 15px 0px;
         background: #232323;
         width: 410px;
}

.content {
         margin: 30px 30px 30px 30px;
         padding: 0px 0px 15px 0px;
         background: #232323;
         width: 940px;
}

.piccontent {
         margin: 30px 30px 30px 30px;
         padding: 0px 0px 60px 0px;
         background: #232323;
         width: 940px;
}

.entryhead {
         background: url(../gfx/bg_infohead.png) repeat-x;
         padding: 0px 10px 15px 10px;
         height: 30px;
         font-weight: bold;
         line-height: 30px;
}

.entrytop {
         padding: 0px 10px 10px 0px;
         font-weight: bold;
         line-height: 10px;
}

.picentrytop {
         padding: 0px 10px 2px 0px;
         font-weight: bold;
         line-height: 8px;
}

.entry {
         padding: 0px 10px 10px 0px;
         color: #bdbdbd;
         line-height: 15px;
}

.picentry {
         padding: 0px 10px 10px 0px;
         color: #bdbdbd;
         line-height: 12px;
}

.entryobject {
         clear: both;
         padding: 0px 10px 10px 10px;
}

.picentryobject {
         float: left;
         font-size: 10px;
         width: 198px;
         height: 56px;
}

.entrythumb {
         float: left;
         margin: 0px 10px 0px 0px;
         border: 3px solid #666666;
}

.picthumb {
         float: left;
         margin: 0px 10px 10px 0px;
         border: 3px solid;
}

.navi_button {
         float: left;
         letter-spacing: 1px;
         font-weight: bold;
         line-height: 40px;
}

.navi_button_active {
         float: left;
         background: url(../gfx/button_navi_h.png) repeat-x;
         padding: 0px 30px 0px 30px;
         letter-spacing: 1px;
         font-weight: bold;
         line-height: 40px;
}

a.navi_button {
         padding: 0px 30px 0px 30px;
         color: #ffffff;
         text-decoration: none;
}

a.navi_button:hover {
         background: url(../gfx/button_navi_h.png) repeat-x;
}

a.link {
         color: #a3bd24;
         text-decoration: none;
}

a.link:hover {
         color: #76881a;
         text-decoration: none;
}