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

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

#photo_contents {
	width: 610px;
	height: 430px;
	padding: 0;
	border-bottom: #999999 dotted 2px;
	margin: 0;
	}
	
#photo_contents2 {
	width: 610px;
	height: 210px;
	}
	
#photo_left {
	width: 275px;
	height: 430px;
	padding: 0 10px 0 0;
	border-right: #999999 dotted 2px;
	float: left;
	}

#photo_right {
	width: 295px;
	height: 430px;
	padding: 0 0 0 5px;
	float: right;
	}

#photo_entry {
	width:275px;
	height: 90px;
	padding: 0 0 5px 0;
	border-bottom: #999999 1px dotted;
	margin: 0 0 10px 0;
	} 

#photo_pic {
	width: 110px;
	height: 90px;
	float: left;
	}
	
#photo_text {
	width: 160px;
	height: 90px;
	float: right;
	}
	
.photo_title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	}
	
#photo_link {
	width: 160px;
	text-align: right;
	padding: 5px 0 0 0;
	}
	
#photo_title_area {
	width: 610px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: #FFFFFF solid 1px;
	margin: 0 0 10px 0;
	height: 20px;
	float: right;
	}
	
#photo_clip {
	width: 610px;
	height: 410px;
	clear: both;
	text-align: center;
	overflow: auto;
	}
	
#photo_clip img {
	background-color: #FFFFFF;
	border: #999999 1px solid;
	margin: 5px 2px 0 2px;
	padding: 2px;
	}
