#main {
    width: 1260px;
    position: relative;
    height: 892px;
    text-align: center;
}

#kyouzai {
    position: absolute;
    top: 35px;
    left: 50px;
	background:  url(../images/kyouzai.png) no-repeat;
}
#kyouzai a{
	width: 300px;
	height: 283px;
	background: url(../images/kyouzai.png)no-repeat;
	display: block;
	text-indent: -9999px;
}

#kyouzai a:hover{
	background-image: url(../images/kyouzai_over.png);
}


#tsukaikata {
    position: absolute;
    bottom: 60px;
    left: 150px;
	background: url(../images/tsukaikata.png) no-repeat;
}
#tsukaikata a{
	width: 200px;
	height: 191px;
	background: url(../images/tsukaikata.png) no-repeat;
	display: block;
	text-indent: -9999px;
}

#tsukaikata a:hover{
	background-image: url(../images/tsukaikata_over.png);
}

#start {
    position: absolute;
    bottom: 50px;
    right: 430px;
	background: url(../images/start.png) no-repeat;
}

#start a{
	width: 400px;
	height: 205px;
	background: url(../images/start.png) no-repeat;
	display: block;
	text-indent: -9999px;
}

#start a:hover{
	background-image: url(../images/start_over.png);
}



#hogosha {
    position: absolute;
    bottom: 60px;
    right: 150px;
	background: url(../images/hogosha.png) no-repeat;
}

#hogosha a{
	width: 200px;
	height: 191px;
	background: url(../images/hogosha.png) no-repeat;
	display: block;
	text-indent: -9999px;
}

#hogosha a:hover{
	background-image: url(../images/hogosha_over.png);
}
