/* コンテンツ部分
------------------------------------------------- */

/* 全ページ共通 */
.contents_frame {
	margin: 10px auto 10px;
	width: 560px;
	text-align: center;
}
.page_ttl {
	width: 720px;
	color: #FFFFFF;
	background-image: url(../img/p_ttl.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding: 10px 0px 5px;
	text-align: center;
}
.link_frame {
	border: 1px dashed #999999;
	padding: 10px;
}
.link_frame li {
}
.link_frame ul {
	list-style-type: disc;
	margin-left: 15px;
}
.right_more {
	font-size: 10px;
	text-align: right;
	padding: 3px;
}

/* トップページ */
.top_txt {
	margin: 5px 10px 0px 15px;
}

/* 各枝ページ */

.contents_text, .contents_text2 {
	margin: 8px auto 5px;
	text-align: left;
	width: 600px;
}
.contents_text p, .contents_text2 p {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #885333;
	margin-bottom: 5px;
	text-align: left;
	color: #FFFFFF;
}
.contents_text img {
	margin: 5px;
}
.contents_text .left {
	text-align: left;
}
.contents_frame .photo {
	width: 500px;
	margin: auto;
	text-align: center;
}
.contents_text2 table {
	width: 520px;
	margin: 10px 30px;
}
.contents_text2 th {
	width: 80px;
	padding: 3px;
	background-color: #663300;
	color: #FFFFFF;
	text-align: right;
}
.contents_text2 td {
	background-color: #FFFFFF;
	color: #333333;
	padding: 3px;
}

/* カテゴリリンク */
.cate_ink {
	text-decoration: underline;
}
.link_frame .list {
	margin-bottom: 10px;
	text-align: left;
}

