/* ページの基本デザイン用CSS */

body {

}

h1 {

}

h2 {

}



p,h2 {
line-height: 140%;
}

address {
font-family: arial,helvetica,sans-serif;
font-size: 80%;
font-style: normal;
text-align:center;

border-top: dotted 2px #000000;
padding-top: 5px;
margin-top: 15px;
}



