/* structure */
#flash {
	width: 742px;
	height: 252px;
	margin-bottom: 8px;
}
#top-buttons {
	width: 260px;
	float: left;
}
#top-copy {
	width: 300px;
	float: left;
}
#top-daihyakka {
	width: 182px;
	float: left;
	background: url(../images/top/daihyakka_bg.gif) repeat-y;
}
/* texts */
p {
	font-size: small;
	line-height: 1.4em;
	margin-bottom: 0.4em;
}
.topic {
	font-size: small;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 0.2em;
}

/* left column */
#top-buttons img {
	display: block;
	margin-bottom: 3px;
}

/* center column */
#top-copy h1 {
	margin-bottom: 3px
}
#top-copy p {
	padding-right: 19px;
}
#whatsnew {
	width: 281px;
	background: url(../images/whatsnew_line.gif) no-repeat top;
	padding-top: 4px;
}
#whatsnew .topic {
	color: #ff0000;
}
#whatsnew ul {
	list-style: none;
	padding: 0 0 7px 1px;
	background: url(../images/whatsnew_line.gif) no-repeat bottom;
}
#whatsnew li {
	font-size: small;
	line-height: 1em;
}

/* right column */
#top-daihyakka h2 {
	margin-bottom: 5px;
}
#top-daihyakka p {
	padding: 0 10px;
}
#top-daihyakka .topic {
	padding-left: 10px;
}
#top-daihyakka ul {
	list-style: disc outide;
	padding: 0 0 10px 28px;
	background: url(../images/top/daihyakka_bottom.gif) no-repeat bottom;
}
#top-daihyakka li {
	font-size: 70%;
	line-height: 1em;
	margin-bottom: 0.2em;
	color: #7f7f7f;
}




