@charset "UTF-8";
/* CSS Document */

/* ------------各ページの共通設定------------ */

/* ボディ、ヘッダ */
body {
	background-color: #FFFFFF;
	background-image: url(../images/body_bk.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrap {
	width: 800px;
	padding:0 27px 48px 28px;
	margin:0 auto 20px auto;
	background-image: url(../images/wrap_bk.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header {
	height: 85px;
	margin-top:10px;
}
#header h1 {
	float: left;
}
#header div {
	float: right;
	height: 50px;
	padding-top: 20px;
}
#sitemap {
	background-image: url(../images/h_sitemap_bk.gif);
	height: 15px;
	background-repeat: no-repeat;
	padding-left: 18px;
	float:left;
	padding-bottom: 14px;
}
#inquiry {
	background-image: url(../images/h_inquiry_bk.gif);
	background-repeat: no-repeat;
	height: 15px;
	padding-left: 19px;
	float:left;
	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;
}
/* ナビ、メインビジュアル */

#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;
}


/* 左カラム 
----------------------------------------------------*/

#lc {
	width: 177px;
	border: 1px solid #E8E8E8;
	padding-bottom: 5px;
	clear: both;
	float: left;
}
#lc h2 {
	margin-right: 4px;
	margin-left: 4px;
	width: 167px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E8E8E8;
	border-right-color: #E8E8E8;
	border-left-color: #E8E8E8;
	margin-top: 5px;
}
#lc ul {
	width: 169px;
	margin-right: 4px;
	margin-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
#lc li {
	width: 167px;
	border-top: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	font-size:81%;
}
#lc li.indexli 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;
}
#lc li.indexli a:hover {
	color:#900;
}

#centerR {
	width: 211px;
	float: right;
}

#pical{
	width:150px;
	margin:auto;
}

/* フッター */
#footer {
	width: 800px;
	clear: both;
	float: none;
	height: 100px;
	padding-top: 15px;
}
#footer h2 {
	margin-bottom: 5px;
}
#footer address {
	float: left;
	padding-right: 17px;
}
#footer #email {
	float: left;
}
#footer .subnavi {
	width: 358px;
	float: right;
	margin:17px 0 10px 0;
}
#footer .subnavi li {
	display:inline;
	list-style-type:none;
	white-space:nowrap;
}
#footer .copyright {
	clear:both;
	color: #E8E8E8;
	text-align:center;
	padding-top:10px;
}
/* ------------各ページの共通設定ここまで------------ */

/* ------------トップページ------------ */
#mainc {
	float: right;
	width: 607px;
}
#welcome {
	clear: both;
	float: left;
	padding-bottom: 15px;
	height: 208px;
}
#welcome h2 {
	clear: both;
	float: left;
	height: 49px;
	width: 607px;
}
#welcome p {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	padding-bottom: 8px;
}
#whatsnew {
	width: 376px;
	float: left;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;*/
	padding-bottom: 8px;
	clear: left;
}
#whatsnew h2 {
	margin-bottom: 5px;
}
#whatsnew dt {
	position:absolute;
	width:6em;
}
#whatsnew dd {
	padding-left:6.5em;
	border-bottom:1px dotted #999;
}
#schedule {
	width: 211px;
	float: right;
}
#today {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
#today h2, #future h2 {
	margin-bottom: 5px;
}
#future {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	padding-bottom: 8px;
}
/* ------------サブページ------------ */
#contentsPage #mainc{
	width:595px;
	float:right;
}
/*#submainc, #content {
	float: right;
	width: 620px;
	background-image: url(../images/submainc_bk.gif);
	background-repeat: no-repeat;
	background-position: left top;
}*/
/*#content_inner {
	width: 593px;
	padding-left: 13px;
	padding-top: 14px;
	padding-right: 14px;
}*/
#content h2 {
	padding-bottom: 14px;
	font-size:1.5em;
	width: 593px;
	margin-bottom:20px;
}
#content .bl {
	float: left;
	clear: both;
	width: 593px;
}
#content .bl li {
	float: left;
}
#content .bl li a {
	background-image: url(../images/bl_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-right:3px;
	padding-right:11px;
}
#content h3 {
	width: 593px;
	padding-top: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFBE;
	padding-bottom: 5px;
	clear: both;
	font-size:1.3em;/*	float: left; */
}
#content .ul_redarrow {
	padding-top: 15px;
	float: left;
	width: 593px;
}
#content .ul_redarrow li {
	background-image: url(../images/lh_redarrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-bottom: 5px;
}
#content p {
	float: none;
	clear: both;
	padding-top: 5px;
}
#content .opencampus_summary dt {
	margin-top: 25px;
}
#content .opencampus_summary dd {
	margin-top: 5px;
}
#content .opencampus_summary ul {
	margin-top: 10px;
	padding-left: 10px;
}
#content .opencampus_summary li {
	list-style-type: disc;
	list-style-position: inside;
}
#content .opencampus_schedule {
	width: 593px;
	margin-top: 5px;
}
#content .opencampus_schedule caption {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #A2A2A2;
	text-align: left;
	margin-bottom: 3px;
	padding-top: 10px;
}
#content .opencampus_schedule th {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A7D3E1;
	text-align: left;
	height: 15px;
	padding-top: 5px;
	text-indent: 2px;
}
#content .opencampus_schedule td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECECE;
	text-align: left;
	text-indent: 5px;
	height: 15px;
	padding-top: 5px;
}
/* ------------お知らせ------------ */
.item {
	/*border: 1px solid #cccccc;*/
}
div#content .item h3{
	padding:5px;
	border: none;
	line-height:20px;
	font-size:1.3em;
	background-color:#999999;
	color: #FFFFFF;
	width:583px;
}
.itemInfo {
	text-align: right;
	padding: 3px;
	background-color: #efefef
}
.itemTitle a {
	font-weight: bold;
	font-variant: small-caps;
	color: #ffffff;
	background-color: transparent;
}
.itemPoster {
	font-size: 90%;
	font-style:italic;
}
.itemPostDate {
	font-size: 90%;
	font-style:italic;
}
.itemStats {
	font-size: 90%;
	font-style:italic;
}
.itemBody {
	padding-left: 5px;
}
.itemText {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.5em;
}
.itemText:first-letter {
	font-size: 133%;
	font-weight: bold;
}
.itemFoot {
	text-align: right;
	padding: 3px;
	background-color: #efefef
}
.itemAdminLink {
	font-size: 90%;
}
.itemPermaLink {
	font-size: 90%;
}
