﻿@charset "utf-8";

/* ヘッダー -------------------------------------*/
/* ヘッダー上メニュー */
#gheadert{
	padding:7px 8px 0px 8px;
	width:724px;
	height:35px;
	clear:both;
	background:url("../../images/gakusyu/menu/c_titlebg.gif") no-repeat top left;
}
#gheadert h3{
	width:300px;
	height:30px;
	float:left;
}
#gheadert ul{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
#gheadert li{
	display:inline; 
	line-height:1;
}
#gheadert li a{
	float:left;
	display:block;
	font-size:1px;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	text-indent:-9999px;
}

/* ヘッダー下メニュー */
#gheaderb{
	height:52px;
	width:740px;
	clear:both;
	background:url("../../images/gakusyu/menu/c_menubg.gif") no-repeat left top;
}
#gheaderb ul{
	margin:0;
	padding:0;
	list-style:none;
}
#gheaderb li{
	display:inline; 
	line-height:1;
}
#gheaderb li a{
	float:left;
	display:block;
	font-size:1px;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	text-indent:-9999px;
}
.seriestop{
	margin-top:-42px;
	margin-right:6px;
	font-size:0.65em;
	text-align:right;
}

.height26{
	height:26px;
}
.height24{
	height:24px;
}

/* basic -------------------------------*/
#gheadert li#set a{
	margin-right:6px;
	width:146px;
	height:30px;
	background:url("../../images/gakusyu/menu/c_set.gif") no-repeat top left;
}
#gheadert li#set a:hover{
	background-position:0 -30px;
}
#gheadert li#support a{
	width:136px;
	height:30px;
	background:url("../../images/gakusyu/menu/c_support.gif") no-repeat top left;
}
#gheadert li#support a:hover{
	background-position:0 -30px;
}

#gheaderb li#desk a{
	width:250px;
	height:26px;
	background:url("../../images/gakusyu/menu/c_desk.gif") no-repeat top left;
	display:inline;
}
#gheaderb li#desk a:hover{
	background-position:0 -26px;
}
#gheaderb li#bed a{
	width:68px;
	height:24px;
	background:url("../../images/gakusyu/menu/c_bed.gif") no-repeat top left;
}
#gheaderb li#bed a:hover{
	background-position:0 -24px;
}
#gheaderb li#light a{
	width:98px;
	height:24px;
	background:url("../../images/gakusyu/menu/c_light.gif") no-repeat top left;
}
#gheaderb li#light a:hover{
	background-position:0 -24px;
}
#gheaderb li#mat a{
	width:91px;
	height:24px;
	background:url("../../images/gakusyu/menu/c_mat.gif") no-repeat top left;
}
#gheaderb li#mat a:hover{
	background-position:0 -24px;
}
/* メニュー ov設定 ---------------------------------------*/
.set #gheadert li#set a{
	background-position:0 -30px;
}
.supportgh #gheadert li#support a{
	background-position:0 -30px;
}
.desk #gheaderb li#desk a{
	background-position:0 -26px;
}
.bed #gheaderb li#bed a{
	background-position:0 -24px;
}
.light #gheaderb li#light a{
	background-position:0 -24px;
}
.mat #gheaderb li#mat a{
	background-position:0 -24px;
}

