/*#ffd700 #ffe98d*/


/*全体ボックス*/
#container {
	width: 850px;
	margin: 40px auto 20px;
}


/*=============== コンテンツ（フロート対策に高さを設定してある） ===============*/
#contents {
	width: 750px;
	margin: 0 auto 20px;
	text-align: center;
}







#container a:link,#container a:visited {
	text-decoration: underline;
	color: blue;
	}
#container a:hover {
	text-decoration: none;
	color: blue;
}
#container a:active {
	text-decoration: underline;
	color: blue;
}

.red {
	color: #F00;
}
#container #contents img {
	margin: auto;
}
