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

/*------------ グローバルナビ ------------*/
ul#gnav li#about a {
	width: 115px;
	height: 32px;
	margin: 0;
	background-position:0px -32px;
}

/*------------ メインタイトル ------------*/
h2#main_title {
	background: url(../about/images/main_image.jpg);
}

/*------------ 見出し ------------*/
h3#title01 {
	background-image: url(../about/images/subtitle_01.jpg);
}

h3#title02 {
	background-image: url(../about/images/subtitle_02.jpg);
}

h3#title03 {
	background-image: url(../about/images/subtitle_03.jpg);
}


/*------------ 建学の精神 ------------*/
p.left {
	width: 440px;
	padding-right: 30px;
}

dl.about_dl dt{
	margin-bottom:5px;
	color:#39C;
	font-size:110%;
}


dl.about_dl dd{
	margin-bottom:15px;
}

