﻿* {
	padding: 0px;
	margin: 0px;
} 

* {
	font-family: "ＭＳ　ゴシック","メイリオ",sans-serif;
}

body {
	background-color: #ffffaa;
}

#toptitle {
	padding-left: 35px;
	background-color: #000000;
	color: #ffffff;
	width: 100%;
	white-space: nowrap;
	aposition: fixed;
	atop: 0;
	aleft: 0;
}

#h2title {
	font-family: "メイリオ";
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	background-color: #ff6600;
	color: #ffffff;
}

#h3title {
	font-family: "メイリオ";
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	background-color: #ff6600;
	color: #ffffff;
	white-space: nowrap;
	width: 100%;
}

.winner {
	float: center;
	padding-top: 50px;
	white-space: nowrap;
}

.date {
	font-size: 13px;
	text-align: right;
}

#namebox {
	height: 240px;
	aborder-style: solid;
	aborder-size: "2";
}

.contents {
	font-family: "メイリオ";
	font-size: 13px;
	color: #330000;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 20px;
	line-height: 1.5
}

h1 {
	font-family: "メイリオ";
	font-size: 24px;
	font-weight: 600;
}
.blink {
  animation: soft-blink 1.5s ease-in-out infinite;
}

@keyframes soft-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.0; }
}
