* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
	font-style:normal;
	font-size: 100%;
}
body {
    background-color: #000;
    font-family: "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, "Lucida Grande", Verdana, sans-serif;
    padding:auto;
    font-size: 75%;
    line-height: 1.4em;
    color: #669;
	text-align: center;
	word-break:break-all;
    word-wrap:break-word;
}
*>body {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding:0;
	background: transparent url(../../img/abs/frame_body.png) 0 0 repeat-y;
}

#wrapper-inner {
	margin: 0;
	padding: 0 20px;
	background: transparent url(../../img/abs/frame_header.png) 0 0 no-repeat;
}

a { 
	color:#900;
	text-decoration: none;
	outline:none;
}
a:hover {
	color:#c00;
}

p, div {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

hr {
	margin:0;
	padding: 0;
	clear: both;
	border: none;
	height: 0;
	*display : list-item;
	*width: 0;
	*filter : alpha(opacity=0);
	*vertical-align: bottom;
}

#header h1 {
	margin:0;
}

#header h1 a {
	display: block;
	height: 80px;
	width: 860px;
	text-indent:-1000px;
	overflow: hidden;
	text-align:left;
	background: transparent url(../../img/abs/header.png) 0 0 no-repeat;
}

#description {
	display: none;
}

#menu {
	height: 34px;
	width: 860px;
	background: transparent url(../../img/abs/menu_base.png) 0 0 no-repeat;
	overflow: hidden;
}

body.guest-view #menu {
	height: 37px;
}

#menu li {
	float:left;
}

#menu li a {
	height: 34px;
	display:block;
	float:left;
	background: transparent 0 0 no-repeat;
}

#menu li a:hover {
	border: none;
}

#menu li a:hover img {
	visibility: hidden;
}

#menu .menu-main {
	float: left:
}

#menu .menu-club li {
	float: right;
	margin:0;
	padding:0;
}

#footer {
	clear: both;
	background: #000 url(../../img/abs/frame_footer.png) 0 0 no-repeat;
	height: 76px;
	overflow: hidden;
}
#footer .menu-main {
	padding-top: 10px;
}
#footer .menu-list {
	line-height: 15px;
}

#footer .menu-list li {
	display: inline;
	font-size: 11px;
	line-height: 12px;
	padding-right:1em;
}

#footer .menu-list li a {
	color: #996;
}
#footer .menu-list li a:hover {
	color:#cca;
}

#snsmenu {
	height: 28px;
	width: 860px;
	background: transparent url(../../img/abs/sns_menu_base.png) 0 0 no-repeat;
}

.menu-sns li {
	float:left;
}
.menu-sns li.menu-right {
	float: right;
	margin-right:5px;
}

.menu-sns li a {
	height: 25px;
	display: block;
	margin: 0;
	padding: 0 14px;
	float: left;
	text-align: center;
	color: #996;
	line-height: 25px;
	background: transparent url(../../img/abs/sns_menu_sep.png) top right no-repeat;
}

.menu-sns li.menu-right a {
	background: transparent url(../../img/abs/sns_menu_sep.png) top left no-repeat;
}


.menu-sns li a:hover {
	color:#cca;
}


#footer address {
	text-align: center;
	color: #933;
	font-size: 11px;
	clear: both;
}

#content {
	text-align: left;
	width: 860px;
	padding-bottom:10px;
	overflow: hidden;
	background: transparent url(../../img/abs/paper_body_c2.png) 0 0 repeat-y;
}

#content.column1 {
	background: none;
}

#full-content {
	padding: 3px 4px 0 4px;
}

#main-content {
	width: 615px;
	overflow: hidden;
	float: left;
	margin-left: 4px;
	margin-top: 3px;
	_margin-left: 2px;
}

#main-content .block {
	background: transparent url(../../img/abs/article_body.png) 0 0 repeat-y;
	margin-left: 8px;
}

#full-content .block {
	background: transparent url(../../img/abs/article_body_c1.png) 0 0 repeat-y;
	margin-left: 8px;
}

#main-content .block hr {
	background: transparent url(../../img/abs/article_footer.png) left bottom no-repeat;
	height: 10px;
	*list-style : url(../../img/abs/article_footer.png) inside;
	*height: 0px;
	*margin-bottom:-8px;
}
#full-content .block hr:after {
	height: 0;
}

#full-content .block hr {
	background: transparent url(../../img/abs/article_footer_c1.png) left bottom no-repeat;
	height: 10px;
	*list-style : url(../../img/abs/article_footer_c1.png) inside;
	*height: 0px;
	*margin-bottom:-8px;
}
#full-content .block hr:after {
	height: 0;
}


#main-content h2 {
	margin: 0;
	height: 29px;
	font-size: 12px;
	color: #4f471c;
	text-indent:15px;
	line-height: 32px;
	text-align: left;
	background: transparent url(../../img/abs/h2.png) 0 0 no-repeat;
}

#full-content h2 {
	margin: 0;
	height: 29px;
	font-size: 12px;
	color: #4f471c;
	text-indent:15px;
	line-height: 32px;
	text-align: left;
	background: transparent url(../../img/abs/h2_c1.png) 0 0 no-repeat;
}

.block-body {
	margin-bottom:5px;
}

.article {
	width: 597px;
}

#full-content .article {
	width: 840px;
}

.article-title {
	color:#fff;
	margin: 0;
	height: 29px;
	font-weight: bold;
	font-size: 1em;
	text-indent:15px;
	line-height: 29px;
	background: transparent url(../../img/abs/h3.png) 0 0 no-repeat;
	overflow: hidden;
}

#full-content .article-title {
	background: transparent url(../../img/abs/h3_c1.png) 0 0 no-repeat;
}

.article-info {
	text-align: right;
	background: transparent url(../../img/abs/h3_info.png) top right no-repeat;
	padding-right: 10px;
	font-size:11px;
	line-height: 13px;
	height: 15px;
	margin-bottom:-5px;
}

.article-info-category {
	margin-right: 0.5em;
}

.article-body {
	margin: 10px 20px 20px 20px;
	overflow:hidden;
}

.article-photo {
	float: left;
	margin-right:10px;
}

.navigation {
	width:100%;
	clear: both;
	text-align: center;
	background-color: #fff;
}
.block .navigation {
background-color: transparent;
}

.navigation li {
	display: inline;
}

.navigation li a, .navigation li span {
	border: #ccc 1px solid;
	width:3em;
	display : -moz-inline-box;
	display: inline-block;
	_display: inline;
	_zoom: 1;
}

.navigation li a:hover, .navigation li span.current {
	background: #ffc;
}


#sub-content {
	width: 240px;
	float: right;
}

#sub-content .block {
	padding-bottom:10px;
	margin-bottom:10px;
	background: transparent url(../../img/abs/h2_footer.png) right bottom no-repeat;
}

#sub-content h2 {
	margin: 0;
	height: 30px;
	font-size: 12px;
	color: #4f471c;
	text-indent:15px;
	line-height: 33px;
	background: transparent url(../../img/abs/h2_sub.png) right bottom no-repeat;
}

.submenu {
	list-style: square inside;
	margin: 5px 0 5px 5px;
}

.submenu li {
	padding-left: 5px;
}

#banner {
	padding-top: 5px;
	text-align: center;
	height: auto;
}

#banner li {
	margin: 0 auto 5px auto;
	clear: both;
	height: 65px;
}


ul.photo-table {
	margin: 0 5px;
	padding: 5px;
	width: 100%;
	overflow: hidden;
}
ul.photo-table li {
	width: 141px;
	height: 220px;
	border-top: #eeeeee 1px solid;
	border-left: #eeeeee 1px solid;
	border-bottom: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	float: left;
	text-align: center;
}
ul.photo-table li div.photo {
	width: 131px;
	height: 131px;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	background-color: #eeeeee;
	line-height: 131px;
	text-align: center;
	margin: 5px auto;
	_display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}
ul.photo-table li div.photo img {
	vertical-align: middle;
	text-align: center;
}
ul.photo-table li div.name {
	clear: both;
	width: 131px;
	margin: 5px;
	overflow: hidden;
}

.block-content {
	padding:8px 26px 8px 18px;
}

#full-content .block-content {
	padding: 5px 10px;
}


#signup-block {
	padding: 0 10px 5px 13px;
}

#stepchart {
margin: 10px 20px;
}
#stepchart li {
	height: 60px;
	width: 200px;
	background: transparent url(../../img/abs/steps.png) 0 0 no-repeat;
}
#stepchart li.last {
	background: transparent url(../../img/abs/steps.png) 0 -120px no-repeat;
}
#stepchart li.active {
	background: transparent url(../../img/abs/steps.png) 0 -60px no-repeat;
}
#stepchart li.last.active {
	background: transparent url(../../img/abs/steps.png) 0 -180px no-repeat;
}

#stepchart li p {
	height: 60px;
	text-align: center;
	line-height: 50px;
}


p.message {
	padding:3em;
}

p.info {
	padding:1em 18px;
	font-size: 0.9em;
}

button {
	padding:1em 2em;
}

#login-block form {
	padding: 1em;
}

#login-block label {
	display: block;
}

.table-content {
	width: 585px;
	margin-left: 5px;
	line-height: 1.4em;
	border-collapse:collapse
}

.table-content th {
	background: #eee;
	padding: 5px 10px;
	border-bottom: #fff 1px solid;
	white-space:nowrap;
}
.table-content td {
	padding: 5px 10px;
}

.article-body .table-content {
	width: 545px;
}
.article-body .table-content td {
	padding: 3px 5px;
}

.block em {
	color: #f66;
}

.note {
	font-size: 0.9em;
	color: #99c;
}

.error {
	color: #f66;
	font-weight: bold;
}

.alert {
	margin:10px 20px;
	padding: 10px;
	color: #f66;
	border: #f66 1px solid;
}

.alert h3 {
	font-weight: bold; 
	font-size: 1.1em;
	border-bottom: #fcc 1px solid;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.form label {
	display: inline;
	padding-right: 1em;
}

.back-link a {
	display: block;
	margin-left:5px;
	width:585px;
	background: #eee;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	text-align: center;
	margin-bottom: 1em;
}

.back-link a:hover {
	background: #ffc;
}

.list-content li {
	line-height: 20px;
	border-bottom: #eee 1px solid;
	margin-left: 5px;
	width: 555px;
	padding: 0 15px;
}

.list-content li .list-date {
	float:left;
	padding-right: 20px;
}

.list-content li a {
	/*padding-right :1em;*/
	display: block;
	/*margin-left: 120px;*/
}

.qrcode {
	overflow: hidden;
}

.qrcode img {
	float: left;
}

.qrcode p, .qrcode span {
	margin-top: 10px;
	_margin-top: -10px;
	overflow: hidden;
	font-size: 11px;
}

.boxmenu {
	margin: 0.7em 0;
}
.boxmenu li {
	line-height: 2em;
}
.boxmenu li a {
	border: #ccc 1px solid;
	padding: 1px 3px;
	background: #fff;
}

.boxmenu li a:hover {
	background: #ffc;
	_background: #fff;
}

.article .detail h4 {
	font-size: 13px;
	font-weight: bold;
	border-bottom: #999 1px solid;
	padding-bottom: 3px;
	color: #663;
}
.article .detail .info {
	text-align: right;
	padding: 0;
	margin-bottom: 3px;
}
.article .detail .more {
	text-align: right;
	padding: 5px 0;
}

.photo-list .photo {
	float: left;
	padding: 2px;
	border: #ccc 1px solid;
	line-height: 0;
	margin-right: 10px;
}

.photo-list .detail {
	float: left;
	width:440px;
}

#full-content .photo-list .detail {
	width:696px;
}

label {
	display: block;
}


.btns, .submit  {
	padding: 5px 0 2em;
	text-align: center;
}

.btns button, .submit button {
	margin: 0 10px;
}

.btns form {
	display: inline;
}
.attention {
	padding: 5px 20px;
}

.block-subheader {
	float: right;
	margin-right: 30px;
}


.article-title a {
	color: #fff;
	font-weight: bold;
}

.article-footer {
	text-align: right;
	clear: both;
	font-size: 90%;
	border-top: #ddd 1px solid;
	margin-left: 5px;
	width: 555px;
	padding: 2px 15px 5px 15px;
}

#full-content .article-footer {
	width: 800px;
}

.block-header {
	text-align: center;
	margin-left: 5px;
	width: 555px;
	padding: 5px 15px;
	overflow: hidden;
}

#full-content .block-header  {
	width: 841px;
}

.block-footer {
	text-align: right;
	margin-right: 25px;
}

.block-footer li a {
	display: inline-block;
	background: transparent url(../../img/abs/mark_link.png) 0 0 no-repeat;
	padding-left: 15px;
	line-height: 14px;
	height:14px;
	font-size: 95%;
}

.block-content .list-content {
margin: 0;
padding:0;
}

button {
	padding:3px 5px;
}

.photo img {
	vertical-align: middle;
	text-align: center;
	margin:auto;
}

.text-content {
	padding-top:10px;
}

.text-content h3 {
	margin-left: 20px;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 3px;
	color: #663;
}

.text-content p {
	margin: 0px 30px 15px 20px;
}

.readme {
	border: #ccc 1px solid;
	background: #eee;
	padding: 10px;
}



.article-body p {
	padding-bottom:1em;
}

.article-body dt {
	font-weight: bold;
}
.article-body  dd {
	padding-bottom: 1em;
}
.check_agree {
padding-bottom: 2em;
text-align: center;
}

button em {
	color: #000 !important;
}

/* Members only */
.memberonly .article-title {
	background: transparent url(../../img/abs/h3_member.png) 0 0 no-repeat;
	text-indent: 40px;
}

.memberonly .article-body p {
	color:#f00;
	border: #f99 1px solid;
	padding: 12px 20px 12px 40px;
	line-height: 16px;
	background: #fee url(../../img/abs/icon_member.png) 0 0 no-repeat;
}

.photo-table .memberonly {
	background: #fee;
}


#TB_ajaxContent {
	background: #fff none 0 0 no-repeat;
}

#TB_ajaxContent #wrapper {
	background: transparent none 0 0 repeat-y;
	width: 600px;
	margin: auto;
}
#TB_ajaxContent #wrapper-inner {
	background: transparent none 0 0 repeat-y;
}
#TB_ajaxContent #content {
	background: transparent none 0 0 no-repeat;
	width: 600px;
	padding: 0;
	margin: 0;
}

#TB_ajaxContent #main-content {
	padding: 0;
	margin: 0;
}


/* -----=====-----===== [ LOGIN ] =====-----=====----- */
#login-block label {
	clear: both;
}
#login-block #login-id-label, #login-block #login-pw-label {
	float: left;
	width: 200px;
	background: #eee;
	padding: 5px 10px;
	text-align: right;
	margin-bottom: 1px;
}
#login-block #username, #login-block #password {
	width: 200px;
	margin: 5px 10px;
}
#login-block #login-auto-label {
	clear: both;
	display: inline !important;
	margin-left: 230px;
}
#login-block #setCookie {
	margin-right: 10px;
}
#login-block #login-remind {
	display: inline;
}

#login-block .login-btns {
	text-align: center;
	padding: 10px 0 0 0;
}


/* -----=====-----===== [ SPECIAL ] =====-----=====----- */
body.page-special #content {
	background: none;
}

body.page-special #content .article {
	background-color:#000;
	color:#bbb;
	width:840px;
	padding-top:20px;
	margin: 5px 10px;
}


/* -----=====-----===== [ DISCOGRAPHY ] =====-----=====----- */
.discography-article .photo {
	float: left;
	padding: 2px;
	border: #ccc 1px solid;
	line-height: 0;
	overflow: hidden;
}
.discography-article .detail {
	float: right;
	width: 440px;
}
/*
.discography-article .photo img {
	height: 100px;
	width: 100px;
}
*/
.discography-article .detail h4 {
	font-size: 13px;
	font-weight: bold;
	border-bottom: #999 1px solid;
	padding-bottom: 3px;
	color: #663;
}
.discography-article .detail .info {
	text-align: right;
	padding: 0;
	margin-bottom: 3px;
}
.discography-article .detail .more {
	text-align: right;
	padding: 5px 0;
}


.discography-detail .photo {
	float: left;
	border: #fff 10px solid;
	border-width: 5px 20px 20px 0;
	line-height: 0;
	letter-spacing: 0;
	background-color: #ccc;
	padding:0;
}
.discography-detail .photo img {
	height: auto;
	width: 200px;
	border: #ccc 1px solid;
	margin:0;
}
/*
.discography-detail .detail {
	float: right;
	width: 330px;
}
*/
.discography-detail .detail .title {
	font-size: 13px;
	font-weight: bold;
	border-bottom: #999 1px solid;
	padding-bottom: 3px;
	
	color: #663;
}
.discography-detail .detail .info {
	padding: 0;
	margin-bottom: 1em;
}
.discography-detail .detail h4 {
	padding: 3px 0;
	color: #663;
	font-weight: bold;
	/*border-bottom: #999 1px solid;*/
}
.discography-detail .detail .song-list {
	margin-bottom:1em;
}
.discography-detail .detail .song-list li {
	line-height: 20px;
	border-bottom: #ccc 1px dotted;
	list-style: decimal inside;
}


/* -----=====-----===== [ INDEX ] =====-----=====----- */

.page-index #header {
	background: transparent url(../../img/abs/index_header.png) 0 0 no-repeat !important;
	height: 34px;
}

.page-index #header * {
	display: none;
}

.page-index #top-visual {
	margin:0;
	line-height: 0;
	background: transparent url(../../img/abs/index_header.png) left bottom no-repeat;
	height: 484px;
}

.page-index #content {
	background: #000 url(../../img/abs/index_base.jpg) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.page-index #artist-content {
	float: left;
	width: 192px;
}

.page-index .artist-article {
	width: 160px;
	height: 110px;
	margin-left:10px;
	overflow: hidden;
}

.page-index #artist-01 {
	margin-top: 190px;
}
.page-index #artist-02 {
	margin-top: 220px;
}
.page-index #artist-03 {
	margin-top: 175px;
}
.page-index #artist-04 {
	margin-top: 198px;
}
.page-index #artist-05 {
	font-size:95%;
	line-height:1.2em;
	margin-top:40px;
}

.page-index .artist-article .artist-header {
	font-size: 12px;
	font-weight: bold;
	color:#ca0;
}

.page-index .artist-article .artist-body {
	font-size: 11px;
	font-weight: normal;
	color:#eee;
}

.page-index .artist-article .artist-footer {
	font-size: 11px;
	font-weight: normal;
	color:#999;
	text-align: right;
}

.page-index #main-content {
	width:460px;
	overflow: hidden;
	margin:0;
	padding:0 0 20px 0;
}

.page-index #sub-content {
	width:204px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.page-index #sub-content .block {
	background: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.page-index #main-content .block {
background: none;
margin-bottom: 20px;
background: transparent url(../../img/abs/index_paper_header.png) 0 0 no-repeat;
padding-top: 30px;

}
.page-index #main-content .block h2 {
	text-indent: 0;
	padding: 0px 0 8px 30px;
	height: auto;
	background: transparent url(../../img/abs/index_paper_body.png) 0 0 repeat-y;
}
.page-index #main-content .article, .page-index #main-content .list-content {
	background: transparent url(../../img/abs/index_paper_body.png) 0 0 repeat-y;
	margin: 0;
}
.page-index #main-content .block hr {
	background: transparent url(../../img/abs/index_paper_footer.png) left bottom no-repeat;
	height: 30px;
	*list-style : url(../../img/abs/index_paper_footer.png) inside;
	*height: 0px;
	*margin-bottom:-8px;
}
.page-index #main-content .block hr:after {
	height: 0;
}


.page-index #topmenuflash img {
	margin-left:-6px;
}

.page-index .article {
	width:430px;
}
.page-index .article-title {
	width: 384px;
	height: 40px;
	line-height: 42px;
	background: transparent url(../../img/abs/index_paper_h3.png) 0 0 no-repeat;
	margin: 0 23px;
	color: #fff;
}
.page-index .article .article-info {
	background: none;
	width: 384px;
	margin:0 23px;
	height: 20px;
}
.page-index .article .article-info-date {
	line-height: 20px;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-indent: 20px;
}

.page-index .whatsnew {
	margin-left: 50px;
}

.page-index .topics {
	margin: 0;
	padding: 0;
}



.page-index .topics .article {
}

.page-index .article-body {
	margin: 0 23px;
	width: 380px;
	color: #aaa;
	padding-bottom: 30px;
}

.page-index #footer {
	text-align: center;
	background: transparent none 0 0 repeat;
	padding-top: 10px;
}

.page-index .list-content li {
	border: none;
	margin:0;
	padding:0 0 0 30px;
	line-height: 1.4em;
	width: 380px;
	_line-height: 1.2em;
}

.page-index .list-content a {
	color: #eee;
	margin: 0;
}
.page-index .list-content .list-date {
	color: #c00;
	font-weight: bold;
	padding-right:1em;
}


.page-index #signup-block {
	position: relative;
	display: block;
	top: 30px;
	left: 0px;
	width: 213px;
	height: 350px;
}

.page-index #signup-block a {
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	width: 187px;
	height: 307px;
	background: transparent url(../../img/abs/btn_signup_active.jpg) 300px 1px no-repeat;
}
.page-index #signup-block a:hover {
	background: transparent url(../../img/abs/btn_signup_active.jpg) 0px 1px no-repeat;
}


.page-index #login-block {
	position: relative;
	display: block;
	top: 40px;
	left: 0px;
	width: 200px;
	height: 330px;
	font-size: 12px;
	overflow: hidden;
}
.page-index #login-block h2 {
	display: none;
}
.page-index #login-id {
	position: absolute;
	display: block;
	width:140px;
	top: 115px;
	left: 30px;
}
.page-index #login-pw {
	position: absolute;
	display: block;
	width:140px;
	top: 143px;
	left: 30px;
}
.page-index #login-auto {
	position: absolute;
	display: block;
	top: 170px;
	left: 160px;
	_top: 163px;
	_left: 158px;
}
.page-index #login-btn {
	position: absolute;
	display: block;
	top: 185px;
	left: 42px;
	border: 0;
}
.page-index #login-btn {
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	width: 100px;
	height: 100px;
	background: transparent none 0 0 no-repeat;
}

.page-index .login-active {
background: transparent url(../../img/abs/btn_form_active.jpg) 0px 2px no-repeat;
}

.page-index .login-noactive {
background: transparent url(../../img/abs/btn_form_active.jpg) 300px 2px no-repeat;
}

.page-index #login-remind {
position: relative;
display: block;
height:20px;
text-indent: 10px;
}

.page-index a.remind {
	color: #343;
	font-size: 11px;
	position:relative;
}
.page-index a.remind;hover {
	color: #787;
}

.page-index #banner {
	position: relative;
	display: block;
	top: 94px;
	left: 0px;
	width: 200px;
	height: 400px;
	font-size: 12px;
	overflow: hidden;
}

.page-index #banner li {
	margin: 0;
	padding: 0;
	line-height: 0;
}

/*
*html #login-btn {
        behavior: expression(
                (function(el) {
                        if(typeof(behavior_onMouseEnter) == 'undefined') {
                                behavior_onMouseEnter = function() {
                                        this.className += ' target-hover';
                                };
                                behavior_onMouseLeave = function() {
                                        this.className = this.className.replace(/target-hover/, '');
                                };
                        }
                        el.runtimeStyle.behavior = 'none';
                        el.onmouseenter = behavior_onMouseEnter;
                        el.onmouseleave = behavior_onMouseLeave;
                })(this));
}

.target-hover {
	background-image: url(../../img/abs/index_btn_login_over.png) !important;
}
*/


.s {
text-decoration: line-through;
}

/** thickbox loading image **/
#tbLoadingImage {
       display:          none;
}
/** iframe for SBPS **/
#sbps {
       position:         relative;
       padding:          0;
       border:           0;
       margin:           0;
}
#sbps iframe {
       width:            100%;
       height:           45px;
       padding:          0;
       border:           0;
       margin:           0;
}
body#service_sbps_form {
       padding:          0;
       border:           0;
       margin:           0;
       color:            #333;
       line-height:      100%;
       background:       #fff;
       overflow-y:       hidden;
}
body#service_sbps_form #sbps {
       text-align:       center;
}
body#service_sbps_form #sbps .btns{
       text-align:       center;
}