/*背景・背景画像・色、マージン、フォント・文字サイズ・色設定*//*★背景配置・background-image:url(item/bg_capybara4.gif);*//*★下揃え・background-position:left bottom;*//*★リピ無・background-repeat:no-repeat;*//*★リピ有・background-repeat:repeat-y;*/body{background-image:url(header.png);background-position:center top;background-repeat:no-repeat;background-attachment: none;background-color:#FFFFFF;margin-top:150;margin-bottom:50;margin-right:50;margin-left:50;text-align: center;color:#000000;font-family:"Arial","Meiryo","Hiragino Kaku Gothic ProN","Osaka",sans-serif;}/*サイトタイトル*/.sitetitle{font-size:150%;font-weight:bold;color:#6633cc;}/*サイトサブタイトル*/.subtitle{font-size:120%;color:#999999;}/*メニュータイトル*/.menutitle{font-weight:bolder;color:#669933;}/*テーブル設定*/table,tr,td{font-size:100%;color:#000000;}/*フォント少し小さい*/.fontS{font-size:90%;}/*フォント小さい*/.fontSS{font-size:80%;}/*色文字設定*/.font{color:#333333;}/*赤文字・灰文字・白文字*/.fontR{color:#990000;}.fontG{color:#666666;}.fontGG{color:#999999;}.fontW{color:#FFFFFF;}/*太い赤文字*/.fontBR{color:#990000;font-weight:bolder;}/*さらに太い赤文字*/.fontBRL{color:#990000;font-weight:bolder;font-size:120%;}/*リンク設定*/a{color:#000000;text-decoration:solid;}a:link{color:#000000;}a:visited{color:#000000;}a:active{color:#000000;}a:hover{color:#999999;}/*メニューリンク設定*/.menu{color:#000000;text-decoration:none;}.menu:link{color:#000000;}.menu:visited{color:#000000;}.menu:active{color:#000000;}.menu:hover{color:#000000;}/*ライン色設定*/hr{color:#666666;}hr{border-color:#666666;}/*入力フォーム設定*/input,textarea,select,option{border-style:solid;border-width:1px;border-color:#000000;background-color:#FFFFFF;font-size:100%;color:#000000;}/* 上に戻るボタン */.pagetop {	color: #fff;	background-color: rgba(0,0,0,0.3);	text-decoration: none;	display: none;	position: fixed;	bottom: 1rem;	right: 1rem;	font-size: 1.5rem;	width: 3.3rem;	height: 3.3rem;	line-height: 3.3rem;	border-radius: 3.3rem;	text-align: center;	cursor: pointer;}.pagetop:hover {	color: #fff !important;	background-color: #000;	text-decoration: none;}