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

/* 全ページ共通 */
.contents_frame {
	margin: 20px auto 0px;
	width: 470px;
	text-align: left;
}
.page_ttl {
	width: 390px;
	color: #FF6600;
	background-image: url(../img/ttl_page.gif);
	background-repeat: no-repeat;
	padding: 8px 40px 17px;
}
.top_finding {
	width: 140px;
	height: 20px;
	padding-top: 4px;
	padding-left: 30px;
	margin-bottom: 10px;
	color: #FFF;
	background-image: url(../img/top_finding.gif);
	background-repeat: no-repeat;
}
.menu_finding {
	width: 170px;
	height: 19px;
	padding-top: 1px;
	padding-left: 30px;
	margin-bottom: 10px;
	color: #666633;
	background-image: url(../img/menu_finding.gif);
	background-repeat: no-repeat;
}
.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: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
.right_more {
	font-size: 10px;
	text-align: right;
	padding: 3px;
}

/* トップページ */
.top_txt {
	margin: 15px 0px;
	padding: 5px;
}
.top_menu {
	margin: 20px 0px;
	padding: 10px;
	background-color: #FFCC66;
	color: #930;
}
.top_menu a{ color: #663333; }
.top_menu a:visited { color: #663333; } 
.top_menu a:hover { color: #FF6600; } 
.top_menu a:active { color: #FF6600; }


/* 枝ページ */

.contents_text {
	margin: 0 auto;
	width: 470px;
	text-align: center;
}
.contents_text2 {
	margin: 0 auto;
	width: 470px;
}
.top_maintxt {
	margin: 15px 10px;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #F90;
}
.contents_text p {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f60;
	margin-bottom: 5px;
	text-align: left;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.contents_text .photo {
	margin: auto;
}
.contents_text table {
	margin: 10px;
	background-color: #C99;
}
.contents_text th {
	padding: 3px;
	background-color: #F60;
	color: #FFF;
	text-align: right;
}
.contents_text td {
	background-color: #FFF;
	padding: 3px;
}
.contents_text2 input, .contents_text2 textarea {
	border: 1px solid #000;
}
.submit_reset {
	border: 1px solid #000;
}


/* カテゴリリンク */
.cate_ink {
	text-decoration: underline;
}
.link_frame .list {
	text-align: left;
}
