@import url(common.css);


/************/

/*** header ***/
#headerBody {
	height: 74px;
	background-image: url(../images/header.jpg);
}

#headerBody h1 {
	padding-top: 40px;
	padding-right: 10px;
	text-align: right;
	color: #CCA599;
	font-size: 75%;
	font-weight: bold;
}


/*** swf ***/
#swfBody {
	height: 220px;
	background-color: #180D0A;
}

#swfBox {
	margin: 0 30px 0 30px;
	padding: 0;
}


/*** main menu ***/
#menuBody {
	height: 46px;
	margin: 0;
	padding-left: 36px;
	background: url(../images/menu/bg_menu.jpg) left top no-repeat;
}

ul#menuBox {
	display: block;
	margin: 0;
	padding: 0;
}

ul#menuBox li {
	float: left;
	list-style-type: none;
}

ul#menuBox li a {
	display: block;
	width: 137px;
	height: 46px;
	margin-right: 1px;
	padding: 0;
	text-decoration: none;
}

li.menu01 a {
	background: url(../images/menu/menu01.jpg) 0px 0px no-repeat;
}

li.menu02 a {
	background: url(../images/menu/menu02.jpg) 0px 0px no-repeat;
}

li.menu03 a {
	background: url(../images/menu/menu03.jpg) 0px 0px no-repeat;
}

li.menu04 a {
	background: url(../images/menu/menu04.jpg) 0px 0px no-repeat;
}

li.menu05 a {
	background: url(../images/menu/menu05.jpg) 0px 0px no-repeat;
}

li.menu01 a:hover, li.menu02 a:hover, li.menu03 a:hover, li.menu04 a:hover, li.menu05 a:hover {
	background-position: 0px -60px;
	background-repeat: no-repeat;
}

li.menu01 a:active, li.menu02 a:active, li.menu03 a:active, li.menu04 a:active, li.menu05 a:active {
	background-position: 0px -120px;
	background-repeat: no-repeat;
}


/*** content ***/
#contentBody {
	clear: left;
	margin: 0;
	padding: 75px 30px 30px;
	background: url(../images/bg_main.jpg) left top no-repeat;
}

#contentMain {
	width: 692px;
	padding: 0;
	border-right: 4px solid #DADADA;
	border-left: 4px solid #DADADA;
}

#contentLeft {
	float: left;
	width: 400px;
	padding: 10px 15px;
	border-right: 1px solid #999999;
}

#tickerBox {
	margin-bottom: 20px;
	padding: 0;
}

#infoBox, #historyBox {
	margin-bottom: 15px;
	padding: 0;
}

#infoBox h2 {
	height: 62px;
	padding: 10px 0 15px 10px;
	background: url(../images/bar_info.jpg) left top no-repeat;
}

#historyBox h2 {
	height: 62px;
	padding: 10px 0 15px 10px;
	background: url(../images/bar_history.jpg) left top no-repeat;
}

ul.article {
	margin: 0;
	padding: 0;
}

ul.article li {
	list-style-type: none;
	padding: 0 10px;
	font-size: 75%;
	line-height: 140%;
}

ul.article span {
	margin: 0;
	padding: 0 0.5em;
	color: #FF6600;
	border-left: 5px solid #FFD0B2;
}

ul.article p {
	margin-top: 0.3em;
	padding-bottom: 0.8em;
	line-height: 140%;
}

.linkMore {
	margin: 0 6px 10px;
	padding: 0;
	text-align: right;
}

.linkMore a {
	padding: 0 10px;
	background: url(../images/leader_article.gif) 0px 4px no-repeat;
	font-size: 75%;
}

#contentRight {
	float: right;
	width: 230px;
	padding: 10px 15px;
}

.topicBoxTop {
	width: 228px;
	margin: 0;
	padding: 10px 1px;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}

.topicBox {
	width: 228px;
	margin: 0;
	padding: 10px 1px;
	border-bottom: 1px dotted #999999;
}

.bannerTop {
	margin: 0;
	padding: 0 4px 10px;
	border-bottom: 1px dotted #999999;
}

.topicArticle {
	float: left;
	width: 160px;
	margin: 0;
	padding: 0;
}

.topicArticle p {
	font-size: 70%;
	line-height: 120%;
}

p.topicTitle {
	padding: 0 10px 4px;
	background: url(../images/leader_article.gif) 0px 4px no-repeat;
	font-size: 80%;
	font-weight: bold;
}

.topicBanner {
	float: right;
	width: 64px;
	margin: 0;
	padding: 0;
}

.topicBanner a {
	display: block;
	border: 1px solid #191919;
}

.topicBanner a:hover {
	border: 1px solid #FF3333;
}

#counter, #flashGuide {
	margin-top: 20px;
	padding: 0;
}

#flashGuide p {
	margin-bottom: 5px;
	color: #666666;
	font-size: 70%;
	line-height: 120%;
}
