@charset "utf-8";
/* CSS Document */

/*キャンパス紹介
------------------------*/
#hed_img {
	background: url(../images/category/university/hed_img.jpg) center 0 no-repeat;
	width:900px;
	height:200px;
	text-indent:-9999px;
	display:block;
	margin:0 auto;
}


.map_table {
	margin-left: 30px;
	border-left: 1px solid #666666;
}


.map_table td {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 5px;
	font-size: 0.9em;
}

.map_table div {
	font-weight: bold;
	margin-bottom: 5px;
}
.inner_wrap dl {
	width: 660px;
	border-bottom: 1px solid #999999;
}

.inner_wrap dt {
	width: 100px;
	border-top: 1px solid #999999;
	float: left;
	margin: 0px;
	padding: 7px 0px 7px 10px;
}

.inner_wrap dd {
	border-top: 1px solid #999999;
	float: left;
	width: 540px;
	margin: 0px;
	padding: 7px 10px 7px 0px;
}

/*キャンパス紹介（施設概要）
------------------------*/

.inner_wrap ul {
	width: 660px;
	margin-bottom: 20px;
	list-style: none;
}

.inner_wrap ul li {
	background: url(../images/com/arrow.gif) no-repeat 0px center;
	padding-left: 20px;
	margin-bottom: 5px;
	margin-left: 10px;
}


/*理事長あいさつ、学長あいさつ
------------------------*/

#prof_img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.inner_wrap ol {
	margin: 0px;
	padding: 0px 0px 0px 30px;
}
.inner_wrap ol li {
	margin: 0px;
	padding: 0px;
}



/*イメージ配列共通
------------------------*/


.img_l {
	float: left;
	width: 325px;
	margin-bottom: 20px;
}

.img_r {
	float: right;
	width: 325px;
	margin-bottom: 20px;
}

.img_l img,.img_r img {
	margin-bottom: 5px;
}

