﻿body {
background-color: #f5f5f5;  
color: #330000; /*←文字色*/
}

h1 {font-family: "Times New Roman", Times, serif; 
font-size: 150%;  
text-align:left; 

margin-bottom:5px;
background-color: #ffffff;
height: 75px;
}


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倍*/
}


p{font-family: "font-family: serif;
font-size:80%;  
line-height:150%
height:300px;
}

/*↓画像の回り込みと余白、罫線を指定する部分*/
p img { float: left; /*←画像は文章の左に*/
margin-right: 2px; /*←画像の右余白を5px*/
border: solid 1px #ffffff; /*←画像の回りの罫線の指定*/
}

a{color:bleu ;
text-decoration:none;
}


.box60{border:solid 1px #cccccc;
margin-top:5px;
margin-bottom:5px;
margin-left:90px;
background-color: #ffffff;
width:580px;
line-height: 160%; 
font-size:14px ; color:black;
text-align:left;
padding:10px;
}

.box62{border:solid 1px #ffffff;
margin-top:5px;
margin-left:120px;
background-color: #ffffff;
width:320px;
line-height: 160%; 
font-size:14px ; color:black;
text-align:center;
}

.contents{
font-family: serif; 
border:solid 1px #999999;
background-color: #ffffff; 
width:750px;
margin:auto;
text-align:left;
}

.space{
clear: both;
}

address { font-family: "Times New Roman", Times, serif; /*← フォント*/
font-size: 80%;  /*←文字サイズ80%*/ 
font-style: normal; 
text-align:center; /*←中央揃えの指定*/
border-top: dashed 1px #663300;  /*←上に罫線*/
padding-top: 5px; /*←テキストボックスの上側*/
margin-top: 15px; /*←テキストボックスの外の上側*/
clear:both;
}

a{
display:block;
text-decoration:none;
}