/* CSS Document */
/*タグの再定義*/
body{
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	color: #666666;
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6{margin:0px; padding:0px;}
ul,li{margin:0px; padding:0px; list-style-type: none;}
h1{font-size:10px;}
h3{font-size:14px;}
p{margin:0px; padding:0px;}
div{display:block;}
/**/
#backgroud{
	text-align: center;
}
#body{
	text-align: left;
	width: 680px;
}
#head{
	background-image : url(../img/head.jpg);
	background-repeat: no-repeat;
	height: 58px;
	width: 680px;
	margin: 0px;
	padding: 0px;
}
#head_lf{
	margin-top:5px;
	float: left;
	height: 17px;
	width: 320px;
	display:block;
}
#head_ri{
	margin-top:5px;
	height: 17px;
	width:360px;
	float: right;
	display:block;
}
#head_ri img{margin:0px 5px 0px 0px;}
#groundmenu{
	width: 680px;
	height:40px;
	margin: 0px;
	padding: 0px;
}

div#groundmenu a{
	padding:0px;
	float: left;
	display: block;
}

#mainbody{
	width:680px;
	font-size:12px;
	line-height:150%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:block;
}
#foot{
	font-size:12px;
	background-color:#FFC600;
	text-align:center;
	height:22px;
	width:680px;
	clear:both;
	margin:0px;
	padding-top: 5px;
	display:block;
}
/**/
/*#groundmenu a{ height:40px; display:block; text-indent:-10000em; font-size:1px; vertical-align:top; text-decoration:none; }*/
/*.about a{
	background-image : url(../img/main_bt01.jpg);
	background-repeat: no-repeat;
	width: 122px;
}
.curriculum a{
	background-image : url(../img/main_bt02.jpg);
	background-repeat: no-repeat;
	width: 159px;
}
.lecturer a{
	background-image : url(../img/main_bt03.jpg);
	background-repeat: no-repeat;
	width: 71px;
}
.application a{
	background-image : url(../img/main_bt04.jpg);
	background-repeat: no-repeat;
	width: 101px;
}
.mailform a{
	background-image : url(../img/main_bt05.jpg);
	background-repeat: no-repeat;
	width: 130px;
}
.toppage a{
	background-image : url(../img/main_bt06.jpg);
	background-repeat: no-repeat;
	width: 97px;
}*/
.red {
	color: #FF0000;
}
.yellow{
	color: #E9D803;
}
.blue{
	color: #0066FF;
}
