@charset 'utf-8';
@import url("/about/common/about.css");
@import url("/common/csr/elements_headline.css");

/*----------------------------------------------------------
	http://www.omron.co.jp/
	About > CSR

	Build:2008.06.05
----------------------------------------------------------*/

/*-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 #mainbody dl.voice,
html>body .banners{
	overflow:hidden;
}
#mainbody dl.voice:after,
.banners:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}
#mainbody dl.voice,
.banners{
	_height:1%;
}



/*--------------------------------------
	第7階層以下の本文アンカーリンク用
--------------------------------------*/

p.Anchor-pageTitle{
	font-size:16px;
	padding:0 4px 4px;
	border-bottom:2px solid #e5e5e5;
	font-weight:600;
}
p.Anchor-contents-navi{
	margin:6px 2px 10px;
	font-size:95%;
}


/*--------------------------------------
	第三者コメント
--------------------------------------*/
#main .commentWriter strong{
	color: #3983B9;
	font-weight:bold;
}

#main h4.comment-read{
	background: url(/common/img/border_dot_gray_dark.gif) left bottom repeat-x;
	margin-bottom: 10px;
	padding: 5px 0;
	font-size: 100%;
	color: #3983B9;
}


/*--------------------------------------
	editorilalpolicy
--------------------------------------*/

.tableSet-edipolicy01{
	border:2px solid #999999;
}
.tableSet-edipolicy01 th{
	vertical-align:top;
	background:#BBD5EC;
	border-bottom:1px solid #7E9DB9;
	border-left:1px solid #7E9DB9;
	padding:4px 10px 2px;
	vertical-align:middle;
}
.tableSet-edipolicy01 td{
	border-left:1px solid #7E9DB9;
	padding:4px 6px 2px 4px;
	vertical-align:top;
	text-align:left;
}
.tableSet-edipolicy01 td.tableSet-edipolicy-topLine{
	border-top:1px solid #CCCCCC;
	padding:6px 6px 6px 4px;
}

.collar-Blue{
	color:#003366;
}
.collar-Red{
	color:#CC0000;
}
.collar-Gray{
	color:#333333;
}
.collar-Cobalt{
	color:#333399;
}



/*--------------------------------------
	Banners
--------------------------------------*/
.banners{
	margin-bottom:15px;
}
.banners li.odd{
	float:left;
}
.banners li.even{
	float:right;
}


/*--------------------------------------
	Images
--------------------------------------*/
#mainbody .images dt{
	margin-bottom:5px;
	font-weight:bold;
	color:#999999;
}




/*--------------------------------------
	voice
--------------------------------------*/
#mainbody dl.voice {
	background:url(img/voice_bg_top.gif) center top no-repeat;
	padding:20px 20px 0;
}
#mainbody dl.voice dt{
	float:left;
	padding-right:15px;
}
#mainbody dl.voice dd.name{
}
#mainbody dl.voice dd.name strong{
	display:block;
	margin-bottom:5px;
	color:#3983B9;
}
#mainbody dl.voice dd.note{
	clear:both;
	padding-top:10px;
}
#mainbody dl.voice dd.note p{
	margin-right:0;
	margin-left:0;
}


/*--------------------------------------
	Jump Performance Data
--------------------------------------*/
#mainbody .jump-performance{
	margin-bottom:15px;
}
#mainbody .jump-performance a{
	background:url(/common/img/icons/arrow_blue.gif) left center no-repeat;
	padding-left:10px;
}


/*--------------------------------------
	Topics Navi
--------------------------------------*/
#topics_navi,
#business_navi {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 84%;
}

#topics_navi a.active,
#business_navi a.active {
	color: #999999;
	text-decoration: none;
	cursor: default;
}


/*--------------------------------------
	Graph & Table Title
--------------------------------------*/

#main .tb_head,
#main .graph_head,
#main .image_head {
	background-image: none;
	border-bottom-style: none;
	border-left: 4px solid #959595;
	margin-bottom:10px;
	padding: 0 0 0 8px;
	color: #333333;
	font-size:100%;
	font-weight: bold;
	line-height: normal;
}

/*--------------------------------------
	photo layout
--------------------------------------*/

.contents_left {
	float: left;
	width: 384px;
}

.contents_right {
	float: right;
	width: 181px;
}


@media print {
.contents_left {
	padding-bottom: 1em;
}

.contents_right {
	padding-bottom: 1em;
}
}


/*--------------------------------------
	contents navi
--------------------------------------*/

p.contents_navi {
	margin-top: 0px;
	margin-bottom: 25px;
}


/*--------------------------------------
	margin
--------------------------------------*/

.mb1em {
	margin-bottom: 1em;
}


/*--------------------------------------
	sup & sub
--------------------------------------*/

sup{  
	position: relative;  
	bottom: 0.3em;  
	vertical-align: baseline;  
}  

sub{  
	position: relative;  
	bottom: 0;  
	vertical-align: baseline;  
}  

/*--------------------------------------
	clear
--------------------------------------*/

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/*--------------------------------------
	float
--------------------------------------*/
.box_right {float:right;}
.box_left  {float:left; width:460px;}


/*--------------------------------------
	Table Styles
--------------------------------------*/
table.basic{
	width:100%;
	border-top:2px solid #cccccc;
	border-left:2px solid #cccccc;
	_border-top:1px solid #cccccc;
	_border-left:1px solid #cccccc;
	margin-bottom:5px;
}
*+html table.basic{
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}
table.basic tr.tablehead th{
	text-align:center;vertical-align:middle;
}
table.basic th,
table.basic td{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:5px;
	vertical-align:top;
	
}
table.basic tr.even{
	background:#F9F9F9;
}
table.basic th{
	background:#eeeeee;
	text-align:left;
}



/*--------------------------------------
	Table Styles20091125追加
--------------------------------------*/
table.eco_basic{
	width:60%;
	border-top:2px solid #cccccc;
	border-left:2px solid #cccccc;
	_border-top:1px solid #cccccc;
	_border-left:1px solid #cccccc;
	margin-bottom:5px;
}
*+html table.eco_basic{
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}
table.eco_basic tr.tablehead th{
	text-align:center;vertical-align:middle;
}
table.eco_basic th,
table.eco_basic td{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:5px;
	vertical-align:top;
	text-align:right;
	
}
table.eco_basic tr.even{
	background:#F9F9F9;
}
table.eco_basic th{
	background:#eeeeee;
	text-align:left;
}


/*ここまで追加*/

/*--------------------------------------
	Table Styles20100325追加
--------------------------------------*/
table.csr2009_basic{
	width:40%;
	border-top:2px solid #cccccc;
	border-left:2px solid #cccccc;
	_border-top:1px solid #cccccc;
	_border-left:1px solid #cccccc;
	margin-bottom:5px;
	background:#eeeeee;
}
*+html table.csr2009_basic{
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}
table.csr2009_basic tr.tablehead th{
	text-align:center;vertical-align:middle;
}
table.csr2009_basic tr,
table.csr2009_basic td{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:5px;
	vertical-align:top;
	text-align:right;
	
}
table.csr2009_basic tr,
table.csr2009_basic td{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:5px;
	vertical-align:top;
	text-align:left;
	
}

table.csr2009_basic th{
	background:#eeeeee;
	text-align:left;
}


/*ここまで追加*/



/*--------------------------------------
	Clearfix
--------------------------------------*/
html>body dl.titles{
	overflow:hidden;
}
dl.titles:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}
dl.titles{
	_height:1%;
}


/*--------------------------------------
	Headline
--------------------------------------*/
.headline dl.titles dt{
	float:left;
	font-weight:bold;
	color:#555555;
}
.headline dl.titles{
	background:url(/common/img/main/headline_title_bg.gif) left top no-repeat #f2f2f2;
	margin-bottom:2px;padding:5px;
}
.headline dl.titles dd{
	padding-top:2px;
	text-align:right;
	font-size:78%;
	color:#555555;
}

.headlinelist {
	width:100%;
	margin-bottom:15px;
	border-top:2px solid #BEC4CD;
	border-bottom:2px solid #BEC4CD;
}
.headlinelist th{
	width:8em;
	text-align:left;
}
.headlinelist td img{
	display:block;
	float:left;
	width:65px;
	margin-right:5px;padding-top:3px;
}
.headlinelist td p{
	padding-left:70px;
}
.headlinelist th,
.headlinelist td{
	background:url(/common/img/border_dot_gray_dark.gif) left bottom repeat-x;
	padding:5px 0;
	vertical-align:top;
}
.headlinelist tr.linebottom th,
.headlinelist tr.linebottom td{
	background:none;
}

.box1 {float:left;}
.box2 {float:right;}

.indexbnr .box1 ul {
	margin-left:20px;}

.indexbnr .box1 ul li{
	padding-left:8px;
	background: url(/common/img/icons/arrow_blue.gif) left center no-repeat;}

ul.links {
	margin-top:10px;}
	
ul.links li {
	display:inline;
	padding-left:8px;
	background: url(/common/img/icons/arrow_blue.gif) left center no-repeat;}

.mt30 {margin-top:30px;}
.mt5  {margin-top:5px!important;}
.mb10 {margin-bottom:10px!important;}
.mr10 {margin-right:10px!important;}
.ml10 {margin-left:10px!important;}
.ml20 {margin-left:20px!important;}
