	
	/*----------------------------------------------------+
	|
	|		ページ単位での適用部分
	|
	-----------------------------------------------------*/
	td.t01td{
		padding:1px 0px 2px 32px;
	}
	td.t02td{
		padding:1px 0px 2px 24px;
	}
	
	/*----------------------------------------------------+
	|
	|		以下、デフォルト適用部分
	|
	-----------------------------------------------------*/
	
	#headdiv{
		position:relative;
		width:100%;
		height:60px;
		margin:0px;
		top:0px;
		left:0px;
		border-bottom:1px solid #888;
		background-repeat:repeat-x;
		background-image:url(../img/headt.gif);
		
	}
	
	#head_title{
		position:absolute;
		width:100%;
		height:80px;
		margin:0px;
		top:0px;
		left:0px;
		
		background-repeat:no-repeat;
		background-image:url(../img/headt.gif);
	}
	
	
	#maindiv{
		position:relative;
		width:100%;
		margin:0px;
		padding:0px;
	}
	
	#headnavi{
		position:absolute;
		top:40px;
		left:42px;
		
		font-size:80%;
	}
	
	#headline{
		position:absolute;
		top:12px;
		left:160px;
		font-weight:900;
		font-size:24px;
		color:#228
	}
	
	/*----------------------------------------------------+
	|
	|		以下、一般適用
	|
	-----------------------------------------------------*/
	
	img.{
		border:none;
	}
	
	
	
	