/**********************************************
* Name        : contents.css
* Description : 
* Author      : Soshi Ito
* Date        : Oct-2007
***********************************************/

h2 {
  margin: 10px;
  font-size:x-large;
  color:#da8233;
  text-align:center;
}

.photo_page_roll{
  font-size:large;
    float:right;
}
.photo_page_roll a{
  color:#da8233;
  text-decoration:none;
}
.photo_page_roll a:hover{
  text-decoration: underline;
}
.photo_page_capture{
  color:#da8233;
  float:left;
  margin-right:15px;
}
.photo_page_prev {
  float:left;
}
/*
.photo_page_prev a{
  margin-right:10px;
}
*/
.photo_page_no {
  float:left;
  margin: 0px 5px;
}
.photo_page_next {
  float:left;
}
/*
.photo_page_next a{
  margin-left:10px;
}
*/
.photo_gray {
  color:#b0b0b0;
}

#photo_list {
    width: 700px;
    margin: 0px auto;
    font-size: small;
}

.photo_body {
    background-color: #e79742;
}
.photo_back {
    margin: 0px 15px;
    background-color: #ffffff;
}


.photo_area {
    float:left;
    margin:0px 10px 0px 0px;
    background-color: #e79742;
    width:300px;
    height:225px;
}

.photo_img {
/*    border:inset 4px #e79742; */
    width:300px;
    height:225px;
}
.photo_text_area{
    padding:5px 10px 10px 0px;
}
.photo_text_area h3
    background-color: #ffffff;
}

.photo_time {
    font-size: x-small;
}
.photo_text {
    margin-left:10px;
    background-color: #ffffff;
}

.photo_edge_top {
    height: 20px;
    width: 700px;
    background:url(../images/photo_edge_top.png);
}
.photo_edge_bottom {
    height: 20px;
    width: 700px;
    background:url(../images/photo_edge_bottom.png);
}
.user_photo_body {
	position:relative;
	float:left;
	margin: 0px 10px 15px 10px;
	height: 360px;
	width: 320px;
	background:url(../images/user_photo_back.png);
}
.user_photo_img_area {
	position:absolute;
	top: 10px;
	left: 10px;
	height: 225px;
	width: 300px;
}
.user_photo_img {
	position:relative;
	margin: 0px auto;
}

.user_photo_text_area {
	position:absolute;
	padding: 0px 3px;
	top: 245px;
	left: 10px;
	height: 105px;
	width: 294px;
}
.user_photo_title {
	font-weight:bold;
}
.user_photo_text {
}
#photo_header_image {
	margin: 15px 0px 0px 250px;
}
.photo_header_page {
  font-size:x-large;
  color:#da8233;
  text-align:center;
}

hr {
	color: #E79742;
	margin: 20px 0px;
}