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

body   {
       background-color:#ffffff;
       color:#000000;
       text-align:center;
       }

h1     {
       font-family:font-family:"MSP明朝","細明朝体",serif;
       font-size:140%;
       font-style:italic;
       text-align:center;
       margin:0px;
       }

.col   {
       width:350px;
       padding:0px 20px;
       float:left;
       margin-left:15px
       }

#tenmei{ 
       font-family:"MSPゴシック",Osaka,sans-serif;
       font-size:100%;
       font-weight:bolder;
       text-align:center;
       margin:1em 0px;
       }

#tel   {
       font-size:120%;
       color:#ca0019;
       font-weight:bolder;
       }

.ariab {
       font-family:"Arial";
       }

.dotted{
       text-align:center;
       word-spacing:1.5em;
       border-top-style:dotted;
       border-bottom-style:dotted;
       border-left-style:dotted;
       border-right-style:dotted;
       border-color:#9933cc;
       padding:10px 10px;
       }

h2     {
       border-bottom-style:dotted;
       border-color:#9933cc;
       }

h3     { 
       font-family:"MSPゴシック",Osaka,sans-serif;
       color:#023017;
       text-align:left;
       font-weight:bolder;
       }

p      {
       font-size:70%;
       font-style:normal;
       background-color:ffff99;
       margin:0px 0px 0px 0px;
       color:#000000;
       padding:5px;
       }

address{
       font-family:"Times New Roman",Times,serif;
       color:#666666;
       font-size:80%;
       font-style:normal;
       text-align:center;
       paddind-top:5px;
       margin-top:15px;
       clear:both;
       }


a:link {
       color:#666666;
       text-decoration:none;
       }

a:hover{
       color:#ff3300;
       text-decoration:none;
       }

a:visited{
       text-decoration:none;
       }

.contents{
       background-color:#ffffff;
       border:solid 1px #cccccc;
       width:800px;
       margin:auto;
       text-align:left;
       }





