@charset "utf-8";
/* CSS Document */
/* RESET */
*{
	margin:0;
	padding:0;
}
/*** 映像制作ページ ***/

p{font-size:12px;}
/* トップバナー　他共通の設定はtemp_subpageにあります */
div#box_contents h3{background:url(../img/video/top00.jpg) no-repeat;}

/* 各サブタイトルバー */
div#box_biz02ex h4#stitle_bar{background:url(../img/video/bar_biz02ex.jpg) no-repeat;}
div#box_biz02price h4#stitle_bar{background:url(../img/video/bar_biz02price.jpg) no-repeat;}
div#box_biz02ppt h4#stitle_bar{background:url(../img/video/bar_biz02ppt.jpg) no-repeat;}

/* 分野紹介 creative.cssへ移動*/

/* サンプルビデオ　*/
div#sample_mv{
	width:300px;
	height:285px;
	padding:10px 15px;
	background:#333333;
	float:left;
}

/* サンプルビデオ(PPT)　*/
div#sample_pmv{
	width:280px;
	height:295px;
	display:block;
	padding:0px 15px;
	margin-right:20px;
	background:#333333;
	float:left;
}

/** 白文字 **/
p#txt_white{color:#FFFFFF;}
