@charset "UTF-8";
/* CSS Document */

body {
}
#link {
	height: auto;
	width: 700px;
	position: relative;
	z-index: 1;
	margin: 100px 50px 50px;
}
#art {
	width: auto;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}
#art-left {
	height: 200px;
	width: 200px;
	float: left;
	display: block;
	border-right: thin solid #003399;
	font-size: 24px;
}
#art-right {
	width: 400px;
	float: right;
	display: block;
}
#art-right a {
}
#other {
	height: auto;
	width: auto;
	background: #999999;
	clear: both;
	display: block;
}
#other-left {
	height: 200px;
	width: 200px;
	float: left;
	display: block;
	border-right: thin solid #003399;
	font-size: 24px;
}
#other-right {
	float: right;
	height: auto;
	width: 400px;
	display: block;
}
#link a {
	color: #303E5C;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.5em;
}
#link dt {
	font-size: 16px;
}
#link dd {
	font-size: 0.8em;
	margin-left: 12px;
	color: #003366;
	margin-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.5em;
}
