@charset "UTF-8";

/*--------------------------------------------------------------------
 full reset
--------------------------------------------------------------------*/

div#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: url(../img/common/bg_body.jpg) 50% 0 no-repeat;
	text-align: left;
}

/*--------------------------------------------------------------------
 header
--------------------------------------------------------------------*/

div#headerBox {
	height: 360px;
	position: relative;
}
div#headerBox p {
	position: absolute;
	left: 100px;
	color: #FFFFFF;
	font-size: 0.8em;
	padding-top: 3px;
}
body:first-of-type div#headerBox p { /* hack for safari */
	font-size: 0.9em;
} 
div#headerBox h1 {
	position: absolute;
	left: 100px;
	top: 40px;
	z-index: 100;
}
div#headerBox h1 a {
	cursor: pointer;
}
div#headerBox div {
	position: absolute;
	top: 67px;
	width: 1000px;
	z-index: 10;
	text-align: center;
}

/*--------------------------------------------------------------------
 contents
--------------------------------------------------------------------*/

div#contentsBox {
	background: url(../img/common/bg_contents_top.gif) 0 0 no-repeat;
	padding: 18px 0 0 0;
	overflow: hidden;
	width: 800px;
	margin: 0 auto;
	overflow: inherit;
}

/*--------------------------------------------------------------------
 side navi
--------------------------------------------------------------------*/

div#leftContents {
	float: left;
	width: 180px;
	padding: 0 0 0 18px;
}
dl#sideNavi dt {
	padding-bottom: 10px;
}
dl#sideNavi dt img {
	vertical-align: bottom;
}
dl#sideNavi dd ul#naviYas,
dl#sideNavi dd ul#naviTrainer,
dl#sideNavi dd ul#naviProgram,
dl#sideNavi dd ul#naviConsulting,
dl#sideNavi dd ul#naviLink {
	padding-left: 5px;
	padding-bottom: 15px;
}
dl#sideNavi dd ul#naviYas li,
dl#sideNavi dd ul#naviTrainer li,
dl#sideNavi dd ul#naviProgram li,
dl#sideNavi dd ul#naviConsulting li,
dl#sideNavi dd ul#naviLink li {
	padding-left: 12px;
	margin-bottom: 8px;
}
dl#sideNavi dd ul#naviYas li.bannerItem,
dl#sideNavi dd ul#naviLink li.bannerItem {
	padding-left: 0;
}
dl#sideNavi dd ul#naviYas li.bannerItem img {
	vertical-align: bottom;
}
dl#sideNavi dd ul#naviYas li {
	background: url(../img/common/icon_arrow_yellow.gif) left center no-repeat;
}
dl#sideNavi dd ul#naviYas li a:hover {
	color: #FFA400;
}
dl#sideNavi dd ul#naviTrainer li {
	background: url(../img/common/icon_arrow_green.gif) left center no-repeat;
}
dl#sideNavi dd ul#naviTrainer li a:hover {
	color: #4DAC26;
}
dl#sideNavi dd ul#naviProgram li {
 	background: url(../img/common/icon_arrow_blue.gif) left center no-repeat;
}
dl#sideNavi dd ul#naviProgram li a:hover {
	color: #25A4D9;
}
dl#sideNavi dd ul#naviConsulting li {
	background: url(../img/common/icon_arrow_red.gif) left center no-repeat;
}
dl#sideNavi dd ul#naviConsulting li a:hover {
	color: #BC1421;
}

/*--------------------------------------------------------------------
 right contents
--------------------------------------------------------------------*/

div#rightContents {
	float: right;
	width: 570px;
	padding-right: 18px;
}

/*--------------------------------------------------------------------
 footer
--------------------------------------------------------------------*/

div#footerBox {
	width: 800px;
	margin: 0 auto;
	padding: 15px 5px 20px 5px;
	overflow: hidden;
	clear: left;
}
div#footerBox ul {
	float: left;
	width: 400px;
}
div#footerBox ul li {
	float: left;
	width: auto;
	margin-right: 20px;
}
div#footerBox ul li a {
	display: block;
	text-indent: -9999px;
	height: 10px;
	line-height: 0;
}
div#footerBox ul li#btnPrivacy a {
	background: url(../img/common/btn_under_navi.gif) 0 0 no-repeat;
	width: 110px;
}
div#footerBox ul li#btnContact a {
 	background: url(../img/common/btn_under_navi.gif) -110px 0 no-repeat;
	width: 70px;
}
div#footerBox ul li#btnTop a {
	background: url(../img/common/btn_under_navi.gif) -180px 0 no-repeat;
	width: 67px;
}
div#footerBox ul li#btnPrivacy a:hover {
	background-position: 0 -10px;
}
div#footerBox ul li#btnContact a:hover {
	background-position: -110px -10px;
}
div#footerBox ul li#btnTop a:hover {
	background-position: -180px -10px;
}
div#footerBox address {
	float: right;
}

/*--------------------------------------------------------------------
 top layout
--------------------------------------------------------------------*/

body.top div#toTop {
	background: url(../img/common/bg_contents_bottom.gif) 0 100% no-repeat;
	clear: both;
	margin: 0 auto;
	width: 800px;
	height: 10px;
}
div#toTop {
	background: url(../img/common/bg_contents_bottom.gif) 0 100% no-repeat;
	clear: both;
	margin: 0 auto;
	width: 800px;
	position: relative;
	height: 60px;
}
div#toTop a {
	display: block;
	text-indent: -9999px;
	width: 34px;
	height: 34px;
	background: url(../img/common/btn_to_top.gif) 0 0 no-repeat;
	position: absolute;
	left: 781px;
	top: 10px;
}
div#toTop a:hover {
	background-position: 0 -34px;
}

/*--------------------------------------------------------------------
 other fitting
--------------------------------------------------------------------*/


.alingStyleLeft {
	text-align: left !important;
} 
.alingStyleRight {
	text-align: right;
}
.alingStyleCenter {
	text-align: center;
}
.padStyleLogo {
	padding: 20px 0;
}

