@charset "UTF-8";

body{
	background-image: url("images/bg.gif");
	margin:0px;
	padding:0px;
   text-align:center;
	font:1.0rem meiryo;
	}
#wrap{
    position:relative;
    width:900px;
    margin:0px auto;
    padding:0px;
    text-align:left;
	}

.box1{
    width:900px;
	}

.boxl{
    width:500px;
    height:360px;
    float:left;
    padding:30px;
    background-color:#c0d0d3;
	font-weight: bold;
	}

.boxr{
    width:340px;
    height:420px;
    float:left;
    text-align:center;
    background-color:#c9d0d3;
	}

h1{
	font:2.4rem meiryo;
	color:blue;
	}
h2{
  font:1.9rem meiryo;
  background-color: #0000cd;
  color:#ffffff;
	}
