@charset "utf-8";

/* default styles */
html{
	line-height:1.4;
	_filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

html *{
}

body {
	color:#444;
	background-color:#fff;
}

a {
	color:#09b;
	text-decoration:none;
}

a:hover {
	color:#068;
	text-decoration:underline;
}

noscript p {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:0.4em 0;
	background-color:#0092AD;
	color:#fff;
	font-size:1.2em;
	text-align:center;
	opacity:0.8;
}

/* header */
#header {
	overflow:hidden;
	width:932px;
	height:47px;
	margin:0 auto;
	padding:12px 4px;
	font-size:10px;
}

/* header lead */
#header .lead {
	float:left;
	width:416px;
}

#logo {
	float:left;
	margin-right:11px;
	margin-bottom:11px;
}

#header .lead .lang {
	float:left;
	margin-top:12px;
	margin-bottom:11px;
	font-size:0.9em;
	line-height:1.2;
}

#header .lead .lang li {
	float:left;
	margin-right:4px;
	padding:0 4px;
	border:1px solid #ddd;
}

#header .lead .lang a {
	padding-left:6px;
	background:url(/common/arrow_01.png) left center no-repeat;
	text-decoration:none;
}

#header .lead p {
	clear:left;
	float:left;
}

/* header nav */
#header .nav {
	float:right;
	width:516px;
	margin-top:31px;
	font-size:1.1em;
	line-height:1.2;
	text-align:right;
}

#header .nav li {
	display:inline;
	padding-left:15px;
	white-space:nowrap;
}

#header .nav a {
	padding-left:17px;
	background-position:left center;
	background-repeat:no-repeat;
}

#header .nav .company a {
	background-image:url(/common/header_bg_01_on.png);
	background-image:url(/common/header_bg_01.png);
}

#header .nav .recruit a {
	background-image:url(/common/header_bg_02_on.png);
	background-image:url(/common/header_bg_02.png);
}

#header .nav .sitemap a {
	background-image:url(/common/header_bg_03_on.png);
	background-image:url(/common/header_bg_03.png);
}

#header .nav .company a.current,
#header .nav .company a.parentsLink,
#header .nav .company a:hover {
	background-image:url(/common/header_bg_01_on.png);
}

#header .nav .recrui a.current,
#header .nav .recrui a.parentsLink,
#header .nav .recruit a:hover {
	background-image:url(/common/header_bg_02_on.png);
}

#header .nav .sitemap a.current,
#header .nav .sitemap a.parentsLink,
#header .nav .sitemap a:hover {
	background-image:url(/common/header_bg_03_on.png);
}

#header a{
	color:#111;
}

#header a.current,
#header a.parentsLink,
#header a:hover{
	color:#09b;
}

/* global nav */
#gnav {
	position:relative;
	min-width:941px;
	background:url(/common/gnav_bg_01.png) repeat-x;
	margin-bottom:1px;
	z-index:10;
	
	/*
	-moz-box-shadow:rgba(0,0,0,0.2) 0px 15px 10px -10px;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0px 15px 10px -10px;
	box-shadow:rgba(0,0,0,0.2) 0px 15px 10px -10px;
	*/
}

#gnav ul {
	width:941px;
	height:40px;
	margin:auto;
	background:url(/common/gnavi_bg_02.png) no-repeat 0px 0px;
}

#gnav ul li {
	float:left;
	height:40px;
}

#gnav ul li.nocontents{
	background:url(/common/under_construction_bg_01.png) no-repeat center;
	cursor:not-allowed;
}

#gnav ul li a{
	display:block;
	float:left;
	height:40px;
	position:relative;
}

#gnav ul img {
	vertical-align:bottom;
}

#gnav ul li:hover a{
	z-index:20;
	/*
	-moz-box-shadow:0px 5px 15px rgba(017,204,221,0.5);
	-webkit-box-shadow:0px 5px 15px rgba(017,204,221,0.5);
	box-shadow:0px 5px 15px rgba(017,204,221,0.5);
	*/
}

#gnav ul li a.current ,
#gnav ul li a.parentsLink {
	z-index:30;
	/* 
	-moz-box-shadow:0px 3px 15px #1cd,0px 5px 5px #aff !important;
	-webkit-box-shadow:0px 3px 15px #1cd,0px 5px 5px #aff !important;
	box-shadow:0px 3px 15px #1cd,0px 5px 5px #aff !important;
	*/
}

/* breadcrumbs */
#breadcrumbs {
	padding:12px 0 9px;
}

#breadcrumbs a{
	color:#000;
}

#breadcrumbs ul {
	overflow:hidden;
	width:940px;
	margin:0 auto;
	color:#999;
}

#breadcrumbs li {
	float:left;
	margin-right:4px;
	padding-left:12px;
	background:url(/common/breadcrumbs_bg_01.png) left center no-repeat;
}

#breadcrumbs ul .home {
	padding-left:0;
	background:none;
}

/* contents wrapper */
#contents {
	width:930px;
	margin:0 auto 50px;
	padding-bottom:29px;
	overflow:hidden;
}

#contents:after {
	content:"";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}

/* main contents */
#main {
	/*float:left;*/
	width:695px;
}

/* side contents */
#aside {
	float:right;
	width:220px;
}

#aside *{
	zoom:1;
}

/* nav */
#aside .nav {
	margin-bottom:10px;
}

#aside .nav ul {
	background-color:#F2F2F2;
	font-size:1.2em;
	line-height:1.3;
}

#aside .nav li {
	height:100%;
}

#aside .nav ul span,
#aside .nav ul a {
	display:block;
	height:100%;
	padding:5px 13px 2px 25px;
	border-top:1px solid #fff;
	border-bottom:1px solid #DEDEDE;
	background:url(/common/arrow_02.png) 13px 0.8em no-repeat #F2F2F2;
	color:#222;
}

#aside .nav ul a:hover {
	background-color:#fff;
	/*
	-moz-box-shadow:0px 0px 10px #fff,0px 0px 5px #fff;
	-webkit-box-shadow:0px 0px 10px #fff,0px 0px 5px #fff;
	box-shadow:0px 0px 10px #fff,0px 0px 5px #fff;
	*/
	color:#09b;
	position:relative;
	z-index:10;
}

#aside .nav ul a.on {
	background-color:#E0EFF9;
	background-image:url(/common/arrow_03.png);
}

#aside .nav ul a.current ,
#aside .nav ul a.parentsLink {
	background-color:#E0EFF9 !important;
}

#aside .nav ul ul {
	padding:5px 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #DEDEDE;
	font-size:0.833em;
}

#aside .nav ul ul a {
	padding:2px 13px 2px 34px;
	border:none;
	background:url(/common/arrow_01.png) 26px 0.8em no-repeat;
}

/*
#aside .nav ul ul a.on {
	background-image:url(/common/icon_square.png);
}
*/

#aside .nav ul ul ul{
	padding:0px;
	border-top:none;
	border-bottom:none;
	font-size:1em;
	margin-bottom:5px;
}

#aside .nav ul ul ul a {
	padding:2px 0px 2px 44px;
	border:none;
	background:url(/common/icon_square.png) 36px 0.8em no-repeat;
}

/* 25-02-2011 */
#aside .nav li.need {
	margin-top: 2px;
}

#aside .nav li.need a {
	padding: 5px 13px 2px 25px;
	/*background: #c1cacc url(/common/icon_square_01.png) no-repeat 12px .8em !important;*/
	background-color: #c1cacc;
	border: 1px solid #969d9f;
	font-weight: bold;
}

#aside .nav li.need a:hover {
	/*background: #e0eff9 url(/common/icon_square_01.png) no-repeat 12px .8em !important;*/
	background-color: #e0eff9;
	border: 1px solid #aaccf9;
}


/* extra */
#aside .extra {
	margin-bottom:10px;
	padding:10px 10px 1px;
	background-color:#F1F1F1;
}

#aside .extra li {
	margin-bottom:9px;
}

#aside .extra ul img {
	vertical-align:bottom;
}

/* recruit */
#aside .recruit li {
	position:relative;
	padding:69px 5px 0;
}

#aside .recruit ul img {
	position:absolute;
	top:0;
	left:0;
}

/* news */
#aside .news {
	margin-bottom:9px;
	border-top:2px solid #0092AD;
}

#aside .news h2 {
	position:relative;
	overflow:hidden;
	height:100%;
	padding:6px 9px 5px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	background:url(/common/bg_04.png) repeat-x;
	color:#333;
	font-size:1.2em;
	line-height:1.2;
}

#aside .news h2 span {
	float:left;
}

#aside .news h2 a {
	float:right;
	color:#0092AD;
	font-size:0.833em;
	font-weight:normal;
}

#aside .news ul {
	margin-top:-1px;
	border-bottom:1px dotted #ccc;
}

#aside .news li {
	padding:7px 5px 8px;
	border-top:1px dotted #ccc;
}

#aside .news ul .date {
	display:block;
	margin-bottom:2px;
	/*color:#999;*/
	color:#666;
}

#aside .news ul .date img {
	margin-left:5px;
	vertical-align:middle;
}

#aside .news ul .date .icon{
	margin-left:5px;
	font-size:9px;
	color:#fff;
	background:#000;
	display:inline-block;
	width:80px;
	line-height:14px;
	text-align:center;
}

#aside .news ul .date .color01{
	background-color:#55B8D4;
}

#aside .news ul .date .color02{
	background-color:#A3A3A3;
}

#aside .news ul .date .color03{
	background-color:#B2D528;
}

#aside .news ul .date .color04{
	background-color:#EDB74E;
}

/* related (aside) */
#aside .related {
	margin-bottom:15px;
	border-top:2px solid #666;
}

#aside .related h2 {
	padding:6px 9px 5px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	background:url(/common/bg_04.png) repeat-x;
	color:#333;
	font-size:1.2em;
	line-height:1.2;
}

#aside .related ul {
	padding:2px 0 7px;
	font-size:1.2em;
	line-height:1.3;
}

#aside .related ul a {
	border:none;
}

/* service (aside) */
#aside .service .category {
	font-weight:bold;
}

/* related sevices */
#related {
	clear:both;
	width:940px;
	margin:0 auto;
	padding:11px 0 16px;
	border-top:1px dotted #ccc;
	overflow:hidden;
}

#related h2 {
	margin:0 11px 6px;
	color:#333;
	font-size:1.2em;
}

#related ul {
	overflow:hidden;
	width:950px;
	margin-right:-20px;
	margin-left:5px;
}

#related li {
	position:relative;
	float:left;
	width:170px;
	margin-right:20px;
	padding-top:65px;
}

#related ul a {
	color:#666;
	line-height:1.3em;
}

#related ul a:hover {
	color:#0092AD;
}

#related ul img {
	position:absolute;
	top:0;
	left:0;
}

/* footer */
#footer {
	min-width:940px;
	width:100%;
	background-color:#F7F7F7;
}

#footer a{
	color:#111;
}

#footer a:hover{
	color:#09b;
}


/* footer hgroup */
#footer .hgroup {
	padding-top:10px;
	border-top:1px solid #fff;
	background-color:#E9E9E9;
}

#footer .hgroup_inner {
	overflow:hidden;
	width:940px;
	margin:0 auto;
	padding-bottom:6px;
	/*background:url(/common/footer_bg_01.png) 313px 2px repeat-y;*/
}

#footer .hgroup h2 {
	float:left;
	width:215px;
	padding:0 10px;
	color:#333;
	font-size:1.2em;
}

/* services */
#footer .services {
	background:url(/common/footer_bg_06.png) repeat-x 0px 0px;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
}

#footer .services .services_inner {
	background:url(/common/bg_06.png) repeat-y;
	width:940px;
	margin:0px auto;
}

#footer .services .services_inner ul{
	background:url(/common/footer_bg_07.png) repeat-x;
}

#footer .services .services_inner ul li{
	float:left;
	width:215px;
	padding:0 10px;
}

#footer .services .services_inner ul li a{
	line-height:32px;
	font-weight:800;
	font-size:1.4em
}

#footer .services .services_inner ul li ul{
	margin-top:0px;
	background:none;
}

#footer .services .services_inner ul li ul li {
	margin:3px 0px;
	padding:0px;
	margin-bottom:10px;
	float:none;
	width:auto;
}

#footer .services .services_inner ul li ul li a{
	line-height:1.4em;
	font-weight:100;
	font-size:1.0em
}

#footer .services .services_inner ul li ul li ul li{
	margin-bottom:0px;
	line-height:1.2em;
	padding-left:20px;
	background:url(/common/arrow_09.png) no-repeat 13px 50%;
}


/* footer nav */
#footer .nav {
	border-top:1px solid #fff;
	border-bottom:1px solid #ddd;
}

#footer .nav_inner {
	overflow:hidden;
	width:940px;
	margin:0 auto;
	padding:6px 0 7px;
}

#footer .nav .main {
	float:left;
}

#footer .nav .sub {
	float:right;
	text-align:right;
}

#footer .nav ul {
	line-height:1.2;
}

#footer .nav li {
	display:inline;
	padding-left:4px;
	padding-right:5px;
	border-left:1px solid #333;
	white-space:nowrap;
}

#footer .nav ul .first {
	border-left:none;
}

/* qualification */
#footer .qualification {
	border-top:1px solid #fff;
}

#footer .qualification_inner {
	overflow:hidden;
	width:936px;
	margin:0 auto;
	padding:8px 0 13px 4px;
}

/* validator */
#footer .validator {
	float:left;
	width:518px;
}

#footer .validator h2,
#footer .validator p {
	float:left;
	margin-bottom:18px;
}

#footer .validator h2 {
	margin-right:18px;
}

#footer .validator p {
	margin-top:5px;
}

#footer .validator ul {
	clear:both;
	overflow:hidden;
	height:100%;
}

#footer .validator li {
	float:left;
	margin-right:11px;
}

#footer .validator ul img {
	vertical-align:bottom;
}

/* iso */
#footer .iso {
	float:right;
	width:401px;
	margin-top:5px;
}

#footer .iso ul {
	float:left;
	padding-right:6px;
}

#footer .iso li {
	float:left;
	margin-right:5px;
}

#footer .iso ul img {
	vertical-align:bottom;
}

#footer .iso p {
	margin-left:208px;
	color:#999;
}

/* copyright */
#footer .copyright {
	clear:both;
	background-color:#0092AD;
}

#footer .copyright p {
	width:932px;
	margin:0 auto;
	padding:8px 4px 7px;
}

/* WYSIWYG */
.wysiwyg {
	font-size:1.2em;
}

.wysiwyg big {
	font-size:larger;
}

.wysiwyg small {
	font-size:smaller;
}

.wysiwyg b,
.wysiwyg strong {
	font-weight:bold;
}

.wysiwyg i {
	font-style:italic;
}

.wysiwyg u {
	text-decoration:underline;
}

.wysiwyg s,
.wysiwyg strike {
	text-decoration:line-through;
}

.wysiwyg ul,
.wysiwyg ol {
	list-style-position:outside;
	margin-left:2em;
}

.wysiwyg ul {
	list-style-type:disc;
}

.wysiwyg ol {
	list-style-type:decimal;
}

.wysiwyg blockquote {
	margin-left:5px;
	padding:10px 5px;
	border-left:1px solid #666;
	background:#f0f0f0;
}

/* util class */
#main .heading1 {
	margin-bottom:16px;
	padding:1px 1px 0;
	border:1px solid #ddd;
	color:#333;
	
	/*
	-moz-box-shadow:rgba(0,0,0,0.03) 0px 5px 5px;
	-webkit-box-shadow:rgba(0,0,0,0.03) 0px 5px 5px;
	box-shadow:rgba(0,0,0,0.03) 0px 5px 5px;
	*/
}

#main .heading1 h1,
#main .heading1 h2,
#main .heading1 h3,
#main .heading1 h4,
#main .heading1 h5,
#main .heading1 h6,
#main .heading1 .title {
	padding:10px 12px 7px;
	background:#fcfcfc url(/common/bg_03.png) repeat-x;
	font-size:1.8em;
	line-height:1.2em;
	
	/*text-shadow:2px 2px 3px #ddd;*/
}

#main .heading2 {
	margin:0px 5px;
	margin-bottom:9px;
	padding:1px;
	border:1px solid #DEDEDE;
	color:#333;
	
	/*
	-moz-box-shadow:rgba(0,0,0,0.03) 0px 5px 5px;
	-webkit-box-shadow:rgba(0,0,0,0.03) 0px 5px 5px;
	box-shadow:rgba(0,0,0,0.03) 0px 5px 5px;
	*/
}

#main .heading2 h1,
#main .heading2 h2,
#main .heading2 h3,
#main .heading2 h4,
#main .heading2 h5,
#main .heading2 h6,
#main .heading2 .title {
	border-left:4px solid #0092AD;
	padding:5px 8px 3px;
	background:#fcfcfc url(/common/bg_04.png) repeat-x;
	font-size:1.4em;
	line-height:1.5;

	/*text-shadow:2px 2px 1px rgba(0,64,128,0.1)*/
}

#main .heading3{
	background:url(/common/heading03_bg_01.png) repeat-x bottom;
	padding:0px 0px 5px;
	margin:0px 10px;
	margin-bottom:10px;

}

#main .heading3 .title{
	font-size:1.2em;
	font-weight:800;
	line-height:1.3em;
	color:#333;
	border-left:3px solid #0092AD;
	padding-left:10px
}

#main .pl_5{
	padding-left:5px;
}

















