@charset "utf-8";
/* CSS Document */


div#video_body_header{
	background-image:url(../images/video_body_header.png);
	width:950px;
	height:68px;
}
div#video_body_content{
	background-repeat : repeat-y;
	background-image:url(../images/video_body.png);
	padding-left:20px;
}

div#the_work_portfolio_menu{
	width:850px;
	height:200px;
	padding: 0.5em 1em;
	margin-left:1em;
	margin-right:1em;
	margin-bottom:2em;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #f4f3f1;
    border: solid 3px #000000;/*線*/
    border-radius: 10px;/*角の丸み*/
	
}
div#the_work_portfolio_menu p {
    margin: 0; 
    padding: 0;
}

div#video_body_footer{
	background-image:url(../images/video_body_footer.png);
	width:950px;
	height:93px;
}




div.video_body_content_line{
	margin-bottom:5%;
	margin-left:5%;
	width:850px;
	height:500px;
	
}
div.video_body_content_column{
	margin-right:10px;
	float:left;
	width:260px;
	height:;
	
}

div#video_body_header h2{
	font-size:20px;
	padding-top:10px;
	text-align: center;
}








img.siz{
	width:200px;
}