html, body {
	
}

#content {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

#photoIndexSection {
	position: relative;
	padding-bottom: 7px;
	background: #666 url(/images/bg_corner_photogallery_bottom.png) no-repeat bottom;
}

#photoIndexSection .head {
	position: relative;
	height: 80px;
	background: #8C8C8C url(/images/bg_corner_photogallery_top.png) no-repeat;	
}

.logoutUser #photoIndexSection .head {
	height: 50px;
}

#photoIndexSection h1 {
	position: absolute;
	top: 5px;
	left: 10px;
}

#photoIndexSection .areaNavigation {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #FCFCFD;
}

#photoIndexSection .areaNavigation li {
	width: 50px;
	height: 29px;
	float: left;
	text-align: center;
	/*background: url(/images/bg_photogallery_areanav.png) repeat-x;*/
	border-right: 1px solid #8C8C8C;
	cursor: pointer;
}

#photoIndexSection .areaNavigation .all {
	background: transparent url(/images/corner_photogallery_areanav_left.png) no-repeat left;
}

#photoIndexSection .areaNavigation .hazu {
	border-right: 0;
	 background: transparent url(/images/corner_photogallery_areanav_right.png) no-repeat right
}

#photoIndexSection .areaNavigation li:hover {
	background-color: #FFFFB2;
}

#photoIndexSection .areaNavigation li.current {
	background-color: #FF9900;
}

#photoIndexSection .areaNavigation li span {
	display: block;
	padding-top: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

#photoIndexSection .areaNavigation li.current span {
	color: #FFF;
	font-size: 13px;
}

#photoIndexSection .btnPhotoPost {
	position: absolute;
	right: 10px;
	top: 47px;
}

#photoIndexSection .body {
	height: 590px;
	background: #666 url(/images/bg_photogallery_kamezo.png) no-repeat left bottom;
}

#photoIndexSection #mainPhoto {
	height: 570px;
	margin: 10px 134px 0;
	text-align: center;
	background: #FFF;
}

#photoIndexSection #mainPhoto .photo {
	padding-top: 10px;
}

#photoIndexSection #mainPhoto table {
	width: 100%;
	height: 470px;
	table-layout: fixed;
}

#photoIndexSection #mainPhoto td {
	vertical-align: middle;
	text-align: center;
}

#photoIndexSection .image {
	margin-bottom: 10px;
}

#photoIndexSection .attribute {
	height: 90px;
	padding: 0 20px 0px;
	overflow: auto;
	text-align: left;
}

#photoIndexSection .attribute .info {
	margin-bottom: 5px;
}

#photoIndexSection .attribute h4 {
	display: inline;
	float: left;
	margin-bottom: 5px;
	font-size: 110%;
}

#photoIndexSection .attribute h4 .level {
	color: #C00;
}

#photoIndexSection .attribute ul {
	display: inline;
	float: right;
	text-align: right;
}

#photoIndexSection .attribute li {
	display: inline;
	margin-left: 0.5em;
}

#photoIndexSection .attribute .user {
	text-align: right;
}

#photoIndexSection .navigation {
	position: relative;
	width: 900px;
}

#photoIndexSection .navigation .btnPrev,
#photoIndexSection .navigation .btnNext {
	width: 47px;
	height: 47px;
	position: absolute;
	top: 260px;
	text-indent: -5000px;
	cursor: pointer;
}

#photoIndexSection .navigation .btnPrev {
	background: url(/images/btn_photogallery_prev_photo.png);
	left: 70px;
}

#photoIndexSection .navigation .btnNext {
	background: url(/images/btn_photogallery_next_photo.png);
	right: 70px;
}

#photoIndexSection .navigationFast {
	position: relative;
	width: 100%;
	height: 95px;
	padding: 0 auto;
	text-align: center;
	background: #8C8C8C url(/images/bg_nav_area_photogallery.png) repeat-x;
}

#photoIndexSection .navigationFast .btnPrev,
#photoIndexSection .navigationFast .btnNext {
	width: 47px;
	height: 47px;
	position: absolute;
	top: 25px;
	text-indent: -5000px;
	cursor: pointer;
}

#photoIndexSection .navigationFast .btnPrev {
	background: url(/images/btn_photogallery_prev10_photo.png);
	left: 15px;
}

#photoIndexSection .navigationFast .btnNext {
	background: url(/images/btn_photogallery_next10_photo.png);
	right: 15px;
}

#photoIndexSection #photoListSection {
	overflow: hidden;
	width: 525px;
	margin: 0 auto;
	padding-top: 8px;
	text-align: left;
}

#photoIndexSection #photoListSection #photoList {
	overflow: hidden;
	width: 525px;
}

#photoIndexSection #photoListSection #photoList li {
	padding: 3px;
	float: left;
	margin: 3px;
	width: 60px;
	text-align: center;
}

#photoIndexSection #photoListSection #photoList li.current {
	padding: 3px;
	background: #FFF;
	border: 2px solid #FF9900;
}

#photoIndexSection #photoListSection #photoList li img {
	vertical-align: bottom;
	cursor: pointer;
}

#photoIndexSection #photoListSection #photoList li.current img {
	cursor: default;
}