@charset "Shift_JIS";/* ■ページ構造 */body {	font-size: small;	color: #000000;}body {  margin: 0;  padding: 0;  text-align: center;}#wrapper {  width: 960px;  margin: 0 auto;  text-align: left;}#menu {  width: 240px;  float: left;}#sub {  width: 320px;  float: right;}#main {  margin-left: 240px;  margin-right: 320px;}#footer {  clear: both;}/* ■その他 */body {  line-height: 1.5;}p {  padding: 0.5em;  margin: 0;}#header {  color: #000;  background: #fff;}#menu, #sub {  color: #000;  background: #fff;}#main {  color: #000;  background: #fff;}#footer {  color: #000;  background: #fff;}em {  font-style: normal;  font-weight: bold;  color: #000;  background: transparent;}h1 {	font-style: italic;	font-size: small;        font-family: "ＭＳ ゴシック",Osaka,sans-serif;}h2 {	font-style: normal;	font-size: small;	font-weight: bold;        font-family: "ＭＳ ゴシック",Osaka,sans-serif;}