@charset "UTF-8";/* CSS Document */body {		margin: 0px;	padding: 0px;	text-align: center;}body,td,th {	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;	font-size: 12px;	color: #666666;	line-height: 2em;}/* スクロールバー無いページにも表示 */html{overflow-y: scroll;}/* 画面縦いっぱい用最親要素であるhtmlと、bodyからheightを指定 */html,body {	height:100%;}/* 点線 */hr {	border: none;	height: 1px;	color: #FFFFFF; /* サイト背景と同じ色を推奨 */	margin: 0606;	background-image: url(../img/hr_line.jpg);	background-repeat: repeat;	background-position: 50% 0;}/* ロールオーバー */body {	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;}a img {    -webkit-transition: 0.3s ease-in-out;       -moz-transition: 0.3s ease-in-out;         -o-transition: 0.3s ease-in-out;            transition: 0.3s ease-in-out;}a:hover img {    opacity: 0.7;    filter: alpha(opacity=80);}