@charset "utf-8";

body {
	font-family: georgia,century,serif;
	font-size: 14px;
	line-height: 1.7;
	background: #F0F0F0 url(../images/bg_top.gif) repeat-y center top;
	color: #555555;
}
#enter {
	background: url(../images/bg_enter.gif) no-repeat #F0F0F0 center fixed ;
}
.enter_box {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -120px 0 0 -250px;
	width: 500px;
	height: auto;
	min-height: 240px;
	text-align: center;
}
.enter_box h1 {
	margin: 0 0 12px 0;
}
.enter_navi li {
	margin: 0 0 12px 0;
	display: inline-block;
}
.enter_copyright {
	color: #666666;
	font-size: 12px;
}
.p_wrap {
	position: relative;
	z-index: 50;
}
/********** スクロール設定 **********/

#second {
	background-color: #F0F0F0;
	background: #F0F0F0 url(../images/bg_second.gif) no-repeat center top;
}

a {/*リンクされた文字*/
	color: #000000;
	text-decoration: underline;
}
a:link {/*未訪問のリンク*/
	color: #000000;
}
a:visited {/*訪問後のリンク*/
	color: #000000;
}
a:hover {/*マウスをのせたとき*/
	color: #aaaaaa;
}
a:active {/*クリック中*/
	text-decoration: none;
}

/********** 基本設定 **********/

/* clearfix */
.cl {zoom:1;}
.cl:after {content:".";display: block;clear: both; height: 0;visibility:hidden;}
*:first-child+html .cl {display:inline-block;}/* for IE7 */
.clear {clear:both;line-height:0;}

/* font関連 */
.bold {font-weight: bold;}
.f_small {font-size: 12px;}
.f_normal {font-size: 14px;}
.f_middle {font-size: 18px;}
.f_big {font-size: 24px;}

/* text-align */
.t_right {text-align: right !important;}
.t_center {text-align: center !important;}
.t_left {text-align: left !important;}

/* vertical-align */
.va_b {vertical-align: bottom;}
.va_m {vertical-align: middle;}
.va_t {vertical-align: top;}

/* float */
.left {float:left;display:inline;}
.right {float:right;display:inline;}

/* bottom-margin */
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px !important;}
.mb45 {margin-bottom:45px !important;}
.mb50 {margin-bottom:50px !important;}
.mb60 {margin-bottom:60px !important;}

/* right-margin */
.mr5 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr25 {margin-right:25px !important;}
.mr30 {margin-right:30px !important;}

/* margin-size */
.mbs {margin-bottom: 12px !important;}
.mbm {margin-bottom: 30px !important;}
.mbl {margin-bottom: 48px !important;}

/* 色 */
.red {color: #ff0000;}

.dp_n {display: none;}

/* opacity */
.opa a img {
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	background:#ffffff;
	}
.opa a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	}

/***** ページャー *****/
.pager {
	text-align: center;
}
.pager ul {
	padding: 20px 0;
}
.pager li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 5px;
	width: 35px;
	border: 1px solid #624C02;
	line-height: 35px;
	background: #624C02;
	color: #ffffff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.pager li a {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 35px;
	text-decoration: none;
	background: #ffffff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.pager li a:hover {
	background: #624C02;
	color: #ffffff;
}
.pager li.page_next {
	width: 100px;
}
.pager li.page_next a {
	width: 100px;
}
.pager li.page_prev {
	width: 100px;
}
.pager li.page_prev a {
	width: 100px;
}
/********** レイアウト **********/
.wrap {
	margin: 0 auto;
	width: 960px;
}

/***** header *****/
.header_wrap {
	background: #ffffff;
}
#header {
	margin: 0 auto;
	padding: 0 0 12px 0;
	width: 960px;
}
#header h1 {
	margin: 0 0 0 10px;
	height: 24px;
	font-size: 12px;
	color: #aaaaaa;
}
.logo {
	float:left;display:inline;
	margin: 6px 0 0 70px;
	width: 220px;
}
.help_navi {
	float:right;display:inline;
	margin: 0 0 30px 0;
	width: 455px;
}
.help_navi li {
	float:left;display:inline;
}

/***** パンくず *****/
.pan_wrap {
	background: url(../images/bg_dot.gif) repeat;
}
.pan_navi {
	margin: 0 auto;
	padding: 0 10px;
	width: 940px;
	line-height: 36px;
	color: #888888;
	font-size: 12px;
}
.pan_navi a {
	color: #888888;
}
.pan_navi a:hover {
	color: #555555;
}

/***** footer *****/
.footer_right nav {
	margin: 0 0 24px 0;
}
.copyright {
	font-size: 12px;
}

/***** main_navi *****/
#main_navi {
	float:right;display:inline;
	margin: 0 0 0 70px;
	width: 590px;
}
#main_navi li {
	float:left;display:inline;
}

/***** contens *****/
#contents {
	min-height: 300px;
}
#contents_main {
	float:right;display:inline;
	width: 710px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.9);
}

/***** side *****/
#contents_side {
	float:left;display:inline;
	padding: 0 10px 0 10px;
	width: 210px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.85);
	font-size: 12px;
}
#contents_side h2 {
	margin: 0 0 12px 0;
}
.cont_frame {
	padding: 24px 40px 0 40px;
	width: 630px;
}
.side_new {
	margin: 8px 0 0 0;
}
.side_new li {
	margin: 0 0 12px 0;
}
.side_new_img {
	float:left;display:inline;
	margin: 0 6px 0 0;
	width: 60px;
}
.side_new_txt {
	float:left;display:inline;
	width: 138px;
	line-height: 1.4;
}
.side_catalog {
	margin: 0 0 36px 0;
}
.side_catalog li {
	margin: 0 0 6px 10px;
}


/***** footer *****/
#footer {
	padding: 24px 0 24px 0;
	color: #888888;
	background: #F0F0F0;
}
#footer a {
	color: #aaaaaa;
}
#footer a:hover {
	color: #555555;
}
.footer_left {
	float:left;display:inline;
	margin: 0 0 0 10px;
	width: 540px;
}
.footer_logo {
	float:left;display:inline;
	margin: 8px 0 0 0;
	width: 100px;
}
.footer_info {
	float:left;display:inline;
	margin: 0 0 0 20px;
	width: 360px;
}
.footer_right {
	float:right;display:inline;
	width: 380px;
}
.footer_navi {
}
.footer_navi li {
	display: inline;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
	padding: 30px 0;
	width: 50px;
	display: block;
}

/* more */
.more {
	text-align: right;
}


/********** inputボタン **********/
input,textarea,select {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 4px;
	line-height: 20px;
	border: 1px solid #cccccc;
	overflow-x: hidden;
	color: #666666;
	vertical-align: middle;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,arial,sans-serif;
	box-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}
input:hover,textarea:hover,select:hover {
	border: 1px solid #888888;
	color: #333333;
	box-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}
input:focus,textarea:focus,select:focus {
	border: 1px solid #67CBDF;
	color: #333333;
	box-shadow: 1px 1px 0px rgba(0,0,0,0.2), 0px 0px 3px #67CBDF;
	-moz-box-shadow: 1px 1px 0px rgba(0,0,0,0.2), 0px 0px 3px #67CBDF;
	-webkit-box-shadow: 1px 1px 0px rgba(0,0,0,0.2), 0px 0px 3px #67CBDF;
}
input[type="radio"] {
	padding: 0;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
input[type="checkbox"] {
	padding: 0;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.input_btn {
	padding: 4px 10px;
	border: 1px solid #888888;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #EBEBEB;
	background-image: linear-gradient(bottom, rgb(221,221,221) 0%, rgb(254,254,254) 100%);
	background-image: -o-linear-gradient(bottom, rgb(221,221,221) 0%, rgb(254,254,254) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(221,221,221) 0%, rgb(254,254,254) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(221,221,221) 0%, rgb(254,254,254) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(221,221,221) 0%, rgb(254,254,254) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(221,221,221)),
		color-stop(1, rgb(254,254,254))
	);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3), inset 0 0 3px rgba(230,230,250,0.3);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.3), inset 0 0 3px rgba(230,230,250,0.3);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3), inset 0 0 3px rgba(230,230,250,0.3);
	text-shadow:0px 1px 0px rgba(255,255,255,0.8);
	color: #202D37;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,arial,sans-serif;
	font-size: 14px;
	font-weight: normal !important;
	cursor: pointer;
}
.input_btn:hover {
	border: 1px solid #67CBDF;
	background: #31AAC2;
	background-image: linear-gradient(bottom, rgb(49,170,194) 32%, rgb(81,190,212) 83%);
	background-image: -o-linear-gradient(bottom, rgb(49,170,194) 32%, rgb(81,190,212) 83%);
	background-image: -moz-linear-gradient(bottom, rgb(49,170,194) 32%, rgb(81,190,212) 83%);
	background-image: -webkit-linear-gradient(bottom, rgb(49,170,194) 32%, rgb(81,190,212) 83%);
	background-image: -ms-linear-gradient(bottom, rgb(49,170,194) 32%, rgb(81,190,212) 83%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.32, rgb(49,170,194)),
		color-stop(0.83, rgb(81,190,212))
	);

	box-shadow: 0px 1px 3px rgba(0,0,0,0.5), inset 0 0 3px rgba(200,200,250,0.3), 0 2px 5px rgba(0,100,255, 0.4);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5), inset 0 0 3px rgba(200,200,250,0.3), 0 2px 5px rgba(0,100,255, 0.4);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5), inset 0 0 3px rgba(200,200,250,0.3), 0 2px 5px rgba(0,100,255, 0.4);
	text-shadow:0px 1px 0px rgba(0,0,0,0.3);
	color: #ffffff !important;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,arial,sans-serif;
	cursor: pointer;
}
.input_btn a:hover {
	color: #ffffff !important;
	text-decoration: none;
}

/*画像リサイズ
---------------------------------------------------------------------------*/
.reser_padding {
	padding: 0 !important ;
}

.binding_point {
	background-color: #666666;
	border: 1px solid white;
	height: 10px;
	width: 10px;
}


/*フォーム
---------------------------------------------------------------------------*/
.year ,.month ,.day ,.hour ,.minute ,.second {
	width: 50px;
}

.tel {
	width: 50px;
}

/*エラー
---------------------------------------------------------------------------*/
.error {
    color: red;
}

/********** 会員 **********/
/* ログイン */
.account_login {
	margin: 0 auto 30px auto;
	padding: 20px 20px;
	width: 300px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #f5f5f5;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.login_form {
	margin: 0 0 15px 0;
}
.login_form h3 {
	margin: 0 0 5px 0;
}
.login_form div {
	margin: 0 0 15px 0;
}
.login_form input {
	width: 290px;
}
/* マイページ */
.mypage_navi li {
	margin: 0 0 15px 0;
}
.col2_form_table table {
	width: 100%;
}
/********** メールマガジン **********/
.mail_magazine {
	padding: 0 90px;
}
/* ボタン類 */
.btn_login {
	display: block;
	border: 1px solid #0090AC;
	background: #15A1BB;
	background-image: linear-gradient(bottom, rgb(49,170,194) 0%, rgb(81,190,212) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(49,170,194) 0%, rgb(81,190,212) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(49,170,194)),
		color-stop(1, rgb(81,190,212))
	);
	margin: 0 auto;
	width: 150px;
	height: 40px;
	cursor: pointer;
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.btn_login:hover {
	border: 1px solid #0090AC;
	background: #2C98AE;
	background-image: linear-gradient(bottom, rgb(44,152,174) 0%, rgb(76,178,198) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,152,174) 0%, rgb(76,178,198) 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(44,152,174)),
		color-stop(1, rgb(76,178,198))
	);
	box-shadow: 0px 1px 0px rgba(0,0,0,0.3), inset 0px 0px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 0px rgba(0,0,0,0.3), inset 0px 0px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.3), inset 0px 0px 1px rgba(0,0,0,0.3);
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

.a_btn_edit {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding: 0;
	border: none;
	width: 220px;
	line-height: 36px;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	cursor: pointer;
}
.a_btn_edit:hover {
	padding: 0;
	border: none;
	color: #ffffff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.a_prev_btn {
	background: #A9A59A;
	color: #ffffff;
	line-height: 36px;
}
.a_prev_btn:hover {
	background: #77756E;
}
.a_next_btn{
	background: #247453;
	color: #ffffff;
	line-height: 36px;
}
.a_next_btn:hover {
	background: #0C5235;
}

/* フレーム */
.account_regist {
	padding: 0 90px;
}
.a_user_frame {
	margin: 0 0 30px 0;
	padding: 20px;
}
.a_b_color {
	border: 3px solid #cccccc;
}
/* table */
.a_user_address {
	width: 100%;
}
.a_user_address th{
	padding: 10px 15px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #f7f7f7;
	font-weight: bold;
}
.a_user_address td {
	padding: 10px 15px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}


/********** お問い合わせ **********/
.contact table th {
	padding: 0 0 12px 0;
	width: 140px;
	line-height: 1.2;
	color: #222222;
	font-family: arial,Verdana,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	font-weight: bold;
	vertical-align: top;
}
.contact table td {
	padding: 0 0 12px 0;
	line-height: 1.2;
	vertical-align: top;
}

.form_input table th {
	padding-top: 6px;
}
.form_conf table th {
	color: #aaaaaa;
}
.form_conf table td {
	color: #333333;
}
.registration h2 {
	margin: 0 0 18px 0;
	padding: 3px 10px;
	background: #f5f5f5;
}
.registration table {
	margin-left: 20px;
}

/* 入力画面用 */
.data_table {
	margin: 0 0 15px 0;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	width: 100%;
}
.data_table th {
	padding: 5px 10px;
	width: 135px;
	border: 1px solid #cccccc;
	background: #eeeee8;
background-image: linear-gradient(bottom, rgb(223,223,213) 0%, rgb(238,238,232) 100%);
background-image: -moz-linear-gradient(bottom, rgb(223,223,213) 0%, rgb(238,238,232) 100%);
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(223,223,213)),
	color-stop(1, rgb(238,238,232))
);
	text-align: center;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.8);
	font-weight: bold;
}
.data_table td {
	padding: 10px 15px;
	border: 1px solid #cccccc;
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:45px;}
        #cboxTitle{position:absolute; top:90%; left:55px; width:87%; color:#333333; font-size: 12px;}
        #cboxCurrent{display: none !important;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(../images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(../images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(../images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(../images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(../images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(../images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(../images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(../images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
