/*Page Layout*/#container {           text-align:center;margin:0px auto;          }#header{           padding:0 0 10px 0;           height:10%;           position:relative;           top: 30px;           }#content{          padding: 10% 0 0 0;          height:75%;          font-size:14px;}#footer{          padding:10px 0;          position:absolute;          bottom: 30px;          right:10%;}/*BODY全体に関する設定*/body {margin: 0 0 0 0;padding: 0 0 0 0;background: #FFFFFF url('HPtop01.jpg')  no-repeat center fixed;font-size:12px;font-family:Garamond, Verdana, Helvetica, Arial, sans-serif;color:#000000;line-height: 1.7em;word-wrap:break-word;}/*通常のリンクの設定*/a:link {color:#808080;text-decoration:none;}/*過去に見たことがあるページのリンクの設定*/a:visited{color:#808080;text-decoration:none;}/*アクティブ状態のリンクの設定*/a:active {color:#000000;text-decoration:none;}/*カーソルが合っている状態のリンクの設定*/a:hover {color:#000000;text-decoration:none;}