@charset "utf-8";
@import url("sp_flame.css");
/* CSS Document */
@media screen and (min-width: 800px) {

body {
	margin: 0px;
	padding: 0px;
	width: 720px;
}
img {
	border-style: none;
}
h1 {
	margin: 5px 0 0 5px;
	padding-bottom:5px;
	font-weight: bold;
	color: #0066CC;
	font-size: 16px;
	line-height:120%;
}
table {
	width: 720px;
	background-color: #666666;
	font-size: 13px;
	font-color: #333333;
}
table th {
	background: #E2F4FF;

}
table td {
	background-color: #FFFFFF;

}
td.center {
	text-align: center;
}

a. {
	text-decoration:none;  
}

a:link, a:visited{
	color:#277CC4;
	text-decoration:underline;
	}
	
a:hover, a:active{
	color:#F1970D;
	text-decoration:underline;
}
.td1{
    background: #E2F4FF;
	font-weight:bold;
}
.junior{
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin: 0px;
	padding: 120px 0 0 0;
	width: 720px;
	text-align: center;
	font-size: 15pt;
}
.button a{
	text-decoration: none;
	font-size: 18px;
	color: #000;
	padding: 9px 20px;
	background: -moz-linear-gradient(
		top,
		#f098bf 0%,
		#ffc2c7 45%,
		#f06392);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#f098bf),
		color-stop(0.45, #ffc2c7),
		to(#f06392));
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #de548b;
}

}