/* SCREEN VERSION *//* link style */a:link	{ color:#ff0000; text-decoration:none; }a:visited	{ text-decoration:none; }a:hover	{ color:#ff7f50; text-decoration:underline}a:active	{ color:#0069d6; text-decoration:none; }a:hover img { border-width:0px; border-style:inset; border-color:darkblue;    position: relative; top: 1px; right: -1px;	 }		/* groove ridge inset outset *//* 書式設定 */body {	margin: 0px;	padding: 20px 20px 20px 20px;	font-family: 'Tempus Sans ITC','arial','Orange LET','Footlight MT Light';	font-size: 14px;	line-height: 22px;	color: #ccffff;	background: #020054 url(../../imgs/bgs/bg_pt820.png);/* background position これと、直後のテキスト幅指定がとってもミソショーユ。*/	background-attachment: fixed; 	background-repeat: repeat-y;	background-position: 770px ;		}/* TEXT */.txt_base{width:100%;}/* class */.bg_masc {background: #020054 url();}.bg_deeper {background: url(../../imgs/bgs/bg_deeper.png);}.center {text-align: center;}.left {text-align: left;}.right {text-align: right;}.strong { color: #000066; background: #ebffff; padding: 0.1em 0.5em;}.font12 {font-size:12px;line-height:18px;text-align:left;color:#333333}/* TABLE */table.center{margin-right:auto;margin-left:auto; }/* TD */.leftspace{width:11px}/* ボタン変化 */td.btn { background: url(../../btns/deco_button2.gif); width: 77px; height: 22px; text-align: center;}a.btn { text-decoration: none; color: #000099; font-weight: bold; font-size: 16px; }a.btn:hover { text-decoration:none; color: #ff0099; font-size: 18px; }/* IMG */img{border:0px}