@charset "UTF-8";
/* CSS Document */

#custom_area {
	width: 610px;
	height: 440px;
	float: right;
	}

#wrok_contents {
	width: 610px;
	height: 210px;
	padding: 0 0 10px 0;
	border-bottom: #999999 dotted 2px;
	margin: 0 0 10px 0;
	}
	
#wrok_contents2 {
	width: 610px;
	height: 210px;
	}
	
#work_left {
	width: 295px;
	height: 210px;
	padding: 0 10px 0 0;
	border-right: #999999 dotted 2px;
	float: left;
	}

#work_right {
	width: 295px;
	height: 210px;
	padding: 0 0 0 5px;
	float: right;
	}

#work_pic {
	width: 150px;
	height: 210px;
	float: left;
	}
	
#work_text {
	width: 140px;
	height: 210px;
	float: right;
	}
	
.work_title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	border-bottom: #FFFF00 solid 1px;
	}
	
#work_link {
	width: 140px;
	text-align: right;
	padding: 10px 0 0 0;
	}
	
#work_title_area {
	width: 610px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	border-bottom: #FFFF00 solid 1px;
	margin: 0 0 10px 0;
	height: 20px;
	}
	
#work_disc_area {
	width: 610px;
	height: 190px;
	}
	
#work_disc_pic {
	width: 160px;
	height: 190px;
	float: left;
	}
	
.disc_title {
	font-weight: bold;
	color: #FFFF00;
	border-bottom: #FFFF00 solid 1px;
	}
	
#work_disc_pic img {
	background-color: #CCCCCC;
	border: #999999 solid 1px;
	padding: 2px;
	}
	
#work_disc_text {
	width: 440px;
	height: 190px;
	float: right;
	}
	
#work_pic_area {
	width: 610px;
	height: 180px;
	margin: 5px 0 0 0;
	}

#work_pic_title {
	width: 610px;
	color: #FFFFFF;
	border-bottom: dotted #FFFFFF 1px;
	padding-top: 10px;
	}

#pic_list {
	width: 607px;
	height: 190px;
	clear: both;
	overflow: auto;
	margin: 0 0 0 3px;
	}
	
#work_pic_area img {
	margin: 0 0 3px 5px;
	padding: 1px;
	background:#CCCCCC;
	border: #999999 solid 1px;
	}
	
