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


/*====================contain====================*/
#contain {
	margin: 0 auto;
	width: 870px;
	background-color: #FFE500;
	font-size: 12px;
	color: #000000;
}

#contain img {
	border: 0;
}


/*====================slider====================*/
#sliderArea {
	padding: 10px 0;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/


a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}


.slider-wrapper { 
	width: 100%; 
	padding: 10px auto;
}

.theme-default #slider {
    margin:10px auto 0 auto;
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}


/*====================banner====================*/
#bannerArea {
	margin: 0 15px;
}

#bannerArea ul {
	margin: 0;
	padding: 0;
}

#bannerArea li {
	padding: 5px;
	float: left;
	list-style-type: none;
}

/*====================background====================*/
#bgHp {
	width: 870px;
	background-image: url(../images/bg_hp.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#bgGccdx {
	width: 870px;
	background-image:url(../images/bg_gccdx.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#bgGccmini {
	width: 870px;
	background-image:url(../images/bg_gccmini.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#bgVs {
	width: 870px;
	background-image:url(../images/bg_vs.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#bgGem {
	width: 870px;
	background-image:url(../images/bg_gem.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.details {
	padding: 0 0 10px 5px;
}

td {
	vertical-align: top;
}

/*====================innerRight====================*/
.innerRight {
	padding: 242px 10px 0 304px;
	width: 556px;
}

.innerRight ul {
	margin: 0;
	padding: 0;
}

.innerRight li {
	width: 139px;
	height: 141px;
	float: left;
	list-style-type: none;
}

/*====================innerLeft====================*/
.innerLeft {
	padding: 242px 304px 0 10px;
	width: 556px;
}

.innerLeft ul {
	margin: 0;
	padding: 0;
}

.innerLeft li {
	width: 139px;
	height: 141px;
	float: left;
	list-style-type: none;
}


/*====================footer====================*/
#footerArea {
	margin: auto;
	padding: 20px 0 0 0;
}

#copyright {
	text-align: left;
	padding: 10px;
	background-color: #000000;
	font-size: 10px;
	line-height: 18px;
	color: #FFFFFF;
}