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

/* 全ページ共通 */
.contents_frame {
	margin: 0;
	width: 600px;
	text-align: left;
	padding-bottom: 20px;
}
.page_ttl {
	width: 490px;
	background:url(../img/page_ttl.gif) no-repeat center top;
	height:20px;
	margin:5px 0px 5px 10px;
	text-align:left;
	padding:5px 50px 15px;
	font-size:14pt;
	font-weight:bold;
	color: #000066;
}
.sub_ttl {
	width: 490px;
	text-align:left;
	margin:5px 0px 3px 40px;
	padding:2px 10px 1px;
	font-size:14pt;
	font-weight:bold;
	background-color: #EEFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0099CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
}
.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;
}

/* トップページ */
.contents_top {
	margin: 0;
	width: 600px;
	text-align: left;
	padding-bottom: 20px;
}
.top_txt {
	margin:5px 0px 5px 40px;
	padding:2px 10px 2px;
}

/* 各枝ページ */

.contents_text, .contents_text2 {
	margin: 8px 0px 0px 20px;
	text-align: center;
	line-height:200%;
	width: 380px;
}

.contents_text3 {
	margin: 8px 0px 0px 20px;
	text-align: center;
	line-height:200%;
	width: 550px;
}

.contents_text table {
	margin: 0px;
}
.contents_text th {
	padding: 3px;
	background-color: #000066;
	color: #FFFFFF;
	text-align: right;
}
.contents_text td {
	background-color: #FFFFFF;
	padding: 3px;
}
.contents_text2 input, .contents_text2 textarea {
	border: 1px solid #000000;
}
.submit_reset {
	border: 1px solid #000000;
}
.contents_photo {
	margin: 20px auto 0;
	text-align: center;
	width: 540px;
}
.contents_text p {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3399FF;
	margin-bottom: 5px;
	text-align: left;
}
.contents_text img {
	margin: 5px;
}
.contents_text .left, .contents_text2 .left, .contents_text3 .left {
	text-align: left;
}
.photo {
	width: 85%;
	margin: 5px auto;
	text-align: center;
}

/* カテゴリリンク */
.cate_ink {
	text-decoration: underline;
}
.link_frame .list {
	margin-bottom: 10px;
	text-align: left;
}
.contents_frame img {
	margin: 5px;
	float: right;
}
