@import url("base.css");
	
body{
	background:#fff;
	}
	

div#wrapper{
	width:1080px;
	margin:0 auto;
	padding-top:20px;
	text-align:left;
	}
	
.caution{
	font-size:10px;
	color:#F00;
}

.title{
	/*width:50px;*/
}

.title_caution{
	width:290px;
}

.fl{
	float:left;
}
	
div#head{
	display:none;
	}

	
div#header{
	margin-bottom:40px;
	}

div#header h1{
	width:100% ;
	height:40px;
	background:url(../img/head_00.gif) no-repeat;
	text-indent:-9999px;
	}
	
body.common div#header h1{
	border-bottom: 10px solid #DDD;
	}
	
body.university div#header h1{
	border-bottom: 10px solid #7A0C25;
	}
	
body.graduate div#header h1{
	border-bottom: 10px solid #272878;
	}

div#header h1 span#title{
	display:none;
	}
	
div#header span#logout{
	text-align:right;
	display:block;
	float:right;
	margin-top:-45px;
	margin-bottom:45px;
	}
	
h2{
	width:384px;
	height:19px;
	text-indent:-9999px;
	margin-bottom:10px;
	}
	
body#admin h2{
	background:url(../img/title.gif) no-repeat;
	}
	
body#teacher h2{
	background:url(../img/title2.gif) no-repeat;
	}
	
div.container{	
	border:1px solid #CCCCCC;
	padding:30px 25px;
	}
	
div.container h3{
	width:848px;
	height:19px;
	font-size: 18px;
}
	
div.container h3#st-admin{
	background:url(../img/st_admin.gif) no-repeat !important;
	}
	
div.container h3#st-teacher{
	background:url(../img/st_teacher.gif) no-repeat !important;
	}
	
body#cms div.container h3{
	/*
	background:url(../img/admin/st02.gif) no-repeat;	
	*/
	display:none;
	}
	


div#loginbox{
	padding:30px 40px;
	}
	
div#loginbox h3{
	margin-bottom:20px;
	}
	
/*
	
table#ld-pass{	
	width:465px;
	}
	
table#ld-pass th{
	color:#809DB9;
	font-size:1.6em;
	text-align:left;
	
	}
	
table#ld-pass th,
table#ld-pass td{
	padding-right:15px;
	}
	
*/

table.f12 form p{
	padding:5px;
	}

p{
	/* color:#999999; */
}

table dt,
table dd{
	padding:0 5px;
	}
	
div.editrect table{
	width:465px;
	}
	
div.editrect table th,
div.editrect table td{
  border:1px solid #ccc;
  padding:5px 5px;
}

div.editrect table th{
  background:#DFDFDF;
  white-space:nowrap;
  font-weight:300;
  color:#666666;
}
	
body div.editrect{
  font-size:1.6em;
}
body div.editrect table tr td, body div.editrect table tr th{
  font-size:1em;
}

	
div.container div.editrect input#submit_confirm{
	width:100px;
	margin:0 auto;
	}
	
.caution{
	color:#FF0000;
	}

div#navi,div.create_button{
	padding: 10px 0px;
	}

div#navi-c{
	text-align:center;
	padding: 10px;
	}
	
div#navi-r{
	text-align:right;
	padding: 5px 0px;
	}
	
.w210{
	width:210px;
}
	
/*
----------------------------------------------------------------------------
huckclearfix クリア
----------------------------------------------------------------------------
*/


div#header:after,
div.contents:after{
	content: "";
	display: block;
	height:0;
	clear: both;
	visibility:hidden;
	}	

div#header,
div.contents{
	display:inline-block;
	}
 
/*\*/

* html div#header,
* html div.contents{
	height:1%;
}

div#header,
	div.contents{
	display:block;
	}

/**/
	