/* デフォルトフォントサイズ*/
* {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}
body {
  color: #333333;
  background: #c1e4e9;
  margin: 0;
  padding: 0;
}

strong {
	font-weight: bold;
}

/*リンクスタイル*/
a:link{
	color: #009;
	text-decoration: underline;
}
a:visited{
	color: #009;
	text-decoration: underline;
}
a:hover,a:active{
	color: #f30;
	text-decoration:none;
}

/*全サイズ・デザイン指定*/
#copyright{
	font-size: 80%;
	color:#000066;
	padding:5px;}

/* 音声読み上げブラウザの為のメニュー読み飛ばしリンク用 */
/* 20070227 追記 */
.hide {
	position:	absolute;
	top:	0px;
	left:	-512px;
	width:	256px;
}

