body {
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka";
	color: #333333;
	background-color: #FFFFFF;
	margin: 10px;
	padding: 0px;
}
.img a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
table {margin: 5; font-size: small; width: 400px;}
table td {border-width: 0; font-family: font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka";}


/*-----ヘッダーここから-----*/
#header {
	background-image: url(./images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 93px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #35AACD;
	margin-bottom: 2px;
}
#header_logo {
	background-image: url(./images/header_logo.gif);
	background-repeat: no-repeat;
	float: left;
	height: 62px;
	width: 255px;
	margin-top: 15px;
	margin-left: 15px;
}
#header_logo h1 {
	text-indent: -100em;
	display: block;
	height: 62px;
	width: 255px;
	margin: 0px;
	padding: 0px;
}
#header_logo a {
	display: block;
	height: 62px;
	width: 255px;
}
#header_right {
	float: right;
	width: 578px;
}

#footer {
	clear: both;
	background-image: url(./images/footer_bg_top.gif);
	background-repeat: repeat-x;
	padding-top: 22px;
}
#footer ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#footer p {
	background-image: url(./images/footer_bg_btm.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 25px;
	color: #666666;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}


