/* コンテンツ部分
------------------------------------------------- */

/* 全ページ共通 */
.contents_frame {
	margin: 0px auto 0px;
	width: 760px;
	text-align: left;
}
.page_ttl {
	width: 700px;
	padding-top: 12px;
	padding-left: 120px;
	color: #039;
	background-image: url(../img/ttl_page.gif);
	background-repeat:no-repeat;
	height: 38px;
	margin-left:30px;
}
.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;
	background-color: #0066CC;
	color: #FFF;
	text-align: left;
}
.right_more {
	font-size: 10px;
	text-align: right;
	padding: 3px;
}

/* トップページ */
.top_txt {
	margin: 5px 10px 0px 15px;
}

/* 各枝ページ */

.contents_text {
	background-color: #FFF;
	margin: auto;
	padding: 5px;
	text-align: center;
	width: 690px;
}
.contents_text p {
	width: 400px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	margin-bottom: 5px;
	text-align: left;
}
.contents_text img {
	margin: 5px;
}
.contents_text .left {
	text-align: left;
}
.contents_text .center {
	text-align: center;
}

.contents_text .photo {
	width: 100%;
	margin: auto;
	text-align: center;
}


/* カテゴリリンク */
.cate_ink {
	text-decoration: underline;
}
.link_frame .list {
	margin-bottom: 10px;
	text-align: left;
}
