@charset "utf-8";

/* ---------------------------------
main.css
メインページのCSS読み込み
------------------------------------ */
/* ロールオーバー */
ul,li{ padding:0;margin:0; }
div#rollover {
	height:295px;
	width:880px;
	margin: 0px auto 20px auto;
}
div#rollover p {
	float:right;
	margin:0;
}
div#rollover ul {
	float:left;
	width:150px;
	list-style:none;
}
div#rollover li {
	width:150px;
	height:55px;
	padding: 0px 0px 6px 0px;
}
div#rollover a img {
	border:0;
}

/******************* 新人＆写メ設定ここから *******************/
#main_db
	{
	width:600px;
	clear: both;
	}
#main_l
	{
	width:296px;
	float: left;
	}
#newface
	{
	width:296px;
	height: 458px;
	overflow: auto;
	margin: 0px auto 10px auto;
	}
.newface_block
	{
	width:270px;
	border-bottom: dashed 1px #ff9bc5;
	padding: 10px 0px 10px 0px;
	}
#newface img
	{
	width:150px;
	float:left;
	padding: 5px;
	}
ul#newface_r
	{
	width:110px;
	float: left;
	padding: 5px 0px 0px 0px;
	}	
ul#newface_r li.name
	{
	width:110px;
	font-size:14px;
	color: #ec34b2;
	line-height: 20px;
	font-weight: bold;
	}	
ul#newface_r li
	{
	width:110px;
	font-size:12px;
	color: #666666;
	line-height: 14px;
	padding:0px 0px 10px 0px
	}	
/******************* 写メ設定ここから *******************/	
#main_r
	{
	width:296px;
	float: right;
	}
#photo
	{
	width:296px;
	height: 430px;
	overflow: auto;
	}
.photo_block
	{
	width:260px;
	padding: 10px 5px 10px 5px;
	}
.photo_title
	{
	width:260px;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #c61414;
	border-bottom: dashed 1px #ff9bc5;
	clear: both;
	}
.photo_data
	{
	width:260px;
	font-size: 12px;
	line-height: 20px;
	}
#photo img
	{
	width:100px;
	float: left;
	border: solid 2px #8f500c;
	}
#photo p
	{
	width:140px;
	float: left;
	padding: 0px 0px 0px 10px;
	font-size:12px;
	line-height:20px;
	}
#photopage
	{
	width:280px;
	text-align: right;
	font-size: 12px;
	color: #a10303;
	line-height: 20px;
	padding: 10px 0px 0px 0px;
	}
/******************* 本日の出勤情報設定 *******************/
#todaysch
	{
	width:580px;
	background-color:#FFFFFF;
	padding: 10px 0px 10px 20px;
	height: 300px;
	overflow: auto;
	margin: 0px auto 10px auto;
	}
.girlblock
	{
	width:250px;
	height:120px;
	padding: 15px 20px 25px 10px;
	background-image: url(../img/girlblockbk.gif);
	background-repeat:no-repeat;
	float: left;
	display: block;
	}
.girlimg
	{
	width:90px;
	float:left;
	border: solid 2px #8f500c;
	}
.girlblock ul.girl_r
	{
	width:140px;
	float: left;
	padding: 0px 0px 5px 5px;
	}
.girlblock ul.girl_r li.name
	{
	widows:170px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #de2fab;
	width: 140px;
	}
.girlblock ul.girl_r li.today3s
	{
	widows:170px;
	font-size: 10px;
	line-height: 14px;
	color: #7c1111;
	width: 140px;
	}
.girlblock ul.girl_r li.todayicon
	{
	width:60px;
	float: left;
	padding: 0px 10px 2px 0px;
	}

