	
/*======　コンテンツレイアウト=====*/

#page #content 
	{
	margin: 10px auto;
	padding: 0;
	width: 960px;
	height: auto;
	background: #F6F6FA;
	border: 0px #f00 solid;
	}

#page #content #topmenu
	{
	margin: 10px 0 20px 0;
	padding: 0;
	float: left;
	width: 258px;
	height: 552px;
	background: #F6F6FA;
	text-indent: -9999px;
	background: url(../img/top_menu_bg.jpg) no-repeat 0 0;
	}

#page #content #topimage
	{
	margin: 10px 0 20px 0;
	padding: 0;
	float: right;
	width: 702px;
	height: 540px;
	background: #F6F6FA;
	background: url(../img/top_body_bg.jpg) no-repeat 0 0;
	}

/*======　メニュー=====*/
#menubox
	{
	margin: 0;
	padding: 0;
	width: 258px;
	position: relative;
	}

#menubox .inner
	{
	margin: 0;
	padding: 0;
	width: 85px;
	position: absolute;
	top: 100px;
	left: 95px;
	}
#menubox .toplogo
	{
	margin: 0;
	padding: 0;
	width: 110px;
	height: 55px;
	position: absolute;
	top: 400px;
	left: 85px;
	background: url(../img/top_logo.png) no-repeat 0 0;
	}
	
#menubox .inner ul
	{
	margin: 0;
	padding: 0;
	width: 85px;
	height: 20px;
	list-style: none;
	}
#menubox .inner li
	{
	margin-bottom: 10px;
	width: 85px;
	height: 20px;
	}
#menubox .inner li a
	{
	width: 85px;
	height: 20px;
	text-indent: -9999px;
	display: block;
	}
	
#menubox .inner li#t_about,
#menubox .inner li#t_about a
	{
	background: url(../img/topmenu_aboutus.png) no-repeat 0 0;
	}
#menubox .inner li#t_about a:hover
	{
	background: url(../img/topmenu_aboutus.png) no-repeat 0 -21px;
	}
#menubox .inner li#t_information,
#menubox .inner li#t_information a
	{
	background: url(../img/topmenu_information.png) no-repeat 0 0;
	}
#menubox .inner li#t_information a:hover
	{
	background: url(../img/topmenu_information.png) no-repeat 0 -22px;
	}
#menubox .inner li#t_collection,
#menubox .inner li#t_collection a
	{
	background: url(../img/topmenu_collection.png) no-repeat 0 0;
	}
#menubox .inner li#t_collection a:hover
	{
	background: url(../img/topmenu_collection.png) no-repeat 0 -21px;
	}
#menubox .inner li#t_lesson,
#menubox .inner li#t_lesson a
	{
	background: url(../img/topmenu_lesson.png) no-repeat 0 0;
	}
#menubox .inner li#t_lesson a:hover
	{
	background: url(../img/topmenu_lesson.png) no-repeat 0 -21px;
	}
#menubox .inner li#t_contact,
#menubox .inner li#t_contact a
	{
	background: url(../img/topmenu_contactus.png) no-repeat 0 0;
	}
#menubox .inner li#t_contact a:hover
	{
	background: url(../img/topmenu_contactus.png) no-repeat 0 -21px;
	}
#menubox .inner li#t_twitter,
#menubox .inner li#t_twitter a
	{
	width: 100px;
	height: 30px;
	background: url(../img/topmenu_twitter.png) no-repeat 0 0;
	}
#menubox .inner li#t_twitter a:hover
	{
	width: 100px;
	height: 30px;
	background: url(../img/topmenu_twitter_on.png) no-repeat 0 0;
	}

