@charset "UTF-8";



/*---------OUTLINE----------------*/
#outline #item{
	position:relative;
}

#outline #item img{
	position:absolute;
	bottom:0;
	right:0;
}

#outline table{
	width:900px;
	margin:25px;
}

#outline table{
	border-collapse: collapse;
}

#outline table th,
#outline table td{
	border:1px #999 dotted;
	border-width:0 0 1px 0;
}


#outline table tr th{
	width:120px;
	vertical-align:top;
}

#outline table tr th,
#outline table tr td{
	padding:10px 0;
}

#outline table tr td a.out{
	font-size:70%;
}





