/* CSS Document */



/* -----photo_list----- */

#photo_list{
	width			:700px;
	margin			:19px 0 30px 30px;
}
#photo_list h2 a{
text-indent		:-9999px;
display			:block;
text-decoration		:none;
width			:162px;
height			:31px;
margin-bottom		:15px;
background		:url("../img/gallery_title.gif") no-repeat 0 0;
}


#photo_list ul{
padding			:20px 30px 15px 30px;
background		:url("img/photo_list_bgt.gif") no-repeat 0 0;
}
#photo_list ul li{
	border			:1px solid #e1bccb;
	margin-bottom		:10px;
	padding			:6px 10px 6px 28px;
	list-style		:none;
	background-color: #e1bccb;
	background-image: url(img/photo_list_mark.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#photo_list ul li a{
	text-decoration		:none;
	font-weight: bold;
}

#photo_list_inner{
background		:url("img/photo_list_bgb.gif") no-repeat left bottom;
}



/* -----photo----- */
#photo_unit{
width			:565px;
margin			:19px 0 15px 30px;
}
#photo_unit h3{
font-size		:110%;
border-top		:4px solid #707070;
background		:#242424 url("../../img/dotted_line.gif") repeat-x left bottom;
margin-bottom		:20px;
padding			:13px 0 8px 15px;
color			:#ECECEC;
}


.photo_inner{
margin-bottom		:15px;
padding-bottom		:15px;
background		:url("../../img/dotted_line.gif") repeat-x left bottom;
}


.photo_imageA{
margin-right		:15px;
}
.photo_imageA a img, 
.photo_imageB a img{
border			:1px solid #343434;
padding			:4px;
}
.photo_imageA a:hover img, 
.photo_imageB a:hover img{
border			:1px solid #878787;
}



