.menuLineDouble {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:5px 0;
	border-color: #80CEDD;
	border-style:solid;
	background:#029EBC;
	color:#EBF7FA;
	line-height:140%;
	font-weight:bold;
	text-align:center;
}

.a{
  padding: 10px; 
  border-color: #80CEDD; 
	border-width: 0 0 1px 7px;
  border-style: solid;
	}



/*フィルム黒-----------------*/

.filmblack{
	background:#000;
	color:#fff;
	font-size:26pt;
	width:100%;
	border-top:11px dashed #fff;
	border-bottom:11px dashed #fff;
	box-shadow: 0 0 3px 8px #000;
	text-shadow: 0 0 5px;
	margin-left:10px;
	text-align:center
}

/*フィルム赤-----------------*/

.filmred{
	background:#FF0000;
	color:#fff;
	font-size:26pt;
	width:100%;
	border-top:11px dashed #fff;
	border-bottom:11px dashed #fff;
	box-shadow: 0 0 3px 8px #FF0000;
	text-shadow: 0 0 5px;
	margin-left:10px;
	text-align:center
}


/*吹き出し-----------------*/

.FukidashiBlue {
    position: relative;
    color: #fdfdfd;
    background: #029EBC;
    font-size: 16pt ;
    border: 3px solid #029EBC;
    margin: 10px 10px 23px 10px;
    padding: 10px 5px 10px 10px;
    border-radius: 3px;
    box-shadow:1px 3px 7px 0px  #666666 ;
}
.FukidashiBlue:after, .sample2:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.FukidashiBlue:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 10px solid #029EBC;
}
.FukidashiBlue:before {
    left: 37px; 
    border: 13px solid transparent;
    border-top: 13px solid #029EBC;
	}

/*吹き出し赤-----------------*/

.FukidashiRed {
    position: relative;
    color: #fdfdfd;
    background: #FF0000;
    font-size: 16pt ;
    border: 3px solid #FF0000;
    margin: 10px 10px 23px 10px;
    padding: 10px 5px 10px 10px;
    border-radius: 3px;
    box-shadow:1px 3px 7px 0px  #666666 ;
}
.FukidashiRed:after, .sample2:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.FukidashiRed:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 10px solid #FF0000;
}
.FukidashiRed:before {
    left: 37px; 
    border: 13px solid transparent;
    border-top: 13px solid #FF0000;
	}


/*ウルトラマン見出し-----------------*/

.ultraman {
    position: relative;
    color: #ffffff ;
    background: #FF0000;
    font-size: 16pt ;
    line-height: 1;
    margin: 20px -10px 20px -10px;
    padding: 10px 5px 10px 20px;
    box-shadow:1px 3px 7px 0px  #B40404 ;
    border-top:3px solid #ff6347;
}
.ultraman:after, sample2:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
.ultraman:after {
    left: 0;
    border-right: 5px solid #333;
}
.ultraman:before {
    right: 0;
    border-left: 5px solid #333;
}