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

#student {
	width: 780px;
	margin-top: 20px;
	float: left;
	background: url(../images_for_student/bg_pc.png) no-repeat left top;
	font: 11px/14px "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
	color: #333333;
	padding-right: 20px;
}
#student2 {
	width: 780px;
	margin-top: 20px;
	float: left;
	background: url(../images_for_student/bg_stu.png) no-repeat left top;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding-right: 20px;
}
#history {
	margin-top: 200px;
}

#greeting {
	width: 400px;
	float: right;
	margin-bottom: 25px;
}
#greeting p {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	text-align: justify;
}
#greeting h1 {
	color: #333333;
	margin-top: 0px;
	border-left: 5px solid #3366FF;
	padding-left: 5px;
	font: normal 18px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#greeting h2 {
	margin-top:0px;
}
#greeting ul {
	list-style: none;
	margin-top: 0px;
	padding: 0;
	height: 49px;
	width: 400px;
	margin-left: 15px;
}
#greeting li {
	margin-right: 5px;
	width: 180px;
	float: left;
	height: 49px;
}
#greeting hr {
	color:#999999;
	height:3px;
	margin-top: 20px;
}
#greeting h3 {
	font: bold 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	border-left: 5px solid #0066CC;
	padding-left: 5px;
	height: 20px;
}
#staff {
	font-size: 12px;
	list-style: disc outside;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}
