/*ページの基本デザイン用css*/
body{
color: #666666;
background-color:#00d3df;
}

.contents{
background-image:url(../images/tophead_kuro.jpg);
background-position:top center;
background-repeat:no-repeat;
background-color:#ffffff;
border:solid 1px #666666;
width:800px;
margin:auto;
}


h1 {
font-family: "MS　P明朝","平成明朝",serif;
font-size: 30px;
font-style:italic;
margin:200px 10px 10px 10px;
color:#ffffff;
}

h2{
font-family: "MS　P明朝","平成明朝",serif;
font-size:200%;
color:#333333;
margin:1em 10px;
}

h3{
font-size:120%;
color:#FFFFFF;
margin:1em 10px;
background-color:#85A4ff;
border-top: dotted  1px #AD466D;
border-bottom: dotted 1px #AD466D;
text-align:center;
}

h4{
color:#AA456B;
font-family: "MS　Pゴシック",Osaka,Sans-Serif;
font-size: 120%;
margin: 10px;
}

h4 a{
color:#e27712;
border-bottom:solid 1px #AA456B;}

h5{
color:#666666;
font-family: "MS　P明朝","平成明朝",serif;
font-size:100%;
text-align: center;
}


ul{
font-size:80%;
}

li{
list-style-type:none;
border-bottom:1px dotted #AA456B;
line-height:20px;
margin: 0px;
}



p{
font-family: "MS　Pゴシック",Osaka,Sans-Serif;
font-size:12pt;
line-height :160%;
margin:10px;
}


p img{
float:left;
margin-right: 5px;
margin-bottom:15px;
border : solid 1px #666666;
}


a {
color: #AD466D;
text-decoration: none;
}

p a{
border-bottom:1px dotted #AA456B;}

h1 a {
color: #ffffff;
}


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

h6 {
font-style:none;
font-size:70%;
}
h6 a{
color:#CCCCCC;
}

h7{
font-family: "MS　Pゴシック",Osaka,Sans-Serif;
font-size: 9pt;
color:#660066;
margin: 20px;
font-style: bold;
}

div.veryimportant{
background-color:#eedbb3;
color:#666666;
font-size:90%;
width:500px;
heigh:auto;
padding: 5px;
border: dotted  1px #AD466D;
}



