@charset "utf-8";

/*-----ユーザーページ----*/

.td-ri-title {
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	color: #333333;
	text-align: center;
}
.td-ri-date {
	font-size: 11px;
	padding: 2px;
	vertical-align: top;
	color: #00A251;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DAD7D4;
	width: 20%;
}
.td-ri-comment {
	font-size: 12px;
	padding: 2px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DAD7D4;
	width: 80%;
	text-align: left;
}
/*
.table-ri-admin {
	width: 400px;
}

*/
.td-ri-ptop {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DAD7D4;
}
.td-ri-pbottom {
}
.td-ri-admin {
	font-size: 11px;
	color: #FF0000;
	text-align: right;
	padding: 2px;
}

.form-tr-pass {
	position: absolute;
	width: 215px;
	color: #333333;
	top: 125px;
	left: 20px;
}

.form-tr-submit {
	background-color: #FFFFFF;
	color: #333333;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	font-weight: bold;
	height: 22px;
	width: 40px;
	position: absolute;
	top: 125px;
	left: 250px;
	cursor: pointer;
}

.table-prenext {
	width: 100%;
}
.td-prenext {
	text-align: center;
	font-size: 11px;
}
.td-prev {
	text-align: left;
	font-size: 11px;
	width: 20%;
}
.td-next {
	text-align: right;
	font-size: 11px;
	width: 20%;
}
.td-copyright {
	font-size: 10px;
	color: #333333;
	text-align: right;
}



#top #loginArea {
	display: none;
}

#top #wrap {
	display: none;
}

