.unnamed1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 11.5pt;
	font-style: normal;
	line-height: 15pt;
	font-weight: normal;
	color: #666666;
}
.unnamed2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: normal;
	color: #009933;
}


/* 07.リボン型の見出し（切りっぱなし） */
#heading07{
	position:relative;
	padding:10px;
	background:#88ccef;
	box-shadow:
		10px 0 0 0 #88ccef,
		-10px 0 0 0 #88ccef,
		0 3px 3px 0 rgba(0,0,0,0.1);
	font-family: "メイリオ";
	font-size: 18pt;
	font-style: normal;
	font-weight: normal;
	color: #000066;
}
#heading07:before{
	content:" ";
	position:absolute;
	top:100%;
	left:-10px;
	width:0;
	height:0;
	border-width:0 10px 10px 0;
	border-style:solid;
	border-color:transparent;
	border-right-color:#7bb8d8;
}
#heading07:after{
	content:" ";
	position:absolute;
	top:0px;
	left:100%;
	width:0;
	height:0;
	border-width:20px 10px;
	border-style:solid;
	border-color:#88ccef;
	border-right-color:transparent;
}

#heading08{
	position:relative;
	padding:10px;
	background:#88ccef;
	box-shadow:
		10px 0 0 0 #88ccef,
		-10px 0 0 0 #88ccef,
		0 3px 3px 0 rgba(0,0,0,0.1);
	font-family: "メイリオ";
	font-size: 18pt;
	font-style: normal;
	font-weight: normal;
	color: #000066;
		
}
#heading08:before{
	content:" ";
	position:absolute;
	top:-8px;
	left:-10px;
	width:120px;
	height:0;
	border-width:0 5px 8px 0;
	border-style:solid;
	border-color:transparent;
	border-bottom-color:#88ccef;
}
#heading08:after{
	content:" ";
	position:absolute;
	top:-10px;
	right:-10px;
	width:0;
	height:0;
	border-width:0 10px 10px 0;
	border-style:solid;
	border-color:transparent;
	border-bottom-color:#7bb8d8;
}

.unnamed23 {
	font-family: "メイリオ";
	font-size: 14px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.unnamed33 {
	font-family: "メイリオ";
	font-size: 14px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.unnamed24 {
	font-family: "メイリオ";
	font-size: 16px;
	line-height: 24px;
	margin: 10px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
.unnamed25 {font-family: "メイリオ"; font-size: 12px; color: #FF0000; }
.unnamed26 {color: #FF0000}
.unnamed28 {font-family: "メイリオ"; font-size: 11px; }


.heading01 {
  color: #e83d16 ;
  background: #fdf2ef;
  font-size: 16pt ;
  line-height: 1;
  margin:10px 0px;
  padding: 10px 5px 10px 5px;
    box-shadow:1px 3px 7px 0px #666666 ;
    border-top:3px solid #ff6347;
    border-bottom:3px solid #ff6347;
    border-radius: 0px ;
}

.heading02 {
color: #4a9dfb ;
  background: #d2f7fd;
  font-size: 16pt ;
  line-height: 1;
  margin:10px 0px;
  padding: 10px 5px 10px 5px;
    box-shadow:1px 3px 7px 0px #666666 ;
    border-top:3px solid #4a9dfb;
    border-bottom:3px solid #4a9dfb;
    border-radius: 0px ;
}