@charset "utf-8";

/* main styles
----------------------------------------- */

div#wrapper {
	position: relative;
	width: 940px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background-color: transparent;
	text-align: left;
}

/* header and navigations
----------------------------------------- */

div#header {
	width: auto;
	margin:40px 0 18px 0;
	overflow: hidden;
	background-color: transparent;
}

div#header h1,
div#header p {
	float:left;
	width:260px;
	padding: 2px 0 2px 26px;
}

div#header img {
	vertical-align:bottom;
}

div#header p#caption {
	float:right;
	width:594px;
	padding: 30px 0 0 0;
	text-align:right;
	font-size:12px;
	color:#ffffff;
	background:#00CED1;
}

div#nav {
	clear:both;
	height:52px;
	background:url(../images/common/bg_nav.gif) no-repeat;
	margin-bottom: 20px;
}

div#nav li {
	float:left;
	margin-left:2px;
	line-height: 0;
	display: inline;
}

div#nav li a {
	display:block;
}

div#nav li.home {
	margin-left:0;
}

div#nav li a:hover {
	background: none;
}

div#nav li a:focus img,
div#nav li a:hover img {
	visibility:hidden;
}

/* main contents
----------------------------------------- */

div#title {
	clear:both;
	width:900px;
	padding:20px 20px 20px;
	background:#ffffff;
	position:relative;
}

div#title p,
div#title h1 {
	margin:0;
	padding:0;
}

div#title p img,
div#title h1 img {
	vertical-align:bottom;
}

div#contents {
	position:relative;
	width:940px;
	margin-bottom:2px;
	background:#ffffff;
}

div#main {
	float:left;
	width:640px;
	margin:0 20px 2px 20px;
	text-align:justify;
	display: inline;
}

div#main h2 {
	margin:20px 0 20px 0;
}

div.box {
	width: 600px;
	margin:0 auto;
	padding:0;
}

div#breadcrumbs {
	clear: both;
	margin-right: 20px;
}

div#breadcrumbs p {
	text-align: right;
	font-size: 12px;
}

/* home
----------------------------------------- */

dl.news {
	clear: both;
	padding:0 0 0 20px;
	margin-bottom:20px;
}

dl.news dt {
	float:left;
	width:100px;
	color:#4c4c4c;
	font-weight:bold;
	padding:0 20px 0 0;
}

dl.news dd {
	float:right;
	width:500px;
}

dl.news:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* services
----------------------------------------- */

div.service {
	padding:20px 0 20px 20px;
	margin-bottom:20px;
}

div.service p.pic {
	float:left;
	width:120px;
	padding:0 20px 10px 0;
}

div.service p.text {
	float:right;
	width:480px;
}

div.service:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* works
----------------------------------------- */

dl.works {
	padding:0 0 20px 20px;
	margin-bottom:20px;
	border-bottom:1px dotted #999;
}

dl.works dt {
	float:right;
	width:508px;
	color:#4c4c4c;
	font-weight:bold;
	padding:0 0 10px 0;
}

dl.works dd.pic {
	float:left;
	width:90px;
	padding:5px 20px 0 0;
}

dl.works dd.pic img{
	border:solid 1px #999999;
}

dl.works dd.nb img{
	border:none;
}

dl.works dd.text {
	float:right;
	width:508px;
}

dl.works:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

dl.otherworks {
	padding:0 0 20px 20px;
	margin-bottom:20px;
}

dl.otherworks dt {
	float:left;
	width:320px;
	color:#4c4c4c;
	font-weight:bold;
	padding:0 0 10px 0;
}

dl.otherworks dd.pic {
	float:right;
	width:290px;
	padding:5px 0 0 10px;
}

dl.otherworks dd.text {
	float:left;
	width:320px;
}

dl.otherworks dd ul li {
	line-height:2em;
	border-bottom:1px dotted #999;
}

dl.otherworks dt.b {
	float:left;
	width:400px;
	color:#4c4c4c;
	font-weight:bold;
	padding:0 0 10px 0;
}

dl.otherworks dd.pic-b {
	float:right;
	width:210px;
	padding:5px 0 0 10px;
}

dl.otherworks dd.text-b {
	float:left;
	width:400px;
}

dl.otherworks:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* company
----------------------------------------- */

dl.profile {
	padding:0 20px 10px 20px;
	margin-bottom:10px;
	border-bottom:1px dotted #999;
}

dl.profile dt {
	float:left;
	width:140px;
	color:#4c4c4c;
	font-weight:bold;
}

dl.profile dd {
	float:right;
	width:460px;
}

dl.profile:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

dl.profile {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html dl.profile {
	height:1%;
}
dl.profile {
	display:block;
}

/* End hide from IE-mac */
dl.last {
	border:none !important;
	background:none !important;
}

dl.management {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #DEDEDE;
}

dl.management dt {
	float:right;
	width:480px;
	color:#4c4c4c;
	font-weight:bold;
	padding-bottom:12px;
}

dl.management dt a img {
	vertical-align: middle;
}

dl.management dd.pic {
	float:left;
	width:120px;
	padding:0 20px;
}

dl.management dd.text {
	float:right;
	width:480px;
}

dl.management:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#map1 {
	width: 600px;
	height: 400px;
	margin:0 20px 40px 20px;
}

div#map2 {
	width: 600px;
	height: 400px;
	margin:0 20px 40px 20px;
}

div.mapInfo {
	line-height: 1.0;
}

div.mapInfo h3 {
	font-weight: bold;
	margin-bottom:5px;
}

div#companylink {
	padding:10px;
	background-color:#F7F7F7;
	text-align:center;
}

div#companylink a {
}

div#companylink a, div#companylink a:link, div#companylink a:visited {
	color: #4c4c4c;
	background: url(../images/company/companylink_bullet.gif) no-repeat left center;
	padding-left: 20px;
	text-decoration:none;
}

div#companylink a:hover, div#companylink a:active {
	color: #00ced1;
	text-decoration: none;
	background-color: transparent; 
}

/* recruit
----------------------------------------- */

ul#jobindex {
	margin-left: 20px;
}

ul#jobindex li {
	background: url(../images/recruit/bullet.gif) no-repeat left center;
	padding-left: 20px;
}

ul#jobindex li a, ul.jobindex li a:link, ul.jobindex li a:visited {
	color: #4c4c4c;
	background-color: transparent;
	text-decoration:none;
}

ul#jobindex li a:hover, ul.jobindex li a:active {
	color: #4c4c4c;
	text-decoration: underline;
}

div#job1 .recruit{
	width: 600px;
	margin: 0 auto 6px auto;
	border-spacing: 0;
}
div#job1 .recruit th {
	width: 120px;
	color:#ffffff;
	background-color: #B3BFBF;
	padding: 10px;
}
div#job1 .recruit td {
	padding: 10px;
	border-bottom: 2px solid #B3BFBF;
}

div#job1 .recruit td a {
	color:#e74291;
	background-color: #ffffff;
}

div#job2 .recruit{
	width: 600px;
	margin: 0 auto 6px auto;
	border-spacing: 0;
}
div#job2 .recruit th {
	width: 120px;
	color:#4c4c4c;
	background-color: #f5f5f5;
	padding: 10px;
}
div#job2 .recruit td {
	padding: 10px;
	border-bottom: 2px solid #f5f5f5;
}

div#job2 .recruit td a {
	color:#e74291;
	background-color: #ffffff;
}

div#job3 .recruit{
	width: 600px;
	margin: 0 auto 6px auto;
	border-spacing: 0;
}
div#job3 .recruit th {
	width: 120px;
	color:#ffffff;
	background-color: #B3BFBF;
	padding: 10px;
}
div#job3 .recruit td {
	padding: 10px;
	border-bottom: 2px solid #B3BFBF;
}

div#job3 .recruit td a {
	color:#e74291;
	background-color: #ffffff;
}

.backtojobindex {
	text-align: right;
	padding-right:20px;
	margin-bottom:10px;
}

.backtojobindex a {
	color: #afafaf;
}

/* contact
----------------------------------------- */

div.notice {
	margin:10px 0 0 0;
	padding:10px;
	background:#FAF0E6;
	font-weight:bold;
	font-size:93%;
}

table {
	margin-top:20px;
	width: 640px;
	border-top: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
}
th {
	background: #F5F5F5;
	padding: 8px 15px;
	width: 140px;
	border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
}
td {
	padding: 3px 15px;
	width: 428px;
	border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
}

.textbox {
	background-color:#ffffff;
	color: #999999;
	line-height:2em;
	padding:5px 5px 2px 10px;
}

.textbox:focus, .textbox:hover {
	color: #000000;
	background-color:#ffffe5;
}

#company {
	width:300px;
	height:30px;
}

#name {
	width: 300px;
	height:30px;
}

#email {
	width: 300px;
	height:30px;
}

#tel {
	width: 150px;
	height:30px;
}

#message {
	width: 400px;
	height:235px;
}

form #entry_btn {
	margin:20px 0 0 10px;
	text-align:center;
}

/* sublink
----------------------------------------- */

div#sublink {
	clear: both;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	margin: 73px 0 0 -34px;
	padding: 0;
	line-height: 0;
	display: inline;
}

div#sublink li{
	margin-top:2px;
}

div#sublink li#aboutustab {
	background: url(../images/company/aboutustab_on.gif) no-repeat;
}

body#aboutus div#sublink li#aboutustab img{
	visibility:hidden;
}

div#sublink li#datatab {
	background: url(../images/company/datatab_on.gif) no-repeat;
}

body#companydata div#sublink li#datatab img{
	visibility:hidden;
}

div#sublink li#accesstab {
	background: url(../images/company/accesstab_on.gif) no-repeat;
}

body#access div#sublink li#accesstab img{
	visibility:hidden;
}

div#sublink img {
	vertical-align:bottom;
}

div#sublink a {
	display:block;
}

div#sublink a:hover {
	background: none;
}

div#sublink a:focus img,
div#sublink a:hover img {
	visibility:hidden;
}

/* privacy
----------------------------------------- */

div#privacy {
	padding:0 20px 0 20px;
}

div#privacy p {
	margin-bottom:20px;
}

/* sitemap
----------------------------------------- */

ul.sitemap {
	margin-left: 40px;
	line-height: 2em;
}

ul.sitemap li {
	background: url(../images/sitemap/bullet.gif) no-repeat left center;
	padding-left: 20px;
}

ul.sitemap li.nest {
	background: none;
	padding-left: 0;
}

/* sidebar
----------------------------------------- */

div#sidebar {
	float:right;
	width:240px;
	margin:20px 20px 8px 0;
	display: inline;
}

div#contactus {
	background:url(../images/common/bnr_contactus_on.gif) no-repeat left bottom;
	margin-bottom: 15px;
}

div#contactus img {
	vertical-align:middle;
}

div#contactus a {
	display:block;
}

div#contactus a:focus img,
div#contactus a:hover img {
	visibility:hidden;
}

div.bnr {
	display:block;
	width:240px;
	height:60px;
	margin-bottom:10px;
	background:#ffffff;
	border:solid #dcdcdc 3px;
}

div.bnr:hover {
	background:#00ced1;
}

div#h136 {
	height:136px;
}

div#h56 {
	height:56px;
}

div#h36 {
	height:36px;
}

/* go to top
----------------------------------------- */

div#go-top {
	position:relative;
	clear:both;
	width:30px;
	height:30px;
	margin:0 -38px 0 auto;
	padding-bottom:8px;
	font-size:0;
	line-height:0;
	background:url(../images/common/gotop_a.gif) no-repeat;
}

div#go-top img {
	vertical-align:middle;
}

div#go-top a {
	display:block;
}

div#go-top a:hover {
	background: none;
}

div#go-top a:focus img,
div#go-top a:hover img {
	visibility:hidden;
}

/* footer
----------------------------------------- */

div#footer {
	clear:both;
	width: 940px;
	height:50px;
	margin: 0 auto;
	text-align: center;
	padding-top:15px;
	background:#ffffff;
}

div#footer a {
	color:#4c4c4c;
}

div#copy {
	margin-top:15px;
	padding:15px 0 15px;
	color:#ffffff;
	background:#00CED1;
}

div#copy p {
	text-align:center;
	font-size:12px;
	margin-bottom:1em;
}
