/* コンテンツ部分
------------------------------------------------- */

/* 全ページ共通 */
.contents_frame {
	margin: 5px auto 0px;
	width: 600px;
	text-align: left;
}
.page_ttl {
	width: 585px;
	padding-top: 2px;
	padding-left: 15px;
	color: #666666;
	padding-bottom: 1px;
	background-image: url(../img/ttl_page.gif);
	margin-top: 5px;
}
.link_frame {
	border: 1px dashed #999999;
	padding: 10px;
	text-align: left;
}
.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: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.kaisou .right {
	float: right;
	width: 220px;
	text-align: right;
}
.kaisou div {
	width: 300px;
	float: left;
}

/* トップページ */
.top_txt {
	margin: 5px 10px 0px 15px;
}

/* 枝ページ */

.contents_text {
	margin: 8px 10px 0px;
	text-align: center;
}
.contents_text p {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #38A238;
	margin-bottom: 5px;
	text-align: left;
	color: #006600;
}
.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;
}

/* PR_link */
.pr_ttl{
	font-size: 14px;
	font-weight: bold;
}
.pr_desc{
	display: block;
	font-size: 10px;
}