@charset 'UTF-8'; 
/* test-border
border: 1px solid #F00 !important;
/* -- */
 
/* extra.css */ 
 
div#page 
{
	width: 960px;
}
	 
div#head h1 
{
	width: 480px;
}
 
div#menu 
{
	width: 942px; /* 960px = 942+8*2+1*2 */
}
 	
div#contents /* wrapper */ 
{
	width: 828px;
}
	 
div#extra 
{
	display: block;

	width: 132px;
	float: right;

	text-align: center;
}
   
