﻿body {
background-color: ffffff;  
color: #330000; /*←文字色*/
}

h2 {font-family: "Georgia", Times, serif,; 
font-size:10px;  /*←フォントサイズ（相対指定）*/
margin: 0px;  /*←マージン*/
height:90px;
}

h3 {font-family: serif;
font-size:90%;  
color: gray; 
text-align:right; /*←揃えの指定*/
margin: 1em 0px;  /*←上下1文字分空き、左右の余白なし*/
}

h4
{font-family: serif;
font-size: 90%;  /*←文字サイズ*/color:orange; /*←文字色*/
text-align:center; 
line-height: 100%; 
margin-right:10px;
background-color: #ffffcc; 
border:solid 1px #999999;
padding: 10px;
clear:both;
}


h5
{font-family: serif;
font-size: 100%;  /*←文字サイズ*/color: #ffffff; /*←文字色*/
text-align:center; 
width:300;
height:30;
line-height: 120%; 
margin-top:30px;
margin-right:250px;
background-color: #ff6666;  
padding:5px;
text-align:center; 
clear:both;
}


h6
{font-family: "font-family: serif;
border:solid 1px #0000cc;  /*←罫線*/height: 100px;
background-color: #ffffff;  /*←背景色*/
font-size: 120%;  /*←文字サイズ*/color: #330000; /*←文字色*/
text-align:left; /*←左揃えの指定*/
line-height: 120%; /*←行間を文字の1.5倍*/
}

h7 {font-family: serif;
font-size:90%;  
color: #330000; 
text-align:left; /*←揃えの指定*/
margin: 1em 0px;  /*←上下1文字分空き、左右の余白なし*/
}



p{font-family: "font-family: serif;
font-size:80%;  
line-height:150%
height:300px;
}

address { font-family: "Times New Roman", Times, serif; /*← フォント*/
font-size: 80%;  /*←文字サイズ80%*/ 
font-style: normal; 
text-align:center; /*←中央揃えの指定*/

padding-top: 5px; /*←テキストボックスの上側*/
margin-top: 15px; /*←テキストボックスの外の上側*/
clear:both;
}

/*↓画像の回り込みと余白、罫線を指定する部分*/
p img { float: left; /*←画像は文章の左に*/
margin-right: 2px; /*←画像の右余白を5px*/
border: solid 1px #ffffff; /*←画像の回りの罫線の指定*/
}


a{color:bleu ;
text-decoration:none;
}

h2 a {color: #ffffff;
}

