body {
	color: #000000;
	background-color: #FFFFFF;
}

a {
	text-decoration: underline;
	color: #0000FF;
}
/*リンク未表示　青色・下線*/

a:visited {
	color: #800080;
}
/*リンク表示済み　紫色*/

/*2007年4月 重要なお知らせ用*/

.oshirase01 { 
     margin-bottom:10px; 
	 background: #FDE9D2; 
	 border:#FF6600 solid 1px; 
	 padding:6px;
	 text-align:center;
	 }

.oshirase02 { 
     background: #FDE9D2; 
	 border:#FF6600 solid 1px; 
	 padding:3px;
	 text-align:center;
	 margin:10px 5px 10px;
	 }