@charset "utf-8";
/* CSS Document */


/* -------------------------
    TOP LAYOUT
   ------------------------- */

/* MAIN IMAGE */
#mainImage {
	text-align: center;
	margin: 0 0 10px 0;
}


/* SIDEBAR */
#sidebar1 {
	float: right;
	width: 185px !important;
	width /**/ : 205px; 
	padding: 15px 10px;
}

#bannarList {
	margin: 10px 0 0 0;
	list-style: none;
}

#bannarList li {
	padding: 2px 0;
}

#textList {
	margin: 10px 0 0 5px;
	list-style: none;
}

#textList li {
	padding: 2px 0 2px 15px;
	background: url(../images/icon/triangle1.gif) no-repeat left center;
}



/* MAIN CONTENTS */

#mainContent { 
	margin: 0 210px 0 0; 
	padding: 0 15px;
}



/* TOPICS */
.topics {
	margin: 0 0 20px 0;
}

.topics dl {
	border-bottom: 1px dotted #666666;
	padding: 10px;
}

.topics dt {
	color: #ff9900;
}

.topics dd {
	margin: 10px 0;
}