@charset "utf-8";
/* CSS Document */

body {
	font-size: 13px;
	line-height: 125%;
	color: #999;
	margin: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 12px;
	font-weight: normal;
	color: #F90;
	margin-left: 10px;
	margin-top: 0px;
	height: 20px;
}

h2 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}


a:link {
	color: #00F;
	text-decoration: underline;
}
a:hover {
	color: #00F;
	text-decoration: underline;
}
a {
	color: #666;
}
img {
	vertical-align: bottom;
    border-style:none;
}
.clear {
	clear: both;
	height: 0px;
}
dd {
	margin: 0px;
	padding: 0px;
}
dt {
	margin: 0px;
	padding: 0px;
}
dl {
	margin: 0px;
	padding: 0px;
}
th {
	font-weight: normal;
	text-align: left;
}
.red {
	color: #F00;
}
.green {
	color: green;
}
.black {
	color: black;
}
.darkslategray {
	color: darkslategray;
}
.navy {
	color: navy;
}
.orangered {
	color: orangered;
}
.yellow {
	color: yellow;
}
.lime {
	color: lime;
}
.colorff9966 {
	color: #ff9966;
}
.colorffcc33 {
	color: #ffcc33;
}
.fuchsia {
	color: fuchsia;
}
.aqua {
	color: aqua;
}
.font10 {
	font-size: 12px;
}
.font11 {
	font-size: 11px;
}
.font12 {
	font-size: 12px;
}
/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
