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

body{
font-family:"メイリオ","ＭＳＰゴシック",
Osaka,sans-serif;
color:#000000;
margin: 30 0 30 100px;
padding 0px;
width:820px;
background-position:top center;
letter-spacing: 0.1em;
}

h1{
font-family: Arial, Helvetica, sans-serif;
font-size:100%;
font-weight:lighter;
margin:0 0 0 0px;
text-decoration: none;
text-align:center;
background-color:#ffffff;
height:13px;
}

h2{
color:#000000;
font-size:60%;
border-left:6px solid #000000;
padding-left:5px;
margin-top:40px;
margin-bottom:0px;
}

h3{
font-family: Arial, Helvetica, sans-serif;
font-size:100%;
font-weight:lighter;
margin:15 0 10 10px;
padding:5 0 0 30px;
text-decoration: none;
text-align:left;
height:30px;
border-bottom:dotted 3px #32CD32;
}

h4{
color:#666666;
font-size:80%;
padding-left:4px;
margin-left:100px;
margin-top:0.5em;
margin-bottom:0px;
border-left:solid 10px #666666;
}

h5{
color:#666666;
font-size:80%;
padding-left:4px;
margin-left:130px;
margin-top:0.5em;
margin-bottom:0px;
font-weight:normal;
}


li{
font-size:100%;
padding-left:5px;
color:#0000cd;
}

p{
font-size:72%;
margin:10 0 0 30;
line-height:200%;
}

img {
border:none;
}

a img {
border-style: none;
}


address{
width:820px;
font-style:normal;
text-align:center;
background-color:#ffffff;
font-size:10px;
height:15px;
letter-spacing:2px;
color:#32CD32;
}
