@charset "utf-8";

.corporate {
	background: #e1dee1 url(/common/img/epsonworld.jpg) no-repeat left top;
}

.community {
	background: #d29d4d url(/common/img/community_bg.jpg) no-repeat left top;
}

.tec {
	background: #8e662b url(/common/img/tec_bg.jpg) no-repeat left top;
}
.IR {
	background: #52612a url(/common/img/IR.jpg) no-repeat left top;
}
.top {
	background: #587286 url(/common/img/corp_top.jpg) no-repeat left top;
}


.semicon {
	background: #091746 url(/common/img/semicon_top.jpg) no-repeat left top;
}








.newsroom {
	background: #adbfe5 url(/common/img/newsroom.jpg) no-repeat left top;
}
.anniversary {
	background: #f2f2f2 url(/common/img/70th_bk.jpg) no-repeat left top;
}

.exceed {
	background: #cfd7da url(/common/img/exceed.jpg) no-repeat left top;
}

.eyv {
	background: #f2f2f2 url(/common/img/eyv.jpg) no-repeat left top;
}





.floatLeft { float:left }
.floatRight { float:right }

.clearfix { min-height: 1px; }
* html .clearfix { height: 1px; }


/* explore epson teasers */
ul.exploreTeaser {
	margin:0px 0 32px 25px;
}

ul.exploreTeaser li {
	width:280px;
	height:200px;
	float:left;
}

ul.exploreTeaser li + li {
	margin-left:25px;
}

* html ul.exploreTeaser {
	margin:0px 0 32px 0;
}

* html ul.exploreTeaser li{
	margin-left:25px;
	_display: inline;
}


/* m55 teaser */
.blockTeaser {
	position: relative;
}

.blockTeaser img {
	display: block;
	width: 280px;
	height: 200px;
}

.blockTeaser h5 {
	width: 280px;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
}

.blockTeaser h5 a:link,
.blockTeaser h5 a:visited,
.blockTeaser h5 a:hover,
.blockTeaser h5 a:active {
	width: 280px;
	height: 200px;
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 1.2;
}
* html .blockTeaser h5 a:hover {
	text-decoration: underline;
}

.blockTeaser h5 a:link span,
.blockTeaser h5 a:visited span,
.blockTeaser h5 a:hover span,
.blockTeaser h5 a:active span {
	padding: 10px 15px;
	width: 250px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent url(/common/img/bak_teaseroverlay.png) no-repeat 0 100%;
	font-size: 1.4em;
	cursor: pointer;
}

.blockTeaser h5 a:hover span{
	background-position: 100% 100%;
	background: transparent url(/common/img/bak_teaseroverlay_blue.png) no-repeat 100% 100%;
}

.blockTeaser:hover h5 a span {
	background: transparent url(/common/img/bak_teaseroverlay_blue.png) no-repeat 0 100%;
}


/* Article Body */
.articleBody {
	padding:15px 24px 15px 24px;
}

.articleBody.right {
	margin-left:300px;
}


/*.articleBody h3 {
	margin-bottom:10px;
	color:#4d4d4d;
	font-size:2em;
	font-weight:bold;
}*/

.articleBody h4 {
	margin-bottom:10px;
	color:#4d4d4d;
	font-size:1.6em;
}


.articleBody p {
	margin-top:10px;
	font-family:Verdana, Arial, sans-serif;
	color:#666666;
	font-size:1.2em;
	line-height:22px;
}

.articleBody li.small {
	line-height:1.1em;
	margin-bottom:0.5em;
}


.articleBody mT22 {
	margin-top:22px;
}

.articleBody mT30 {
	margin-top:30px;
}


.articleBody mB22 {
	margin-bottom:22px;
}

.articleBody mB30 {
	margin-bottom:30px;
}


.articleBody p + h4 {
}

.articleBody p.summary {
	margin: 0 0 25px 0;
	color:#999999;
	font-family:Arial, sans-serif;
	font-size:2em;
	line-height:1.2;
}

.articleBody p.caveat {
	margin-top:20px;
	font-size:1em;
	line-height:1.2;
}

.articleBody ul {
	margin-left:15px;
	margin-bottom: 10px;
	/*list-style-type:none;*/
}
.articleBody ol {
	margin-left:20px;
	margin-bottom: 20px;
}

.articleBody .olml15 ol {
	margin-left:15px;
	margin-bottom: 20px;
}

.articleBody ul + h4 {
	margin-top:20px;
}

.articleBody ul li {
	margin-bottom:5px;
	/*list-style-type:none;*/
	color:#666666;
	font-family:Verdana, Arial, sans-serif;
	font-size:1em;
}

.articleBody ol {
	margin-bottom:10px;
	/*list-style-type:none;*/
	color:#666666;
	font-family:Verdana, Arial, sans-serif;
	font-size:1.2em;
}

.articleBody table {
	width:auto;
	border-bottom:1px solid #e1e1e1;
	font-family:Verdana, Arial, sans-serif;
	font-size:1.1em;
	line-height:1.2;
}

.articleBody table + h4 {
	margin-top:20px;
}

.articleBody table thead tr {
	border-bottom:1px solid #e1e1e1;
}

.articleBody table tbody tr + tr {
	border-top:1px dashed #e1e1e1;
}

.articleBody table tr th,
.articleBody table tr td {
	padding:10px;
}

.articleBody img.floatLeft, .articleBody img.floatRight {
	margin-bottom:20px;
}

.articleBody img.floatLeft {
	margin-right:25px;
}

.articleBody img.floatRight {
	margin-left:25px;
}

.articleBody a {
	color:#003399;
}

.articleBody a:hover {
	text-decoration:underline;
}


/* generic sidebars */
.genericSidebarNarrow {
	width:200px;
}
.genericSidebarNarrow.floatLeft {
	margin-right:30px;
}
.genericSidebarNarrow.floatRight {
	margin-left:30px;
}
.genericSidebarNarrow .genericRoundedCorners .content {
	padding:7px 10px;
}

.genericSidebarMedium {
	width:280px;
}
.genericSidebarMedium.floatLeft {
	margin-right:25px;
}
.genericSidebarMedium.floatRight {
	margin-left:25px;
}

.genericSidebarMedium .genericRoundedCorners .content {
	padding:7px 15px;
}

.genericSidebarNarrow .module,
.genericSidebarMedium .module {
	margin-bottom:30px;
}



/* Product Downloads */
.downloads {
	width:195px;
}

.downloads .mainDownload {
	margin:0 0 15px 3px;
	height:114px;
	background-color:#00BAF2;
}

.downloads .mainDownload .content {
	margin-left:-3px;
	padding:15px 20px;
	height:84px;
	background:transparent url(/common/img/bak_download_main.png) no-repeat 0 0;
	border:none;
	color:#fff;
}

.downloads .mainDownload .content h4,
.downloads .mainDownload .content p {
	margin:0;
	color:#fff;
	font-size:1.6em;
	text-transform:uppercase;
	line-height:1;
}

.downloads .mainDownload .content p {
	margin-top:5px;
	font-size:1.1em;
}

.downloads .mainDownload .content a {
	color:#fff;
}

.downloads .mainDownload .content a:hover {
	text-decoration:none;
}

.downloads .mainDownload .content a.downloadLink {
	margin-top:10px;
	padding:1px 0 0 20px;
	background:transparent url(/common/img/ico_download_white.gif) no-repeat 0 0;
	display:block;
}

.downloads .mainDownload .content a.downloadLink:hover {
text-decoration:underline;
}

.downloads ul{
	margin: 0;
}

.downloads li {
	margin-bottom:10px;
	list-style:none !important;
	_height:1%;
}

.downloads li p {
	margin: 0;
	padding:1px 0 0 42px;
	min-height:42px;
	_height:42px;
	display:block;
	background:transparent url(/common/img/ico_download.png) no-repeat 0 0;
	font-size:1.1em;
	font-family:Verdana, Arial, sans-serif;
	line-height:1.2;
}

.downloads li p a {
	line-height:1.2;
}

.downloads li p span {
	margin-top:1px;
	display:block;
	color:#999;
}


/* Article Sidebar Teaser */

.genericSidebarMedium .teaser .content {
	padding-bottom:10px;
}
.genericSidebarMedium .teaser h4 {
	margin-bottom:5px;
	font-size:1.6em;
	font-weight:bold;
	text-transform:none;
	line-height:1.2;
}
.genericSidebarMedium .teaser h4 a {
	line-height:1.2;
}
.genericSidebarMedium .teaser .fullWidth {
	margin:0 -15px;
	text-align:right;
}
.genericSidebarMedium .teaser .fullWidth img {
	margin:0 0 10px 0;
}
.genericSidebarMedium .teaser p {
	margin-top:5px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:1.2;
}
* html .genericSidebarMedium .teaser .bottom .b {
	margin: 0 10px 0 12px;
}
* html .genericSidebarMedium .teaser .bottom .bl {
	margin-left: 2px;
}
* html .genericSidebarMedium .teaser .bottom .br {
	margin-right: 2px;
}


/*corporate Contents*/
#CorporateBase { padding:1px 0px; }

/** |Speak Navigation Settings 20120606| ******************************************************* START **/

.naviSpeak{
	position:absolute;
	width:0px;
	height:0px;
	overflow:hidden;
}

/** |Speak Navigation Settings| ********************************************************* END **/




