.diary {
  width: 97%;	
}

.diary .date {
	padding: 3px;
	font-weight: bold;
	color: #666;
	font-size: 10px;
	text-align: right;
}

.diary .title {
	font-weight: bold;
	border-bottom: 1px dashed #666;
	border-left: 6px solid #666;
	margin-bottom: 3px;
	padding: 6px;
	font-size: 14px;
} 

.body {
  padding: 0 1em 1em 1em;	
}


.title a:link, .title a:visited, .title a:hover, .title a:active{
  color: #333;	
}


.diary .body {
	padding: 1em;
	line-height: 140%;
	margin-bottom: 1em;
	
}


.parmanent-link {
  text-align: right;
  font-size: 10px;
}

.top-link {
  text-align: right;
  font-size: 10px;	
}

.diary .body img {
margin: 5px;	
}
img.left {
  float: left;
  margin: 0 5px 5px 0;
}

img.center {
  margin: 0 auto 5px auto;
  display: block;
  border: 1px solid #333;  
}

.member-image {
  display: block;
  margin: 0 auto 10px auto;
  border: 1px solid black;
}

.member-name {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 12px;
}

.member-profile {
  line-height: 120%;
  font-size: 10px;
  margin-right: 10px;
  margin-bottom: 1em;
}

div#content-header {
  margin-bottom: 5px;
}


  
.diary-links {
 text-align: right;
 font-weight: bold;
 margin-bottom: 2em;
 width: 97%;
}


.head {
	cursor: pointer;
	display: block;
	padding: 5px;
	width: 100%; margin-top : 0;
	margin-bottom: 5px; text-indent : 1em;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #666;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px dotted #999;
	background: url(../images/collapsed.gif) no-repeat scroll 3px 4px;
	text-indent: 1em;
	margin-top: 0;
}

a.head:hover {
	color: #FFFF99;
}

a.selected {
	background-image: url(../images/expanded.gif);
}

#diary-date-list {
  width: 90%;	
}

.diary-date{
  text-align: right;
  font-size: 10px;	
}

.no-diary-message {
	margin: 100px 0 500px 0;
	font-weight: bold;
	font-size: 16px;
	color: red;
	text-align: center;
	}
	
.recent-title {
  font-size: 10px;

}	

.recent-title li {
  list-style: none;
  margin-left: 1em;
}

.image-name-label {
  font-weight: bold;
}

.delete-image-link {
  font-size: 10px;
}

.use-image-link {
  font-size: 10px;
}

#add_image_form {
  margin-top: 5px;
  font-weight: bold;
}