@charset "UTF-8";
#link
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6ACDD2;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6ACDD2;
}
#linkspace {
	margin-left: 20px;
	margin-right: 10px;
}

#link .guide_title{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6ACDD2;
	padding-top: 30px;
	padding-bottom: 5px;
}


#link .square {
	float: left;
	padding-top: 2px;
}
#link .crosshead {
	float: left;
	display: block;
	font-weight: bold;
	font-size: 120%;
	line-height: 1em;
	padding-left: 5px;
}
.linkArea {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	clear: both;
	padding-bottom: 20px;
}
#linkspace .linkArea li{
	line-height: 2em;
	padding-top: 20px;
	list-style-type: disc;
	margin-left: 10px;
}
#linkspace .linkArea li a{
	padding-left: 20px;
	color: #0789AC;
	display: inline;
}
#linkspace .linkArea li .title {
	padding-left: 0px;
	text-decoration: none;
	font-size: 120%;
}
#linkspace .linkArea li a:hover {
	padding-left: 0px;
	color: #0789AC;
	text-decoration: underline;
}
#linkspace .sub {
	padding-top: 10px;
	font-weight: bold;
	font-size: 110%;
	margin-left: -5px;
	margin-bottom: -15px;
}
#linkspace li.inn  {
	margin-left: 30px;
	list-style-image: none;
	list-style-type: circle;
}
