@charset "UTF-8";
@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

.imgBg {
	background: url(images/mainImg.jpg) no-repeat center 129px;
}
.mainImg {
	width: 960px;
	height: 154px;
}

.section{
    zoom:1;/*for IE 5.5-7*/
		margin-bottom: 1em;
}
.section:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .section {
	display:inline-table;
	/*\*/display:block;/**/
}

.leftArea {
	float: left;
	width: 250px;
}
.rightArea {
	float: right;
	width: 500px;
}
table.prof {
	width: 100%;
	margin-bottom: 2em;
}
table.prof td,table.prof th {
	padding: 5px;
	vertical-align: top;
}
table.prof th {
	width: 70px;
	border-bottom: #999 2px solid;
}
table.prof td {
	border-bottom: #ddd 1px solid;
}

table.prof02 {
	width: 100%;
	font-size: 93%;
}
table.prof02 td,table.prof02 th {
	padding: 5px;
	vertical-align: top;
}
table.prof02 th {
	border-bottom: #999 2px solid;
}
table.prof02 td {
	border-bottom: #ddd 1px solid;
}
.blogEntryBody h3 {
	font-size: 123.1%;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
h3 span {
	font-size: 85%;
	font-weight: normal;
}
.blogEntryBody h4 {
	background: url(images/h4Title.jpg) no-repeat 0 0;
	margin-bottom: 10px;
	padding: 3px 0 0 25px;
	color: #fff;
	font-weight: bold;
	font-size: 108%;
	width: 475px;
	height: 23px;
}
.blogEntryBody h5 {
	font-size: 108%;
	background: url(images/h5Point.gif) no-repeat 0 3px;
	padding-left: 25px;
	margin-bottom: 10px;
	font-weight: bold;
}
.set,.leftArea img {
	margin-bottom: 10px;
}
.box {
	padding: 20px;
	border: #ddd 10px solid;
	background: #f6f6f6;
	margin-bottom: 1em;
}
.box h5 {
	background: none;
	padding: 0;
}
ul.bannerLinks li.player a {
	background: url(images/playerBg.gif) no-repeat 0 0;
}
ul.bannerLinks li.outline a {
	background: url(images/outlineBg.gif) no-repeat 0 0;
}
ul.bannerLinks li.spport a {
	background: url(images/spportBg.gif) no-repeat 0 0;
}
ul.bannerLinks li.sponsor a {
	background: url(images/sponsorBg.gif) no-repeat 0 0;
}
ul.bannerLinks li.shop a {
	background: url(images/shopBg.gif) no-repeat 0 0;
}
ul.bannerLinks li a:link,ul.bannerLinks li a:visited {
	color: #333333;
	text-decoration: none;
}
ul.bannerLinks li a:hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -85px;
}
ul.bannerLinks li a:active {
	color: #333333;
	text-decoration: none;
}
ul.playerList li {
	float: left;
	margin-bottom: 10px;
}
ul.playerList{
    zoom:1;/*for IE 5.5-7*/
}
ul.playerList:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html ul.playerList {
	display:inline-table;
	/*\*/display:block;/**/
}


