@charset "utf-8";
/* CSS Document */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
}
#bodybg {
	width: 100%;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#page_top {
	font-size: larger;
	color: #FFFFFF;
	border-bottom: solid 1px;
	border-bottom-color: #cccccc;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 20px;
	background-image: url(../img/h_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	font-weight: bold;
}
/*---------- フッター ----------*/

footer {
	width: 100%;
	padding: 10px 0 10px 0;
	color: #ffe400;
	text-align: center;
	border-top: solid 1px;
	border-top-color: #ffe400;
}

footer p {
  padding: 10px;
  color: #000000;
}

footer a {
  color: #000000 !important;
}

footer a:hover {
  color: #ff0048 !important;
}

footer a:visited {
  color: #999999;
}

footer p.copy {
	padding: 10px;
	font-size:x-small;
	color: #000000;
}

footer p.copy a {
	color: #000000 !important;
	text-decoration: none;
	font-size:x-small;
}

footer p.copy a:hover {
	color: #FF0000 !important;
	text-decoration: underline;
}

footer p.copy a:visited {
  color: #999999;
  text-decoration: none;
}
 
 
#navibg {
	width: 100%;
}
#apDiv2 {
	position: relative;
	width: 100%;
	z-index: 1;
}
