@charset "utf-8";

#main {
	width:600px;
	height:636px;
	float:left;
	margin:0 0 5px 0;
	line-height:1.6;
}
#sidebar {
	width:320px;
	min-height:636px;
	height:auto !important;
	height:636px;
	float:left;
	margin-bottom:5px;
}
#sidebar p {
	margin:10px 0;
}
#sidebar img {
	border:0;
}

#footer {
	clear:both;
}

/******************************
 main
 ******************************/

#main {
	background:url(../img/index/main_visual.jpg) 0 0 no-repeat scroll;
	position:relative;
	list-style:none;
	padding:0;
	height:666px;
}
#main li {
	position:absolute;
}
#main_training { left:4px;   top:29px;  z-index:3; }
#main_schedule    { left:190px; top:81px;  z-index:4; }
#main_jobs     { left:371px; top:5px;   z-index:1; }
#main_voice    { left:420px; top:129px; z-index:2; }

#main a {
	display:block;
	text-indent:-999px;
	overflow:hidden;
	background:url(../img/index/main_visual_btn.gif) 730px 136px no-repeat scroll;
}
#main_training a:hover { background-position:0 0; }
#main_schedule a:hover    { background-position:-188px 0; }
#main_jobs a:hover     { background-position:-376px 0; }
#main_voice a:hover    { background-position:-593px 0; }

#main a {
	background-position:757px 190px;
}

#main_training, #main_training a { width:188px; height:172px; }
#main_schedule, #main_schedule a       { width:188px; height:121px; }
#main_jobs, #main_jobs a         { width:217px; height:190px; }
#main_voice, #main_voice a       { width:164px; height:124px; }


/******************************
 news
 ******************************/

#news {
	position:relative;
	width:320px;
	margin:17px -1px;
	padding:0 1px;
	background:url(../img/index/news_bg.gif) bottom right repeat-y scroll;
}
#news a {
	color:#00a0e9;
}
#news a:hover {
	color:#f8c948;
}
#news h2 {
	border-top:1px #00A0E9 solid;
	border-bottom:1px #00A0E9 solid;
	font-size:100%;
	color:#00A0E9;
	padding:10px 17px;
	line-height:1;
	margin:0;
}
#news img {
	border:0 solid;
	vertical-align:baseline;
}
#news_link {
	position:absolute;
	left:160px;
	top:10px;
	font-size:13px;
	width:150px;
	margin:0 !important;
	line-height:1;
	text-align:right;
}
#news ul {
	color:#444343;
	font-size:13px;
	line-height:1.4;
	margin:2px 0;
	padding:0 0 5px 0;
	list-style:disc url(../img/index/list_cursor.gif) outside;
	background:url(../img/index/news_bg_bottom.gif) bottom right no-repeat scroll;
}
#news li {
	margin:0 5px 0 20px;
	padding-bottom:5px;
}
#news ul a {
	color:#00a0e9;
}
#news ul a:hover {
	color:#f8c948;
}

/******************************
 banner
 ******************************/

.banner {
	font-size:11px;
	line-height:1;
	text-align:center;
}
.banner a {
	color:#656464;
}
.banner a:hover {
	color:#f8c948;
}
.banner_img {
	display:block;
	text-decorarion:none;
	margin-bottom:5px;
}

.banner img {
	color:#656464;
}

/******************************
 ssl_info
 ******************************/

#ssl_info {
	background:url(../img/index/ssl_info_body.gif) center top repeat-y scroll;
	font-size:11px;
}
#ssl_info .head {
	background:url(../img/index/ssl_info_head.gif) center top no-repeat scroll;
	padding-top:8px;
}
#ssl_info .body {
	padding:0 11px 8px 11px;
	background:url(../img/index/ssl_info_tail.gif) center bottom no-repeat scroll;
}
#ssl_info #ssl_seal {
	float:left;
    width:115px;
    height:57px;
	margin:0 10px 5px 0;
}
#ssl_info h2 {
	margin:0 0 10px 0;
	font-size:14px;
}
#ssl_info p {
	margin:0;
}





