@charset "utf-8";
/*全ページ共通*/
/*------------------------------*/
body {
	font-size: 12px;
	_font-size: 80%;
	line-height:140%;
	color: #333333;
	background-image: url(../img/back.gif);
	background-repeat: repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
}
img {
	border:none;
}
.clear {
	height:0px;
	clear:both;
	display: hidden;
	line-height:0;
	font-size:0px;
	zoom:1;
}
ul, li, ol, dl, dt, dd ,p {
	margin:0;
	padding:0;
}
li {
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	line-height: 140%;
}
a,
a:link,
a:visited {
	color:#333333;
	text-decoration: none;
}
a:hover {
	color:#FF0000;
	text-decoration: underline;
}

#page {
	background-color: #000000;
	width: 800px;
	margin: 0px auto;
	padding: 0px;
}

/*内容部分の白伸ばし用*/
/*------------------------------*/
html{
    height:100%;
}
body{
    height:100%;
}
#page{
	_height:100%;
	min-height: 100%;
	position: relative;
}

/*ヘッダ*/
/*------------------------------*/
#header {
	padding: 0px;
	height: 80px;
	margin-bottom: 0px;
	width: 800px;
	background-image: url(../img/header.jpg);
}

#header h1 {
	background-image: url(../img/comtop.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 280px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	margin-left: 15px;
}
#header h1 a {
	display:block;
	height: 80px;
	width: 325px;
	
}
#header #Language {
	position: absolute;
	width:95px;
	left: 690px;
	top: 18px;
	text-align: right;
}
#header #subNavi {
	float:right;
	width: 450px;
	padding-top: 49px;
	padding-right: 5px;
}
#header #subNavi #TextLInk {
	text-align: right;
	font-size: 10px;
	float: right;
	padding-top: 7px;
	text-align: right;
	display:inline;
	padding-right: 10px;
}

#header #subNavi #Request a {
	background-image: url(../img/request.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 28px;
	width: 150px;
	float: right;
}
#header #subNavi #Request a:link ,
#header #subNavi #Request a:visited {
	background-position:top;
}
#header #subNavi #Request a:hover {
	background-position:bottom;
}



/*グローバルナビ*/
/*------------------------------*/
#globalNavi {
	height: 40px;
	clear:both;
	width:785px;
	background-color: #EEEEEE;
	padding-left: 15px;
	margin: 5px 0px 0px;
}
#globalNavi li {
	float:left;
	background-color:#CCFFCC;
	width: 110px;
}
#globalNavi #last {
	width: 111px;
}
#globalNavi a {
	display:block;
	background-repeat: no-repeat;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
}
#globalNavi a:link, #globalNavi a:visited {
	background-position: top;
}
#globalNavi a:hover {
	background-position: bottom;
}
#globalNavi a#gnCourse {
	background-image: url(../img/gnavi_course.gif);
}
#globalNavi a#gnArea {
	background-image: url(../img/gnavi_area.gif);
}
#globalNavi a#gnInterview {
	background-image: url(../img/gnavi_interview.gif);
}
#globalNavi a#gnSupport {
	background-image: url(../img/gnavi_support.gif);
}
#globalNavi a#gnInteritation {
	background-image: url(../img/gnavi_interitation.gif);
}
#globalNavi a#gnJobDebut {
	background-image: url(../img/gnavi_job_debut.gif);
}
#globalNavi a#gnFaq {
	background-image: url(../img/gnavi_faq.gif);
}




/*フッタ*/
/*------------------------------*/
#footer {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FEFEFE;
	margin: 0px auto;
	padding: 10px 0px;
	width: 770px;
}
#footer address {
	color: #FFFFFF;
	font-style: normal;
	font-size: 10px;

}
#footer address a {
	color: #FFFFFF;
}
#footer address a:hover {
	color: #FF0000;
}


/*中国語[简体][繁体]切り変え　*/
/*------------------------------*/

#ChineseLanguag {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	position: absolute;
	left: 300px;
	top: 40px;
}
#ChineseLanguag li {
	float: left;
	display: block;
	border-left-style: solid;
	width: 50px;
	text-align: center;
	border-left-width: 1px;
	border-left-color: #999999;
	font-size: 13px;
	_font-size: 80%;
	font-weight: bold;
}
#ChineseLanguag li a ,
#ChineseLanguag li a:link ,
#ChineseLanguag li a:visited {
	color: #0033CC;
	text-decoration: underline;
}
#ChineseLanguag li a:hover {
	color: #FF0000;
}

