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

/*=========================================================
contents layout
=========================================================*/

.menu-line {
	min-width: 980px;
	width: 100%;
	position: relative;
	bottom: 60px;
	margin: -100px 0 0 0;
	z-index: 1;
	line-height: 1px;
}

.menu-line-inner {
	width: 860px;
	margin: 0 auto;
	padding: 0 60px;
}

.menu-line a {
	margin: 0 20px 0 0;
}

.float-contents {
	width: 760px;
	height: 380px;
	padding: 60px;
	background-color: #000;
		filter:alpha(opacity=90);
    -moz-opacity: 0.90;
    -khtml-opacity: 0.90;
    opacity: 0.90;
	position: absolute;
	left: 50%;
	margin: 40px 0 0 -440px;
	z-index: 3;

}
/*=========================================================
contents text
=========================================================*/
.float-contents {
	color: #FFF;	
}


/*=========================================================
about us layout
=========================================================*/
#cw-aboutus {
	background-image: url(../../img/bg_aboutus.jpg);
	background-repeat: no-repeat;	
}

/*=========================================================
about us text
=========================================================*/
#cw-aboutus h2 {
	font-size: 36px;
	margin: 0 0 20px 0;
}
#cw-aboutus h3 {
	font-size: 24px;
	font-weight: normal;
}
#cw-aboutus p {
	font-size: 18px;
}

a.ico-home {
	position: absolute;
	top: 60px;
	left: 760px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    opacity: 0.50;

}



/*=========================================================
project layout
=========================================================*/
ul.plistbox {
	width: 960px;
	padding: 20px 0 0 20px;
}

ul.plistbox li {
	width: 260px;
	height: 340px;
	float: left;
	overflow: hidden;
	margin: 0 20px 20px 0;
	padding: 20px;
	filter: alpha(opacity=94);
	-moz-opacity: 0.94;
	-khtml-opacity: 0.94;
	opacity: 0.94;
	background-color: #F0F0F0;
}

/*=========================================================
project text
=========================================================*/
ul.plistbox h2 {
	font-size: 18px;
	margin: 10px 0 0;
}

ul.plistbox p.com {
	font-size: 14px;
}