@charset 'utf-8';
@import url("/about/common/about.css");
@import url("/common/css/elements_pageanchor.css");

/*----------------------------------------------------------
	http://www.omron.com/
	About > corporait >History

----------------------------------------------------------*/

/*-Modify Record-----------------------*/


/*======================================
	Color Glossary
	
	OMRON Blue=>#0055C4(border,link,etc)
	Black=>#333333(text color)
	Gray1=>#555555(header,footer,bread,etc)
	Sky Blue=>#3983B9(Copy)
	Sky Blue 2=>#6DA5CD(Sub Copy)
	Pale Blue=>#EAEFF4(Background)
	Pale Blue 2=>#
======================================*/
/*--------------------------------------
	Clearfix
--------------------------------------*/
html>body .column dl{
	overflow:hidden;
}
.column dl:after{
	content:"";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}
.column dl{
	_height:1%;
}



/*--------------------------------------
	Column
--------------------------------------*/
.column .sectbody {
	margin:0 15px;
	background:url(img/column_bg.gif) center top no-repeat;
}
.column dl{
	background:url(img/column_bg_btm.gif) center bottom no-repeat;
	margin-bottom:1em;padding:50px 15px 1em;
}
.column dt{
	background:url(/common/img/border_dot_gray_dark.gif) left bottom repeat-x;
	margin-bottom:5px;padding-bottom:5px;
	font-weight:bold;
	color:#6DA5CD;
}
.column dd{
	padding-bottom:1em;
}
.column{
	
}






