﻿/* CSS レイアウト */
body {
	max-width: 1200px;
	background-image: url(o8b.gif);
	font-family: 　"メイリオ", meiryo, "ヒラギノ角ゴシック", sans-serif;
	font-size: 16px;
	color: #222222;
}
.kiji {
	margin-top: 0px;
	padding-top: 0px;
}
.kiji b {
	color: #0000FF;
	font-weight: bold;
}

#topbutton {position: fixed; bottom: 18px; right: 18px; display: none;
   background-color: #ff00cc; opacity: 0.75; border-radius: 16px; text-align: center; 
      font-size: 120%;  font-weight: bold; margin: 0px;  padding: 2px;  width: 4em; }
#topbutton a { color: white;  text-decoration: none; }
#topbutton a:hover {color: #000000; text-decoration: underline; 
}
