﻿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;
}

.box28{
background-color: #ffffff;
border:solid 1px #cccccc;
width:300px;
margin-left:20px;
font-size:12px ; 
line-height: 130%;
text-align:center;
}

.box35{
background-color: #ffffff;
width:750px;
font-size:20px ; color:#cc0066;
text-align:center;
}

.box36{
float:left;
font-size:12px ;
text-align:center; 
background-color: #ffffff;
border:solid 1px #cccccc;
width:125px;
height: 27px;
margin:auto;
padding:5px;
}


.box40{
background-color: #ffffff;
float:left;
width:240px;
border:solid 1px #ffffff;
border-left:solid 10px #666699;
line-height: 130%;
margin-top:5px;
margin-left:20px;
font-size:12px ; color:black;
text-align:left;
padding-left:2px;
}

.box41{
background-color: #ffffff;
float:left;
width:240px;
border:solid 1px #ffffff;
line-height: 130%;
margin-top:5px;
margin-left:20px;
font-size:11px ; color:black;
text-align:left;
}


.box56{
float:left;
font-size:12px;
text-align:center; 
background-color: #ffffff;
border:solid 1px #ffffff;
width:220px;
margin-left:22px;
}

.box57{
background-color: #ccccff;
float:left;
width:240px;
height: 15px;
border:solid 1px #cccccc;
line-height: 130%;
margin-top:2px;
margin-left:20px;
font-size:14px; color:red;
text-align:center;
}

.box58{
background-color: #ffffff;
float:left;
width:240px;
border:solid 1px #ffffff;
line-height: 130%;
margin-top:2px;
margin-left:20px;
font-size:12px ; color:black;
text-align:center;
}

.box60{border:solid 1px #cccccc;
margin-top:25px;
margin-bottom:20px;
margin-left:105px;
background-color: #ffffff;
width:570px;
line-height: 130%; 
font-size:12px ; color:#666666;
text-align:center;
}

.box61{border:solid 1px #ffffff;
margin:auto;
margin-top:8px;
background-color: #ffffff;
width:430px;
line-height: 130%; 
font-size:12px ; color:black;
text-align:left;
}

.box62{border:solid 1px #ffffff;
margin:auto;
margin-top:8px;
background-color: #ffffff;
width:230px;
line-height: 130%; 
font-size:12px ; color:black;
text-align:center;
}

.box63{border:solid 1px #ffffff;
margin:auto;
margin-top:8px;
background-color: #ffffff;
width:330px;
line-height: 130%; 
font-size:12px ; color:black;
text-align:left;
}

.box64{
width:110px;
margin-bottom:7px;
text-align:left;
border:solid 1px #ffffff;
font-size:11px; color:#666666; 
}

.box65{
width:160px;
margin-bottom:7px;
margin-top:8px;
text-align:center;
background-color: #ccccff;
border:solid 1px #ffffff;
font-size:12px ; color:#666666; 
padding-top:3px;
padding-bottom:3px;
}

.box66{
width:120px;
margin-bottom:7px;
margin-top:8px;
text-align:center;
background-color: #cccccc;
border:solid 1px #ffffff;
font-size:12px ; color:#3366ff; 
padding-top:3px;
padding-bottom:3px;
}
.contents{
font-family: serif; 
border:solid 1px #999999;
background-color: #ffffff; 
width:750px;
margin:auto;
text-align:left;
}


.main{
border:solid 1px #ffffff;
float:right;
margin-right:5px;
background-color: #ffffff;
width:540px;
line-height: 130%; 
font-size:12px ; color:#666666;
text-align:left;
}

.side{
width:190px;
margin-left:5px;
margin-top:5px;
text-align:center;
border:solid 1px #999999;
font-size:12px ; color:#3366ff;
}

.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;
}