@charset "utf-8";

body {
 font-family:Arial,Helvetica,sans-serif;
	background-color: #000;
	font-size: 12px;
}

a {
	color: #000;
}


/* common */
.container {
	margin: 0 auto;
	text-align: left;
}

.sprite {
	background-color: transparent;
	background-image: url(../img/sprite.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.dummy {
	display: none;
}


/* containers */
.topbar {
	width: 100%;
	height: 22px;
	background: transparent url(../img/bg_topbar.gif) repeat-x scroll 0 0;
}

.wrapper {
	width: 100%;
	background-color: #fff;
}

.contents {
	margin: 0 auto;
	width: 1038px;
	background-color: #fff;
	background: transparent url(../img/bg_contents.gif) repeat-y scroll 0 0;
}

.contentsInner {
	margin: 0 auto;
	width: 1020px;
}

.header {
	margin: 0 34px 0 32px;
	height: 68px;
}

.header h1 {
	margin: 9px 42px 0 0;
	float: left;
	width: 205px;
	background: transparent url(../img/logo.png) no-repeat scroll right 0;
}

.header h1 img {
	float: left;
}

.logo {
	display:block;
	height:48px;
	width:150px;
	float: right;
}

.headerInfo {
	width: 706px;
	float: left;
}

.headerInfoInner {
	margin-top: 27px;
	height: 24px;
	background-position: -471px -42px;
}

.headerInfoInner p {
	margin-left: 134px;
	padding-left: 10px;
	border: 1px solid #c9cdca;
	height: 22px;
	line-height: 22px;
	background-color: #eee;
	color: #79797b;
}

.player {
	margin: 0 34px 18px 32px;
}

.info {
	margin: 0 34px 24px 32px;
}

.infoInner {
	float: left;
	width: 471px;
}

.infoInner h2 {
	margin-bottom: 4px;
	width: 471px;
	height: 33px;
}

.archives {
	margin-right: 12px;
}

.archives h2 {
	background-position: 0 0;
}



.upcoming h2 {
	background-position: 0 -33px;
}

.infoFrame {
	width: 471px;
	height: 10px;
	background: transparent url(../img/bg_frame.gif) repeat scroll 0 0;
}

.infoContents {
	padding: 10px 20px;
	background: transparent url(../img/bg_frame_contents.gif) repeat-y scroll 0 0;
}

.infoContents td {
	line-height: 1.2;
	vertical-align: middle;
}

.infoThumb {
	width: 100px;
	height: 78px;
	text-align: center;
}

.infoText {
	padding-left: 16px;
	width: 310px;
	height: 78px;
}

.spec {
	margin: 0 34px 0 32px;
	padding-bottom: 10px;
	position: relative;
	line-height: 1.3;
	font-size: 10px;
}

.ar_txt
{
	margin: 0 34px 0 32px;
	padding-bottom: 10px;
	position: relative;
	line-height: 1.3;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
}

.ar_logo {
	margin: 0 34px 0 32px;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
}

.ar_logo img {
	margin: 0 10px 0 0;

}


.nfLink {
	position: absolute;
	top: 0;
	right: 0;
	_right: 34px;
	overflow: hidden;
	width: 93px;
	height: 20px;
	background-position: -861px 0;
}

.nfLink li {
	margin-right: 3px;
	float: left;
	width: 21px;
	height: 20px;
}

.end {	margin-right: 0px ! important;}

.nfLink li a {
	display: block;
	width: 100%;
	height: 100%;
}


/* footer */
.footer {
	padding: 16px 0 10px;;
	border-top: 6px solid #b5b1b1;
	background-color: #000;
	color: #00d8ff;
	text-align: center;
}

.footer p {
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.footer p a {
	color: #fff;
	text-decoration: underline;
}


/* about us TermsofService  */
.aboutus, .TermsofService {
	margin: 56px 74px 0 72px;
	padding-bottom: 200px;
}

.aboutus h2 {
	margin-bottom: 21px;
	width: 874px;
	height: 33px;
	background-position: 0 -66px;
}

.TermsofService h2 {
	margin-bottom: 21px;
	width: 874px;
	height: 33px;
	background-position: 0 -111px;
}

.aboutus p, .TermsofService .box {
	padding: 29px 24px 34px;
	border: 1px solid #e1dede;
	line-height: 1.5;
	background-color: #fcfcfc;
	font-size: 18px;
}

.TermsofService p{
	padding: 0 0 20px 20px;
	font-size:12px;
}

.alpha li {
	margin: 0 0 4px 40px;
 list-style-type:lower-alpha;
	font-size:12px;
}

.roman li{
 margin-left:40px;
 list-style-type:lower-roman;
	font-size:12px;
}


/* archives */
.archivesPlayer {
	margin: 0 34px 18px 32px;
	background: transparent url(../img/bg_frame.gif) repeat scroll 1px 0;
}

.archivesPlayerInner {
	margin: 10px auto 19px;
	_margin-bottom: 17px;
	width: 708px;
	height: 472px;
}

.playerWrapTop {
	height: 8px;
	background-position: 0 -99px;
	font-size: 0;
}

.playerWrapBottom {
	height: 4px;
	background-position: 0 -107px;
	font-size: 0;
}


/* clearfix via http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


/* error */

.error{
	font-size: 12px;
}