@charset "UTF-8";


img#icon_small_pro {
	width:53px;
	height:20px;
	background:url(/shared/images/css_sprite.gif) 0px -19px;
}
img#icon_small_business {
	width:50px;
	height:18px;
	background:url(/shared/images/css_sprite.gif) -53px -19px;
}
img#icon_small_partner {
	width:60px;
	height:20px;
	background:url(/shared/images/css_sprite.gif) -103px -19px;
}
img#icon_small_trader {
	width:60px;
	height:20px;
	background:url(/shared/images/css_sprite.gif) -163px -19px;
}
img#icon_small_free{
	width:60px;
	height:15px;
	background:url(/shared/images/css_sprite.gif) -223px -19px;
}

img#css-sprite-icon-arrow-02 {
	width:4px;
	height:7px;
	background:url(/shared/images/css_sprite.gif) -4px -12px;
	position:relative;
	top:-5px;
	margin:0 5px;
}

/* 2010.07.28 idで指定すると、1画面中で複数回宣言しないといけないときにW3Cでエラーになる */
/* この点を回避するためにクラスで定義した。以降、Idでの宣言は順次クラスに置き換えていく必要がある */
img.icon_small_pro {
        width:53px;
        height:20px;
        background:url(/shared/images/css_sprite.gif) 0px -19px;
}
img.icon_small_business {
        width:50px;
        height:18px;
        background:url(/shared/images/css_sprite.gif) -53px -19px;
}
img.icon_small_partner {
        width:60px;
        height:20px;
        background:url(/shared/images/css_sprite.gif) -103px -19px;
}
img.icon_small_trader {
        width:60px;
        height:20px;
        background:url(/shared/images/css_sprite.gif) -163px -19px;
}
img.icon_small_free{
        width:60px;
        height:15px;
        background:url(/shared/images/css_sprite.gif) -223px -19px;
}

img#css-sprite-icon-arrow-02 {
        width:4px;
        height:7px;
        background:url(/shared/images/css_sprite.gif) -4px -12px;
        position:relative;
        top:-5px;
        margin:0 5px;
}


