@charset "utf-8";
/* CSS Document */
body { margin: 0px; background: #000000; font: 15px/20px "Times New Roman"; color: #666666; }
#wrapper { width: 1000px; margin-left: auto; margin-right: auto; }
#right { position: relative; background: #333333; width: 250px; left: 750px; }
#left { position: absolute; width: 700px; }

h2 { font: 25px/40px "Times New Roman"; color: #666666; }
h3 { font: 20px/30px "Times New Roman"; color: #FFFFFF; margin: 0px;}

li { list-style: none; margin-left: 10px; }
a { color:#333333; text-decoration: none; }
a:hover { color: #FFFFFF; background: #CC0000; }
a.menu { font: 20px/30px "Times New Roman"; color: #FFFFFF; }
a.menu:hover { background: #006699; }

#ad { margin-top: 20px; text-align: center; }

.post { background: #FFFFFF; margin-top: 20px; }
.red{ position: absolute; font: 15px/40px "Times New Roman"; color:#FFFFFF; background: #CC0000; margin-left: 20px; margin-right: 10px; margin-bottom: 10px; width: 150px; height: 40px; text-align: center; }
.post-header { position: relative; left: 180px; width: 500px; }
.post-text { margin-left: 30px; margin-right: 30px; text-align: justify; }
.post-footer { margin-left: 30px; margin-top: 20px; }
#post-nav { height: 40px; font: 20px/40px "Times New Roman"; background: #999999; }
#post-nav-left { }
#post-nav-right { position: absolute; right: 0px; }
.static { background:#333333; margin-top: 20px; }
.blue { position: absolute; font: 15px/40px "Times New Roman"; color:#FFFFFF; background: #006699; margin-left: 20px; margin-right: 10px; margin-bottom: 10px; width: 150px; height: 40px; text-align: center; }

.box { padding: 10px; color: #FFFFFF; text-align: justify; background: #006699; }
.box2 { padding: 10px; color: #333333; text-align: justify; background: #999999; }
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
img { background: #ffffff; padding: 5px; border: 1px solid #eeeeee; margin: 5px;}
img.ad { border: none; padding: 5px; margin: 0px; }