@charset "shift_jis";

/*ページ全体*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(http://www.hipira.net/images/bg.jpg);
	background-repeat: repeat-x;
	color: #000000;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
}


/*メインコンテンツ全体*/
#contents {
	margin: 0px;
	padding: 0px;
	width: 948px;
}

/*メインナビ*/
#contents #navi {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 244px;
}

#contents #navi #navi01 {
	height: 360px;
	width: 87px;
	float: left;
	background-image: url(http://www.hipira.net/images/navi01.jpg);
	background-repeat: no-repeat;
}

#contents #navi #navi02 {
	width: 157px;
	float: right;
	height: 360px;
	background-image: url(http://www.hipira.net/images/navi02.jpg);
	background-repeat: no-repeat;
}

#contents #navi #navi02 ul {
	width: 157px;
	margin: 0px;
	padding: 0px;
}

#contents #navi #navi02 li {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
}

#contents #navi #navi02 li a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
}

#contents #navi #navi02 li#whatshipira a {
	width: 157px;
	height: 38px;
	background-image: url(http://www.hipira.net/images/bt_01.jpg);
}

#contents #navi #navi02 li#whatshipira a:hover {
	width: 157px;
	height: 38px;
	background-image: url(http://www.hipira.net/images/bt_01on.jpg);
}

#contents #navi #navi02 li#story a {
	width: 157px;
	height: 38px;
	background-image: url(http://www.hipira.net/images/bt_02.jpg);
}

#contents #navi #navi02 li#story a:hover {
	width: 157px;
	height: 38px;
	background-image: url(http://www.hipira.net/images/bt_02on.jpg);
}

#contents #navi #navi02 li#character a {
	width: 157px;
	height: 38px;
	background-image: url(http://www.hipira.net/images/bt_03.jpg);
}

#contents #navi #navi02 li#character a:hover {
	width: 157px;
	height: 38px;
	background-image: url(http://www.hipira.net/images/bt_03on.jpg);
}

#contents #navi #navi02 li#product a {
	width: 157px;
	height: 38px;
	background-image: url(http://www.hipira.net/images/bt_04.jpg);
}

#contents #navi #navi02 li#product a:hover {
	width: 157px;
	height: 38px;
	background-image: url(http://www.hipira.net/images/bt_04on.jpg);
}

#contents #navi #navi02 li#special a {
	width: 157px;
	height: 38px;
	background-image: url(http://www.hipira.net/images/bt_05.jpg);
}

#contents #navi #navi02 li#special a:hover {
	width: 157px;
	height: 38px;
	background-image: url(http://www.hipira.net/images/bt_05on.jpg);
}

#contents #navi #navi02 li#news a {
	width: 157px;
	height: 38px;
	background-image: url(http://www.hipira.net/images/bt_06.jpg);
}

#contents #navi #navi02 li#news a:hover {
	width: 157px;
	height: 38px;
	background-image: url(http://www.hipira.net/images/bt_06on.jpg);
}

#contents #navi #navi02 li#top a {
	width: 157px;
	height: 38px;
	background-image: url(http://www.hipira.net/images/bt_07.jpg);
}

#contents #navi #navi02 li#top a:hover {
	width: 157px;
	height: 38px;
	background-image: url(http://www.hipira.net/images/bt_07on.jpg);
}

/*フッタ*/
#footer {
	margin: 0px;
	clear: both;
	float: none;
	height: 86px;
	width: 948px;
	background-image: url(http://www.hipira.net/images/footer.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 51px;
	padding-left: 0px;
}

.copyright {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 12px;
	padding-top: 55px;
	text-align: center;
	padding-right: 230px;
}

.info {
	font-size: 10px;
	color: #FFFFFF;
	line-height: 12px;
	padding-top: 10px;
	text-align: center;
}

#footer ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#footer li#sunrise {
	float: left;
	height: 33px;
	width: 90px;
	padding-top: 42px;
	padding-left: 66px;
}
#footer li#visual {
	float: left;
	height: 40px;
	width: 58px;
	padding-top: 42px;
	padding-left: 20px;
}

#footer li#sunrise a {
	background-image: url(http://www.hipira.net/images/b_sunrise.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 90px;
	display: block;
	text-indent: -9999px;
}
#footer li#visual a {
	background-image: url(http://www.hipira.net/images/b_bvisual.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 58px;
	display: block;
	text-indent: -9999px;
}

