@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}
 
a:link{
color:#006400;
}
 
a:hover{
color:#556b2f;
}
 
a:visited{
color:#006400;
 }
 
a img{
border:0;
}
 
.clear{clear:both;
}

img.bg {
/* Set rules to fill background */
min-height: 100%;  
min-width: 1024px;
/* Set up proportionate scaling */
width: 100%;
height: auto;
/* Set up positioning */
position: fixed;
/* またはabsolute; */
top: 0;
left: 0;
}
@media screen and (max-width: 1024px){
img.bg {
left: 50%;
margin-left: -512px;
}
}

#kuriz{width:750px;
       margin:150px auto 0 auto;
       border:1px #ffffff solid;
       height:480px;
	   position:relative;
}

h1{color:#ffffff;
font-weight:bold;
  width:750px;
  text-align:center;
  background-color:#8fbc8f;
  font-size:16px;
}

h2{
	font-size:14px;
}

.kuriztop{width:750px;
          text-align:center;
          padding:30px 0;
}

.kurizsite{
	width:750px;
}
			
.kurizsite li{float:left;
              list-style:none;
	          text-align:center;
	          padding:10px 10px 0 10px;
			  font-size:14px;
		}
		
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}



