/*色指定*/
a:link{
	color: black;/*青*/
}
a:visited{
	color: black;/*ピンク*/
}
header{
  	background-color: white;
}
hr, tr{
  	background-color: white;
}
.h{
	color: white;
}
.crown{
	background-size: 350% auto;
}
.crown h3{
	color: #00afcc;
}
body, .table-ul{
  	background-color: #00afcc;/*青*/
}
.table-ul li:hover{
	background-color:white;
}
.table-ul li:active{
	background-color:#00afcc;
}
footer{
  	background-color: white;
}
ul.link li {
	background-color: white;
}
.crown ul.link li {
	background-image: url(../images/stripe.bmp);
}
@media screen and (min-width: 800px){
body{
	background-image: url(../images/stripeB.bmp);
}
header, footer{
	background-image: url(../images/stripe.bmp);
}
.crown{
	background-size: 160% auto;
}
#headeropen, #footeropen{
	background-color: white;
}
#container{
	background-color: #00afcc;
}
}
