@charset "UTF-8";


/* **************************************************************
 ページID　定義
************************************************************** */

#campus {
	width: 566px;
	min-height: 500px;
	color: #505050;
	padding-bottom: 30px;
}
*html #campus {
	height: 500px;
}

#campus a {
	text-decoration: underline;
}

/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */

/* ******************************************
 キャンパス案内　定義
****************************************** */

#campus p.floor-cap {
	margin-bottom: 5px;
	font-size: 80%;
	font-weight: bold;
}

#campus div.campus-list {
	width: 566px;
}

#campus div.campus-4f {
	background: url(../images/campus_bg_001.gif) left top repeat-y;
}

#campus div.campus-3f {
	background: url(../images/campus_bg_002.gif) left top repeat-y;
}

#campus div.campus-2f {
	background: url(../images/campus_bg_003.gif) left top repeat-y;
}

#campus div.campus-1f {
	background: url(../images/campus_bg_004.gif) left top repeat-y;
}

#campus div.campus-list table.campus-table01 {
	width: 566px;
	background: url(../images/campus_bg_005.gif) left top no-repeat;
}

#campus div.campus-list table.campus-table01 td.campus-td01 {
	width: 566px;
	background: url(../images/campus_bg_005.gif) left bottom no-repeat;
}

#campus div.campus-list table.campus-table02 {
	width: 566px;
}

#campus div.campus-list table.campus-table03 {
	width: 184px;
}

#campus td.floor-num {
	width: 38px;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.2em;
}

#campus td.room-name {
	padding: 8px 10px 8px 10px;
	font-size: 80%;
	line-height: 1.2em;
}


/* ******************************************
 インフォメーション　定義
****************************************** */


#campus div.info-block {
	margin-bottom: 20px;
	padding-bottom: 18px;
	background: url(../images/campus_bg_006.gif) left bottom repeat-x;
}

#campus div.info-block h5 {
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 10px;
}


/* ******************************************
 教育環境　施設設備　写真集　定義
****************************************** */

#campus div.photo-block {
	width: 566px;
}

#campus div.photo-block li {
	width: 186px;
	display: inline;
	float: left;
	margin-left: 2px;
	margin-bottom: 15px;
}

#campus div.photo-block p {
	text-align: center;
	font-size: 70%;
	margin-top: 3px;
}































