@charset "utf-8";

/* PC用*/

body {
	background-color:#DDD;
	margin:0;
	padding:0;}
img {
    border-style:none;
}
#container {
	width:740px;
	height:auto;
	margin:0 auto;
	margin-top:10px;
	padding:5;
	background-color:#FFF;
	border:1px solid #AAA;
	}
#header	{
	width:95%;
	margin-left:20px;
	margin-bottom:5px;
	background-color:#DDD;
}
#header	p{
	margin-left:20px;
}
#title1{
	margin-top:5px;
	text-align:center;
	width:740px;

}
#content	{
	padding-top:15px;
	align:center;
	margin-left:20px;
	margin-bottom:10px;
	width:700px;
	height:450px;
	background-image:url('img/tv1.png');
	background-repeat:no-repeat;
	}

#main_link {
	width:96%;
	height:auto;
	margin:0 auto;
	text-align:center;
}

#ie{ color:white;
	text-align:center;
	}
#ie a{
	color:white;
	text-decoration:none;
	}
/*リンク*/
#link {
	height:60px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
	}
/*フッター*/
#footer {
	text-align:right;
	border-top:1px solid #787878;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
}
#footer p{
	font-size:12px;
	}
@media only screen and (max-width:599px)
	{
body {
	background-color:#DDD;
	margin:0;
	padding:0;}
	#container	{
			width:100%;
			height:auto;
			margin:0 auto;
			background-color:#FFF;
			border:1px solid #AAA;
			}
	#title1{
			margin-top:5px;
			text-align:center;
			width:100%;
			}
	#title1 img{
			width:100%;
			}
	#content	{
			border:1px solid #AAA;
			text-align:center;
			margin-top:-15px;
			margin-left:5px;
			margin-right:5px;
			margin-bottom:5px;
			width:96%;
			height:auto;
			background-color:#FFF;
			background-image:none;
			}
	#main_link video {
		margin-top:-10px;
		width:100%;
		height:auto;
	}

	#main_link object{
		visibility: hidden; 
}
#footer p{
	font-size:10px;
	}
}