html,body {
	height: 100%;
}

a {
	background: none;
}
a:hover {
	background: none;
}

#globalContainer {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-bottom: 160px;
	z-index: 10;
}
#bgMainVisual {
	width: 100%;
	height: 223px;
	position: relative;
	top: -111px;
	left: 0px;
	margin: 0 auto;
	background-image: url(../img/bg_home_belt.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}
#bgMainVisualShadow {
	width: 100%;
	height: 30px;
	position: relative;
	top: -111px;
	left: 0px;
	margin: 0 auto;
	background-image: url(../img/bg_shadow.png);
	background-repeat: repeat-x;
}
#mainVisualContainer {
	width: 930px;
	height: 223px;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	padding: 0;
	background: #990099 url(../img/mainvisual_profile.jpg) no-repeat;
	overflow: hidden;
}
#mainVisual {
	width: 930px;
	height: 223px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: auto;
}
#logoIssei{
	width: 281px;
	position: absolute;
	top: 74px;
	left: 0px;
	z-index: 100;
}
#homeNavi{
	width: 487px;
	position: absolute;
	top: 96px;
	left: 443px;
	z-index: 200;
}

#homeNavi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#homeNavi li {
	float: left;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
#homeNavi li a {
	display: block;
	border: none;
	vertical-align: top;
	overflow: hidden;
}

#homeNavi01a {
	background-image: url(../img/navi_home.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: 80px;
	height: 30px;
	width: 47px;
}
#homeNavi01a:hover {
	background-position: 0px -30px;
}

#homeNavi02a {
	background-image: url(../img/navi_home.png);
	background-repeat: no-repeat;
	background-position: -47px 0px;
	margin-right: 87px;
	height: 30px;
	width: 43px;
}
#homeNavi02a:hover {
	background-position: -47px -30px;
}

#homeNavi03a {
	background-image: url(../img/navi_home.png);
	background-repeat: no-repeat;
	background-position: -90px 0px;
	margin-right: 78px;
	height: 30px;
	width: 49px;
}
#homeNavi03a:hover {
	background-position: -90px -30px;
}

#homeNavi04a {
	background-image: url(../img/navi_home.png);
	background-repeat: no-repeat;
	background-position: -139px 0px;
	height: 30px;
	width: 45px;
}
#homeNavi04a:hover {
	background-position: -139px -30px;
}

#shootingStar {
	position: absolute;
	z-index: 1000;
	visibility: hidden;
}




#footer{
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 0;
}
#footer div#pMark{
	margin: 0 0 12px 140px;
}
#footer div#privacyPolicy{
	margin: 0 0 18px 124px;
}
#footer div#copyright{
	margin: 0;
}


#mainVisualContainer ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

