/* コンテンツ部分
------------------------------------------------- */

/* 全ページ共通 */
.contents_frame {
	margin: 5px auto 0px;
	width: 560px;
	text-align: left;
}
.page_ttl {
	width: 535px;
	background-image: url(../img/p_ttl.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 30px;
	padding: 2px 0px 0px 25px;
}
.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: #CCCCCC;
	margin: 0px 5px;
}
.right_more {
	font-size: 10px;
	text-align: right;
	padding: 3px;
}

/* トップページ */
.top_txt {
	margin: 5px 10px 0px 15px;
}

/* 各枝ページ */

.contents_text {
	margin: 15px 10px 0px;
	text-align: center;
}
.contents_text p {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #007500;
	margin-bottom: 5px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.contents_text img {
	margin: 5px;
}
.contents_text .left {
	text-align: left;
}
.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_frame table {
	margin: 0px auto;
}
.contact {
	margin: 10px;
	padding: 7px;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	background-color: #FFFFCC;
	border: 2px dashed #FFCC00;
}
