﻿@charset "UTF-8";

/* [[[[[[[[[[[[[[[[[[[[[[[[[[ Navigation Area ]]]]]]]]]]]]]]]]]]]]]]]]]]] */
body#top #navigationArea {
	height: 50px;
	margin: 0 0 30px 0;
	position: relative;
	z-index: 100;
}

body#top #navigation {
	height: 50px;
}


/* [[[[[[[[[[[[[[[[[[[[[[[[[[ Content Area ]]]]]]]]]]]]]]]]]]]]]]]]]]] */

body#top #contentArea {
	background: url(/2009/common/images/bg_top.gif) repeat-y;
}

/* centerArea
-------------------------------------------------*/
div.centerAreaTop {
	clear: both;
	width: 510px;
	padding: 0 0 30px 0;
}

/* leftArea rightArea
-------------------------------------------------*/
div.leftAreaTop,
div.leftAreaBottom {
	clear: both;
	float: left;
	width: 250px;
	padding: 0 0 30px 0;
}

div.leftAreaBottom {
	padding: 0;
}

div.rightAreaTop,
div.rightAreaBottom {
	float: right;
	width: 250px;
	padding: 0 0 30px 0;
}

div.rightAreaBottom {
	padding: 0;
}

div.leftAreaTop p.textRight,
div.rightAreaTop p.textRight,
div.centerAreaTop p.textRight {
	padding-top: 5px;
	border-top: 1px solid #ccc;
}

div.leftAreaBottom p.textRight,
div.rightAreaBottom p.textRight {
	background: url(../../images/top_dotline_bottom.gif) repeat-y;
	line-height: 1;
	margin: 10px 0 30px 0;
}

/* mainImageArea
-------------------------------------------------*/
#mainImageArea {
	margin: 0 0 25px 0;
}

/* noticeArea
-------------------------------------------------*/
#noticeArea {
	margin: 0 0 15px 0;
	padding: 5px 0;
	text-align: center;
	background: #d7d7d7;
}


/* whatsNewTicker
-------------------------------------------------*/
#whatsNewTickerWrapper {
	background: url(../../images/whats_new_bottom.gif) no-repeat bottom;
	padding: 0 0 3px 0;
	margin: 0 0 30px 0;
}

#whatsNewTicker {
	background: url(../../images/whats_new_top.gif) no-repeat top;
	padding: 3px 0 0 0;
}

#whatsNewTickerInner {
	background: url(../../images/whats_new_repeat.gif) repeat-y top;
	padding: 0 3px;
}

#whatsNewTickerLeft {
	text-align: center;
	width: 103px;
	float: left;
	padding: 0.3em 0 0 0;
	_padding: 0.2em 0 0 0;
}

#whatsNewTickerLeft img {
	vertical-align: middle;
}

#whatsNewTickerInner marquee{
	width: 338px;
	float:left;
	height:18px;
}

#whatsNewTickerCenter {
	/*width: 338px;*/
	/*float: left;*/
	display: inline;
	margin-left: 12px;
	white-space:nowrap;

}

#whatsNewTickerCenter dt {
	/*width: 75px;*/
	/*float: left;*/
	display: inline;

}

#whatsNewTickerCenter dd {
	/*width: 263px;*/
	/*float: right;*/
	display: inline;
	white-space:nowrap;
	margin-right:40px;

}

#whatsNewTickerRight {
	text-align: center;
	width: 43px;
	float: right;
	_padding: 0.2em 0 0 0;
}

/* h4
-------------------------------------------------*/
#content h4 {
	color: #1147AB;
	background: url(../../images/top_dotline_top.gif) repeat-x;
	padding: 0 5px;
	font-weight: bold;
	margin: 0 0 15px 0;
	line-height: 1;
	position: relative;
}

#content h4 span.titleText {
	background: #fff;
	padding: 0 7px;
}

#content h4 span.logo {
	position: absolute;
	right: 7px;
	padding: 0 7px;
	background: #fff;
}

#content h4 span.ceatec { top: -3px; }
#content h4 span.ibc { top: -4px; }
#content h4 span.birtv { top: -5px; }
#content h4 span.bca { top: -4px; }
#content h4 span.nab { top: -2px; }

/* countdownTable
----------------------------------------------------*/
table.countdownTable {
	border: none;
}
table.countdownTable td {
	border: none;
	padding: 0;
}


