/* コンテンツ部分
------------------------------------------------- */

/* 全ページ共通 */
.contents_frame {
	margin: 5px 0px 0px 15px;
	width: 460px;
	text-align: left;
}
.page_ttl {
	width: 444px;
	color: #1D5694;
	background-color: #E6E6E6;
	background-image: url(../img/ttl_page.gif);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 10px;
	height: 27px;
}
.company_ttl {
	width: 200px;
	padding: 2px 4px 2px 4px;
	color: #000;
	border-left: 12px solid #09F;
	border-bottom: 1px solid #09F;
}
.company_data {
	padding: 8px 0px 8px 40px;
}
.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: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* トップページ */
.top_txt {
	margin: 5px 10px 0px 15px;
}

/* 枝ページ */

.contents_text, .contents_text2 {
	margin: 10px 10px 0px;
	text-align: center;
}
.contents_text p {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
	margin-bottom: 5px;
	text-align: left;
}
.contents_text img {
	margin: 5px;
}
.contents_text .left {
	text-align: left;
}
.contents_text2 .left {
	text-align: left;
}
.contents_text .photo {
	width: 85%;
	margin: auto;
}
.contents_text2 table {
	margin: 10px;
}
.contents_text2 th {
	padding: 3px;
}
.contents_text2 td {
	padding: 3px;
}
.contents_text2 input, .contents_text2 textarea {
	border: 1px solid #000000;
}
.submit_reset {
	border: 1px solid #000000;
}

/* カテゴリリンク */
.cate_ink {
	text-decoration: underline;
}
.link_frame .list {
	margin-bottom: 10px;
	text-align: left;
}

