/******* 基本設定 *******/

body{
line-height: 150%;
background-color: #00f0f0; /* 全体の背景色 */
margin-right:auto;
margin-left:auto;

/* background-image: ../illust/background.gif; 全体の背景画像 */
}

/******* ヘッダ *******/

#header {
}

/******* 内容 *******/

#content a:link {
	color:white;
}

#content a:visited {
	color:pink;
}

#content a:active {
	color:red;
}

#content a.menu2:hover {
	background-color:pink;
	}

#content a.menu2:link {
	color:white;
	}

#content a.menu2:visited {
	color:white;
	}

#conten a.menu2:active {
	color:red;
	}

/******* フッタ *******/

#footer {
text-align: center;
margin-right:auto;
margin-left:auto;
}
