@charset "utf-8";
/* CSS Document */

p {
	padding: 0 0 1em;
}
/* message display page */
.message_list {
	list-style: none;
	margin-top: 0;
	padding: 0;
	width: 500px;
	
}
.message_list li {
	padding: 0;
	margin: 0;
	}
.message_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
}
.message_head cite {
	margin-top:0;
	font-size: 130%;
	font-weight: bold;
	font-style: normal;
	color:#990000;
}
.message_body {
	padding: 5px 10px 15px;
	
}
.collapse_buttons {
	border-top: solid 1px #ad8563;
	margin-bottom:30px;
	padding: 5px 0;
	width: 550px;
	text-align:center;
}
.collapse_buttons a {
	color:#000000;
	}
.collapse_buttons a:hover {
	color:#000000;
	text-decoration:none;
}
.show_all_message {
	padding-right: 12px;
}
.show_recent_only {
	display: none;
	background: url(images/tall-up-arrow.gif) no-repeat right center;
	padding-right: 12px;
}
.collpase_all_message {
	padding-right: 12px;
	color: #666666;
}
.content {
	width:600px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	padding-top:160px;
	}
.arak {
	width:600px;
	margin-top:0;	
	border:0;
	}
.tr1{
	height:25px;
	background:#e1d2c6;	
	}
.arak tr{
	height:25px;font-size:100%}
table, th, td {
    border: 0;
    border-collapse: collapse;
}
