@charset "UTF-8";
/*大枠*/
body{
	background:#c8eff3;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	}

address{
    color:#704d3a;
	font-family:Arial, Helvetica, sans-serif;
    line-height:1.4;
	text-align:left;
	font-size:8pt;
	letter-spacing:1px;
	}
	h1,h2,h3,h4,h5,h6,p,th,td,li,dt,dd{
    color:#704d3a;
	font-family:Arial, Helvetica, sans-serif;
    line-height:1.4;
	text-align:center;
	font-size:8pt;
	}
	
a:link{
	text-decoration:none;
	}

.left{float:left;}
.right{float:right;}
.clear{clear:both;}

.center{text-align:center;}

img{
	border:0;
}

#container{
	width:586px;
	margin:53px auto 53px;
	position:relative;
	text-align:left;
	display:block;
	}
	
	
/*個別*/

#container #text-area{
	margin-bottom:30px;
	text-align:center;
}
#container #text-area h1{
	margin-bottom:56px;
}
#container #text-area h2{
	margin-bottom:37px;
}

#blog-area{
	display:inline;
	position:relative;
	width:356px;
	float:left;
	margin-left:100px;
	margin-right:130px;
	margin-bottom:24px;
	vertical-align:top;
	}
#blog-area #blog{
	position:relative;
	float:left;
	width:189px;
	height:97px;
	}
#blog-area #banner{
	position:relative;
	float:right;
	width:150px;
	height:89px;
	margin-top:13px;
	}
	
#footer{
	position:relative;
	float:left;
	width:586px;
	}