@charset "UTF-8";


*html .caddie a {
	background:none;
	height: 130px;
	width: 280px;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='common/images/big_btn01.png', sizingMethod='crop');
}
*html .caddie a:hover {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='common/images/big_btn01_hover.png', sizingMethod='image');
}
*html .glove a {
	background:none;
	height: 130px;
	width: 280px;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='common/images/big_btn02.png', sizingMethod='crop');
}
*html .glove a:hover {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='common/images/big_btn02_hover.png', sizingMethod='image');
}
*html .acces a {
	background:none;
	height: 97px;
	width: 260px;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='common/images/big_btn03.png', sizingMethod='crop');
}
*html .acces a:hover {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='common/images/big_btn03_hover.png', sizingMethod='image');
}
