body{
	font-size:1em;
	line-height:1em;
	background-color:#DDDDDD;
}


#mainContent{
	width:100%;
	min-width:950px;
	max-width:950px;
	margin:0 auto;

}

/***************************
 * Main title Block
 ***************************/
#titleHrader{
	width:100%;
	height:50px;
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	color:#666666;
	margin-bottom:3px;

	/*background-color:#00cccc;*/
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(221,221,221,1) 75%, rgba(165,165,165,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(75%,rgba(221,221,221,1)), color-stop(100%,rgba(165,165,165,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 75%,rgba(165,165,165,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 75%,rgba(165,165,165,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 75%,rgba(165,165,165,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 75%,rgba(165,165,165,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a5a5a5',GradientType=0 ); /* IE6-9 */
}

#titleHrader h1{
	font-size:22px;
	font-weight:bold;
	line-height:50px;
	padding-left:1em;
	/*-moz-text-shadow:2px 2px 3px #000000;
	-webkit-text-shadow:2px 2px 3px #000000;
	text-shadow:2px 2px 3px #000000;*/
}

#titleHrader p{
	font-size:14px;
	line-height:50px;
	display:inline-block;
	position:absolute;
	top:0;
	right:1em;
}

/***************************
 * Left Block
 ***************************/

/*Video Eria*/
#videoMonitor{
	display:block;
	width:640px;
	height:360px;
	overflow:hidden;
	background-color:#000000;
	float:left;
}

/*Banner Eria*/
#bannerBlock{
	width:640px;
	height:100px;
	text-align:center;
	padding:10px;
}

#bannerBlock img{
	width:100%;
	height:auto;
}

/***************************
 * Navi Block
 ***************************/
#naviBlock{
	width:310px;
	/*height:360px;*/
	background-color:#CCCCCC;
	padding-left:5px;
}

ul#videoList{
	height:300px;
	height:360px;
}
ul#videoList > li > p{
	width:auto;
}


ul#videoList > li{
	background: rgb(243,248,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(243,248,255,1) 0%, rgba(202,232,236,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,248,255,1)), color-stop(100%,rgba(202,232,236,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(243,248,255,1) 0%,rgba(202,232,236,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(243,248,255,1) 0%,rgba(202,232,236,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(243,248,255,1) 0%,rgba(202,232,236,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(243,248,255,1) 0%,rgba(202,232,236,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f8ff', endColorstr='#cae8ec',GradientType=0 ); /* IE6-9 */
}


/***************************
 * Copyright Block
 ***************************/
#copyBlock{
	width:310px;
	height:100px;
	overflow:hidden;
	font-size:14px;
	float:right;
	padding:5px;
}

#copyBlock > dl {
	padding:10px;
	height:100px;

	/* border-radius */
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;

	/* box-shadow */
	box-shadow:rgba(204, 204, 204, 0.8) 0px 0px 2px 3px;
	-webkit-box-shadow:rgba(204, 204, 204, 0.8) 0px 0px 2px 3px;
	-moz-box-shadow:rgba(204, 204, 204, 0.8) 0px 0px 2px 3px;

	background-color:#FFFFFF;
}

#copyBlock > dl > dt{
	clear:both;
	float:left;
	width:6em;
	margin-top:0.5em;
}


#copyBlock > dl > dd{
	margin-top:0.5em;
	margin-left:6em;
}

/**************************************
スマホ用
**************************************/

@media screen and (max-width: 640px) {
	#mainContent{
		/*max-width:640px;*/
		min-width:auto;
	}

	#titleHrader{
		height:auto;
		padding:5px 5px 10px;
	}

	#titleHrader h1{
		font-size:1.5em;
		font-weight:bold;
		line-height:100%;
		padding-left:0;
	}

	#titleHrader p{
		font-size:1em;
		line-height:100%;
		display:block;
		position:relative;
		text-align:right;
		padding:5px;
	}


	#videoMonitor{
		width:100%;
		height:auto;
		min-height:180px;
		margin-top:0;
		float:none;
	}
	#videoMonitor > iframe{
		width:100%;
		height:auto;
		min-height:180px;
	}

	#bannerBlock{
		width:100%;
		height:auto;
		padding:0;
		margin-top:5px;
	}

	#naviBlock{
		width:100%;
		height:auto;
		min-height:360px;
		padding-left:0;
	}

	ul#videoList{
		width:100%;
		height:auto;
	}

	ul#videoList > li > p{
		font-size:1em;
		width:auto;
	}

	#copyBlock{
		width:100%;
		float:none;
	}

}


