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


body {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 10px;
	font-weight: normal;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: underline;
	background: #666;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #000;
}

a img {
	border: none;
}


.container {
	background: #FFF;
	overflow: auto;
	width: 95%;
	margin: 10px;
}  


.box {
	float: left;
	margin: 10px;
    }  

#infscr-loading { 
  text-align: center;
  z-index: 100;
  position: fixed;
  left: 45%;
  bottom: 40px;
  width: 200px;
  padding: 10px;
  background: #000; 
  opacity: 0.8;
  color: #FFF;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}


/* ------------------------------
 header
------------------------------ */

.header {
	margin: 20px;
	width: 95%;
}

.header img {
	vertical-align: -32%;
}

/* ------------------------------
 footer
------------------------------ */

.footer {
	width: 95%;
	border-top: 1px solid #999;
	margin: 20px;
	padding-top: 5px;
}
