@charset "UTF-8";

/* -----------------------------------------------------------
CSS Information

 Style Info:     トップページのスタイル設定
 File name:      home.css
 Last update:    2010.4.12
----------------------------------------------------------- */

/*----------------------------------------------------
各ページの共通設定
----------------------------------------------------*/

/* ボディ、ヘッダ */
body {
	background-color: #FFFFFF;
	background-image: url(../images/body_bk.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	width: 800px;
	padding:0 27px 16px 28px;
	margin:0 auto 20px auto;
	background-image: url(../images/wrap_bk.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header {
	height: 75px;
	padding-top:10px;
	position:relative;
}
#header h1 {
	float: left;
}
#header div#headerSubContent {
	float: right;
	height: 50px;
	padding-top: 20px;
}
#header ul#subNav{
	margin-bottom:5px;
}
#header ul#subNav li{
	float:left;
	font-size:75%;
}
#header ul#subNav li.sitemap {
	background-image: url(../images/h_sitemap_bk.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}
#header ul#subNav li.inquiry {
	background-image: url(../images/h_inquiry_bk.gif);
	background-repeat: no-repeat;
	padding-left: 19px;
	margin-right:1em;
}
#searchtext {
	background-image: url(../images/h_search_bk.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 128px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	padding-top: 3px;
}
#searchbtn {
	height: 21px;
	float: right;
	width: 41px;
}
#header p.gotoLibrary{
	position:absolute;
	top:0px;
	right:0px;
}
/* ナビ、メインビジュアル */

p#mainPic{
	margin-bottom:3px;
}
#navi {
	height: 27px;
	width: 800px;
}
#navi li {
	float: left;
}
/*　ナビ、サブメニュー
----------------------------------------------------*/
ul#navi li ul li.navi_subcategory a {
	display:block;
	width:12em;
	height:21px;
	line-height:21px;
	background-color:#46C8ED;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding:3px;
	border-bottom:3px solid #15ABDB;
	opacity:0.9;
	filter: alpha(opacity=90);
}

#navi li ul li.navi_subcategory a:hover {
	background-color:#FF9933;
	opacity:0.8;
	filter: alpha(opacity=80);
}

	/*　キャリアデザインプログラム用（幅広）
	----------------------------------------------------*/

	ul#navi li ul li.navi_subcategory_cdp a {
		display:block;
		width:19em;
		height:21px;
		line-height:21px;
		background-color:#46C8ED;
		color:#FFFFFF;
		text-decoration:none;
		font-weight:bold;
		padding:3px;
		border-bottom:3px solid #15ABDB;
		opacity:0.9;
		filter: alpha(opacity=90);
	}
	#navi li ul li.navi_subcategory_cdp a:hover {
		background-color:#FF9933;
		opacity:0.8;
		filter: alpha(opacity=80);
	}

	


/* ナビ、サブメニュー
----------------------------------------------------*/
	
#menuBar {
	float: left;
	border-style: none;
}
* html #menuBar {
	float: none;
}
#menuBar ul {
	position: relative;
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#menuBar li {
	float: left;
}
#menuBar li a {
	display: block;
	display: inline-block;
	float: left;
}
#menuBar li ul {
	display: none;
	position: absolute;
	z-index: 10;
	top: 27px;
	clear: left;
	float: left;
	width: 12em;
	font-size:81%;
}

	/*　キャリアデザインプログラム用（幅広）
	----------------------------------------------------*/

		#menuBar li ul .navi_cdp {
			display: none;
			position: absolute;
			z-index: 10;
			top: 27px;
			clear: left;
			float: left;
			width: 18em;
		}
		
/* コンテンツ領域
----------------------------------------------------*/

#contents {
	width: 800px;
	clear: both;
	float: none;
}

/* メインカラム 
----------------------------------------------------*/

div#mainContent{
	width:607px;
	float:right;
}

/* 左カラム 
----------------------------------------------------*/

#sideBar {
	width: 177px;
	border: 1px solid #E8E8E8;
	padding-bottom: 5px;
	clear: both;
	float: left;
}
#sideBar h2 {
	width: 167px;
	border-top: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	margin: 0px 4px 0 4px;
}
#sideBar ul {
	width: 169px;
	margin:0 4px 0 4px;
	border-bottom: 1px solid #E8E8E8;
}
#sideBar li {
	width: 167px;
	border-top: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	font-size:81%;
}
#sideBar #index{
	margin:5px 0;
}
#sideBar #index ul li a {
	background-image: url(../images/lc_index_li_bk.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 147px;
	padding-left: 20px;
	line-height:21px;
	display: block;
}
#sideBar #index ul li a:hover {
	color:#900;
}
ul#banner{
	margin-bottom:5px;
}
ul#banner li{
	text-align:center;
	padding:5px 0;
}


/* フッター */
#footer {
	width: 800px;
	clear: both;
	padding-top: 15px;
	font-size:69%;
}
#footer h2 {
	margin-bottom: 5px;
}
#footer address {
	float: left;
	padding-right: 17px;
}
#footer #email {
	float: left;
}
#footer ul#footerNavi {
	width: 358px;
	float: right;
	margin:17px 0 10px 0;
}
#footer ul#footerNavi li {
	float:left;
	list-style-type:none;
	white-space:nowrap;
}
#footer .copyright {
	clear:both;
	color:#999;
	text-align:center;
	padding-top:10px;
}
