div#card {
	float: left;
	width: 800px;
	margin: 10px 0px 0px 0px!important;  
	margin: 10px 0px 0px 0px; /* for only IE6 style */  
}

div#card_text_left{ 
	line-height:20px;
	float: left;
	width:220px;
	margin: 10px 0px 10px 0px!important;  
	margin: 10px 0px 10px 0px; /* for only IE6 style */  
	}
div#card_text_right{ 
	line-height:20px;
	float: right;
	width:550px;
	background: url(../images/boder.gif) left repeat-y;
	margin: 10px 0px 10px 0px!important;  
	margin: 10px 0px 10px 0px; /* for only IE6 style */  
	padding: 0px 0px 10px 30px;
	}

div#card_text{ 
	padding: 0px 10px;
	}
	

div#card h1{
	padding:10px ;
	font-size:16px;
	font-weight: bold;
	background: url(../images/title/title_bg.gif) ;
	height: 20px;
	margin-bottom: 10px!important;  
	margin-bottom: 10px; /* for only IE6 style */  
	}

div#card ul{
    list-style:none;
}
div#card li{
    list-style:none;
    padding-left:18px;
    background:url(../images/icon.gif) no-repeat top left;
	background-position: 0px 5px;
}


/* チケット詳細テーブル
-----------------------------------*/
.card_tbl{
	width:550px ;
	margin: 0px 0px 10px 0px!important;  
	margin: 0px 0px 10px 0px; /* for only IE6 style */  
	font-weight: bold;
}
.card_tbl th{
}

.card_tbl td{
	height:50px ;
}

.match_game {
	width: 330px;
	padding:10px ;
}
.match_game span{
	font-size: 12px !important;
	font-size: 12px; /* for only IE6 style */  
}
.match_game_e {
	width: 330px;
	padding:10px ;
}
.match_game_e span{
	font-size: 14px !important;
	font-size: 14px; /* for only IE6 style */  
}
.match_left {
	float: left;
	width: 130px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
.match_right {
	float: right;
	width: 130px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
.match_vs {
	float: left;
	width: 65px;
	text-align: center;
	padding-bottom: 3px;
}
.match_left1 {
	float: left;
	width: 105px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
.match_right1 {
	float: right;
	width: 115px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
.match_vs1 {
	float: left;
	width: 100x;
	text-align: center;
	padding-bottom: 3px;
}

.match_game a {
	font-weight: bold;
	font-size: 13px;
}
.match_game b {
	font-weight: bold;
	font-size: 12px;
}

.match_bottom {
	clear: both;
	text-align: center;
	font-size: 10px;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 12px;
}
.match_bottom b {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}

