/*-------------------------更新情報ボックスの指定*/
#infomation,
#address{
	overflow: auto;
	position: relative;
	width: 430px;
	margin: 20px auto 10px 0px;
	line-height: 1em;
	padding-top: 0.5em;
	border: 1px solid #00aaff;
}
#infomation{
	height: 10em;
	width: 484px;
	padding-left: 50px;
	background-image : url(../image/bg_news.gif);
	background-repeat: no-repeat;
	background-position: 10px 2.5em;
/*	background-color: #ffffd5;*/
}
#address{
	padding-left: 20px;
}
#infomation dt{
	line-height: 1em;
	top: 2em;
}
#infomation dd{
	position: relative;
	margin-left: 8em;
	top: -1.25em;
	line-height: 1.5em;
}
#address dt{
	font-size: 120%;
	font-weight: bold;
	margin-top: 0.5em;
}
#address dd{
	margin-left: 4em;
	line-height: 1.5em;
}

/*-------------------------画像の影の指定*/
.top_image{
	position: relative;
	left: 50px;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 484px;
	border: 2px #00aaff solid;
}

p{
	padding: 0 25px .5em 25px;
	line-height: 1.5em;
}