@charset "utf-8";
/******************************

サブメニューのリスト

******************************/
/*ボタンリスト*/
#smenu {
	margin:0px;
	padding:0px;
	list-style:none;
}
#smenu li{
	padding-bottom:5px;
}

/******************************

作品紹介のサブメニュー

******************************/
/*一般住宅*/
#smenu_house {
	background: url(../images/smenu/smenu_house.gif) left top no-repeat;
	display: block;
	text-decoration: none;
	width: 200px;
	height: 40px;
}
#smenu_house:hover {
	background-position: left bottom;
}
#smenu_house span {
	position: relative;
	z-index: -1;
	width:200px;
}
/*個人商店*/
#smenu_store {
	background: url(../images/smenu/smenu_store.gif) left top no-repeat;
	display: block;
	text-decoration: none;
	width: 200px;
	height: 40px;
}
#smenu_store:hover {
	background-position: left bottom;
}
#smenu_store span {
	position: relative;
	z-index: -1;
	width:200px;
}
/*公共施設*/
#smenu_public_facilities {
	background: url(../images/smenu/smenu_public_facilities.gif) left top no-repeat;
	display: block;
	text-decoration: none;
	width: 200px;
	height: 40px;
}
#smenu_public_facilities:hover {
	background-position: left bottom;
}
#smenu_public_facilities span {
	position: relative;
	z-index: -1;
	width:200px;
}
/*大型施設*/
#smenu_large_facilities {
	background: url(../images/smenu/smenu_large_facilities.gif) left top no-repeat;
	display: block;
	text-decoration: none;
	width: 200px;
	height: 40px;
}
#smenu_large_facilities:hover {
	background-position: left bottom;
}
#smenu_large_facilities span {
	position: relative;
	z-index: -1;
	width:200px;
}
/*その他の建築*/
#smenu_other_construction {
	background: url(../images/smenu/smenu_other_construction.gif) left top no-repeat;
	display: block;
	text-decoration: none;
	width: 200px;
	height: 40px;
}
#smenu_other_construction:hover {
	background-position: left bottom;
}
#smenu_other_construction span {
	position: relative;
	z-index: -1;
	width:200px;
}

/******************************

業務内容のサブメニュー

******************************/
/*設計作業*/
#smenu_design_works {
	background: url(../images/smenu/smenu_design_works.gif) left top no-repeat;
	display: block;
	text-decoration: none;
	width: 200px;
	height: 40px;
}
#smenu_design_works:hover {
	background-position: left bottom;
}
#smenu_design_works span {
	position: relative;
	z-index: -1;
	width:200px;
}
/*建築作業*/
#smenu_construction_works {
	background: url(../images/smenu/smenu_construction_works.gif) left top no-repeat;
	display: block;
	text-decoration: none;
	width: 200px;
	height: 40px;
}
#smenu_construction_works:hover {
	background-position: left bottom;
}
#smenu_construction_works span {
	position: relative;
	z-index: -1;
	width:200px;
}
/*改修工事*/
#smenu_repair_works {
	background: url(../images/smenu/smenu_repair_works.gif) left top no-repeat;
	display: block;
	text-decoration: none;
	width: 200px;
	height: 40px;
}
#smenu_repair_works:hover {
	background-position: left bottom;
}
#smenu_repair_works span {
	position: relative;
	z-index: -1;
	width:200px;
}
/*屋外設備*/
#smenu_equipment_works {
	background: url(../images/smenu/smenu_equipment_works.gif) left top no-repeat;
	display: block;
	text-decoration: none;
	width: 200px;
	height: 40px;
}
#smenu_equipment_works:hover {
	background-position: left bottom;
}
#smenu_equipment_works span {
	position: relative;
	z-index: -1;
	width:200px;
}
/*家具製作*/
#smenu_furniture_works {
	background: url(../images/smenu/smenu_furniture_works.gif) left top no-repeat;
	display: block;
	text-decoration: none;
	width: 200px;
	height: 40px;
}
#smenu_furniture_works:hover {
	background-position: left bottom;
}
#smenu_furniture_works span {
	position: relative;
	z-index: -1;
	width:200px;
}
/*建築資材販売*/
#smenu_material_supply {
	background: url(../images/smenu/smenu_material_supply.gif) left top no-repeat;
	display: block;
	text-decoration: none;
	width: 200px;
	height: 40px;
}
#smenu_material_supply:hover {
	background-position: left bottom;
}
#smenu_material_supply span {
	position: relative;
	z-index: -1;
	width:200px;
}
/******************************

各サブメニュー共通ボタン

******************************/
/*お問合せ*/
#smenu_inquiry {
	background: url(../images/smenu/smenu_inquiry.gif) left top no-repeat;
	display: block;
	text-decoration: none;
	width: 200px;
	height: 130px;
}
#smenu_inquiry:hover {
	background-position: left bottom;
}
#smenu_inquiry span {
	position: relative;
	z-index: -1;
	width:200px;
}

