@charset "shift_jis";

/*---------------------------｜リセット Win IE5.x-6.x Mac IE5.x｜*/
*html body {
	height: 1%;
	font-size: 75%;
}

/*---------------------------｜リセット IE7.x｜*/
*+html body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:75%;  
}

/*---------------------------｜リセット｜*/
/*必要と思われるリセットのみ行ってください*/
div, form, input, select, textarea, 
h1, h2, h3, h4, h5, h6, 
dl, dt, dd, ul, ol, li,
p, pre, span, blockquote, td, th {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

a img, fieldset, img {
	border: 0;  
}

table {  
	border-collapse: collapse;  
	border-spacing: 0; 
}

li {
	list-style-type: none;
}

/*---------------------------｜フレーム内本日の出勤｜*/
html {
	scrollbar-face-color: #F8F8F6;
	scrollbar-arrow-color: #EE1E7B;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #D1D1D1;
	sscrollbar-shadow-color: #D1D1D1;
	scrollbar-darkshadow-color: #D1D1D1;
	scrollbar-track-color: #F8F8F6;
	background-color: #FFFFFF;
}

#schedule_container {
	width: 554px;
	height: auto;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.2em;
}

#schedule_container .schedule {
	float: left;
	width: 110px;
	height: auto;
	margin: 5px;
	margin-right: 15px;
	margin-bottom: 0;
	text-align: center;
	color: #666;
	overflow: hidden;
}

#schedule_container .schedule .txt_time {
	color: #EE1E7B;
}

#schedule_container .schedule img {
	width: 110px;
	height: 165px;
}

/*フレーム内本日の出勤
.schedule {
	height: 125px;
	width: 80px;
	text-align: center;
	color: #585252;
	float: left;
	margin-right: 25px;
}
#schedule_container {
	width: 550px;
	height: 405px;
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 5px;
}
.schedule img {
	border: 1px solid #999999;
	height: 90px;
	width: 80px;
}
*/
