/* コンテンツ部分
------------------------------------------------- */

/* 全ページ共通 */
.contents_frame {
	margin: 10px auto 0px;
	width: 500px;
	text-align: left;
}
.page_ttl {
	width: 480px;
	padding-top: 0px;
	padding-left: 20px;
	color: #FFFFFF;
	padding-bottom: 10px;
	background-image: url(../img/p_ttl.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.link_frame {
	border: 1px dashed #999999;
	padding: 10px;
}
.link_frame li {
}
.link_frame ul {
	list-style-type: disc;
	margin-left: 15px;
}
.kaisou {
	font-size: 10px;
	padding: 3px 10px 1px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.right_more {
	font-size: 10px;
	text-align: right;
	padding: 3px;
}

/* トップページ */
.top_txt {
	margin: 5px 10px 0px 15px;
}

/* 各枝ページ */

.contents_text {
	margin: 0px auto;
	text-align: center;
}
.contents_text p {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	text-align: left;
}
.contents_text img {
	margin: 5px;
}
.contents_text .left {
	text-align: left;
	width: 90%;
	margin: 0px auto;
}
.contents_text .photo {
	width: 85%;
	margin: auto;
	text-align: center;
}


/* カテゴリリンク */
.cate_ink {
	text-decoration: underline;
}
.link_frame .list {
	margin-bottom: 10px;
	text-align: left;
}
.contents_text table {
	margin: 0px auto;
}
