@charset "UTF-8";
/* CSS Document */

/* Trade Mark
---------------------------------------------*/
.tradeMark {
	position: absolute;
	top: 12px;
	left: 20px;
	z-index: 2;
}



/* Global Navigation 
---------------------------------------------*/
#globalNav {
	z-index: 1;
}

#globalNav li.top {
	display: none;
}

/* contents
---------------------------------------------*/
#contents {
	padding-top: 50px;
}



/* topSection
----------------------------------- */
#topSection {
	width: 800px;
	height: 400px;
	background: url(../img/drawing2.gif) no-repeat;
} 

/* news */

#news {
	position: absolute;
	width: 265px;
	top: 70px;
	left: 510px;
}

#news h2 {
	background: url(../img/news.gif) no-repeat;
	width: 195px;
	height: 25px;
	text-indent: -1000em;
	margin-bottom: 10px;
}

#news dl {
	width: 230px;
	height: 320px;
	display: block;
	overflow: auto;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 15px;
}

#news dt {
	margin-top: 0.85em;
	margin-left: -10px;
	color: #70AFCE;
}

#news dd {
	padding-left: 0px;
	color: #AAA;
	display: inline;
}

#news p {
	margin-left: 10px;
	color: #70AFCE;
}

/* recommend */

#leftSection {
	margin-left: 23px;
	float: left;
	display: inline;
	width:450px;
}

#leftSection h2 {
	background: url(../img/recommend2.gif) no-repeat;
	width: 445px;
	height: 27px;
	text-indent: -1000em;
}

.recommend {
	width: 440px;
	margin-top: 10px;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #A0916A;
}

.recommend div.comment {
	float: right;
	width: 250px;
	margin-left:10px;
	display:inline;
}

.recommend img {
	width: 170px;
	height: 170px;
	padding: 2px;
	border: 1px solid #A0916A;
}

.recommend h3 {
	font-weight:bold;
	font-size:16px;
	color:#B31701;
	width: 250px;
}

.recommend p {
	padding-top: 3px;
	padding-bottom: 5px;
	line-height: 1.6em;
	color: #897C59;
}


/* Right Section
---------------------------------------------*/
/* Campaign */
#campaign {
	float: right;
	display: inline;
	margin-right: 15px;
	width: 286px;
	margin-bottom: 45px; 
}

#campaign h3 {
	width: 283px;
	height: 20px;
	text-indent: -1000em;
	background: url(../top/img/campaign-title.gif) no-repeat;
	margin-bottom: 10px;
}

#campaign img {
	padding-left: 15px;
	padding-bottom: 5px;
}

#campaign p {
	padding-bottom: 10px;
	width: 286px;
}

#campaign a {
	float: right;
	width: 151px;
	height: 35px;
	background: url(../top/img/campaign-btn.jpg) no-repeat;
	text-indent: -1000em;
}



/* Access Map */
#accessMap {
	float: right;
	display: inline;
	margin-right: 15px;
	background: url(../top/img/map-bg.gif) repeat-y;
	width: 286px;
}

#mapTop {
	background: url(../top/img/map-top.gif) no-repeat;
	width: 286px;
}

#mapBottom {
	width: 266px;
	background: url(../top/img/map-bottom.gif) bottom no-repeat;
	padding:10px;
}

#accessMap h3{
	width: 266px;
	height: 25px;
	text-indent: -1000em;
	background: url(../top/img/map-title.gif) no-repeat;
	margin-bottom: 10px;
}

#accessMap p {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 15px;
	color: #FFF;
}

#accessMap a {
	float: right;
	width: 146px;
	height: 37px;
	background: url(../top/img/map-btn.jpg) no-repeat;
	text-indent: -1000em;
}


