@charset "UTF-8";

/*
======== table of content. =================================

Last Updated:07.07.23
summary:研究科（色指定無し）CSS定義

body#gs・・・2カラム
body#gs-threeCol・・・2カラム

- NOJS
- HEADER
- PROMOTIONALAREA
- MAIN

	
============================================================
*/

/*-----------------------------------------------------
HEADER
-------------------------------------------------------*/
/* ロゴ周り */
body#gs #header .bgleft,
body#gs-threeCol .bgleft {
	background-image:url(../images/bg_header_left.gif);
}

/* 下階層 */
body#gs #header .bgleft {
	border-bottom-color:#2c2d2c;
}

/*-----------------------------------------------------
PROMOTIONAREA
-------------------------------------------------------*/
body#gs #promotionArea,
body#gs-threeCol #promotionArea {
	background-color:#2c2d2c;
}

/*-------------------------------------------
CONTENT
---------------------------------------------*/
/* 3カラムの場合、再度上書き */
body#gs-threeCol #content {
	background-image:url(../../images/bg_content.gif)!important;
}

/*-------------------------------------
MAIN-SUB
---------------------------------------*/
/*------------------------------
MAIN
--------------------------------*/
/* 3カラムの場合、再度上書き */
body#gs-threeCol #main-sub #main {
	width:514px!important;
	padding-top:45px!important;
	padding-right:0!important;
}

/*------------------------------
instClassroom
--------------------------------*/
.instClassroom {
	margin-bottom:12px;
	width:600px;
	overflow:hidden;
	clear:both;
}

.instClassroom dl {
	float:left;
	display:inline;
	width:420px;
}

#main .instClassroom dl dd {
	margin-left:0;
}

/*------------------------------
mapNumber
--------------------------------*/
#mapNumber {
	width:600px;
	overflow:hidden;
	padding-bottom:24px;
}

#mapNumber ol {
	margin:0;
	overflow:hidden;
}

#mapNumber ol li {
	float:left;
	width:190px;
	list-style-type:none;	
}
