


/* 全体のaタグ */

a{
	text-decoration: none;
	border: 0;
	}

	

/* 全体のimgにボーダー無 */
img{
	border: 0;
	}

.syaji{
	width: 720px;
	padding-top: 3px;
	text-align: center;
	background-color: ;
	text-align: center;
	color: #808080;
	font-weight: bold;
	font-size: 13px;
	}
	
	
/*勤怠管理*/
.kin{
	width: 720px;
	background-color: ;
	text-align: center;
	}
	
	
.sisutem {
	background-color :#e0ffff;
	border: 2px solid #6699cc;
	font-size: 16px;
	padding: 4px 15px;
	color:  #000000;
	display: inline-block;
	opacity: 1;
	border-radius: 8px;
	font-weight: normal;
	margin-left: ;
	}

.sisutem:hover {
	/*opacity: 0.8;*/
	color: #808080;
	}
