@charset "shift_jis";

body {
 background-color:#FFFFFF;
 background-image:url("/prize/background_standard.png");
 text-align:center;
 color:#333333;
 font-size:small;
 font-family:osaka,MS PƒSƒVƒbƒN,arial,helvetica,sans-serif;
 }
a {
 color:#42ADFF;
 font-size:x-small;
 text-decoration:none;
 }
a:visited {
 color:#80BFFF;
 }
a:hover {
 color:#42ADFF;
 text-decoration:underline;
 }
div.ground {
 width:500px;
 margin-left:auto;
 margin-right:auto;
 padding:5px;
 background-color:#FFFFFF;
 border:solid 1px #EEEEEE;
 text-align:left;
 }
div.image {
 width:250px;
 height:333px;
 background-image:url("/prize/clip_standard.jpg");
 background-repeat:no-repeat;
 float:right;
 }
div.data {
 padding:5px;
 background-color:#EEEEEE;
 color:#666666;
 font-size:x-small;
 clear:both;
 }
h1 {
 margin-top:5px;
 margin-bottom:10px;
 border-top:solid 2px #B7B7DB;
 border-bottom:solid 2px #B7B7DB;
 font-size:small;
 }
h2 {
 margin:0;
 font-size:x-small;
 border-bottom:solid 1px #666666;
 }
p {
 margin:5px;
 vertical-align:middle;
 }
span {
 color:orange;
 }
strong {
 width:8em;
 margin-right:1em;
 padding-right:4px;
 border:solid 1px #666666;
 text-align:right;
 vertical-align:middle;
 font-weight:normal;
 white-space:nowrap;
 display:block;
 float:left;
 clear:both;
 }
img {
 border:none;
 vertical-align:middle;
 }
hr {
 color:#999999;
 height:1px;
 }
