@charset "utf-8";
/* CSS Document */

#main ul#departList {
	margin: 0 35px 20px 47px;
	}
#main ul#departList {
	zoom:1;/*for IE 5.5-7*/
	}
#main ul#departList:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
	}
#main ul#departList li {
	float: left;
	width: 164px;
	margin-right: 6px;
	}
#box {
	width: 600px;
	background: #FFF8D9;
	margin-bottom: 20px;
	}
#main ul.FR {
	float: right;
	width: 280px;
	margin-bottom: 0;
	}
#main ul.FL {
	float: left;
	width: 280px;
	margin-bottom: 0;
	}
#main div#ishiBox {
	float: left;
	width: 300px;
	margin-bottom: 15px;
	text-align: center;
	}
#main div#ishiBox img {
	margin-right: 10px;
	}
#main div#btnBox {
	margin-bottom: 15px;
	padding: 10px 0;
	}
#main div#btnBox a img{
	padding-left:20px;

	}

#main dl#curriculum {
	background: #FFF8D9;
	margin-bottom: 15px;
	padding: 10px;
	}
#main dl#curriculum dt {
	font-weight: bold;
	color: #009966;
	}
#main dl#curriculum dd {
	margin-bottom: 10px;
	}

#main div.taisei img{
	margin:20px 0;
	padding-left:30px;
}

#main dl.taisei{
	background:#eeffd6;
	padding:10px;
	margin-bottom:10px;
}
#main dl.taisei dt{
	background:url(../img/li_grn_cir.gif) no-repeat 0 6px;
	font-weight:bold;
	color:#333333;
	padding-left:20px;
}

#main dl.taisei dt.intro{
 background:url() no-repeat;
	color:#FF6600;
	padding-left:20px;
}

#main dl.taisei dd{
	margin:-15px 0 10px 100px;
}


