/* レイアウトする全体のブロック指定*/
#base {
width:900px;
margin:auto;
}
/*メニュー用テーブルのための指定*/
#menu{
width:900px;  
}
/*リンクの等間隔にするための指定*/
.wrapper1{
width:900px;
font-size:30px;
display: flex;
justify-content: space-between;
background-color:#;
}
.wrapper2{
width:900px;
display: flex;
justify-content: space-between;
padding-top:20px;
}
/*リンクの色の指定*/
a:link{color:#}
a:visited{color:#}
a:hover{color#}
a:active{color#}
/* これまでの指定をリセット*/
.clearBoth
{
clear: both;
}
/*枠作りのための指定*/
#box1{
width:900px;
display:block;
text-align:center;
}
#box2{
width:900px;
display:block;
}
.box3{
width:900px;
background-color:#cc3300;
height:10px;
margin-top:10px; 
display:block;
}

.box4{
width:900px;
background-color:#cc3300;
height:5px;
margin-top:4px; 
display:block;
}
.box5{
width:900px;
height: 100ps;
display:block;
padding-bottom:30px;
}
.box6{
width:900px;
display:block;
text-align: center;
}
.box7{
width:900px;
display:block;
text-align:right;
}
.box8{
width:900px;
display:block;
text-align:center;
margin-bottom:10px;
}
.box9{
width:900px;
display:block;
text-align:center;
}
.box10{
width:900px;
display:block;
margin-bottom:10px;
}


/* 画面の左側に配置するための指定*/
.left1{
width:500px; 
float:right;
}

/* 画面の右側に配置するための指定*/
.right1{
width:373px;
float:right;
}

/*テーブルの大きさを指定*/
th{
width:150px;
}
p1{
font-size:20px;
padding-bottom:10px;
padding: 0.5em;
/*文字周りの余白*/
color: #494949;
/*文字色*/
background: #fffaf4;
/*背景色*/
border-left: solid 5px #ffaf58;
/*左線（実線 太さ 色）*/
}
p2{
text-align: center;
display:block;
font-size:30px;
font-weight:bold;
margin-top:30px;
}
p3{
text-align: center;
display:block;
font-size:30px;
font-weight:bold;
margin-bottom:30px;
margin-top:30px;
}
p4{
font-size:20px;
padding-top:30px;
color:#00bfff;
font-weight:bold;
}
p5{
text-align: center;
}
