@charset "utf-8";
* { 
margin: 0;
padding: 0;
border: 0; 
font-size: small;
color: black;
font-weight: normal;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-style: normal; 
background-color: transparent;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #CDB947;
}
a:link {
	color: #3D3D7A;
} 
a:visited { color: #003399; } 
a:hover { color: #0033CC; } 


.twoColFixRtHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #CDB947;
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;
	padding: 0;
} 
.twoColFixRtHdr .wrapper #container #navi {
	background-color: #333333;
	height: 30px;
	width: 800px;
}
.twoColFixRtHdr #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 260px;
	background-color: #CDB947;
	background-image: url(../images/foot.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}


.twoColFixRtHdr .wrapper #container #footer #company {
	float: right;
	margin-top: 10px;
}
.twoColFixRtHdr .wrapper #container #footer #company a {
	color: #214254;
	text-decoration: none;
	font-size: 10px;

}

.h2title{
	display:none;
}

