@charset "utf-8";
/******************************

グローバルメニュー

******************************/
/*ボタンリスト*/
#gmenu_inner .button_list {
	margin:0px;
	padding:0px;
	list-style:none;
}
#gmenu_inner .button_list li{
	float:left;
}
/*作品紹介*/
#gmenu_works {
	background: url(../images/gmenu/gmenu_works.gif) left top no-repeat;
	display: block;
	text-decoration: none;
	width: 206px;
	height: 30px;
}
#gmenu_works:hover {
	background-position: left bottom;
}
#gmenu_works span {
	position: relative;
	z-index: -1;
	width:206px;
}
/*スタッフ紹介*/
#gmenu_staff {
	background: url(../images/gmenu/gmenu_staff.gif) left top no-repeat;
	display: block;
	text-decoration: none;
	width: 116px;
	height: 30px;
}
#gmenu_staff:hover {
	background-position: left bottom;
}
#gmenu_staff span {
	position: relative;
	z-index: -1;
	width:116px;
}
/*業務内容*/
#gmenu_work_outline {
	background: url(../images/gmenu/gmenu_work_outline.gif) left top no-repeat;
	display: block;
	text-decoration: none;
	width: 104px;
	height: 30px;
}
#gmenu_work_outline:hover {
	background-position: left bottom;
}
#gmenu_work_outline span {
	position: relative;
	z-index: -1;
	width:104px;
}
/*作業の流れ*/
#gmenu_process {
	background: url(../images/gmenu/gmenu_process.gif) left top no-repeat;
	display: block;
	text-decoration: none;
	width: 101px;
	height: 30px;
}
#gmenu_process:hover {
	background-position: left bottom;
}
#gmenu_process span {
	position: relative;
	z-index: -1;
	width:101px;
}
/*建築資材販売*/
#gmenu_material_supply {
	background: url(../images/gmenu/gmenu_material_supply.gif) left top no-repeat;
	display: block;
	text-decoration: none;
	width: 119px;
	height: 30px;
}
#gmenu_material_supply:hover {
	background-position: left bottom;
}
#gmenu_material_supply span {
	position: relative;
	z-index: -1;
	width:119px;
}
/*会社概要*/
#gmenu_company {
	background: url(../images/gmenu/gmenu_company.gif) left top no-repeat;
	display: block;
	text-decoration: none;
	width: 87px;
	height: 30px;
}
#gmenu_company:hover {
	background-position: left bottom;
}
#gmenu_company span {
	position: relative;
	z-index: -1;
	width:87px;
}
/*お問合せ*/
#gmenu_inquiry {
	background: url(../images/gmenu/gmenu_inquiry.gif) left top no-repeat;
	display: block;
	text-decoration: none;
	width: 286px;
	height: 30px;
}
#gmenu_inquiry:hover {
	background-position: left bottom;
}
#gmenu_inquiry span {
	position: relative;
	z-index: -1;
	width:286px;
}
