/****** Common Option *******/
html, body {
	margin: 0;
	padding: 0;
	background: #000;
	color: #c0c0c0;
	font: 12px Arial, Georgia, san-serif;
	text-align: center;
}

a {
	color: #c0c0c0;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.largeText {
	font-size: 14px;
}

.smallText {
	font-size: 11px;
}

.blank {
	clear: both;
	overflow: hidden;
}

.title {
	font-size: 14px;
	font-weight: bold;
}

/******* Input, Button *****************/
.editBox {
	border: 1px solid;
	border-color: #000 #696969 #696969 #000;
	padding: 2px;
	background: #333;
	color: #fff;
	font: 12px Arial, Georgia, san-serif;
	vertical-align: middle;
}

.commonButton {
	height: 20px;
	border: 1px solid;
	border-color: #696969 #000 #000 #696969;
	padding: 0 5px;
	background: #333;
	color: #fff;
	font: 12px Arial, Georgia, san-serif;
	line-height: 20px;
	vertical-align: middle;
	cursor: pointer;
}

/****** Layout *******/
.wrap {
	width: 770px;
	margin: 70px auto;
}

.sideL {
	float: left;
	width: 130px;
	height: 440px;
	background: #0f0f0f;
	text-align: left;
}

.sideR {
	float: right;
	width: 640px;
	height: 440px;
	background: url(../images/bg.jpg);
	text-align: left;
	overflow: hidden;
}

.sideR h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	font-size: 14px;
}

/****** Menu *******/
#menu {
	padding-top: 20px;
	background: #222;
}

#menu ul {
	border-top: 1px solid #0f0f0f;
	background: #0f0f0f;
}

#menu li {
	margin-bottom: 1px;
	height: 20px;
}

#menu a {
	display: block;
	height: 20px;
	padding-left: 20px;
	background: #222;
	color: #fff;
	letter-spacing: 2px;
	line-height: 20px;
}

#menu a:hover {
	background: #333;
	text-decoration: none;
}

#menu a.here {
	background: #696969 !important;
}

/****** Lang *******/
#lang {
	margin-top: 50px;
	text-align: center;
}

#lang ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#lang li {
	height: 24px;
	letter-spacing: 2px;
}

#lang a {
	color: #696969;
	line-height: 24px;
	letter-spacing: 2px;
}

#lang a.en {
	font: 11px Arial;
}

#lang a:hover {
	color: #fff;
	text-decoration: none;
}

/****** Logo *******/
#logo {
	margin-top: 20px;
	text-align: center;
}

/****** Page *******/
.page {
	margin: 20px 15px 10px 15px;
	padding-top: 5px;
	background: url(../images/line-x.gif) repeat-x top;
}

.pageCode {
	float: left;
	width: 80px;
	text-align: left;
}

.pageLink {
	float: right;
	width: 240px;
	text-align: right;
}

/****** Content (1) Company *******/
.content1 {
	margin: 20px 100px;
}

.content1 p {
	line-height: 2em;
	letter-spacing: 1px;
}

.content1 li {
	height: 27px;
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../images/icon_li.gif) no-repeat 0 7px;
	font-size: 14px;
	line-height: 27px;
	letter-spacing: 2px;
}

/****** Content (2) Flow *******/
.content2 {
	margin: 60px 80px;
}

#flowImage {
	position: relative;
	top: 0;
	left: 0;
	width: 484px;
	height: 316px;
	margin-top: 30px;
	z-index: 1;
	vertical-align: top;
}

.flowInfo {
	visibility: hidden;
	position: absolute;
	top: 77px;
	left: 216px;
	width: 190px;
	height: 172px;
	z-index: 2;
	background: #c0c0c0;
	color: #000;
	filter: alpha(opacity=50);
	overflow: hidden;
}

.flowInfo h2 {
	margin: 15px 15px 0 15px;
	padding: 0;
	font-size: 14px;
}

.flowInfo p {
	margin: 10px 15px 0 15px;
	padding: 0;
	line-height: 2em;
}

.flowInfo a {
	color: #000;
	text-decoration: underline;
}

.flowInfo a:hover {
	color: #cc0606;
}

/****** Content (3) Team *******/
.content3 {
	margin: 0 30px;
}

.content3R {
	float: right;
	width: 170px;
	height: 440px;
	background: url(../images/line_team.gif) no-repeat left bottom;
}

.content3R p {
	margin: 30px 0 0 30px;
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
}

.content3R p img {
	margin: 15px 0 5px 0;
}

.content3L {
	position: relative;
	top: 140px;
	left: 35px;
	z-index: 1;
	text-align: left;
}

.teamInfo {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
	height: 147px;
	padding: 20px;
	background: #c0c0c0;
	color: #000;
	z-index: 2;
	line-height: 2em;
	filter: alpha(opacity=50);
	overflow: hidden;
}

.teamInfo strong {
	font-size: 14px;
}

.teamInfo img {
	margin-right: 20px;
}

/****** Content (4) Works *******/
.content4 {
	margin: 0 50px;
}

.content4 h2 {
	width: 518px;
	height: 20px;
	margin: 20px 0 0 0;
	padding: 0;
	background: url(../images/works_blank.gif) no-repeat;
	font-size: 12px;
}

.content4 h2 a {
	display: block;
	width: 490px;
	height: 20px;
	margin-left: 28px;
	text-indent: -9999px;
}

.content4 h1 {
	margin: 20px 0 0 0;
	padding: 0 0 0 28px;
	background: url(../images/works_blank.gif) no-repeat;
	font-size: 12px;
	text-indent: 0;
}

.content4 ul {
	margin: 7px 0 0 28px;
}

.content4 li {
	float: left;
	width: 110px;
	height: 95px;
	margin-right: 10px;
	line-height: 1em;
}

.content4 li img {
	margin-bottom: 5px;
}

.content4 li.more {
	width: 10px;
	height: 95px;
}

/****** Content (5) Contact *******/
.content5 {
	margin: 40px 50px;
}

.content5A {
	height: 180px;
	padding-left: 170px;
	background: url(../images/line_contact.gif) no-repeat bottom;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.7em;
}

.content5B {
	margin-top: 20px;
}

.content5B p {
	line-height: 1.7em;
}

.content5B img {
	margin-right: 10px;
}

/****** Content (6) Job *******/
.content6 {
	margin: 50px;
	font-size: 12px;
}

.content6 p {
	line-height: 2.5em;
}

.content6 table {
	border-collapse: all;
	border: 0;
	margin: 20px 0 0 0;
	padding: 0;
}

.content6 th {
	margin: 0;
	padding: 0 20px 0 0;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	vertical-align: top;
	line-height: 2em;
}

.content6 td {
	margin: 0;
	padding: 0 20px 0 0;
	font-size: 12px;
	vertical-align: top;
	line-height: 2.5em;
}

/****** Content (7) Guest *******/
.content7 {
	margin: 20px 30px 20px 30px;
	font-size: 12px;
	text-align: left;
}

.content7 p {
	line-height: 2.5em;
}

.content7A {
	float: left;
	width: 380px;
	height: 360px;
	margin: 10px 20px 0 0;
	background: #696969;
	color: #fff;
	filter: alpha(opacity=70);
	overflow: auto;
}

.content7A p {
	margin: 10px 15px;
	padding: 0;
	line-height: 1.5em;
	color: #000;
}

.content7A p.firstLine {
	height: 20px;
	margin-top: 15px;
	background: url(../images/line-x.gif) repeat-x bottom;
	color: #fff;
	line-height: 1.2em;
}

.content7A p.replyInfo {
	margin-left: 40px;
	color: #ff0;
}

.content7B {
	float: left;
	display: block;
	width: 170px;
	height: 360px;
	margin: 10px 0 0 0;
	text-align: left;
}

.content7B p {
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 1.2em;
}

.content7B p.firstLine {
	margin-top: 0;
}

.content7B p.item {
	margin-top: 10px;
}

/****** Works Show *******/
#worksL {
	float: left;
	width: 300px;
	height: 410px;
	background: #0f0f0f;
	overflow: hidden;
}

#worksR {
	float: right;
	width: 469px;
	height: 410px;
	border-left: 1px solid #c0c0c0;
	background: #696969;
	overflow: hidden;
}

#worksLogo {
	margin: 35px auto 10px auto;
	text-align: center;
}

#worksClass {
	margin: 20px auto 0 auto;
	padding-left: 20px;
	text-align: left;
}

#worksClass img {
	margin-right: 5px;
}

#worksThumb {
	width: 270px;
	height: 270px;
	margin: 10px 10px 0 20px;
	text-align: left;
	overflow: hidden;
}

#worksThumb li {
	float: left;
	display: inline;
	width: 80px;
	height: 60px;
	margin: 0 10px 10px 0;
	padding: 0;
	overflow: hidden;
}

#worksThumb li img {
	width: 80px;
	height: 60px;
	cursor: pointer;
}

#worksImage {
	height: 398px;
	margin: 5px;
	border: 1px solid #333;
}

#worksImage table {
	width: 100%;
	height: 398px;
	margin: 0;
	padding: 0;
	border: 0;
}

#worksImage td {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}