@charset "UTF-8";

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

Last Updated:07.08.01
summary:グローバルCOEプロジェクトCSS定義


- PROMOTIONALAREA

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


/*-----------------------------------------------------
PROMOTIONAREA
-------------------------------------------------------*/
body#global_coe #promotionArea {
	background-color:#929492;
}

/* SAFARI HACK \*/
html:\66irst-child body#global_coe #promotionArea {
	background-color:#818381;
}
/* SAFARI HACK END */

/* 〜IE6 HACK */
* html body#global_coe #promotionArea {
	background-color:#888a88;
}

/* IE 7 HACK */
*:first-child+html h3 body#global_coe #promotionArea {
	background-color:#888a88;
}

body#global_coe #promotionArea .topics {
	position:absolute;
	top:72px;
	left:15px;
}


body#global_coe #promotionArea .topics img {
	margin-left:0;
}

/*------------------------------
SUB
--------------------------------*/



/*追加1217*/
/*------------------------------
MAIN
--------------------------------*/
body.faculty-top #content {
	background-image:url(../../images/bg_content.gif)!important;
}

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

/*追加080108*/
/*メニューがはみ出す ie6*/
* html body#dmuch #sub ul {
  margin-left:0px!important;
}

