@charset "UTF-8";

/**

 :タイトル "TOPページ用スタイル";

 :一行説明 "TOPページ用のスタイルシートです";

 :作成日 "2010-03-03";

 :改訂版 [:版 "1.0.1"; :作成日 "2010-09-24"];

*/



/* 全体ページ構成

   --------------------------------------------- */

#header{

	margin-bottom: 25px;

}

#footer{
	
	margin-top: -1.75em;
/*	margin-top: 1em;*/

} /* 2010.9.24 追加, 2011.9.20 変更 */

	



/* エリア毎設定

   --------------------------------------------- */

#topVisual{

	margin-bottom: 9px;

}

dl.instituitionNav,

#secondary dl.instituitionNav{

	width: 210px;

	margin: 0 0 5px;

	padding: 0 0 7px;

	background: url(/common/images/bg_border02.gif) repeat-x left bottom;

}

dl.instituitionNav dt{

	position: absolute;

	overflow: hidden;

	top: -9999px;

	left: 0;

}

dl.instituitionNav dd{

	margin: 0;

	padding: 0;

}

dl.instituitionNav li,

#secondary dl.instituitionNav li{

	margin-bottom: 3px;

}

ul.spBnr li,

#secondary ul.spBnr li{

	margin-bottom: 5px;

}

dl.targetBnr,

#secondary dl.targetBnr{

	border: 2px solid #d5dae8;

	border-radius: 2px;

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	margin-bottom: 5px;

	padding: 1px;

}

dl.targetBnr dt.prospect{

	background: #ee5a8b url(/images/bg_heading-prospect.gif) repeat-x left top;

	border-bottom: 1px solid #df4673;

}

dl.targetBnr dt.corpo{

	background: #1a8812 url(/images/bg_heading-corpo.gif) repeat-x left top;

	border-bottom: 1px solid #19690e;

}

dl.targetBnr dt.students{

	background: #52acdd url(/images/bg_heading-students.gif) repeat-x left top;

	border-bottom: 1px solid #4e84b6;

}

dl.targetBnr dt.alumni{

	background: #8e65a5 url(/images/bg_heading-alumni.gif) repeat-x left top;

	border-bottom: 1px solid #864e89;

}

dl.targetBnr dt.public{

	background: #e4892c url(/images/bg_heading-public.gif) repeat-x left top;

	border-bottom: 1px solid #d56a24;

}



dl.targetBnr dt a{

	display: block;

	padding: 0.5em 20px;

	font-weight: bold;

	color: #fff;

}

dl.targetBnr dt a:visited{

	color: #fff;

}

dl.targetBnr dt.prospect a{

	background: url(/images/icn_prospect.gif) no-repeat 9px center;

}

dl.targetBnr dt.corpo a{

	background: url(/images/icn_corpo.gif) no-repeat 9px center;

}

dl.targetBnr dt.students a{

	background: url(/images/icn_students.gif) no-repeat 9px center;

}

dl.targetBnr dt.alumni a{

	background: url(/images/icn_alumni.gif) no-repeat 9px center;

}

dl.targetBnr dt.public a{

	background: url(/images/icn_public.gif) no-repeat 9px center;

}



dl.targetBnr dd,

#secondary dl.targetBnr dd{

	margin-bottom: 5px;

	padding: 6px 9px 1px;

}

#secondary dl.targetBnr ul{

	margin: 0;

}

#secondary dl.targetBnr li{

	margin: 0 0 5px;

	padding: 0 0 6px;

	background: url(/common/images/bg_border03.gif) repeat-x left bottom;

}

#secondary dl.targetBnr li.last{

	margin: 0;

	padding: 0;

	background: none;

}


