@charset "Shift_JIS"; 
 
#header:before { 
	content:"茨城NPOセンター・コモンズのページです。ここから見出しが始まります。";
}
 
#header:after { 
	content:"見出しは以上で終わりです。";
}
 
#container:before { 
	content:"ここから本文です。";
}
 
#header kbd.access:before,#footer kbd.access:before { 
	content:"次の文字はアクセスキーです。";
}
 
#container:after { 
	content:"本文は以上で終わりです。";
}
 
#footer:before { 
	content:"ここからフッタです。";
}
 
#footer:after { 
	content:"フッタが終了しました。ページは以上で終わりです。";
}
 
.alt_handheld { 
	display:none;
}
 	
