@charset "UTF-8";
/* CSS Document */

/*ボタン*/
div.note_yellow .button {
	background-color: #1895da;
	 width:90%; margin:0 auto; border:solid 1px #fff;
}

.button:hover {
	background-color: #59b1eb;
}

.note_yellow p.button a:link { color:#fff; }
.note_yellow p.button a:visited { color:#fff; }
.note_yellow p.button a:hover { color:#ccc; }

