@charset "UTF-8";

#title_img{
	background-image: url(../../images/link_title.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 430px;
	height: 40px;
	margin-bottom: 10px;
	display: block;
}
.link1{
	background-image: url(../../images/link_subtitle1.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 299px;
	height: 42px;
	display: block;
}
.link2{
	background-image: url(../../images/link_subtitle2.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 299px;
	height: 52px;
	display: block;
}
dt{
font-weight: bolder;

}
dd{
	line-height: 140%;
	padding: 5px;
	margin-left: 15px;
	text-indent: 2%;
}
.list{
	margin: 0.7em;
	padding: 10px;
	background-color: #FFF6E8;
	border: 1px dashed Silver;
	display: block;
	width: 90%;
}