/* レイアウトする全体のブロック指定*/
#base {
width:900px;
margin:auto;
}
/*メニュー用テーブルのための指定*/
#menu{
width:900px;  
}
/*h1に対するレイアウト*/
h1{
font-size:30px;
text-align: center;
display:block;
}
/*リンクの等間隔にするための指定*/
.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;
}
#box2{
width:900px;
}
.box3{
width:900px;
display:block;
text-align:center;
margin-top:20px;
}
.box4{
width:900px;
text-align:center;
margin-top:40p;
}
.box5{
width:900px;
display:block;
padding-bottom:30px; 
}
/* 画面の左側に配置するための指定*/
#left1{
width:400px; 
float:left;
}
#left11{
width:400px; 
float:left;
margin-top:10px;
}
#left2{
width:600px; 
float:left;
}
#left3{
width:900px; 
text-align:center;
float:left;
}
/* 画面の右側に配置するための指定*/
#right1{
width:400px;
float:right;
}
#right11{
width:400px;
float:right;
margin-top:10px;
}
#right2{
width:1200px;
float:right;
}
/*p1に対するレイアウト*/
p1{
font-size:40px; 
}
/*p2に対するレイアウト*/
p2{
text-align: center;
display:block;
font-size:30px;
font-weight:bold;
margin-top:20px;
}
/*p3に対するレイアウト*/
p3{
font-size:15px;
font-weight:bold;
}
/*p4に対するレイアウト*/
p4{
font-size:20px;
font-weight:bold;
}
p21{
font-size:30px;
font-weight:bold;
padding-bottom:10px;
}
/*テーブルの大きさを指定*/
th{
width:150px;
}
.font_test {
/* 文字サイズ指定 */
font-size: 30px;
/* 文字色指定 */
color: #FF8856;     
}
