body{
	background:#fff;
	paddin:0;
	margin: 0;
	border: 0;
	line-height: 1.5em;
	width:100%;
	height:100%;
	min-width:640px
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;	color:#333;
}

.wrap {
	overflow: hidden;
}

img {
	border: 0;
}

ul, li {
	list-style: none;
}

a:link{
	color:#fff;
	text-decoration:none;
}

a:visited{
	color:#fff;
	text-decoration:none;
}

a:hover{
	color:#ff6600;
	text-decoration:none;
}

.hidden{
	display:none;
	font-size:0px;
	text-indent:-9999px;
}


#programContents{
	width:100%;
	margin:0;
}

#programContents h1{
	display:none;
	font-size:0px;
	text-indent:-9999px;
}

#programContents h3{
	display:none;
	font-size:0px;
	text-indent:-9999px;
}

#programContents h4{
	display:none;
	font-size:0px;
	text-indent:-9999px;
}

#programContents .clear{
	clear:both;
}

