* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.1em;
	letter-spacing: 0.1em;
}
#girlslist_box h4 {
	background-image: url(../img/schedule/tody_line.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 605px;
	font-size: 18px;
	color: #4F9F02;
	padding-left: 215px;
	margin-right: auto;
	margin-left: auto;
}

/*背景色スクロールバー指定*/
body {
    scrollbar-face-color: 　　　##F5F3F1;
	scrollbar-arrow-color: 　　 #585252;
	scrollbar-highlight-color:　#FFFFFF;
	scrollbar-3dlight-color:　　#585252;
	sscrollbar-shadow-color:　　#585252;
	scrollbar-darkshadow-color: #585252;
	scrollbar-track-color:      #F5F3F1;
}
.back_white {
	background-color: #FFFFFF;
}
/*本日のピックアップ*/
.personal_card {
	width: 200px;
	height: 125px;
	background-image: url(../img/plofile/plofile_base.gif);
	background-repeat: no-repeat;
	float: left;
}
.image img {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}
.profile {
	width: 109px;
	height: 110px;
	float: right;
}

.name {
	height: 28px;
	width: 76px;
	text-align: center;
	background-image: url(../img/plofile/name.gif);
	background-repeat: no-repeat;
	padding-top: 24px;
	float: left;
	background-position: 0px 5px;
}

.size {
	background-image: url(../img/plofile/size.gif);
	height: 14px;
	width: 106px;
	clear: both;
	display: block;
	margin-bottom: 4px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 6px;
	padding-left: 3px;
}
.mark {
	height: 52px;
	width: 33px;
	float: right;
	text-align: center;
}
.profile a {
	background-image: url(../img/plofile/profile_button.gif);
	height: 16px;
	width: 90px;
	text-indent: -9999px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
}
.profile a:hover{
	background-position: 0px -16px;
}
.mark_2 {
	width: 109px;
	height: 19px;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	background-image: url(../img/schedule/time.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	text-align: center;
}
.image {
	height: 103px;
	width: 81px;
	float: left;
	padding-top: 7px;
	padding-left: 4px;
}
dl {
	width: 155px;
	margin-left: 8px;
	color: #585252;
	margin-top: 5px;
}
dd {
	margin-bottom: 10px;
}
dt {
	color: #FF0000;
}
/*フレーム内新人情報*/
.newface {
	height: 150px;
	width: 100px;
	text-align: center;
	color: #585252;
	float: left;
	margin-top: 5px;
	margin-right: 19px;
}
#newface_container {
	width: 2420px;
	height: 155px;
	margin-left: 3px;
}
.newface img {
	height: 115px;
	width: 100px;
	border: 1px solid #999999;
}
/*---------------------------｜リセット｜*/
/*必要と思われるリセットのみ行ってください*/
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: 550px;*/
	height: auto;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.2em;
}

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


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

#schedule_container .schedule img {
	border: none;
	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;
}
*/