@charset "utf-8";

/* ============================================================ contentTop */

#contentTop {
	width: 960px;
	margin: 0 auto;
}


/* ============================================================ topBg */

#topBg {
	width: 100%;
	margin: 0 auto;
	background: url("../../img/top_bg.jpg") center top no-repeat;
}


/* ============================================================ topimgArea */

#topimgArea {
	width: 960px;
	margin: 0 auto 20px;
}


/* ============================================================ searchArea */

.searchArea {
	width: 960px;
	margin: 0 auto 40px;
	}

.searchLeft {
	width: 465px;
	float: left;	
	}

.searchRight {
	width: 465px;
	float: right;		
	}

.searchRight dl {
	background: url("../img/line_dot2.gif") left bottom no-repeat;
	line-height: 150%;	
	}

.searchRight dt {
	width: 5em;
	float: left;
	padding: 4px 0;
	font-weight: bold;
	}

.searchRight dd {
	margin-left: 5em;
	padding: 3px 0;
	}

.searchRight ul li {
	float: left;
	font-size: 85%;
	}

.searchRight ul li a {
	display: block;
	margin: 0 15px 0 0;
	padding: 2px 0 2px 8px;
	background: url("../img/linkmark6.gif") left center no-repeat;
	}



/* ============================================================ News */

#newsArea {
	width: 960px;
	margin: 0 auto 50px;	
	}

#newsArea h4 {
	margin: 0 0 10px 0;
	}

#newsArea ul li {
	margin: 0 0 6px 0;
	}


#topimgArea{
	display:block;
}
#topimgAreaTablet{
	display:none;
}
#topimgAreaSmart{
	display:none;
}
#imgTitleNewsSmart{
	display:none;
}
.desktopImg{
	display:block;
}
.tabletImg{
	display:none;
}