@CHARSET "UTF-8";
/* http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ ------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100.1%;
    vertical-align: baseline;
    background: transparent;
}

.text a {	
	color: #666666;
	font-weight:bold;
}

body {
    line-height: 16px;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
h1 {
    text-decoration: none;
}
h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-style:italic;
	font-weight:normal;
    color: #666666;
    padding: 5px;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* ------------------------------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0; 
    clear: both;
    visibility: hidden;
}
.clearfix {*display: inline-block;}

body {
    background: #fff;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
}
.center {
    text-align: center;
}



#page {
    width: 1000px;
}
#page #header {
    height: 105px;
    background: #91912f;
}
#page #header h1 {
    font-family: Trebuchet MS, serif;
    font-size: 45px;
    font-weight: normal;
    color: #fff;
    padding: 20px;
}
#page #header em {
	font-family: Trebuchet MS, serif;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 15px;
    padding-left: 25px;
}
#page #contentHolder {
    background: url("../images/content_repeat_bg.jpg") repeat-y;
}
#page .contentMain {
    background: url("../images/content_top_bg.jpg") repeat-x;
}
#page .content .navi {
    width: 233px;
    float: left;
}
.navi ul {
    margin-top: 10px;
}
.navi ul li {
    width: 210px;
    height: 28px;
    
    padding: 3px 0 3px 10px;    
}
.navi ul li a {	
    display: block;
    color: #b4a1a7;
    width: 180px;
    padding: 8px 15px 1px 15px;
    height: 20px;
    line-height: 1em;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;    
}
.navi ul li a.tworows {
    padding: 1px 15px 1px 15px;
    height: 28px;
}
.navi ul li a:hover,
.navi ul li a.active {
	color: #90902c;
    background: url("../images/navi_active_bg.jpg") no-repeat;
}
.navi .version {
    height: 24px;
    color: #91912f;
    font-weight: bold;
    padding: 6px 5px 0px 24px;
}

.navi ul {
    margin-top: 10px;
}
.navi ul li {
    width: 210px;
    height: 28px;
    
    padding: 3px 0 3px 10px;    
}
.navi ul li a {	
    display: block;
    color: #b4a1a7;
    width: 180px;
    padding: 8px 15px 1px 15px;
    height: 20px;
    line-height: 1em;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;    
}
.navi ul li a.tworows {
    padding: 1px 15px 1px 15px;
    height: 28px;
}
.navi ul li a:hover,
.navi ul li a.active {
	color: #90902c;
    background: url("../images/navi_active_bg.jpg") no-repeat;
}
.navi .version {
    height: 24px;
    color: #91912f;
    font-weight: bold;
    padding: 6px 5px 0px 24px;
}
.subnavi ul {
    margin-top: 10px;
}
.subnavi ul li {
    width: 210px;
    height: 12px;
    padding: 3px 0 3px 10px;    
}
.subnavi ul li a {	
    display: block;
    color: #b4a1a7;
    width: 380px;
    padding: 4px 5px 1px 15px;
    height: 20px;
    line-height: 1em;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;    
}
.subnavi ul li a:hover,
.subnavi ul li a.active {
	color: #90902c;
    background: url("../images/subnavi_active_bg.jpg") no-repeat;
}
.subnavi .version {
    height: 24px;
    color: #91912f;
    font-weight: bold;
    padding: 6px 5px 0px 24px;
}
#page .content .textHolder {
    width: 528px;
    float: left;
}
#page .content .textMain {
    
    background: url("../images/text_top_bg.jpg") no-repeat;    
}
#page .content .text {
    padding: 25px;
}
#page .content .text h2, h3 {
    font-family: Trebuchet MS, serif;
    font-weight: normal;
    font-style: normal;
	line-height:1.0;
    padding: 1em 0 0.5em 0;    
    width: 500px;
}
#page .content .text h2 {
	padding-top: 10px;
    font-size: 25px;    
}
#page .content .text h3 {
    font-size: 17px;
}
#page .content .text h4 {
    font-size: 13px;
    margin: 1em 0 0.5em 0;
    font-weight: bold;
}

#page .content .tabletext {
    font-size: 10px;
	line-height:1;
    font-weight: bold;
}

#page .content .navi .dotts,
#page .content .text .dotts {
    background: url("../images/dotts.gif");
    height: 1px;  
    margin-bottom: 5px;  
}
#page .content .navi .dotts {
    margin: 25px 25px 5px 25px;
}
#page .content .sidebar {
    width: 230px;
    float: left;
    
    padding-top: 40px;
}
.sidebar .comment {
    width: 230px;
    margin-bottom: 15px;
}
.sidebar .comment .top {
    background: url("../images/comment_top_bg.jpg") top left no-repeat #a18a92;
}
.sidebar .comment .mid {
    background: url("../images/comment_foot_bg.jpg") bottom left no-repeat;
    padding: 3px 10px;
}
.sidebar .comment .mid .name {
    display: block;
    height: 20px;
    padding: 14px 0 10px 0;
    color: black;
    font-weight: bold;
}
.sidebar .comment .image img {
    border: 0;    
    padding: 5px 0 0 15px;
}

.sidebar .commentsblog {
    padding: 20px 0 0 0; 
    text-align:center;
}	
.sidebar .commentsblog a {
    color: #000;   
    padding-left: 18px;
    background: url("../images/comment.gif") left -4px no-repeat;
    font-weight: bold;
}
#page #contentHolder .footer {
    background: url("../images/footer_bg.jpg") repeat-y;
    height: 30px; 
}

.tablelayout{
	background-color:#e5e5e5;
	border-collapse: separate; 
	border-spacing: 2px;
}

.pagebox{
	background-color:#e5e5e5;
}

.codebox{
	background-color:#e5e5e5;
	margin: 11px 11px 11px 11px;
}

.abbbox{
	text-align:center;
}

.footnavi{
	padding: 0px 0px 22px 12px;
}

.footnavi a{
	display: block;
    color: #b4a1a7;
    padding: 8px 15px 1px 15px;
    height: 20px;
    line-height: 1em;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;  
}

.chapternavi a{
    color: #b4a1a7;
	padding: 24px 24px 24px 24px;
    line-height: 1em;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;  
}
