
body {
 	text-align: center;
	background-color: #E3B600;
	margin-left: auto;
	margin-right: auto;
   	color: #000000;
	font-size:9pt;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

img {
	border:none;
	vertical-align: bottom;	
}

a:link {
        color: #000066;
}
a:visited {
        color: #000066;
}
a:hover {
	background-color: #000044;
        color: #FFFFFF;
}
table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

strong {
	font-weight:normal;
}
#contents {
 	text-align: left;
 	margin:0 auto; 
	width:800px;
	background-color: #FFFFFF;
}

#header {
	text-align: center;
	padding-top:64px;
	padding-bottom:16px;
	width:100%;
}
#header_image {
	width:100%;
}

#contents_left {
	text-align: center;
	width:260px;
	height:800px;
	margin:0px auto;
	float:left;
	background-color: #FFCC00;
}
#contentsbox {
	width:100%;
	background-color: #FFFFFF;
}
#contents_right {
	text-align: center;
	width:540px;
	height:800px;
	float:left;
	background-color: #FFFFFF;
}
#contents_right_news {
	text-align: left;
	width:500px;
	height:500px;
	margin-left:40px;
}
#footer {
       	text-align: center;
	width:100%;
	margin:0px auto;
	clear:both;
}
