@charset "utf-8";
/* CSS Document */

body{
    background-color:#7fffd4;
	text-align:center;
	margin:auto;
	padding:auto;
}

#wrapper{
    background-color:#FFFFFF;
	width:781px;
	height:1050px;
}

h1{
  　font-size:21px;
    color:#0000cc;
  }

img{
   border:0px;
   }

h3{
	font-size:17px;
    color:#660000;
	text-align:left;
	margin:10px;
  }

.conbox{
   float:left;
   width:230px;
   height:350px;
   margin:8px;
   text-align:center;
   }
   
.t-box{
   margin-bottom:10px;
   }
   
.imgbox{
   margin-bottom:6px;
   }
   
.textbox{
   font-size:14px;
   font-weight:bold;
   color:#990000;
}

   
   
