

.header{/*ページ上部*/
  width:450px;
  height:50px;
}

.content {/*白囲みページ*/
  width: 470px;
  height:800px; 
  background: #eee;
  padding: 1.6rem;
  line-height: 1.8rem;

  display: flex;
  justify-content: center;
  align-items: center;
}

.box{/*ページ内部*/
  width: 400px;
  height:600px; 
  background: #eee;
  border-left: 2px solid #aaa;
  padding: 1.6rem;
  line-height: 1.8rem;

  display: flex;
  justify-content: center;
  align-items: center;
}

.footer{/*ページ下部*/
	color:#fff;
　width: 450px;
  height:50px;
	padding-right:20px;
}


.address {
 text-align:right;
 white-space: nowrap;
}

.naname{
  width: 200px;
  height:500px; 
	font-weight:bold;
	font-style:italic;
  border-right: 1px solid #aaa;
  display: flex;
  align-items: center;

 white-space: nowrap;

}

.page{/*右側の大き目の場所*/
  width:300px;
  height:500px;
 text-align:right;
}

a:link,a:visited {
    color:#000;
    font-style:normal;
    text-decoration:underline;
}

a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}

a.b1	{
	font-weight:bold;
	font-style:italic;

#ba_i	{
	width:400px;
	height:100px;
}