@charset "utf-8";
/* CSS Document */

#link
{
	width: 850px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	color: #333;
}

#link h2
{
	width: 720px;
	height: auto;
	margin: 0 auto;
	border-bottom: 1px solid #aaa;
	padding-bottom: 3px;
}

#link h2 {
	font-size: 120%;
	padding-top: 10px;
	width: 580px;
	margin-left: 90px;
	margin-bottom: 20px;
	border-bottom: 1px solid #bbb;
}
#link p {
	margin: 0 90px 10px 90px;
	background-color: #ddd;
	line-height: 180%;
	padding-left: 5px;
	border-bottom: 1px dotted #aaa;
	border-top: 1px dotted #aaa;
	clear: both;
	background-repeat: no-repeat;
	background-position: right top;
}
#link p.okyaku {
	background-color: #fff;
	border: none;
	clear: both;
	border-bottom: 1px dotted #aaa;
}
#link #sekisui {
	background-image: url(../images/link/sky.jpg);
}
#link #coffee {
	background-image: url(../images/link/coffee.jpg);
}
#link span {
	color: #CC0033;
	margin-right: 5px;
}
#link dl {
	margin: 0 100px 20px 100px;
}
#link dt {
	float: left;
	width: 220px;
	line-height: 220%;
	clear: both;
}
#link dd {
	line-height: 220%;
	border-bottom: 1px dotted #ccc;
}
#link #dl-bottom {
	margin-bottom: 100px;
}
#link a {
	color: #555;
}
#link a:hover {
	color: #CC0033;
}
