@charset "utf-8";


/*
########################################################
  news style
########################################################
*/

/* list */

div#newsMainBox{
	width:745px;
	height:auto;
	margin:15px 0 20px 0;
	padding:0;
	background:url(../../common/img/line01.gif) repeat-x left top;
}

div.newsBNBox{
	width:745px;
	height:auto;
	margin:15px 0 0 0;
	padding:2px 0;
	background:url(../../common/img/bg_grid01.gif) repeat 0 0;
	position:relative;
}

div.newsBNBox h3{
	font-size:110%;
	margin:0 0 0 7px;
	padding:0 150px 0 15px;
	background: url(../../common/img/icon02.gif) no-repeat 0 0.5em;
}

div.newsBNBox form{
	position:absolute;
	top:2px;
	right:3px;
}

div.newsBNBox form select{
	width:115px;
}

div#newsMainBox div.newsListBox{
	position:relative;
	padding:5px 0 0 0;
	background:url(../../common/img/line01.gif) repeat-x left bottom;
}

div#newsMainBox div.newsListBox dl dt{
	width:137px;
	height:105px;
	padding:5px 0 0 0;
	float:left;
	background:url(../img/bg_news_img.gif) no-repeat 0 0;
}

div#newsMainBox div.newsListBox dl dt img{
	margin:0 0 0 6px;
}

div#newsMainBox div.newsListBox dl dd{
	width:450px;
	float:left;
	margin:0 0 0 20px;
	display:inline;
}

div#newsMainBox div.newsListBox dl dd h3{
	font-size:100%;
}

div#newsMainBox div.newsListBox p.newsListBtn01{
	clear:both;
	position: absolute;
	right:1px;
	bottom:10px;
	text-align:right;
}

div#newsMainBox div.newsListBox p.newsListBtn02{
	clear:both;
	position: absolute;
	right:1px;
	bottom:40px;
	text-align:right;
}

div#newsMainBox div.newsListBox dl dd a:link,
div#newsMainBox div.newsListBox dl dd a:visited{
	color:#A44F48;
	text-decoration:underline;
}
div#newsMainBox div.newsListBox dl dd a:hover,
div#newsMainBox div.newsListBox dl dd a:active{
	color:#A44F48;
	text-decoration:none;
}

/* detail */

div#newsDetailBox{
	width:745px;
	height:auto;
	margin:15px 0 0 0;
	padding:0;
}

div#newsDetailBox div.newsTTLBox{
	width:745px;
	height:auto;
	margin:0;
	padding:2px 0;
	background:url(../../common/img/bg_grid01.gif) repeat 0 0;
	position:relative;
}

div#newsDetailBox div.newsTTLBox h3{
	font-size:110%;
	margin:0 0 0 7px;
	padding:0 150px 0 15px;
	background: url(../../common/img/icon02.gif) no-repeat 0 0.5em;
}

div#newsDetailBox div.newsTTLBox p.newsTTLBtn{
	position:absolute;
	top:3px;
	right:3px;
}

div#newsDetailMain{
	width:715px;
	height:auto;
	margin:10px 0 0 0;
	padding:2px 15px 15px 15px;
	background:url(../img/line01.gif) repeat-y 0 0;
}

div#newsDetailMain .newsSttl01{
	font-size:100%;
	color:#666666;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0 0 8px 0;
	background:url(../../common/img/bg_grid02.gif) repeat-x left bottom;
}

div#newsDetailMain p.newsPDF{
	clear:both;
	position: relative;
	right:1px;
	bottom:45px;
	text-align:right;
}

div.newsDetailNone{
	width:705px;
	height:auto;
	margin:25px 0 0 0;
	padding:0;
}

div.newsDetailInfo{
	width:705px;
	height:auto;
	margin:25px 0 0 0;
	padding:0;
	background:url(../../common/img/bg_grid03.gif) repeat-y left top;
}

div.detailInfoL{
	width:100px;
	height:auto;
	margin:0;
	padding:10px 0 0 0;
	float:left;
	text-align:center;
	font-weight:bold;
}

div.detailInfoL p{
	margin:0 5px;
}

div.detailInfoR{
	width:590px;
	height:auto;
	margin:0;
	padding:0;
	float: right;
}

div.detailInfoR div.newsSttl02{
	margin:0 0 15px 0;
	padding:0 0 8px 0;
	background:url(../../common/img/bg_grid02.gif) repeat-x left bottom;
}

div.detailInfoR div.newsSttl02 h5{
	font-size:100%;
	font-weight:bold;
	padding:0 0 0 15px;
	background: url(../../common/img/icon03.gif) no-repeat left center;
}

div.dirCommon{
	clear:both;
	margin:0 0 20px 0;
}

div#newsDetailMain table{
	width:100%;
	border-collapse:collapse;
}

div#newsDetailMain table th{
	text-align:left;
	padding:3px 12px;
	border:1px solid #D9D9D9;
	background:url(../../common/img/bg_grid01.gif) repeat-y left top;
}

div#newsDetailMain table td{
	padding:3px 10px;
	border:1px solid #D9D9D9;
	color:#666666;
}

.detailImgL{
	float: left;
	margin:0 10px 10px 0;
}

.detailImgR{
	float: right;
	margin:0 0 10px 10px;
}

.detailImgNone{
	float: none;
	margin:10px 0;
}

p.proDetailBtn{
	text-align:right;
	margin:10px 0 0 0;
}

div.proDetailBtn{
	text-align:right;
	clear:both;
}

div.proDetailBtn p {
	padding:20px 0 10px
}* html div.proDetailBtn p {
	padding:10px 0 10px
}*+html div.proDetailBtn p {
	padding:10px 0 10px
}

p.printTTL{
	display:none;
}

/*
########################################################
  tournament style
########################################################
*/

div#newestFrame{
	width:745px;
	height:222px;
	margin:15px 0 0 0;
}

div#newestFrame iframe{
	width:745px;
	height:222px;
}

div#tournamentBox{
	width:745px;
	height:485px;
	margin:0;
	padding:0;
}

div#tournamentBoxL{
	width:460px;
	height: auto;
	margin:0;
	padding:0;
	float:left;
}

div#tournamentBoxR{
	width:260px;
	height: auto;
	margin:0;
	padding:0;
	float:right;
}

div#victoryList{
	width:458px;
	height:435px;
	margin:10px 0 0 0;
	padding:15px 0 0 0;
	border:1px solid #B2B2B2;
	background:url(../img/tournament/bg_tournament01.gif) repeat-x left top;
	overflow-y:scroll;
}

div#tNewsList{
	width:258px;
	height:435px;
	margin:10px 0 0 0;
	padding:15px 0 0 0;
	border:1px solid #B2B2B2;
	background:url(../img/tournament/bg_tournament01.gif) repeat-x left top;
	overflow-y:scroll;
}

div#victoryList ul li{
	width:129px;
	height:auto;
	margin:0 0 10px 15px;
	padding:0;
	float:left;
	display:inline;
}

div#victoryList ul li dl{
	width:129px;
	height:auto;
	background:url(../img/tournament/bg_tournament02.gif) no-repeat 0 0;
}

div#victoryList ul li dl dt{
	width:124px;
	text-align:right;
	padding:0 2px 2px 0;
	line-height:1.3 !important;
	background:url(../img/tournament/bg_tournament03.gif) repeat-x left bottom;
}

div#tNewsList dl{
	width:220px;
	height:auto;
	margin:0 0 0 15px;
	padding:0;
}

div#tNewsList dl dt{
	width:210px;
	padding:0 0 0 7px;
	background:url(../../common/img/icon07.gif) no-repeat 0 0.5em;
}

div#tNewsList dl dt a{
	color:#585858;
}

div#tNewsList dl dd{
	color:#585858;
	text-align:right;
	font-size:80%;
	*font-size:75%;
	padding:0 10px 9px 0;
	margin:0 0 5px 0;
	background:url(../img/tournament/bg_tournament04.gif) repeat-x left bottom;
}

div.newsBNSttl{
	margin:10px 0 10px 0;
	padding:0 0 8px 0;
	background:url(../../common/img/bg_grid02.gif) repeat-x left bottom;
}

div.newsBNSttl h5{
	font-size:100%;
	font-weight:bold;
	padding:0 0 0 15px;
	background: url(../../common/img/icon03.gif) no-repeat left center;
}


div#tournamentBNList{
	width:770px;
	height:auto;
}

div.tournamentBNBox{
	width:365px;
	height:60px;
	margin:0 15px 20px 0;
	display:inline;
	float:left;
	background:#747474 url(../img/tournament/bg_bn02.gif) repeat-x 0 0;
	position:relative;
}

div.tournamentBNBox dl{
	width:365px;
	height:60px;
	font-size:10px;
	color:#FFFFFF;
}

div.tournamentBNBox dl dt{
	width:140px;
	height:60px;
	padding:0 15px 0 0;
	float:left;
	background:url(../img/tournament/bg_bn01.gif) no-repeat right top;
}

div.tournamentBNBox dl dt img{
	border:1px solid #CCCCCC;
}

div.tournamentBNBox dl dd{
	width:190px;
	height:60px;
	float:left;
	margin:0 0 0 6px;
}

div.tournamentBNBox dl dd p{
	margin:2px 0 0 0;
	line-height:1.2 !important;
}

div.tournamentBNBox dl .bold{
	font-size:11px;
	line-height:1.2 !important;
}

div.tournamentBNBox p.tournamentBNBtn{
	position:absolute;
	top:0;
	right:0;
}


/*
########################################################
  tournament style tour
########################################################
*/
div.tournamentBoxTour{
	width:745px;
	height:480px;
	margin:0;
	padding:0;
}

div.tournamentBoxLTour{
	width:745px;
	height:230px;
	margin:0;
	padding:0;

}

div.victoryListTour{
	width:745px;
	height:160px;
	margin:10px 0 0 0;
	padding:15px 0 0 0;
	border:1px solid #B2B2B2;
	background:url(../img/tournament/bg_tournament01.gif) repeat-x left top;
	overflow-y:scroll;
}

div.victoryListTour ul li{
	width:129px;
	height:auto;
	margin:0 0 10px 15px;
	padding:0;
	float:left;
	display:inline;
}

div.victoryListTour ul li dl{
	width:129px;
	height:auto;
	background:url(../img/tournament/bg_tournament02.gif) no-repeat 0 0;
}

div.victoryListTour ul li dl dt{
	width:124px;
	text-align:right;
	padding:0 2px 2px 0;
	line-height:1.3 !important;
	background:url(../img/tournament/bg_tournament03.gif) repeat-x left bottom;
}
