#Wrapper {
  width: 1200px; background-color: #fff; 
  margin: 0 auto; -webkit-box-shadow: 0px 3px 3px #555555; box-shadow: 0px 3px 3px #555555; -moz-box-shadow: 0px 3px 3px #555555;
}

p { margin: 0; }

body { 
  background-color: #F5FBFE; 
  font-size: 14px; font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Arial,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

header { text-align: center; }
#site_name { color: #E9546A; padding: 4px; margin-bottom: 4px; }
#header_logo { margin-top: 12px; }

a:link,
a:active,
a:visited{
	color: #00A5E3;
	text-transform: none;
	text-decoration: none;
	outline: none;
}

a:hover {
  color: #FF0000;
  text-decoration: underline;
}