/* コンテンツ部分
------------------------------------------------- */

/* 全ページ共通 */
.contents_frame {
	width: 98%;
	text-align: center;
	margin: 0px auto;
}
.page_ttl {
	width: 486px;
	padding-left: 10px;
	color: #FFFFFF;
	padding-bottom: 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-image: url(../img/ttl_page.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 60px;
	float: none;
	text-align: left;
}
.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 3px 1px;
	color: #666666;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C39E8E;
	width: 480px;
	margin: 0px auto;
}
.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;
	vertical-align: top;
	width: 450px;
}
.contents_text p {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #603;
	margin-bottom: 5px;
	text-align: left;
	color: #603;
}
.contents_text img {
	margin: 0px;
}
.contents_text .left {
	text-align: left;
}
.contents_text .photo {
	width: auto;
	margin: 0px auto;
}

/* カテゴリリンク */
.cate_ink {
	text-decoration: underline;
}
.link_frame .list {
	margin-bottom: 10px;
	text-align: left;
}
