﻿@charset "UTF-8";
table#smp1 {
	width:300px;
	margin:2em 0;
	border-top: 1px solid #fff;   /*table要素の「上」ボーダー*/
	border-left: 1px solid #fff;  /*table要素の「左」ボーダー*/
	border-spacing:0;  /*セル同士の間隔*/
        }
table#smp1 tr td {  /*「,」で区切って複数のセレクタを指定しています*/
	border-bottom:1px solid #fff; /*セルの「下」ボーダー*/
	border-right: 1px solid #fff; /*セルの「右」ボーダー*/
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく*/
        font-size: 12px;
        color: blue;
	}
p#p1 {
        text-align: center;
       }
p#p2 {
        text-align: center;
       }
p#p3 {
        text-align: center;
        font-size:10px;
        color: black;
       } 
p#p4 {
        text-align: center;
        font-size:10px;
        color: black;
       } 
p#p5 {
        text-align: center;
        font-size:10px;
        color: black;
       } 
p#p6 {
        text-align: center;
        font-size:10px;
        color: black;
       } 
p#p7 {
        text-align: center;
        font-size:10px;
        color: black;
       } 









p#p3 {
        text-align: center;
        font-size:10px;
        color: black;
       } 








p {
        text-align: center;
       }
p {
        text-align: left;
       }


