/* CSS Document */ table { font-family: "MS Pゴシック", "Osaka"; font-size: 12px; } a:link { color: #0000FF; text-decoration: none; } a:visited { color: #0000FF; text-decoration: none; } a:hover { text-decoration: underline; color: #F00; } .unnamed1 { border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin; border-top-style: none; border-right-style: dotted; border-bottom-style: none; border-left-style: none; border-top-color: #3399CC; border-right-color: #3399CC; border-bottom-color: #3399CC; border-left-color: #3399CC; } h1 { font-size: 10pt; color:#000; text-align:center; width:750px; position: center; left: 0px; top: 0px; z-index:1; height: 5px; visibility: inherit; } #imageContainer { position:relative; margin:auto; width:798px; /*画像の横幅*/ height:286px; border:1px solid #fff; /*画像のまわりのボーダー*/ } #imageContainer img { display:none; position:absolute; top:0; left:0; }