@charset "utf-8";


/* 木村さん作成データ改変 */
	* {
		margin: 0;
		padding: 0;
		}
		
	
/* トップ・サブ画像 */	

	#titleimage {
		margin: 0 auto 0 auto ;
		width: 920px; height: 112px;
		background: url(../img/titleimage.png) no-repeat  ;
		}
	
	.subimage01{
		width: 680px; height: 120px;
		background: url(../img/subimage.png) no-repeat  ;
		}
		

/* コンテンツエリア指定 右カラム 見出し水色*/

	
	.text_area02 h3{
		font-size:16px;
		line-height:1.5;
		color: #06F;
		text-align: left;
		}
		
/* ラベルエンジンページのみ適用 */	

		#label{
			margin-left:100px;
		}
		
		

		
		
