@charset "UTF-8";

div#flash {
	text-align:	center;
}

div#comment {
	margin:	2em 0;
}

h2 {
	text-align:	center;
	font-size: xx-large;
	color: #c00;
}

div#comment p {
	margin: 0 auto;
	width:	500px;
}

div#index_news {
	position:	relative;
	top:		0;
	left:		0;
	min-height:		300px;
	margin:		10px 0;
}

div#index_news h2 {
	padding:	6px;
	font-size:	16px;
}

div#index_news dl {
	margin:	0 auto;
	width:	500px;
	font-size:	small;
}

/*
div#index_news div#whats_new
,div#index_news div#blog_update {
	border:		1px dashed #000;
	width:		420px;
	height:		280px;
}

div#index_news div#whats_new {
	position:	absolute;
	top:	0;
	left:	20px;
}

div#index_news div#blog_update {
	position:	absolute;
	top:		0;
	left:		456px;
}

div#index_news div#whats_new dl
,div#index_news div#blog_update ul {
	overflow:	scroll;
	margin:		0;
	padding:	0;
	width:		420px;
	height:		250px;
}
*/

