﻿/* CSS レイアウト */
#masthead {
}
#top_nav {
}
#page_content {
}
#footer {
	background: #0033CC; 
	color: white;
	padding:0.6em;
	text-align: center;
}
#footer a:link{
	color: white;
}
#footer a:visited {
  color: white;
}

img { max-width: 100%; }
p img { max-width: 100%; }
