/* リンクページ */

/* 一覧
------------------------------------------------- */
.contents .frame p {
	color: #765343;
	font-weight: bold;
	background-color: #F4E7D5;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #BB9988;
	border-right-color: #BB9988;
	padding: 2px 2px 2px 5px;
	width: 98%;
	margin-top: 7px;
}
.contents .frame .list {
	clear: both;
	width: 98%;
	padding: 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AF8E70;
	margin: 2px auto 3px;
}

.contents .frame .list h1 {
	margin-bottom: 3px;
	background-color: #DFEBBA;
	padding: 2px 2px 2px 10px;
}
.contents .frame .list a:hover {
	text-decoration: none; 
} 

.list .link_right div {
	text-align: left;
	width: 80%;
	float: left;
}
