﻿@charset "Shift_JIS";





/*=== worklist ===*/
#worklist{
	width:500px;
	margin-top:5px;
}

.list{
	width:450px;
	line-height:100%; /*サイドの文字と文字の行間設定*/
	margin-top:5px;
}

.list  a:hover {
	color: #ff0000;	/*サイドのカーソルオーバー時の文字色*/
}

.list a{
	color:#333333;/*サイドの文字色*/
	border-bottom:solid 1px #666666;/*文字の下に線を入れる設定*/
}

.list p{
	color:#ff0000;
	display:inline;
}


/*=== picture ===*/

.pic{
	width:20px;
	height:20px;
	margin-top:5px;
	margin-left:5px;
	margin-right:0px;
	margin-bottom:0px;
	float:left;
}

/*=== text ===*/

.tex{
	width:450px;
	height:20px;
	margin-top:7px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	color:#ff3300;
	float:right;
}

/*=== picture ===*/

.pp_p{
width:450px;
margin-top:15px;
margin-left:0px;
color:#333333;
font-size:100%;
padding-top:5px;
}
.pp2_p{
width:450px;
margin-top:15px;
margin-left:15px;
color:#333333;
font-size:100%;
padding-top:5px;
}

/*=== text ===*/

.pp_text{
width:450px;
margin-top:0px;
margin-left:15px;
color:#333333;
padding-top:5px;
}





.clear { clear:both; } 
.clear hr { display:none; }

