@charset "utf-8";

@import url("../../css/common/common.css");

#global_menu_set {
	background-image: url(../../img/common/home_rep.gif);
}
#global_menu {
	background-image: url(../../img/common/home.gif);
}
.tittle {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.px10 {
	font-size: 10px;
	color: #000000;
}
.px10w {
	font-size: 10px;
	color: #FFFFFF;
}
.px11 {
	font-size: 11px;
	color: #000000;
}
.px12 {
	font-size: 12px;
	color: #000000;
}
.px12b {
	font-size: 12px;
	color: #0442C9;
}
.px12g {
	font-size: 12px;
	color: #057F02;
}
.px12w {
	font-size: 12px;
	color: #FFFFFF;
}
.px12r {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}
.px12dr {
	font-size: 12px;
	color: #7F0000;
	font-weight: bold;
}
.px12dg {
	font-size: 12px;
	color: #33A02C;
	font-weight: bold;
}
.px12db {
	font-size: 12px;
	color: #0A50A1;
	font-weight: bold;
}
.px12dp {
	font-size: 12px;
	color: #93268D;
	font-weight: bold;
}

/* button */
#btn_ticket {
	width: 300px;
	height: 50px;
	margin: 15px auto;
}
#btn_ticket a {
	display: block;
	/*\*/overflow: hidden;/**/
	width: 100%;
	height: 100%;
	background-image: url(../img/btn_ticket.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}
#btn_ticket a:hover {
	background-position: 0 -50px;
}

a.link_w {
	color:#FFF;
}

