@charset "UTF-8";

/*初期化用*/
@import "common.css";

/*デザイン用*/
@import "base.css";

/*印刷用*/
@import "print.css";

/*拡張用*/
@import "advanced.css";


.dt{width:670px;height:auto;margin:0px auto;}
.dt_l{width:100%;height:auto;}
.dt_r{width:100%;height:auto;}


/*--------------------------------------------------------
独自css
-------------------------------------------------------*/

/*本日出勤---------------------------------------------*/
.today_pnl{
	background: url(../images_design/today_pnl.jpg) no-repeat;
	width: 160px;
	height: 270px;
	overflow: hidden;
	text-align: center;
	padding-top: 5px;
	float: left;
	margin: 0 2px 10px 3px;
}

/*写真*/
.today_pnl .photo{
	margin-bottom: 15px;
}

/*名前・年齢*/
.today_pnl .name{
	font-size: 14px;
	color: #e9d880;
}

/*リンク色*/
.today_pnl .name a{ text-decoration: none; }
.today_pnl .name a:link{ color: #e9d880; }
.today_pnl .name a:visited{ color: #e9d880; }
.today_pnl .name a:hover{ color: #e9d880; text-decoration: underline; }

/*出勤時間*/
.today_pnl .time{
	color: #eb6100;
	font-weight: bold;
}

/*最新イベント情報-------------------------------------*/

.event_one{
	width: 640px;
	margin: 20px 0 10px 0;
	background: #fff;
	padding: 10px 20px 10px 10px;
	color: #000;
}

.topics{
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

/*日付*/
.date{
	font-size: 10px;
	color: #333;
	margin-bottom: 2px;
}

/*タイトル*/
.title{
	font-size: 14px;
	color: #6e144a;
	font-weight: bold;
	margin-bottom: 5px;
}

/*ページャー*/
.pager{
	text-align: center;
}

/*リンク色*/
.event_one a{ text-decoration: none; }
.event_one a:link{ color: #6e144a; }
.event_one a:visited{ color: #6e144a; }
.event_one a:hover{ color: #de006e; text-decoration: underline; }












