#work_navi {
	float: left;
	width: 160px;
}

#work_body {
	position: relative;
	width: 640px;
	float: right;
}

#work_navi ul {
	list-style-type: none;
}

#work_centering {
	text-align: center;
	width: 100%;
}

#work_centering2 {
	text-align: left;
	margin: 0px auto;
	width: 640px;
}

#work_centering2 .leftblock {
	float: left;
	width: 318px;
}

#work_centering2 .rightblock {
	float: right;
	width: 318px;
}

#work_leftobj,
#work_rightobj {
	border: 1px solid #303030;
	padding: 2px;
	margin-bottom: 10px;
	height: 104px;
	line-height: 1.5;
	background: #000000;
}

#work_rightobj {
	text-align: right;
}

#work_leftobj img {
	vertical-align: bottom;
	float: left;
	margin-right: 10px;
}

#work_rightobj img {
	vertical-align: bottom;
	float: right;
	margin-left: 10px;
}

#work_schedule {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 500px;
}

#work_schedule .past {
	position: absolute;
	top: 0px;
	right: 5px;
}

#work_schedule .item {
	padding: 2px;
	margin-bottom: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #303030;
}

#work_schedule .colordate		{	color: #6060FF;	}
#work_schedule .colortitle		{	color: #8080FF;	}
#work_schedule .colorplace		{	color: #A0A0FF;	}
#work_schedule .colorcomment	{	color: #C0C0FF;	}

#work_schedule .colordate2		{	color: #FF6060;	}
#work_schedule .colortitle2		{	color: #FF8080;	}
#work_schedule .colorplace2		{	color: #FFA0A0;	}
#work_schedule .colorcomment2	{	color: #FFC0C0;	}

#work_wallpaper {
	padding-top: 10px;
}

#work_wallpaper ul {
	list-style-type: none;
}

#work_wallpaper li {
	position: relative;
	float: right;
	width: 650px;
	padding-bottom: 4px;
}

#work_wallpaper .depth {
	float: left;
	width: 90px;
	text-align: right;
}

#work_wallpaper .block {
	width: 550px;
	height: 200px;
	border: 1px solid #303030;
	float: right;
}

#work_wallpaper .thumb {
	float: left;
	width: 250px;
}

#work_wallpaper .text {
	padding-left: 20px;
	padding-top: 15px;
	float: left;
}

