@charset "shift_jis";

body{
	color:#000;
	background:#eef;	/* カラー1 */
}

/* リンク関係 */
a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{text-decoration:underline;}
a[name]:hover{text-decoration:none;}
a:active{
	text-decoration:none;
}



/* ページタイトル */
h1{
	color:#006;	/* カラー2 */
	font-size:1.8em;
	text-align:center;
	margin:1em 0;
	padding:0;
}



/* 最下部移動用リンク */
#move{
	text-align:center;
	border-top:1px solid #666;
	margin:1em 5%;
	padding:1em;
}

#move a{
	font-weight:bold;
}
