@charset "utf-8";

/*
TASHIBU GOFUKUTEN
TOPICS UPDATE
*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	vertical-align: bottom;
}

#informationBox {
	margin: 1em auto;
	width:740px;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}
#informationBox h2 {
	margin-bottom: 12px;
}
#informationBox #upDateTopics {
	display: inline;
	float: left;
	width: 500px;
}
#informationBox #upDateTopics dl {
	height: 200px;
	overflow: auto;
	background-color: #ffffff;
	background-image: url(back_topics.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
	padding-top:1em;
}
#informationBox #upDateTopics dl dt {
	padding: 0.3em 0 0;
	float: left;
	width: 140px;
	text-indent: 1.5em;
}
#informationBox #upDateTopics dl dd {
	margin: 0 0 0.5em;
	padding: 0.3em 0.5em 0.3em 140px;
	border-bottom: 1px solid #EDE8DC;
	letter-spacing: 2px;
}
#informationBox #upDateTopics dl dd div {
	display: inline-block;
}

#informationBox #upDateTopics dl dd div p {

}

#informationBox #upDateTopics dl dd div dl {
	margin-bottom: 0.5em;
	height: auto;
	overflow: hidden;
	background-image: none;
}
#informationBox #upDateTopics dl dd div dl dt {
	padding: 0;
	width: 6em;
	text-indent: 0;
}
#informationBox #upDateTopics dl dd div dl dd {
	margin-bottom: 0.3em;
	padding: 0 0 0 6em;
	border-bottom: 1px dashed #EDE8DC;
}

#informationBox #topBanner {}
#informationBox #topBanner p {
	text-align: right;
}
