@charset "utf-8";

/***********************************************/
/* 教員業績登録システム　基本 　　　  　　　　　　　　 */
/***********************************************/ 

*{
    margin:0;
    padding:0;
}
html{
    height:100%;
}

body{
	height:100%;
	color: #222222;
	margin:0px;
	padding:0px;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

img{
	border:0;
	display:block;
	vertical-align:bottom;
	}
				
table{
	border:0px;
	}

th {
	vertical-align:top;
	}
	
td {
	vertical-align:top;
	}

p {margin:0;
	font-size:84%;
	line-height:150%;}
	
ul {
	list-style-type: none;
}

a:link, a:visited, a:active {
	color: #222222;
	text-decoration: none;
}

a:hover {
	color: #3B65C1;
	text-decoration: underline;
}

select {
	font-size: 84%;
}
input {
	font-size: 84%;
}
textarea {
	padding:3px;
	font-size: 84%;
}

.clear {
	clear:both;
}

