/* ======================================================================
   WebSketch共通CSS
   テンプレートタグ置換対象となるため、
   登録内容に応じた処理を設定する事が可能です。
   例えばCSSを利用したメニューのロールオーバー等に利用します。
====================================================================== */
/* ====================================================================== */
/* メニューボタン制御 */
/* ====================================================================== */
.bt-service {
	float: left;
	width: 150px;
	height: 40px;
	background:url("/wscms/upload/__msdir/menu/40_2.jpg") no-repeat;
	text-indent: -9999px; }
.bt-service a:hover { background-position: 0px -40px; }
.bt-service a {
	display: block;
	width: 150px;
	height: 40px;
	background:url("/wscms/upload/__msdir/menu/40_1.jpg") no-repeat;
}
.bt-function {
	float: left;
	width: 150px;
	height: 40px;
	background:url("/wscms/upload/__msdir/menu/35_2.jpg") no-repeat;
	text-indent: -9999px; }
.bt-function a:hover { background-position: 0px -40px; }
.bt-function a {
	display: block;
	width: 150px;
	height: 40px;
	background:url("/wscms/upload/__msdir/menu/35_1.jpg") no-repeat;
}
.bt-archive {
	float: left;
	width: 150px;
	height: 40px;
	background:url("/wscms/upload/__msdir/menu/4_2.jpg") no-repeat;
	text-indent: -9999px; }
.bt-archive a:hover { background-position: 0px -40px; }
.bt-archive a {
	display: block;
	width: 150px;
	height: 40px;
	background:url("/wscms/upload/__msdir/menu/4_1.jpg") no-repeat;
}
.bt-plan {
	float: left;
	width: 150px;
	height: 40px;
	background:url("/wscms/upload/__msdir/menu/39_2.jpg") no-repeat;
	text-indent: -9999px; }
.bt-plan a:hover { background-position: 0px -40px; }
.bt-plan a {
	display: block;
	width: 150px;
	height: 40px;
	background:url("/wscms/upload/__msdir/menu/39_1.jpg") no-repeat;
}
.bt-order {
	float: left;
	width: 150px;
	height: 40px;
	background:url("/wscms/upload/__msdir/menu/34_2.jpg") no-repeat;
	text-indent: -9999px; }
.bt-order a:hover { background-position: 0px -40px; }
.bt-order a {
	display: block;
	width: 150px;
	height: 40px;
	background:url("/wscms/upload/__msdir/menu/34_1.jpg") no-repeat;
}
.bt-inquiry {
	float: left;
	width: 150px;
	height: 40px;
	background:url("/wscms/upload/__msdir/menu/44_2.jpg") no-repeat;
	text-indent: -9999px; }
.bt-inquiry a:hover { background-position: 0px -40px; }
.bt-inquiry a {
	display: block;
	width: 150px;
	height: 40px;
	background:url("/wscms/upload/__msdir/menu/44_1.jpg") no-repeat;
}
