@charset "utf-8";

body {
	background-color: #FFF;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #000;
	border-collapse: collapse;
	font-size: medium;
	background-image: url(../img/back.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
* {
	margin: 0px;
	padding: 0px;
	border: none;
}
*:first-child+html img {
	vertical-align: top
}
h1, h2, h3 , h4 {
	font-weight: normal;
	text-decoration: none;
	font-size: medium;
}
a {
	color: #FF9F00;
}
a:hover {
	color: #FF8000;
}
table {
	border-collapse: collapse;
}
/*基本レイアウト*/
#wrap {
	width: 780px;
	margin: 20px auto 0px auto;
	overflow: hidden;
	text-align: center;
}
#header {
	height: 8px;
	background-color: #FF9900;
}
#middle {
}
#footer {
	margin-top: 10px;
}
/*------------本文部分------------*/
#middle tr td{
	text-align: left;
}
/*------------フッタ部分------------*/
.policy {
	padding-bottom: 7px;
	font-size: medium;
}
.wizgroup {
	padding-bottom: 7px;
	line-height: 140%;
}
.copyright {
	padding: 5px;
	color: #555;
}
