@charset "utf-8";
/* CSS Document */

html{
	position:relative;
	height:100%;
}

body{
		/*background-image: url(../img/2020kinga60-2.jpg);*/
		background-repeat: repeat-y;
		background-position: right;
		background-attachment: scroll;
		background-color: #FFF;
		background-size: 60px auto;
}

body > p:nth-child(1),
body > p:nth-child(2){
	display:none;
}

/*body > table:nth-child(5){
	position:absolute;
	bottom:0;
}*/

a img {
border:none;
}.awase th {
	line-height: 2em;
	background-color: #D7E99E;
	
}
.awase td {
	text-align: center;
	background-color: #FFFFFF;
	
}

.awase {
	background-color:#999999;
	font-size: 12px;
	}
ul.btn {
	padding: 0;
	margin: 0;
	overflow: hidden;
	_zoom: 1;
}

ul.btn li {
	list-style: none;
	float: left;
	width: 300px;
	margin-bottom:15px;
	padding-right: 20px;
}
ul.btn li:nth-child(even) {
	padding-right: 0;
} a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}