@charset "utf-8";

/*=============== 関連リンクタイトル ===============*/
.linkTitle {
	float: right;
	width: 816px;
	margin-bottom: 20px;
	background: url(../images/links_title.jpg) no-repeat;
	height: 31px;
}

.linkTitle p {
	font-size: 125%;
	line-height: 100%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 6px;
	padding-left: 20px;
	letter-spacing: 0.2em;
}

/*=============== 本文 ===============*/
.linkBodyArea {
	width: 716px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	margin-left: 64px;
}

/*=== 本文 ===*/
.linkBodyArea .linkText {
	width: 656px;
	text-align: left;
	background: #EDF0F1;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.linkText .category {
	padding: 10px;
	border: 1px dotted #999999;
	margin-bottom: 20px;
	background-color: #EDF0F1;
}

.category p {
	font-size: 90%;
	line-height: 100%;
	padding-top: 8px;
	padding-bottom: 4px;
}

.category h2 {
	font-size: 120%;
	line-height: 110%;
	font-weight: bold;
	color: #009999;
	margin-bottom: 8px;
	width: 536px;
	margin-top: 8px;
	padding-top: 8px;
}

.category h3 {
	border-top: 1px dotted #999999;
	clear: both;
	font-size: 105%;
	line-height: 130%;
	color: #535353;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 4px;
}
.category h3 a,
.category h3 a:visited {
	color: #0000CC;
	text-decoration: none;
}

.category h3 a:hover {
	text-decoration: underline;
}
/*=============== ページトップ ===============*/
.pageTop {
	width: 716px;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
}

.pageTop p {
	font-size: 90%;
	line-height: 100%;
}

.pageTop a,
.pageTop a:visited {
	line-height: 100%;
	color: #996600;
	text-decoration: none;
}


.pageTop a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/*=============== クリア ===============*/
.Clear {
	clear: both;
	width: 100%;
}
