﻿body{
	background-attachment: fixed;
	background-color: #F1F1ED;
	margin: 0;
	font-family: "メイリオ",Verdana, Arial, sans-serif;
	font-size: 75%;
	line-height: 134%;
	color: rgb(102, 102, 102);
}
#base {
    padding: 0px;
    width: 992px;
    height: 16px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
a:link								/*-- ハイパーリンク先であることを示すための属性 --*/
{
	color: rgb(102, 102, 102);
	text-decoration: none;
}
a:visited							/*-- ハイパーリンク先への訪問が履歴にある場合の属性 --*/
{
	color: rgb(102, 102, 102);
	text-decoration: none;
} 
a:hover								/*-- マウスがリンク上にある時の属性 --*/
{
	color:black;
	background-color:#DEDEDE;
}
a:active 							/*-- ハイパーリンクがアクティブ(現在のフォーカス位置)な時の属性 --*/
{
	color: green;
	text-decoration: none;
}

