@charset "utf-8";
/*===================================================

	event/---/
		photos.htm

====================================================*/

/*----------------------------------------------------
	import
----------------------------------------------------*/
@import url("common.css");

/*----------------------------------------------------
	上書き
----------------------------------------------------*/
body {
	background-color: #EB6E8F;
}

/*----------------------------------------------------
	写真販売
----------------------------------------------------*/
#main #had {
	background: url(../img/main_hed_photos.jpg);
	text-indent: -9999px;
}
#main #had #listback {
	background: url(../img/main_had_listback.gif);
	text-indent: -9999px;
	display: block;
	float: right;
	height: 37px;
	width: 100px;
	margin: 19px 10px;
}
#main #data {
	background: #2F9329;
	color: #FFF;
	padding: 0 20px 20px;
	margin-bottom: 10px;
	border: 1px solid #FFF;
}
#main h1 {
	background: url(../img/main_h1_report.gif) no-repeat;
	border-bottom: 2px dotted #FFF;
	font-size: 21px;
	font-weight: bold;
	line-height: 50px;
	margin: 0 -20px;
	padding-left: 50px;
}

a#form {
	background: url(../img/from_img.jpg);
	width: 150px;
	height: 80px;
	display: block;
	position: absolute;
	margin: -40px 0 0 560px;
}
a#form:hover {
	background: url(../img/from_img.jpg) 150px 0;
}


#navi {
	line-height: 2em;
	margin: 3px;
	padding: 3px;
}
#navi a {
	border-right: #2c2c2c 1px solid;
	border-top: #2c2c2c 1px solid;
	background: url(../img/photos_navi1.gif) #2c2c2c;
	border-left: #2c2c2c 1px solid;
	color: #fff;
	margin-right: 2px;
	border-bottom: #2c2c2c 1px solid;
	text-decoration: none;
	padding: 2px 5px;
}
#navi a:hover,
#navi a:active,
#navi a.select {
	border-right: #aad83e 1px solid;
	border-top: #aad83e 1px solid;
	background: url(../img/photos_navi2.gif) #aad83e;
	border-left: #aad83e 1px solid;
	color: #fff;
	border-bottom: #aad83e 1px solid;
}

#navi span {
	padding: 2px 5px;
	font-weight: bold;
}

#photos {
	background: url(../img/cork.jpg);
	border: 1px solid #963;
	float: left;
	width: 700px;
	padding: 4px;
	margin-bottom: 10px;
}
#photos li {
	float: left;
	padding: 5px;
	position: relative;
}
#photos img {
	width: 120px;
	height: 80px;
	background: #FFF;
	padding: 4px 4px 25px;
	border: 1px solid #CCC;
}
#photos em {
	bottom: 10px;
	color: #333;
	display: block;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	position: absolute;
	right: 12px;
	text-align: center;
	width: 120px;
	z-index: 2;
}

#purchase {
	line-height: 1.2em;
}
#purchase a {
	color: #FFF;
}

