/* コンテンツ部分
------------------------------------------------- */

/* 全ページ共通 */
.contents_frame {
	text-align: left;
	float:right;
	background: #000;
}
.page_ttl {
	width: 450px;
	padding-top: 2px;
	padding-left: 30px;
	margin-left: 10px;
	color: #000000;
	background-image: url(../img/ttl_page.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}
.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;
}
.right_more {
	font-size: 10px;
	text-align: right;
	padding: 3px;
}

/* トップページ */
.top_txt {
	margin: 5px 10px 0px 15px;
}

/* 枝ページ */

.contents_text {
	text-align: center;
	vertical-align: top;
	width: 550px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}
.contents_text2 {
	text-align: left;
	vertical-align: top;
	width: 500px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: auto;
}
.contents_text p {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 5px;
	text-align: left;
}
.contents_text2 p {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 5px;
	text-align: left;
}
.contents_text img {
	margin: 5px auto;
}
.contents_text .left {
	text-align: left;
	padding-left: 20px;
	width: 530px;
}
.contents_text .photo {
	width: auto;
}


/* カテゴリリンク */
.cate_ink {
	text-decoration: underline;
}
.link_frame .list {
	margin-bottom: 10px;
	text-align: left;
}
