@charset "utf-8";
.twoColFixRtHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	height: 195px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0;
	text-indent: 0em;
} 
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixRtHdr #mainContentRight {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0px;
	float: right;
	width: 700px;
}

.twoColFixRtHdr  #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	margin-top: 0px;
}
.twoColFixRtHdr #footer {
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left: 0.5em;
	background-color: #999999;
} 
.twoColFixRtHdr #keywords {
	padding-right: 0.5em;
	background-color: #999999;
	margin: 0px;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}
.twoColFixRtHdr #subnavi {
	float: left; /* since this element is floated, a width must be given */
	width: 165px;
	margin-top: 42px;
	height: 400px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #container #subnavi #subnavipoint {
	list-style-position: inside;
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #71FB56;
	margin-left: 5px;
	line-height: 20px;
}
.twoColFixRtHdr #container #subnavi #tagcouldKeywords h1 {
	font-size: 0.6em;
	font-weight: normal;
	color: #CCCCCC;
	text-align: center;
	display: block;
	padding: 10px;
	background-color: #666666;
}
.twoColFixRtHdr #container #sidebar #tagcouldKeywords h1 {
	font-size: 0.6em;
	font-weight: normal;
	color: #CCCCCC;
	text-align: center;
	display: block;
	padding: 10px;
	background-color: #999999;
}
.twoColFixRtHdr #container #subnavi #subnavipoint a {
	color: #40FF1A;
}

.twoColFixRtHdr #container #subnavi #subnavipoint a:hover {
	color: #FFFFFF;
}
#container    #header  .buttonActive, .twoColFixRtHdr #container #mainContentRight .buttonActive             {
	background-position: right;
	cursor: default;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #00FF00;
}

