@charset "utf-8";
body {
	background: #000000;
}
a {
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover {
	color: #CCCCCC;
}
#navigation {
	background: url(../images/background_nav.png) 0 0 no-repeat;
	margin: 0 auto;
	width: 992px;
	position: relative;
	height: 90px;
}

#navigation .logo {
	position: absolute;
	top: 21px;
	left: 70px;
	width: 125px;
	height: 48px;
}

#navigation ul {
	overflow: hidden;
	position: absolute;
	top: 21px;
	left: 197px;
}
#navigation li {
	position: relative;
	float: left;
	margin-right: 2px;
	height: 48px;
	width: 78px;
}
#navigation li a {
	cursor: default;
}
#navigation li img {
	position: absolute;
	top: 0;
	left: 0;
}

#footer {
	padding-bottom: 15px;
}
#footer .first {
	background: url(../images/copyright_01.png) center 0 no-repeat;
	text-indent: -9999px;
}
#footer .second {
	background: url(../images/copyright_02.png) center 0 no-repeat;
	text-indent: -9999px;
}
div {
	margin: 0;
	padding: 0;
}

/*=4月プレゼント=*/
.p_shosai {
	border:1px #4fbbf5 solid;
	padding:10px 20px 10px 30px;
	}
	
/*-下層ナビ内アポイラスト分cssー-*/
/*.nav_apo2 {
	position: absolute;
	top: -86px;
	left: 506px;
	z-index: 1;
}
*/