@charset "utf-8";
/*
 * Style Name: 関西医療大学
 * Description: レイアウト(図書館)
 * Last Up Date: 2007/11/27
 * Author: 
 */

/* all
 ---------------------------------*/
div.campus{
	width:500px;
	}

div.campus p,
div.campus ol,
div.cumpus dl{
	margin:0 0 20px 0;
	}

div.campus p.ma10,
div.campus ol.ma10{
	margin:0 0 10px 0;
	}

div.campus ol{
	list-style:decimal;
	list-style-position:inside;
	padding:0 0 0 0;
	width:500px;
	}
	
div.campus ol.disc{
	list-style:disc;
	list-style-position:inside;
	padding:0 0 0 0;
	width:500px;
	}

strong.red{
	color:#DD6A59;
	font-weight:normal;
	}

p.ma20{
	margin:0 0 20px 0;
	}

/*guest
 ---------------------------------*/
dl.guest{
	margin:0 0 10px 0;
	}

dl.guest dt{
	}

dl.guest dd{
	margin:0 0 5px 0;
	}

p.note{
	border:1px solid #D7D7D7;
	padding:10px;
	margin:0 0 20px 0;
	}
	

/* staff
 ---------------------------------*/
ul.staff{
	margin:3px 0 5px 20px;
	}

*html ul.staff{
	margin:3px 0 5px -10px;
	}

div.campus p.ma5{
	margin:0 0 0px 0;
	}


