@charset "UTF-8";



/* --------------------------------
	h1
-------------------------------- */

h1 {}



/* --------------------------------
	イントロ
-------------------------------- */

div#intro { margin:25px 0 0 0; }

div#intro .lead {}
div#intro .txt { margin:20px 0 0 0; }



/* --------------------------------
	キャンパス紹介
-------------------------------- */

div#campus { margin:25px 0 0 0; }

div#campus h2 {}
div#campus .info { position:relative; margin:10px 0 0 -4px; width:536px; background:url(../img/index_bg_m.gif) repeat-y right top; }
div#campus .info_bg { padding:0 0 20px 0; background:url(../img/index_bg_b.gif) no-repeat right bottom; }
div#campus .info table { border-spacing:0; width:100%; }
*:first-child+html div#campus .info table { border-collapse:collapse; }/* IE 7 */
* html div#campus .info table { border-collapse:collapse; }/* IE 6 以前 */
div#campus .info table tr {}
div#campus .info table tr th,
div#campus .info table tr td { padding:0 0 0 4px; width:264px; vertical-align:top; }
div#campus .info table tr th {}
div#campus .info table tr td {}
div#campus .info table tr.txt td { padding:10px 15px 0 19px; width:234px; }
div#campus .info table tr.btn td { padding-top:10px; text-align:center; }








