@charset "Shift_JIS";
/**************************************
*
*	about page Structure Style Sheet
*	Last Update 2011-01-07
*
**************************************/
/*- Page Bottom -------*/
#footArea{
	margin-top:30px;
}

/* Title */
#contentArea h1{
	margin:10px 10px 15px 10px;
}
/* Sidenavi H1 Title Margin Off */
#contentArea #sideColomn h1,
#contentArea #mainColomn h1.mainTitle{
	margin:0;
}
#contentArea h3{
	margin:10px;
}

/*------------------------------------
	newsList
------------------------------------*/
#contentArea dl.newsList{
	margin:0 10px 20px 23px;
}
#contentArea dl.newsList dt{
	width:8em;
	padding-left:10px;
	background:url(/tecfiles/css/img/arrow_gray01.png) no-repeat left 6px;
}
#contentArea dl.newsList dd{
	margin-left: 8em;
}







