@charset "utf-8";
/* CSS Document */
body {
	background-color: #262626;
	background-image: url(../img/sub_back.png);
	background-repeat: repeat-x;
}

#main {
	height: 712px;
	width: 896px;
	margin-top: 31px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/sub_main_back.png);
	padding: 0px;	
	background-repeat: no-repeat;
}

#sub_main_title {
	margin: 0px auto;
	padding: 82px 0px 0px;
	height: 110px;
	width: 850px;
}

/* menu */

#menu {
	padding: 0px;
	width: 820px;
	margin: 0px auto;
}


#menu ul{
	list-style-type: none;
	list-style-image: none;
}

#menu li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

/* menu  detail*/
.home a{
	display: block;
	background-image: url(../img/sub_menu/home.png);
	height: 24px;
	width: 103px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: left;
	outline:none;
	margin: 0px 0px 0px 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.home a:hover{
	background-image: url(../img/sub_menu/home.png);
	margin: 0px 0px 0px 1px;
	padding: 0px;
	height: 24px;
	width: 103px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: 0px -25px;
	float: left;	
	outline:none;	
}


.com a{
	display: block;
	background-image: url(../img/sub_menu/company.png);
	margin: 0px 0px 0px 3px;
	padding: 0px;
	height: 24px;
	width: 103px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: left;
	outline:none;
}

.com a:hover{
	background-image: url(../img/sub_menu/company.png);
	padding: 0px;
	height: 24px;
	width: 103px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: 0px -25px;
	float: left;
	outline:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}

.info a{
	display: block;
	background-image: url(../img/sub_menu/info.png);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 3px;
	padding: 0px;
	height: 24px;
	width: 103px;
	text-indent: -9999px;
	float: left;
	outline:none;	
}

.info a:hover{
	background-image: url(../img/sub_menu/info.png);
	background-repeat: no-repeat;	margin: 0px 0px 0px 3px;
	padding: 0px;
	height: 24px;
	width: 103px;
	text-indent: -9999px;
	background-position: 0px -25px;
	float: left;
	outline:none;	
}

.service a{
	display: block;
	background-image: url(../img/sub_menu/service.png);
	background-repeat: no-repeat;	margin: 0px 0px 0px 3px;
	padding: 0px;
	height: 24px;
	width: 103px;
	text-indent: -9999px;
	float: left;
	outline:none;
}

.service a:hover{
	background-image: url(../img/sub_menu/service.png);
	background-repeat: no-repeat;	margin: 0px 0px 0px 3px;
	padding: 0px;
	height: 24px;
	width: 103px;
	text-indent: -9999px;
	background-position: 0px -25px;
	float: left;	
	outline:none;
}

.port a{
	display: block;
	background-image: url(../img/sub_menu/portfolio.png);
	background-repeat: no-repeat;
	text-indent: -9999px;	margin: 0px 0px 0px 3px;
	padding: 0px;
	height: 24px;
	width: 103px;
	float: left;
	outline:none;
}

.port a:hover{
	background-image: url(../img/sub_menu/portfolio.png);
	background-repeat: no-repeat;
	text-indent: -9999px;	margin: 0px 0px 0px 3px;
	padding: 0px;
	height: 24px;
	width: 103px;
	background-position: 0px -25px;
	float: left;	
	outline:none;	
}

.recruit a{
	display: block;
	background-image: url(../img/sub_menu/recruit.png);
	background-repeat: no-repeat;
	text-indent: -9999px;	margin: 0px 0px 0px 3px;
	padding: 0px;
	height: 24px;
	width: 103px;
	float: left;
	outline:none;
}

.recruit a:hover{
	background-image: url(../img/sub_menu/recruit.png);
	background-repeat: no-repeat;
	text-indent: -9999px;	margin: 0px 0px 0px 3px;
	padding: 0px;
	height: 24px;
	width: 103px;
	background-position: 0px -25px;
	float: left;	
	outline:none;
}

.contact a{
	display: block;
	background-image: url(../img/sub_menu/contact.png);
	background-repeat: no-repeat;
	text-indent: -9999px;	margin: 0px 0px 0px 3px;
	padding: 0px;
	height: 24px;
	width: 103px;
	float: left;
	outline:none;
}

.contact a:hover{
	background-image: url(../img/sub_menu/contact.png);
	background-repeat: no-repeat;
	text-indent: -9999px;	margin: 0px 0px 0px 3px;
	padding: 0px;
	height: 24px;
	width: 103px;
	background-position: 0px -25px;
	float: left;	
	outline:none;
}

/* menu  detail*/

#content {
	width: 700px;
	margin-top: 90px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	clear: both;
}

#content a{
	text-decoration: underline;
	color: #999;
}


/* menu  portfolio*/

#content_port {
	width: 700px;
	padding: 0px;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	margin: 90px auto 0px;
	height: 365px;
	overflow: auto;
	scrollbar-base-color:#1F1F1F;
	scrollbar-face-color:#000000;
	scrollbar-arrow-color:#333333;
	scrollbar-shadow-color:#333333;
	scrollbar-darkshadow-color:#1F1F1F;
	scrollbar-highlight-color:#333333;
	scrollbar-3dlight-color:#1F1F1F;
	scrollbar-track-color:#1F1F1F;	
}

.port_line {
	margin: 0px;
	padding: 0px 0px 15px;
	clear: both;
	height: 225px;
	width: 650px;
}

.web_l {
	width: 186px;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	height: 225px;
	float: left;
}

.web_c {
	width: 186px;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	float: left;
	height: 225px;
}

.web_r {
	width: 186px;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	float: left;
	height: 225px;
}



/* form*/

#form_l {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 210px;
	line-height: 30px;
}

#form_r {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 400px;
}

#form_r input{
	width: 350px;
	background-color: #1C1C1C;
	font-size: 12px;
	color: #999999;
	line-height: 18px;
	margin-bottom: 8px;
	border: 1px solid #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-left: 10px;
	vertical-align: middle;
	height: 18px;
}

#form_r textarea{
	width: 400px;
	background-color: #1F1F1F;
	font-size: 12px;
	color: #999999;
	line-height: 16px;
	margin-bottom: 5px;
	border: 1px solid #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-left: 10px;
	overflow:auto;
	scrollbar-base-color:#1F1F1F;
	scrollbar-face-color:#000000;
	scrollbar-arrow-color:#333333;
	scrollbar-shadow-color:#333333;
	scrollbar-darkshadow-color:#1F1F1F;
	scrollbar-highlight-color:#333333;
	scrollbar-3dlight-color:#1F1F1F;
	scrollbar-track-color:#1F1F1F;
}

#app {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 50px 0px 0px;
	clear: both;
}

