/* menu */
img.preload{
	display:none;
}
#menu {
	width: 215px;
	float: left;
	height: 600px;
}
#head_logo {
	float: left;
	width: 160px;
	height: 40px;
}

#header_gmenu {
	width: 800px;
	height: 80px;
}
#corp_logo {
	float: right;
	font-size: 10px;
	color: #656464;
	width: 600px;
	text-align: right;
	margin-top: 15px;
	margin-right: 5px;
}
/* menu_rollover */
a#sarutobi {
	width: 215px;
	height: 65px;
	display: block;
	background-image: url(../img/menu1.png);
	background-repeat: no-repeat;
}
a#sarutobi:hover{
	width: 215px;
	height: 65px;
	display: block;
	background-image: url(../img/menu1_on.png);
	background-repeat: no-repeat;
}
a#course {
	width: 215px;
	height: 65px;
	display: block;
	background-image: url(../img/menu2.png);
	background-repeat: no-repeat;
}
a#course:hover{
	width: 215px;
	height: 65px;
	display: block;
	background-image: url(../img/menu2_on.png);
	background-repeat: no-repeat;
}
a#concept {
	width: 215px;
	height: 65px;
	display: block;
	background-image: url(../img/menu4.png);
	background-repeat: no-repeat;
}
a#concept:hover{
	width: 215px;
	height: 65px;
	display: block;
	background-image: url(../img/menu4_on.png);
	background-repeat: no-repeat;
}
a#rule {
	width: 215px;
	height: 65px;
	display: block;
	background-image: url(../img/menu3.png);
	background-repeat: no-repeat;
}
a#rule:hover{
	width: 215px;
	height: 65px;
	display: block;
	background-image: url(../img/menu3_on.png);
	background-repeat: no-repeat;
}
a#access {
	width: 215px;
	height: 65px;
	display: block;
	background-image: url(../img/menu5.png);
	background-repeat: no-repeat;
}
a#access:hover{
	width: 215px;
	height: 65px;
	display: block;
	background-image: url(../img/menu5_on.png);
	background-repeat: no-repeat;
}
a#riyou {
	width: 215px;
	height: 74px;
	display: block;
	background-image: url(../img/menu6.png);
	background-repeat: no-repeat;
}
a#riyou:hover{
	width: 215px;
	height: 74px;
	display: block;
	background-image: url(../img/menu6_on.png);
	background-repeat: no-repeat;
}
#header_gmenu #gmenu2 {
	text-align: center;
	background-color: #FFFFFF;
	height: 36px;
	width: 1024px;
	margin-top: 10px;
}
#main_box img {
}

