@charset "utf-8";
/*
Theme Name: EMC Corporate Site
Theme URI: http://wordpress.org/
Description: EMCのCorporate Siteです。編集する場合は必ずバックアップをとってから行うようにしてください。
Author: EMC WEB Strategic Planning Office
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style-type:none;
	word-break:break-all;
	text-align:justify;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 160px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	/*font-family: Georgia, "Bitstream Charter", serif;*/
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 940px;
        text-align: left;
}
#wrapper {
        background:none repeat scroll 0 0 #FFFFFF;
        margin-top:10px;
        padding:0 10px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */



body {
　　　background:none repeat scroll 0 0 #F1F1F1;
	line-height:1.5;
	background:url(/img/cmn/header-bg.gif) repeat-x 0 0 #FFF;
	text-align: center;
	color: #000000;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
}

/* Text elements */
p {
	/*margin-bottom: 18px;*/
}
ul {
	/*list-style: square;*/
	/*margin: 0 0 18px 1.5em;*/
}
ol {
	list-style: decimal;
	/*margin: 0 0 18px 1.5em;*/
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	/*margin: 0 0 24px 0;*/
}
dt {
	/*font-weight: bold;*/
}
dd {
	/*margin-bottom: 18px;*/
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	/*padding: 30px 0 0 0;*/
}
#site-title {
	float: left;
	/*font-size: 30px;*/
	/*line-height: 36px;*/
	/*margin: 0 0 18px 0;*/
	/*width: 700px;*/
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	/*border-top: 4px solid #000;*/
	/*border-bottom: 1px solid #000;*/
	clear: both;
	display: block;
}


/* =Menu
-------------------------------------------------------------- */

/********* グローバルナビゲーション *********/

#access {
	background:url("images/headers/gnavi_bg.jpg") no-repeat scroll 0 0 transparent;
	position:relative;
	z-index:15;
}
#access .menu {
	line-height:1;
	position:relative;
	width:940px;
}
#access .menu:after {
	clear:both;
	content:".";
	display:block;
	font-size:13px;
	height:0.1px;
	line-height:0;
	visibility:hidden;
}
#access .menu ul {
	position:absolute;
	top:-999em;
	min-width:156px;
	z-index:99;
}
#access .menu ul li {
	width:116px;
}
#access .menu li:hover {
	visibility:inherit;
}
#access .menu li {
	float:left;
	position:relative;
	z-index:99;
}
#access .menu a {
	display:block;
	position:relative;
	z-index:99;
	padding: 0 10px;
	line-height: 30px;
	color:#fff;
	text-decoration:none;
}

#access .menu li:hover ul, .menu li.sfHover ul {
	left:0;
	top:37px;
	z-index:99;
}
#access ul.menu li:hover li ul, ul.menu li.sfHover li ul {
	top:-999em;
}
#access ul.menu li li:hover ul, ul.menu li li.sfHover ul {
	left:156px;
	top:0;
}
#access ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:-999em;
}
#access ul.menu li li li:hover ul, ul.menu li li li.sfHover ul {
	left:156px;
	top:0;
}
#access .menu a, .menu a:visited {
	width:156px;
}
#access .menu li {
	background:#444;
	height:37px;
	width:156px;
	opacity: 0.9;
}

#access .menu li li {
	background:#444;
	border-bottom:2px solid #21591D;
	height:30px;
	min-width:156px;
	opacity: 0.9;
}
#access .menu li li li {
	background:#444;
	height:30px;
	min-width:156px;
	opacity: 0.9;
}
#access .menu li:hover {
	background:#666;
}
#access .menu li.sfHover {
	background:#CCC;
}

/*
現在設定中のグローバルメニュー設定ページ番号

左から1番目　4864
左から2番目　4890
左から3番目　4897
左から4番目　4895
左から5番目　4899
左から6番目　4893

*/

/*グローバルナビゲーション画像指定 ※グローバルメニューの変更がある場合は番号を変更すること*/
#access .menu li.menu-item-4864 {background:url("images/headers/gnavi.jpg") no-repeat scroll 0 0 transparent;}/*左から1番目*/
#access .menu li.menu-item-4890 {background:url("images/headers/gnavi.jpg") no-repeat scroll -156px 0 transparent;}/*左から2番目*/
#access .menu li.menu-item-4897 {background:url("images/headers/gnavi.jpg") no-repeat scroll -312px 0 transparent;}/*左から3番目*/
#access .menu li.menu-item-4895 {background:url("images/headers/gnavi.jpg") no-repeat scroll -468px 0 transparent;}/*左から4番目*/
#access .menu li.menu-item-4899 {background:url("images/headers/gnavi.jpg") no-repeat scroll -624px 0 transparent;}/*左から5番目*/
#access .menu li.menu-item-4893 {background:url("images/headers/gnavi.jpg") no-repeat scroll -780px 0 transparent;}/*左から6番目*/
/*グローバルナビゲーションロールオーバー画像指定1 ※グローバルメニューの変更がある場合は番号を変更すること*/
#access .menu li.menu-item-4864:hover {background:url("images/headers/gnavi.jpg") no-repeat scroll 0px -37px transparent;}/*左から1番目*/
#access .menu li.menu-item-4890:hover {background:url("images/headers/gnavi.jpg") no-repeat scroll 156px -37px transparent;}/*左から2番目*/
#access .menu li.menu-item-4897:hover {background:url("images/headers/gnavi.jpg") no-repeat scroll 312px -37px transparent;}/*左から3番目*/
#access .menu li.menu-item-4895:hover {background:url("images/headers/gnavi.jpg") no-repeat scroll 468px -37px transparent;}/*左から4番目*/
#access .menu li.menu-item-4899:hover {background:url("images/headers/gnavi.jpg") no-repeat scroll 624px -37px transparent;}/*左から5番目*/
#access .menu li.menu-item-4893:hover {background:url("images/headers/gnavi.jpg") no-repeat scroll 780px -37px transparent;}/*左から6番目*/
/*グローバルナビゲーションカレント画像指定1 ※グローバルメニューの変更がある場合は番号を変更すること*/
#access .menu li.menu-item-4864.current_page_item {background:url("images/headers/gnavi.jpg") no-repeat scroll 0px -37px transparent;}/*左から1番目*/
#access .menu li.menu-item-4890.current_page_item {background:url("images/headers/gnavi.jpg") no-repeat scroll 156px -37px transparent;}/*左から2番目*/
#access .menu li.menu-item-4897.current_page_item {background:url("images/headers/gnavi.jpg") no-repeat scroll 312px -37px transparent;}/*左から3番目*/
#access .menu li.menu-item-4895.current_page_item {background:url("images/headers/gnavi.jpg") no-repeat scroll 468px -37px transparent;}/*左から4番目*/
#access .menu li.menu-item-4899.current_page_item {background:url("images/headers/gnavi.jpg") no-repeat scroll 624px -37px transparent;}/*左から5番目*/
#access .menu li.menu-item-4893.current_page_item {background:url("images/headers/gnavi.jpg") no-repeat scroll 780px -37px transparent;}/*左から6番目*/
/*グローバルナビゲーション子カレント画像指定1 ※グローバルメニューの変更がある場合は番号を変更すること*/
#access .menu li.menu-item-4864.current-page-ancestor {background:url("images/headers/gnavi.jpg") no-repeat scroll 0px -37px transparent;}/*左から1番目*/
#access .menu li.menu-item-4890.current-page-ancestor {background:url("images/headers/gnavi.jpg") no-repeat scroll 156px -37px transparent;}/*左から2番目*/
#access .menu li.menu-item-4897.current-page-ancestor {background:url("images/headers/gnavi.jpg") no-repeat scroll 312px -37px transparent;}/*左から3番目*/
#access .menu li.menu-item-4895.current-page-ancestor {background:url("images/headers/gnavi.jpg") no-repeat scroll 468px -37px transparent;}/*左から4番目*/
#access .menu li.menu-item-4899.current-page-ancestor {background:url("images/headers/gnavi.jpg") no-repeat scroll 624px -37px transparent;}/*左から5番目*/
#access .menu li.menu-item-4893.current-page-ancestor {background:url("images/headers/gnavi.jpg") no-repeat scroll 780px -37px transparent;}/*左から6番目*/
/*グローバルナビゲーションロールオーバー画像指定2 ※グローバルメニューの変更がある場合は番号を変更すること*/
/*#access .menu li.menu-item-4864 a:hover{background:url("images/headers/gnavi.jpg") no-repeat scroll 0px -37px transparent;}左から1番目*/
/*#access .menu li.menu-item-4890#menu-item-4890  a:hover{background:url("images/headers/gnavi.jpg") no-repeat scroll 156px -37px transparent;}左から2番目*/
/*#access .menu li.menu-item-4897 a:hover{background:url("images/headers/gnavi.jpg") no-repeat scroll 312px -37px transparent;}左から3番目*/
/*#access .menu li.menu-item-4895 a:hover{background:url("images/headers/gnavi.jpg") no-repeat scroll 468px -37px transparent;}左から4番目*/
/*#access .menu li.menu-item-4899 a:hover{background:url("images/headers/gnavi.jpg") no-repeat scroll 624px -37px transparent;}左から5番目*/
/*#access .menu li.menu-item-4893 a:hover{background:url("images/headers/gnavi.jpg") no-repeat scroll 780px -37px transparent;}左から6番目*/
/*グローバルナビゲーションの文字飛ばし*/
#access .menu li.menu-item-4864 a{text-indent:-9999px;}/*左から1番目*/
#access .menu li.menu-item-4890 a{text-indent:-9999px;}/*左から2番目*/
#access .menu li.menu-item-4897 a{text-indent:-9999px;}/*左から3番目*/
#access .menu li.menu-item-4895 a{text-indent:-9999px;}/*左から4番目*/
#access .menu li.menu-item-4899 a{text-indent:-9999px;}/*左から5番目*/
#access .menu li.menu-item-4893 a{text-indent:-9999px;}/*左から6番目*/
/*グローバル以下のナビゲーション文字表示*/
#access .menu li.menu-item-4864 ul li a{text-indent:0px}/*左から1番目*/
#access .menu li.menu-item-4890 ul li a{text-indent:0px}/*左から2番目*/
#access .menu li.menu-item-4897 ul li a{text-indent:0px}/*左から3番目*/
#access .menu li.menu-item-4895 ul li a{text-indent:0px}/*左から4番目*/
#access .menu li.menu-item-4899 ul li a{text-indent:0px}/*左から5番目*/
#access .menu li.menu-item-4893 ul li a{text-indent:0px}/*左から6番目*/

/*ハック*/
* html #access .menu a { 
	padding: 0;
}

/********* ローカルナビゲーション *********/
/*#primary2 ul.xoxo{
	margin-bottom:0px;
}



#side_left .menu ul{
	line-height:2.5em;
	font-size:130%;
	margin-bottom:0px;
}
#side_left .menu ul a{
	color:#333333;
}
#side_left .menu {
	color:#111;
}
#side_left .menu ul li{
	text-indent:5px;
	line-height:2.5em;
	font-size:11px;
}
#side_left .menu ul.sub-menu li {
	text-indent:15px;
	font-size:10.5px;
}
#side_left .menu ul.sub-menu ul.sub-menu li{
	text-indent:25px;
	font-size:10.5px;
	line-height:10.5px;
}
#side_left .menu ul.sub-menu ul.sub-menu ul.sub-menu li{
	text-indent:35px;
	line-height:10px;
}
#side_left .menu ul.sub-menu ul.sub-menu li a {
	background:url("images/sidebar2/lnavi_cure.png") no-repeat;
}*/


#side_left #myAwesomeElement .sub-menu {
	/*padding-left:10px;*/
}
#side_left #myAwesomeElement .menu-item a {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:2.0em;
	font-size:11px;
	color:#333333;
	padding-left:10px;
	/*background:url("images/sidebar2/lnavi_cure.png") no-repeat 6px 2px;*/
	text-shadow:none;
}
#side_left #myAwesomeElement .menu-item a:hover {
	padding-left:8px;
	padding-right:16px;
	background:url("images/sidebar2/lnavi_cure_h.png") no-repeat center right;
}
body #side_left #myAwesomeElement li.current-menu-item {
	/*padding-left:0px;*/
	/*padding-right:8px;
	background:url("images/sidebar2/curee.gif") no-repeat top right;*/
}


/*body #side_left #myAwesomeElement li.current-menu-item .sub-menu li {
	padding-left:10px;
}*/



#myAwesomeElement ul.menu li ul.sub-menu li {
	text-indent:9px;
	background: url(images/sidebar2/lnavi_one.gif) no-repeat 6px 6px; 
}
#myAwesomeElement ul.menu li ul.sub-menu li ul.sub-menu li {
	text-indent:18px;
	background: url(images/sidebar2/lnavi_two.gif) no-repeat 6px 6px; 
}
#myAwesomeElement ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li {
	text-indent:27px;
	background: url(images/sidebar2/lnavi_thr.gif) no-repeat 6px 6px; 
}
#myAwesomeElement ul.menu li ul.sub-menu li ul.sub-menu {
	margin-bottom:0px;
	}
#myAwesomeElement ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu {
	margin-bottom:0px;
}



/* ソリューションLnavi */
#myAwesomeElement ul.menu li ul.sub-menu li #menu-item-4990,
#myAwesomeElement ul.menu li ul.sub-menu li #menu-item-4981,
#myAwesomeElement ul.menu li ul.sub-menu li #menu-item-4976,
#myAwesomeElement ul.menu li ul.sub-menu li #menu-item-4994 {
	background:url(images/sidebar2/lnavi_two_end.gif) no-repeat 6px 6px;
}
#myAwesomeElement ul.menu li ul.sub-menu li #menu-item-4974 {
	background:url(images/sidebar2/lnavi_thr_end.gif) no-repeat 6px 6px;
}

/*#myAwesomeElement ul.menu li ul.sub-menu li #menu-item-4434 {
	background:url(images/sidebar2/lnavi_two_endend.gif) no-repeat 6px 6px;
}
#myAwesomeElement ul.menu li ul.sub-menu li #menu-item-4430 {
	background:url(images/sidebar2/lnavi_one.gif) no-repeat 16px 6px;
}*/

/* news Lnavi */
#side_left #myAwesomeElement #menu-item-4875 {
	background:url(images/sidebar2/lnavi_one_end.gif) no-repeat 6px 6px;
}
/* agency Lnavi */
#side_left #myAwesomeElement #menu-item-4954 {
	background:url(images/sidebar2/lnavi_one_end.gif) no-repeat 6px 6px;
}
/* inq Lnavi */
#side_left #myAwesomeElement #menu-item-4968 {
	background:url(images/sidebar2/lnavi_one_end.gif) no-repeat 6px 6px;
}
/* corporate Lnavi */
#side_left #myAwesomeElement #menu-item-4965 {
	background:url(images/sidebar2/lnavi_one_end.gif) no-repeat 6px 6px;
}
/* casestudies Lnavi */
#side_left #myAwesomeElement #menu-item-5267 {
	background:url(images/sidebar2/lnavi_one_end.gif) no-repeat 6px 6px;
}
/* erer Lnavi */
#side_left #myAwesomeElement #menu-item-5607 {
	background:url(images/sidebar2/lnavi_one_end.gif) no-repeat 6px 6px;
}
/* power solor Lnavi */
#side_left #myAwesomeElement #menu-item-6096 {
	background:url(images/sidebar2/lnavi_one_end.gif) no-repeat 6px 6px;
}
#side_left #myAwesomeElement #menu-item-6097,
#side_left #myAwesomeElement #menu-item-6099 {
	background:url(images/sidebar2/lnavi_one.gif) no-repeat 16px 6px;
}
#side_left #myAwesomeElement #menu-item-6098 {
	background:url(images/sidebar2/lnavi_two_endend.gif) no-repeat 6px 6px;
}

/*****導入事例適用時、以下のcssを消去してください。ローカルナビが表示されます*****/
#side_left #myAwesomeElement #menu-item-6096,
#side_left #myAwesomeElement #menu-item-6097,
#side_left #myAwesomeElement #menu-item-6099,
#side_left #myAwesomeElement #menu-item-6098 {
	display: none;
}
#side_left #myAwesomeElement #menu-item-6100 {
	background:url(images/sidebar2/lnavi_one_end.gif) no-repeat 6px 6px;
}





/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	/*padding: 40px 0 0 0;*/
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	/*color: #333;*/
	/*font-size: 16px;*/
	/*line-height: 24px;*/
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 0px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 0 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 4px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;

	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 0 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {

	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	/*padding: 0 20px 0 0;*/
}
#main .widget-area ul ul {
	border: none;
	/*margin-left: 1.3em;*/
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	/*margin-bottom: 20px;*/
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 2px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

/********* ここから *********/

*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}
*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}
body {
   overflow-y:scroll;
}


/********* ここから *********/

.left { float:left; }
.right { float:right; }
.small {
	font-size:90%;
}
.mb4 {
	margin-bottom:4px;
	}

#container {
float:left;
margin:0 -240px 0 0;
width:940px;
}
#content {
	width:604px;
	margin:0 0;
	float:right;
}
#content_left{
	width:772px;
	float:left;
}
#side_left {
	width: 160px;
	float:left;
	margin-right:8px;
}
#side_right {
	width: 160px;
	float:right;
}
/********* kihon *********/
.bar {
	width:604px;
	height:36px;
	margin-bottom:4px;
	}
	
.r_banner {
	width:160px;
	margin-bottom:10px;
}
.kadomaru {
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
	border:#9ca0a4 solid 1px;
	margin-bottom:30px;
	behavior: url(/pie/PIE.htc);
}
#myAwesomeElement { 
	border: #9ca0a4 solid 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-family: "Courier 10 Pitch", Courier, monospace;*/
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	text-shadow: 1px 1px 1px #CCC;
	behavior: url(/pie/PIE.htc);
} 
.maintitlebar {
	-webkit-box-shadow: #666 1.5px 1.5px 1.5px;
	-moz-box-shadow: #666 1.5px 1.5px 1.5px;
	box-shadow: #666 1.5px 1.5px 1.5px;
	height:28px;
	color:#222222;
	line-height:1.8em;
	text-indent:20px;
	behavior: url(/pie/PIE.htc);
}
.kmaruSha {
	border: #9ca0a4 solid 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: #666 1.5px 1.5px 1.5px;
	-moz-box-shadow: #666 1.5px 1.5px 1.5px;
	box-shadow: #666 1.5px 1.5px 1.5px;
	behavior: url(/pie/PIE.htc);
}
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix {
	display:inline-table;
}
* html .clearfix {
   height:1%;
}
.clearfix {
   display:block;
}

/********* header *********/
#header-top{
	width:940px;
	height:71px;
	background:url(images/headers/header.png) no-repeat;
}
 #header span p{
	width:202px;
	height:40px;
	background:url(images/headers/emc_logo-trans.png) no-repeat;
	margin:25px 0 0 12px;
}
#header h1 a, #header span p a{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:100%;
	height:40px;
}
#top-menu{
	float:right;
	padding-top:8px;
	width:70%;
}
#header-top ul{
	float:right;
	padding-right:8px;
}
/* クローム用ハック */
@media screen and (-webkit-min-device-pixel-ratio:0){
#header-top #top-menu ul.fontsize { margin-top:-18px; }
}
#header-top ul li{
	padding-left:20px;
	display:inline;
	line-height:1.1;
	color:#fff;
}
#header-top ul li a{
	color:#fff;
	text-decoration:none;
}
#header-top ul li.sitemap{background:url(images/headers/icom_smap.png) no-repeat left center;}
#header-top ul li.mail{background:url(images/headers/icom_mail.png) no-repeat left center;}
#header-top ul ul.fontsize{
	padding-left:3px;
}
#header-top ul ul.fontsize li {
	padding:1px 4px;
	line-height:1.1;
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
	border:#eee solid 1px;
}
#header-top ul ul.fontsize li a{
	color:#ddd;
}
#header-top ul ul.fontsize li.fs-big{    background:#2E9635;}
#header-top ul ul.fontsize li.fs-midium{    background:#3ABC44;}
#header-top ul ul.fontsize li.fs-small{    background:#6BD173;}

.breadcrumb {
	width:700px;
	height:2.3em;
	border:1px solid #dedede;
	border-right:none;
	float:left;
}
.breadcrumb li {
	float:left;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
}		
.breadcrumb li a {
	background:url(images/headers/crumbs.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
	text-decoration:none;
}							
.breadcrumb li a:link,
.breadcrumb li a:visited {
	color:#777;
}	
.breadcrumb li a:hover,
.breadcrumb li a:focus {
	color:#dd2c0d;
}
#search{
	width:238px;
	height:2.3em;
	float:right;
	border:1px solid #dedede;
	border-left:none;
	text-align:right;
	line-height:2.3em;
}
#search form {
	text-align:right;
}
/********* con *********/
.con_box {
	width:604px;
	margin-bottom:4px;
	}
.mbox {width:299px;}

/********* con_firstBOX *********/
.con_firstBOX {
	width: 604px;
	height: 180px;
}
.con_firstBOX .bgWORK {
	width: 604px;
	height: 180px;
}
.con_firstBOX .bgWORK a {
	width: 604px;
	height: 180px;
	display: block;
	text-indent: -9999px;
	background: url(images/conlr_top.gif) no-repeat;
}
.con_firstBOX .bgWORK a:hover {
	background-position: left bottom;
	}

/********* n_ews *********/

#content .topics li, #content .news li {
	display:block;
	line-height:1.1;
	color:#717070;
}
#content .news {
	margin-bottom:10px;
}
#content .news h2 {
	width:100%;
	background:url(images/index/content/bar_news.jpg) no-repeat 10px center;
	margin-bottom:10px;
}
#content .news h2 a {
	display:block;
	overflow:hidden;
	text-indent:20px;
	font-size:85%;
	font-weight:bold;
	text-decoration:none;
	color:#333;
}
#content.news div.in {
	padding:0 0;
}
#content .news dl {
	line-height:1.5;
	padding:4px 10px;
}
#content .news dt {
	font-size:95%;
	background:url(images/index/content/sicom_pink.gif) no-repeat left center;
	text-indent:10px;
}
#content .news dd {
	margin:-1.3em 0 0 100px;
}
#content .news dd span {
	color:#979797;
	margin-left:1em;
	font-size:80%;
}

/********* ニュースカテゴリー指定 *********/
#content .news span {
	padding:2px 4px;
	text-align:center;
	height:1.8em;
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
}
#content .news span a{
	height:3em;
	line-heigh;1.8em;
	color:#fff;
	text-decoration:none;
}
/*　カテゴリースラッグ
ニュース------------ news
プレスリリース-----press
媒体掲載-----------publishing
流通ニュース------circulation
沿革情報-----------history
その他--------------ather
*/
/*カテゴリー背景色の指定 ※カテゴリーの変更がある場合は指定クラス名（スラッグ）を変更すること*/
#content .news span.news {	background-color:#33FFFF;}
#content .news span.press {	background:#BFFFD8;}
#content .news span.publishing {	background:#22D6BD;}
#content .news span.circulation{	background:#C4C4FF;}
#content .news span.history {	background:#CFEFC0;}
#content .news span.ather {	background:#FFCCFF;}
/*カテゴリーフォント色の指定*/ 
#content .news span.news a{	color:#151759;}
#content .news span.press a{	color:#1E3125;}
#content .news span.publishing a{	color:#000099;}
#content .news span.circulation a{	color:#660099;}
#content .news span.history a{	color:#1E3125;}
#content .news span.ather a{	color:#990000;}


/* infor_banner */
#content .info_banner {
	width: 100%;
	}
#content .info_banner .left,
#content .info_banner .right {
	width: 298px;
	height: 120px;
	}
#content .info_banner .left a,
#content .info_banner .right a {
	width: 298px;
	height: 120px;
	display: block;
	text-indent: -9999px;
	}	
#content div.info_banner a:hover {
	background-position: bottom;
	}	
#content .info_banner .left a {
	background: url(images/index/content/spb_l.jpg) no-repeat;
	}
#content .info_banner .right a {
	background: url(images/index/content/spb_r.jpg) no-repeat;
	}



/*********  inqBANNER *********/
.inqBBG_big {
	width: 604px;
	height: 226px;
	background: url(images/inq_banner/inq_bg_big.jpg) no-repeat;
	}
.inqBBG_big .nakaCON {
	width: 530px;
	height:154px;
	margin-left: 16px;
	padding-top: 16px;
}
.inqBBG_big .nakaCON div {
	width: 170px;
	height: 140px;
	float: left;
	margin-right: 10px;
	}
.inqBBG_big .nakaCON a {
	width: 170px;
	height: 140px;
	display: block;
	text-indent: -9999px;
	}
#content .inqBBG_big .nakaCON a:hover {
	background-position: left bottom;
	}	
.inqBBG_big .nakaCON div.last {
	margin-right: 0px;
	float: right;
	}
 .inqBBG_big .fCALL	{
	width: 500px;
	height: 50px;
	padding-top: 8px;
	padding-left: 100px;
	background: url(images/inq_banner/free_c.png) no-repeat 68px 16px;
	color: #222;
 }
 .inqBBG_big .fCALL	b {
	font-size: 200%;
	font-family: Georgia,"Times New Roman",Times,serif;
 }
 .inqBBG_big #inqIMG {
 	width: 64px;
	height: 96px;
	margin-left: 536px;
	margin-top: -96px;
	background: url(images/inq_banner/inq_img_s.png) no-repeat;
	}
 .nakaCON .inqBAR_D a {
	background: url(images/inq_banner/inq_banner_d.jpg) no-repeat;}
 .nakaCON .inqBAR_E a {
	background: url(images/inq_banner/inq_banner_e.jpg) no-repeat;}
 .nakaCON .inqBAR_F a {
	background: url(images/inq_banner/inq_banner_f.jpg) no-repeat;}
 .nakaCON .inqBAR_G a {
	background: url(images/inq_banner/inq_banner_g.jpg) no-repeat;}
 .nakaCON .inqBAR_H a {
	background: url(images/inq_banner/inq_banner_h.jpg) no-repeat;}
 .nakaCON .inqBAR_I a {
	background: url(images/inq_banner/inq_banner_i.jpg) no-repeat;}
 .nakaCON .inqBAR_J a {
	background: url(images/inq_banner/inq_banner_j.jpg) no-repeat;}
 .nakaCON .inqBAR_K a {
	background: url(images/inq_banner/inq_banner_k.jpg) no-repeat;}
	
	
	
	
#midSIZ {
	width: 564px;
	height: 226px;
	background: url(images/inq_banner/inq_bg_a.jpg) no-repeat top center;
	}
#midSIZ .inqBBG_big .nakaCON {
	width: 530px;
	height:154px;
	margin-left: 17px;
	padding-top: 16px;
}
#midSIZ #inqIMG {
	background-image: none;
	}
	
/********* class *********/
.mt20 {
	margin-top: 20px;
	}
.mt30 {
	margin-top: 30px;
	}
.mt100 {
	margin-top: 100px;
	}





/********* sidebar *********/

/*ウィジェットタイトル隠し*/
#content ul.xoxo h3,
#primary ul.xoxo h3,
#secondary ul.xoxo h3,
#primary2 ul.xoxo h3,
#secondary2 ul.xoxo h3{
	display:none;
}
#primary2 .xoxo {
	margin-bottom:0px
	}
/*イーエムシー加盟団体*/
.side-img{
	width:160px;
	text-align:center;
}
#side_right ul {
	margin-bottom:10px;
}
#side_right ul li{
	font-size:90%;
}
.side-img a{
	display:block;
	text-indent:-9999px;
	width:96%;
	height:100%;
}
.link-maintitle{
	text-align:center;
	font-size:130%;
	line-height:2.5em;
	background-color:#626262;
	color:#FFFFFF;
	margin-bottom:8px;

}
.link-title a {
	padding-left: 23px;
	background:url(images/sidebar/sicom_gray.png) no-repeat;
	color:#222;
	line-height:1.5em;
}
#side_right #linkbar01 {height:30px;}
#side_right #linkbar02  {height:35px;}
#side_right #linkbar03 {height:36px;}
#side_right #linkbar04 {height:61px;}
#side_right #linkbar05 {height:46px;}
#side_right #linkbar06 {height:42px;}
#side_right #linkbar07 {height:44px;}

#side_right #linkbar01 a {background:url(images/sidebar/linkbar01.png) no-repeat; height:30px;}
#side_right #linkbar02 a {background:url(images/sidebar/linkbar02.png) no-repeat; height:35px;}
#side_right #linkbar03 a {background:url(images/sidebar/linkbar03.png) no-repeat; height:36px;}
#side_right #linkbar04 a {background:url(images/sidebar/linkbar04.png) no-repeat; height:61px;}
#side_right #linkbar05 a {background:url(images/sidebar/linkbar05.png) no-repeat; height:46px;}
#side_right #linkbar06 a {background:url(images/sidebar/linkbar06.png) no-repeat; height:42px;}
#side_right #linkbar07 a {background:url(images/sidebar/linkbar07.png) no-repeat; height:44px;}

#side_right #myAwesomeElement .side-img a:hover {
	background-position: left bottom;
	}
#side_right #myAwesomeElement .side2-img a:hover {
	background-position: left bottom;
	}

*:first-child+html #side_right ul {
	width: 160px;
}
* html #side_right #myAwesomeElement ul,
* html #side_right #myAwesomeElement ul li,
* html #side_right #myAwesomeElement ul li a{
	width: 158px;
}



/********* sidebar2 *********/
.side2-img{
	width:160px;
	height:82px;
}
#side_left ul {
	margin-bottom:12px;
}
#side_left ul li{
	font-size:90%;
}
.side2-img a{
	display:block;
	text-indent:-9999px;
	width:100%;
	height:100%;
}
.industry-title {
	background:url(images/sidebar2/sicom_green.png) no-repeat  left center;
	text-indent:20px;
	color:#222;
	line-height:1.5em;
}

#side_left #industry_sm {background:url(images/sidebar2/industry_sm.jpg) no-repeat;}
#side_left #industry_ds {background:url(images/sidebar2/industry_ds.jpg) no-repeat;}
#side_left #industry_cd {background:url(images/sidebar2/industry_cd.jpg) no-repeat;}
#side_left #industry_r {background:url(images/sidebar2/industry_r.jpg) no-repeat;}
#side_left #industry_dtl {background:url(images/sidebar2/industry_dtl.jpg) no-repeat;}
#side_left #industry_ss {background:url(images/sidebar2/industry_ss.jpg) no-repeat;}
#side_left #industry_h {background:url(images/sidebar2/industry_h.jpg) no-repeat;}
/********* footer *********/
#foooter_bottom {
	width:940px;
	margin-bottom:10px;
	}
#foooter_bottom .fBox {
	width:938px;
	border-left: #9ca0a4 1px solid;
	border-right: #9ca0a4 1px solid;
	background: url(images/index/footer/footer_endlink.jpg) repeat-x bottom;
	border-top: 1px #9ca0a4 solid;
	}
#foooter_bottom .fBox li {
	padding:3px 6px 3px 0px;
	float:right;
	}
#foooter_bottom .fBox li a {
	color:#004e1d;
	font-weight:bold;
	padding-left:24px;
	}
	
#foooter_bottom #a_l_icom a {
background:url(images/index/footer/icom_abo_l.png) no-repeat left center;
}
#foooter_bottom #p_p_icom a {
background:url(images/index/footer/icom_p_pol.png) no-repeat left center;
}

#foooter_bottom .cright {
	width:930px;
	height:30px;
	padding-right:10px;
	background:url(images/index/footer/footer_cright.jpg) no-repeat center;
	font-weight:bold;
	text-align: right;
	line-height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-shadow: #FFFFFF 1px 1px 1px;
}
/********* GSL*********/
#secondary div.GSL{
	width:160px;
	height:100px;
	background:url(images/sidebar/gsl.jpg) no-repeat;
	text-align: left;
	text-indent:85px;
	padding-top:12px ;
}

/********* 角丸テスト *********/
.maru {
border: 1px solid #696;padding: 60px 0;text-align: center; width: 200px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;background: #9dce88;behavior: url(/PIE.htc);
}
/********* 各ページindex以外のコンテンツ共通 *********/
#content h1 {
	width:602px;
	height:105px;
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
	border:#9ca0a4 solid 1px;
	text-indent:-9999px;
	padding-top:4px;
}
.textCon {
	width:564px;
	margin-left:19px;
}
.workBoxS,
.workBoxS_two {
	width:564px;
	margin-bottom:30px;
}
#content .unityBox h2,
#content .sol h2 {
	width:602px;
	height:38px;
	background:url(images/pages/solution/tit_sol.jpg) no-repeat;
	text-indent:20px;
	line-height:3.0em;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:10px;
	font-size:130%;
}
#content .workBoxS_two h3,
#content .workBoxS h3 {
	width:556px;
	margin-bottom:20px;
	background:url(images/h3bar_green_line.gif) no-repeat;
	/*font-weight:bold;*/
	line-height:2.2em;
}
.con_topimgBline {
	width:602px;
	height:5px;
	background:url(images/con_topimg_bline.png) repeat-x;
	margin-bottom:20px;
}
/*class*/
.workBoxS .type_LimgBox {
	width:526px;
	margin-left:20px;
}
.workBoxS .type_LimgBox p {
	padding:0 0;
}
.workBoxS .type_LimgBox .right {
	margin-left:20px;
	padding:10px 8px;
	border:#DED solid 3px;
}
.con_topimg,
.unitySol .con_topimg {
	width:602px;
}
.relatedL {
	border-top:#CCCCCC 3px double;
}
.relatedL ul {
	padding-top:10px;
	text-align:right;
}
.relatedL ul.taLeft {
	width:536px;
	padding-top:10px;/*text-align:inherit;*//*margin-left:20px;*/
}
.icom_ore {
	padding-left:14px;
	background:url(images/pages/icom_ore.png) no-repeat left center;
}
#content .relatedL h4 {
	margin-top:20px;
	background-image:none;
	background:url(images/pages/tenline_uline.png) repeat-x bottom;
	border:none;
	border-bottom: #CC0000 1px solid;
	font-weight:bold;
	color:#444;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:6px;
}

body #wrapper .mt10 {
margin-top:10px;
}
#wrapper .mb5 {
margin-bottom:5px;
}
#wrapper .mb10 {
margin-bottom:10px;
}
#content_left #content .mb10 {
	margin-bottom:10px;
}
#content_left #content .mb20 {
	margin-bottom:20px;
}
#content_left #content .mb30 {
	margin-bottom:30px;
}
.textCon p {
	letter-spacing:0.1em;
}


/*tableリセット*/
#content_left #content table, #content_left #content table tr, #content_left #content table tr td {
	margin: 0 0;
	padding: 0 0;
}
/*#topFla {
	width:940px;
	height:220px;
	border: #9ca0a4 solid 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/wp/wp-content/themes/emc/pie/PIE.htc);
}*/

/*ＩＥ７ＣＳＳハック*/
*:first-child+html #wrapper #second .xoxo #text-4 {
	margin-top:-18px;
}
*:first-child+html #wrapper #side_left #text-9 {
	margin-top:-14px;
}
*:first-child+html #wrapper #text-15 {
	letter-spacing:-0.2em;
	}
*:first-child+html #header #top-menu {
	width:440px;
	float:right;
	padding-bottom:10px;
display:block;
}	
*:first-child+html #header-top ul {
	float: none;
	padding-right:8px;
}
*:first-child+html #header-top .fontsize {
	float: none;
	margin-left:240px;
	margin-top: -12px;
	padding-left:3px;
}
*:first-child+html #header-top .fontsize li {
	border:#eee solid 1px;
}
*:first-child+html #header-top ul ul.fontsize li a {
	padding:1px 3px 0px;
	color:#ddd;
}
*:first-child+html #header-top ul ul.fontsize li.fs-big {
	background:#2E9635;
	margin-right:6px;}
*:first-child+html #header-top ul ul.fontsize li.fs-midium {
	background:#3ABC44;
	margin-right:6px;}
*:first-child+html #header-top ul ul.fontsize li.fs-small{
	background:#6BD173;} 
*:first-child+html #content_left #content h3,
*:first-child+html #content_left #content h4 {
	font-size: 120%;
}
/*ＩＥ6CSSハック*/
* html #side_left {
	margin-right:6px;
}
* html #wrapper #second .xoxo #text-4 {
	margin-top:-18px;
}
* html #wrapper #side_left #text-9 {
	margin-top:-14px;
}
* html #wrapper #text-15 {
	letter-spacing:-0.2em;
	}
* html #header #top-menu {
	width:440px;
	float:right;
	padding-bottom:10px;
}	
* html #header-top ul {
	float: none;
	padding-right:8px;
}
* html #header-top .fontsize {
	float: none;
	margin-left:240px;
	margin-top: -12px;
	padding-left:3px;
}
* html #header-top .fontsize li {
	border:#eee solid 1px;
}
* html #header-top ul ul.fontsize li a {
	padding:1px 3px 0px;
	color:#ddd;
}
* html #header-top ul ul.fontsize li.fs-big {
	background:#2E9635;
	margin-right:6px;}
* html #header-top ul ul.fontsize li.fs-midium {
	background:#3ABC44;
	margin-right:6px;}
* html #header-top ul ul.fontsize li.fs-small{
	background:#6BD173;}
* html #footer-widget-area #fourth {
	width: 200px;
}
* html #footer #colophon {
	margin-top: 20px;
	padding-top: 2px;
	width: 100%;
	border-top: 4px solid #000000;
}

/* Captions　kawabata */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

h4.kijiHeading01{
	color:#009;
	font-size:110%;
	font-weight:bold;
	line-height:2em;
	}

h5.kijiHeading02{
	color:#390;
	font-size:95%;
	font-weight:bold;
	line-height:1.5em;
	}

.navigation {
	width:150px;
	display: block;
	font-size:80%;
	margin:0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
	}
.navigation a{
	color:#06C;
}
/********* IE6 *********/
* html #header span p {
	background:url(images/headers/emc_logo-trans.jpg) no-repeat;
}
* html #content .news h2 {
	background:url(images/index/content/bar_news.jpg) no-repeat 10px center;
	line-height: 28px;
	font-size: 140%;
}
* html #content .sp_topics h2 {
	background:url(images/index/content/bar_st.jpg) no-repeat 10px center;
	line-height: 28px;
	font-size: 140%;
}
* html .inqBBG_big .fCALL	{
	background: url(images/inq_banner/free_c.gif) no-repeat 68px 16px;
 }
* html #content .workBoxS_two h3,
* html #content .workBoxS h3 {
	line-height: 28px;
	font-size: 140%;
}

* html #content .inainaiBAG {
	zoom: 1;
	}/*IE6スクロールで画像が消えるバグに対応*/


div#myAwesomeElement {
	margin-bottom:5px;}
div#myAwesomeElement li#text-24 {
	background:url(images/sidebar2/side_point_logo.png) no-repeat 0px 0px;
	width:158px;
	height:181px;
}
div#myAwesomeElement li#text-24 .textwidget p {
	padding:80px 0 0 15px;
	text-align: left;
	width: 138px;
	margin: 0 -25px 0 0;
	font-size:100%;
	line-height:1.5;
}
div#myAwesomeElement li#text-25 {
	width:158px;
}
div#myAwesomeElement li#text-25 div.text_top {
	background:url(images/sidebar2/side_point_head.png) no-repeat 0px 0px;
	height:48px;
	font-size: 110%;
	color: #FFFFFF;
	text-align: center;
	padding-top: 9px;
	margin-bottom: -11px;
}
div#myAwesomeElement li#text-25 .text_midlle div {
	background:url(images/sidebar2/side_point_this_no.png) no-repeat 0 0;
	width:160px;
	height:50px;
	font-size:14px;
	text-indent:30px;
}
div#myAwesomeElement li#text-25 .text_midlle h5 {
	background:url(images/sidebar2/side_point_this_no.png) no-repeat 0 0;
	text-indent:20px;
}
div#myAwesomeElement li#text-25 .text_midlle a {
	display:block;
	width:160px;
	height:50px;
	font-size:14px;
	text-indent:30px;
	margin-bottom:-20px;
}
div#myAwesomeElement li#text-25 .text_midlle  a:hover {
	display:block;
	background:url(images/sidebar2/side_point_this_yes.png) no-repeat 0 0;
	width:160px;
	height:50px;
	font-size:14px;
	text-indent:30px;
	padding-top:20px;
	margin-top:-20px;
}

div#myAwesomeElement li#text-25 div.text_bottom {
	background:url(images/sidebar2/side_point_bottom.png) no-repeat 0px 0px;
	height:27px;
}
#msgBx{
	font-size :12px;
}
.white a{
	color:#666666;
	background :#FFFFFF;
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
	border:#003300 solid 1px;
	behavior: url(/pie/PIE.htc);
	text-decoration:none;
	padding:3px 5px;
	float:right;
	margin:10px 15px 0 0;
}
.white a:hover{
	color:#FF9900;
	text-decoration: underline;
}
/* 404 */
#content .error404 {
	background: url(images/pages/other/404_not_found.jpg) no-repeat;
}
#content .error404 h1 {
	display: none;
}
#content .error404 h2 {
	font-weight: bold;
	line-height: 30px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-right: 20px;
}
#content .error404 .entry-content {
	padding-top: 460px;
	margin-left: 26px;
}
#content .error404 .kakupage {
	margin: 20px 20px 20px 0;
	padding-bottom: 50px;
	border-bottom: #999999 2px solid;
	}
#content .error404 .kakupage li {
	margin-left: 30px;
	list-style: disc;
}
@charset "utf-8";
/*
Theme Name: EMC Corporate Site
Theme URI: http://wordpress.org/
Description: EMCのCorporate Siteです。編集する場合は必ずバックアップをとってから行うようにしてください。
Author: EMC WEB Strategic Planning Office
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style-type:none;
	word-break:break-all;
	text-align:justify;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 160px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	/*font-family: Georgia, "Bitstream Charter", serif;*/
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 940px;
        text-align: left;
}
#wrapper {
        background:none repeat scroll 0 0 #FFFFFF;
        margin-top:10px;
        padding:0 10px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */



body {
　　　background:none repeat scroll 0 0 #F1F1F1;
	line-height:1.5;
	background:url(/img/cmn/header-bg.gif) repeat-x 0 0 #FFF;
	text-align: center;
	color: #000000;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
}

/* Text elements */
p {
	/*margin-bottom: 18px;*/
}
ul {
	/*list-style: square;*/
	/*margin: 0 0 18px 1.5em;*/
}
ol {
	list-style: decimal;
	/*margin: 0 0 18px 1.5em;*/
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	/*margin: 0 0 24px 0;*/
}
dt {
	/*font-weight: bold;*/
}
dd {
	/*margin-bottom: 18px;*/
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	/*padding: 30px 0 0 0;*/
}
#site-title {
	float: left;
	/*font-size: 30px;*/
	/*line-height: 36px;*/
	/*margin: 0 0 18px 0;*/
	/*width: 700px;*/
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	/*border-top: 4px solid #000;*/
	/*border-bottom: 1px solid #000;*/
	clear: both;
	display: block;
}


/* =Menu
-------------------------------------------------------------- */

/********* グローバルナビゲーション *********/

#access {
	background:url("images/headers/gnavi_bg.jpg") no-repeat scroll 0 0 transparent;
	position:relative;
	z-index:15;
}
#access .menu {
	line-height:1;
	position:relative;
	width:940px;
}
#access .menu:after {
	clear:both;
	content:".";
	display:block;
	font-size:13px;
	height:0.1px;
	line-height:0;
	visibility:hidden;
}
#access .menu ul {
	position:absolute;
	top:-999em;
	min-width:156px;
	z-index:99;
}
#access .menu ul li {
	width:116px;
}
#access .menu li:hover {
	visibility:inherit;
}
#access .menu li {
	float:left;
	position:relative;
	z-index:99;
}
#access .menu a {
	display:block;
	position:relative;
	z-index:99;
	padding: 0 10px;
	line-height: 30px;
	color:#fff;
	text-decoration:none;
}

#access .menu li:hover ul, .menu li.sfHover ul {
	left:0;
	top:37px;
	z-index:99;
}
#access ul.menu li:hover li ul, ul.menu li.sfHover li ul {
	top:-999em;
}
#access ul.menu li li:hover ul, ul.menu li li.sfHover ul {
	left:156px;
	top:0;
}
#access ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:-999em;
}
#access ul.menu li li li:hover ul, ul.menu li li li.sfHover ul {
	left:156px;
	top:0;
}
#access .menu a, .menu a:visited {
	width:156px;
}
#access .menu li {
	background:#444;
	height:37px;
	width:156px;
	opacity: 0.9;
}

#access .menu li li {
	background:#444;
	border-bottom:2px solid #21591D;
	height:30px;
	min-width:156px;
	opacity: 0.9;
}
#access .menu li li li {
	background:#444;
	height:30px;
	min-width:156px;
	opacity: 0.9;
}
#access .menu li:hover {
	background:#666;
}
#access .menu li.sfHover {
	background:#CCC;
}

/*
現在設定中のグローバルメニュー設定ページ番号

左から1番目　4864
左から2番目　4890
左から3番目　4897
左から4番目　4895
左から5番目　4899
左から6番目　4893

*/

/*グローバルナビゲーション画像指定 ※グローバルメニューの変更がある場合は番号を変更すること*/
#access .menu li.menu-item-4864 {background:url("images/headers/gnavi.jpg") no-repeat scroll 0 0 transparent;}/*左から1番目*/
#access .menu li.menu-item-4890 {background:url("images/headers/gnavi.jpg") no-repeat scroll -156px 0 transparent;}/*左から2番目*/
#access .menu li.menu-item-4897 {background:url("images/headers/gnavi.jpg") no-repeat scroll -312px 0 transparent;}/*左から3番目*/
#access .menu li.menu-item-4895 {background:url("images/headers/gnavi.jpg") no-repeat scroll -468px 0 transparent;}/*左から4番目*/
#access .menu li.menu-item-4899 {background:url("images/headers/gnavi.jpg") no-repeat scroll -624px 0 transparent;}/*左から5番目*/
#access .menu li.menu-item-4893 {background:url("images/headers/gnavi.jpg") no-repeat scroll -780px 0 transparent;}/*左から6番目*/
/*グローバルナビゲーションロールオーバー画像指定1 ※グローバルメニューの変更がある場合は番号を変更すること*/
#access .menu li.menu-item-4864:hover {background:url("images/headers/gnavi.jpg") no-repeat scroll 0px -37px transparent;}/*左から1番目*/
#access .menu li.menu-item-4890:hover {background:url("images/headers/gnavi.jpg") no-repeat scroll 156px -37px transparent;}/*左から2番目*/
#access .menu li.menu-item-4897:hover {background:url("images/headers/gnavi.jpg") no-repeat scroll 312px -37px transparent;}/*左から3番目*/
#access .menu li.menu-item-4895:hover {background:url("images/headers/gnavi.jpg") no-repeat scroll 468px -37px transparent;}/*左から4番目*/
#access .menu li.menu-item-4899:hover {background:url("images/headers/gnavi.jpg") no-repeat scroll 624px -37px transparent;}/*左から5番目*/
#access .menu li.menu-item-4893:hover {background:url("images/headers/gnavi.jpg") no-repeat scroll 780px -37px transparent;}/*左から6番目*/
/*グローバルナビゲーションカレント画像指定1 ※グローバルメニューの変更がある場合は番号を変更すること*/
#access .menu li.menu-item-4864.current_page_item {background:url("images/headers/gnavi.jpg") no-repeat scroll 0px -37px transparent;}/*左から1番目*/
#access .menu li.menu-item-4890.current_page_item {background:url("images/headers/gnavi.jpg") no-repeat scroll 156px -37px transparent;}/*左から2番目*/
#access .menu li.menu-item-4897.current_page_item {background:url("images/headers/gnavi.jpg") no-repeat scroll 312px -37px transparent;}/*左から3番目*/
#access .menu li.menu-item-4895.current_page_item {background:url("images/headers/gnavi.jpg") no-repeat scroll 468px -37px transparent;}/*左から4番目*/
#access .menu li.menu-item-4899.current_page_item {background:url("images/headers/gnavi.jpg") no-repeat scroll 624px -37px transparent;}/*左から5番目*/
#access .menu li.menu-item-4893.current_page_item {background:url("images/headers/gnavi.jpg") no-repeat scroll 780px -37px transparent;}/*左から6番目*/
/*グローバルナビゲーション子カレント画像指定1 ※グローバルメニューの変更がある場合は番号を変更すること*/
#access .menu li.menu-item-4864.current-page-ancestor {background:url("images/headers/gnavi.jpg") no-repeat scroll 0px -37px transparent;}/*左から1番目*/
#access .menu li.menu-item-4890.current-page-ancestor {background:url("images/headers/gnavi.jpg") no-repeat scroll 156px -37px transparent;}/*左から2番目*/
#access .menu li.menu-item-4897.current-page-ancestor {background:url("images/headers/gnavi.jpg") no-repeat scroll 312px -37px transparent;}/*左から3番目*/
#access .menu li.menu-item-4895.current-page-ancestor {background:url("images/headers/gnavi.jpg") no-repeat scroll 468px -37px transparent;}/*左から4番目*/
#access .menu li.menu-item-4899.current-page-ancestor {background:url("images/headers/gnavi.jpg") no-repeat scroll 624px -37px transparent;}/*左から5番目*/
#access .menu li.menu-item-4893.current-page-ancestor {background:url("images/headers/gnavi.jpg") no-repeat scroll 780px -37px transparent;}/*左から6番目*/
/*グローバルナビゲーションロールオーバー画像指定2 ※グローバルメニューの変更がある場合は番号を変更すること*/
/*#access .menu li.menu-item-4864 a:hover{background:url("images/headers/gnavi.jpg") no-repeat scroll 0px -37px transparent;}左から1番目*/
/*#access .menu li.menu-item-4890#menu-item-4890  a:hover{background:url("images/headers/gnavi.jpg") no-repeat scroll 156px -37px transparent;}左から2番目*/
/*#access .menu li.menu-item-4897 a:hover{background:url("images/headers/gnavi.jpg") no-repeat scroll 312px -37px transparent;}左から3番目*/
/*#access .menu li.menu-item-4895 a:hover{background:url("images/headers/gnavi.jpg") no-repeat scroll 468px -37px transparent;}左から4番目*/
/*#access .menu li.menu-item-4899 a:hover{background:url("images/headers/gnavi.jpg") no-repeat scroll 624px -37px transparent;}左から5番目*/
/*#access .menu li.menu-item-4893 a:hover{background:url("images/headers/gnavi.jpg") no-repeat scroll 780px -37px transparent;}左から6番目*/
/*グローバルナビゲーションの文字飛ばし*/
#access .menu li.menu-item-4864 a{text-indent:-9999px;}/*左から1番目*/
#access .menu li.menu-item-4890 a{text-indent:-9999px;}/*左から2番目*/
#access .menu li.menu-item-4897 a{text-indent:-9999px;}/*左から3番目*/
#access .menu li.menu-item-4895 a{text-indent:-9999px;}/*左から4番目*/
#access .menu li.menu-item-4899 a{text-indent:-9999px;}/*左から5番目*/
#access .menu li.menu-item-4893 a{text-indent:-9999px;}/*左から6番目*/
/*グローバル以下のナビゲーション文字表示*/
#access .menu li.menu-item-4864 ul li a{text-indent:0px}/*左から1番目*/
#access .menu li.menu-item-4890 ul li a{text-indent:0px}/*左から2番目*/
#access .menu li.menu-item-4897 ul li a{text-indent:0px}/*左から3番目*/
#access .menu li.menu-item-4895 ul li a{text-indent:0px}/*左から4番目*/
#access .menu li.menu-item-4899 ul li a{text-indent:0px}/*左から5番目*/
#access .menu li.menu-item-4893 ul li a{text-indent:0px}/*左から6番目*/

/*ハック*/
* html #access .menu a { 
	padding: 0;
}

/********* ローカルナビゲーション *********/
/*#primary2 ul.xoxo{
	margin-bottom:0px;
}



#side_left .menu ul{
	line-height:2.5em;
	font-size:130%;
	margin-bottom:0px;
}
#side_left .menu ul a{
	color:#333333;
}
#side_left .menu {
	color:#111;
}
#side_left .menu ul li{
	text-indent:5px;
	line-height:2.5em;
	font-size:11px;
}
#side_left .menu ul.sub-menu li {
	text-indent:15px;
	font-size:10.5px;
}
#side_left .menu ul.sub-menu ul.sub-menu li{
	text-indent:25px;
	font-size:10.5px;
	line-height:10.5px;
}
#side_left .menu ul.sub-menu ul.sub-menu ul.sub-menu li{
	text-indent:35px;
	line-height:10px;
}
#side_left .menu ul.sub-menu ul.sub-menu li a {
	background:url("images/sidebar2/lnavi_cure.png") no-repeat;
}*/


#side_left #myAwesomeElement .sub-menu {
	/*padding-left:10px;*/
}
#side_left #myAwesomeElement .menu-item a {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:2.0em;
	font-size:11px;
	color:#333333;
	padding-left:10px;
	/*background:url("images/sidebar2/lnavi_cure.png") no-repeat 6px 2px;*/
	text-shadow:none;
}
#side_left #myAwesomeElement .menu-item a:hover {
	padding-left:8px;
	padding-right:16px;
	background:url("images/sidebar2/lnavi_cure_h.png") no-repeat center right;
}
body #side_left #myAwesomeElement li.current-menu-item {
	/*padding-left:0px;*/
	/*padding-right:8px;
	background:url("images/sidebar2/curee.gif") no-repeat top right;*/
}


/*body #side_left #myAwesomeElement li.current-menu-item .sub-menu li {
	padding-left:10px;
}*/



#myAwesomeElement ul.menu li ul.sub-menu li {
	text-indent:9px;
	background: url(images/sidebar2/lnavi_one.gif) no-repeat 6px 6px; 
}
#myAwesomeElement ul.menu li ul.sub-menu li ul.sub-menu li {
	text-indent:18px;
	background: url(images/sidebar2/lnavi_two.gif) no-repeat 6px 6px; 
}
#myAwesomeElement ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li {
	text-indent:27px;
	background: url(images/sidebar2/lnavi_thr.gif) no-repeat 6px 6px; 
}
#myAwesomeElement ul.menu li ul.sub-menu li ul.sub-menu {
	margin-bottom:0px;
	}
#myAwesomeElement ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu {
	margin-bottom:0px;
}



/* ソリューションLnavi */
#myAwesomeElement ul.menu li ul.sub-menu li #menu-item-4990,
#myAwesomeElement ul.menu li ul.sub-menu li #menu-item-4981,
#myAwesomeElement ul.menu li ul.sub-menu li #menu-item-4976,
#myAwesomeElement ul.menu li ul.sub-menu li #menu-item-4994 {
	background:url(images/sidebar2/lnavi_two_end.gif) no-repeat 6px 6px;
}
#myAwesomeElement ul.menu li ul.sub-menu li #menu-item-4974 {
	background:url(images/sidebar2/lnavi_thr_end.gif) no-repeat 6px 6px;
}
#side_left #myAwesomeElement ul.menu li #menu-item-6504 {
	background:url(images/sidebar2/lnavi_one_end.gif) no-repeat 6px 6px;
}
/*#myAwesomeElement ul.menu li ul.sub-menu li #menu-item-4434 {
	background:url(images/sidebar2/lnavi_two_endend.gif) no-repeat 6px 6px;
}
#myAwesomeElement ul.menu li ul.sub-menu li #menu-item-4430 {
	background:url(images/sidebar2/lnavi_one.gif) no-repeat 16px 6px;
}*/

/* news Lnavi */
#side_left #myAwesomeElement #menu-item-4875 {
	background:url(images/sidebar2/lnavi_one_end.gif) no-repeat 6px 6px;
}
/* agency Lnavi */
#side_left #myAwesomeElement #menu-item-4954 {
	background:url(images/sidebar2/lnavi_one_end.gif) no-repeat 6px 6px;
}
/* inq Lnavi */
#side_left #myAwesomeElement #menu-item-4968 {
	background:url(images/sidebar2/lnavi_one_end.gif) no-repeat 6px 6px;
}
/* corporate Lnavi */
#side_left #myAwesomeElement #menu-item-4965 {
	background:url(images/sidebar2/lnavi_one_end.gif) no-repeat 6px 6px;
}
/* casestudies Lnavi */
#side_left #myAwesomeElement #menu-item-5267 {
	background:url(images/sidebar2/lnavi_one_end.gif) no-repeat 6px 6px;
}
/* erer Lnavi */
#side_left #myAwesomeElement #menu-item-5607 {
	background:url(images/sidebar2/lnavi_one_end.gif) no-repeat 6px 6px;
}
/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	/*padding: 40px 0 0 0;*/
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	/*color: #333;*/
	/*font-size: 16px;*/
	/*line-height: 24px;*/
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 0px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 0 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 4px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;

	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 0 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {

	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	/*padding: 0 20px 0 0;*/
}
#main .widget-area ul ul {
	border: none;
	/*margin-left: 1.3em;*/
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	/*margin-bottom: 20px;*/
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 2px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

/********* ここから *********/

*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}
*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}
body {
   overflow-y:scroll;
}


/********* ここから *********/

.left { float:left; }
.right { float:right; }
.small {
	font-size:90%;
}
.mb4 {
	margin-bottom:4px;
	}

#container {
float:left;
margin:0 -240px 0 0;
width:940px;
}
#content {
	width:604px;
	margin:0 0;
	float:right;
}
#content_left{
	width:772px;
	float:left;
}
#side_left {
	width: 160px;
	float:left;
	margin-right:8px;
}
#side_right {
	width: 160px;
	float:right;
}
/********* kihon *********/
.bar {
	width:604px;
	height:36px;
	margin-bottom:4px;
	}
	
.r_banner {
	width:160px;
	margin-bottom:10px;
}
.kadomaru {
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
	border:#9ca0a4 solid 1px;
	margin-bottom:30px;
	behavior: url(/pie/PIE.htc);
}
#myAwesomeElement { 
	border: #9ca0a4 solid 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-family: "Courier 10 Pitch", Courier, monospace;*/
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	text-shadow: 1px 1px 1px #CCC;
	behavior: url(/pie/PIE.htc);
} 
.maintitlebar {
	-webkit-box-shadow: #666 1.5px 1.5px 1.5px;
	-moz-box-shadow: #666 1.5px 1.5px 1.5px;
	box-shadow: #666 1.5px 1.5px 1.5px;
	height:28px;
	color:#222222;
	line-height:1.8em;
	text-indent:20px;
	behavior: url(/pie/PIE.htc);
}
.kmaruSha {
	border: #9ca0a4 solid 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: #666 1.5px 1.5px 1.5px;
	-moz-box-shadow: #666 1.5px 1.5px 1.5px;
	box-shadow: #666 1.5px 1.5px 1.5px;
	behavior: url(/pie/PIE.htc);
}
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix {
	display:inline-table;
}
* html .clearfix {
   height:1%;
}
.clearfix {
   display:block;
}

/********* header *********/
#header-top{
	width:940px;
	height:71px;
	background:url(images/headers/header.png) no-repeat;
}
 #header span p{
	width:202px;
	height:40px;
	background:url(images/headers/emc_logo-trans.png) no-repeat;
	margin:25px 0 0 12px;
}
#header h1 a, #header span p a{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:100%;
	height:40px;
}
#top-menu{
	float:right;
	padding-top:8px;
	width:70%;
}
#header-top ul{
	float:right;
	padding-right:8px;
}
/* クローム用ハック */
@media screen and (-webkit-min-device-pixel-ratio:0){
#header-top #top-menu ul.fontsize { margin-top:-18px; }
}
#header-top ul li{
	padding-left:20px;
	display:inline;
	line-height:1.1;
	color:#fff;
}
#header-top ul li a{
	color:#fff;
	text-decoration:none;
}
#header-top ul li.sitemap{background:url(images/headers/icom_smap.png) no-repeat left center;}
#header-top ul li.mail{background:url(images/headers/icom_mail.png) no-repeat left center;}
#header-top ul ul.fontsize{
	padding-left:3px;
}
#header-top ul ul.fontsize li {
	padding:1px 4px;
	line-height:1.1;
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
	border:#eee solid 1px;
}
#header-top ul ul.fontsize li a{
	color:#ddd;
}
#header-top ul ul.fontsize li.fs-big{    background:#2E9635;}
#header-top ul ul.fontsize li.fs-midium{    background:#3ABC44;}
#header-top ul ul.fontsize li.fs-small{    background:#6BD173;}

.breadcrumb {
	width:700px;
	height:2.3em;
	border:1px solid #dedede;
	border-right:none;
	float:left;
}
.breadcrumb li {
	float:left;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
}		
.breadcrumb li a {
	background:url(images/headers/crumbs.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
	text-decoration:none;
}							
.breadcrumb li a:link,
.breadcrumb li a:visited {
	color:#777;
}	
.breadcrumb li a:hover,
.breadcrumb li a:focus {
	color:#dd2c0d;
}
#search{
	width:238px;
	height:2.3em;
	float:right;
	border:1px solid #dedede;
	border-left:none;
	text-align:right;
	line-height:2.3em;
}
#search form {
	text-align:right;
}
/********* con *********/
.con_box {
	width:604px;
	margin-bottom:4px;
	}
.mbox {width:299px;}
.con_box_button {
	position: relative;
	width:60px;
	height:16px;
	text-align: center;
	margin-top:-28px;
	font-size:10px;
}
.con_box_button a {
	position: relative;
	display:block;
	background:URL(/wp-content/themes/emc/images/conlr_top_button.png) no-repeat 0 0;
	width:60px;
	height:16px;
	left: -6px;
	top: -0px;
	text-align:center;
	padding-top:1px;
}
.con_box_button a:hover {
	position: relative;
	background:URL(/wp-content/themes/emc/images/conlr_top_button_hover.png) no-repeat 0 0;
	width:60px;
	height:16px;
	left: -6px;
	top: -0px;
	text-align:center;
	padding-top:1px;
}


/********* n_ews *********/

#content .topics li, #content .news li {
	display:block;
	line-height:1.1;
	color:#717070;
}
#content .news {
	margin-bottom:10px;
}
#content .news h2 {
	width:100%;
	background:url(images/index/content/bar_news.jpg) no-repeat 10px center;
	margin-bottom:10px;
}
#content .news h2 a {
	display:block;
	overflow:hidden;
	text-indent:20px;
	font-size:85%;
	font-weight:bold;
	text-decoration:none;
	color:#333;
}
#content.news div.in {
	padding:0 0;
}
#content .news dl {
	line-height:1.5;
	padding:4px 10px;
}
#content .news dt {
	font-size:95%;
	background:url(images/index/content/sicom_pink.gif) no-repeat 0 4px;
	text-indent:10px;
	width: 100px;
	float: left;
}
#content .news dd {
	margin: -2px 0 0 100px;
}
#content .news dd span {
	color:#979797;
	margin-left:1em;
	font-size:80%;
}

/********* ニュースカテゴリー指定 *********/
#content .news span {
	padding:2px 4px;
	text-align:center;
	height:1.8em;
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
}
#content .news span a{
	height:3em;
	line-heigh;1.8em;
	color:#fff;
	text-decoration:none;
}
/*　カテゴリースラッグ
ニュース------------ news
プレスリリース-----press
媒体掲載-----------publishing
流通ニュース------circulation
沿革情報-----------history
その他--------------ather
*/
/*カテゴリー背景色の指定 ※カテゴリーの変更がある場合は指定クラス名（スラッグ）を変更すること*/
#content .news span.news {	background-color:#33FFFF;}
#content .news span.press {	background:#BFFFD8;}
#content .news span.publishing {	background:#22D6BD;}
#content .news span.circulation{	background:#C4C4FF;}
#content .news span.history {	background:#CFEFC0;}
#content .news span.ather {	background:#FFCCFF;}
/*カテゴリーフォント色の指定*/ 
#content .news span.news a{	color:#151759;}
#content .news span.press a{	color:#1E3125;}
#content .news span.publishing a{	color:#000099;}
#content .news span.circulation a{	color:#660099;}
#content .news span.history a{	color:#1E3125;}
#content .news span.ather a{	color:#990000;}

/*********content BANNER*********/
.infoOSAKA {
	width: 604px;
	height: 135px;
}
.infoOSAKA a {
	width: 604px;
	height: 130px;
	background: url(images/index/content/info_osaka2011.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
}
.infoOSAKA a:hover {
	background-position: bottom;
	}

.rten {
	width: 604px;
	height: 135px;
}
.rten a {
	width: 604px;
	height: 130px;
	background: url(images/index/content/rakuten.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
}
.rten a:hover {
	background-position: bottom;
	}
.reBAN {
	width: 604px;
	height: 135px;
}
.reBAN a {
	width: 604px;
	height: 130px;
	background: url(images/index/content/info_rental.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
}
.reBAN a:hover {
	background-position: bottom;
	}
.otf {\
	width: 604px;
	height: 135px;
}
.otf a {
	width: 604px;
	height: 130px;
	background: url(images/index/content/info_kns.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
}
.otf a:hover {
	background-position: bottom;
	}
.home #bf a {
background: url(images/index/content/info_bf.jpg) no-repeat;
}
.home #bf a:hover {
background-position: bottom;
}
.home #ep a {
background: url(images/index/content/info_ep.jpg) no-repeat;
}
.home #ep a:hover {
background-position: bottom;
}
.home #gf_haru a {
background: url(images/index/content/info_gf_haru.jpg) no-repeat;
}
.home #gf_haru a:hover {
background-position: bottom;
}
.home #eco_e a {
background: url(images/index/content/info_eco_e.jpg) no-repeat;
}
.home #eco_e a:hover {
background-position: bottom;
}
.home #aed a {
background: url(images/index/content/info_aed.jpg) no-repeat;
}
.home #aed a:hover {
background-position: bottom;
}

/*********太陽光発電 special topics*********/
#content .sp_topics h2 {
	width:100%;
	background:url(images/index/content/bar_st.jpg) no-repeat 10px center;
	margin-bottom:10px;
}
#content .sp_topics h2 span.fs_s {
	font-size: 80%;
	}
#content .sp_topics .kadomaru {
	width:100%;
	padding: 13px 0px;
	}
#content .sp_topics .workBOX {
	width: 580px;
	margin-left: 12px;
	}
#content .sp_topics .mBOX {
	width: 580px;
	}
.sp_topics .boxName_A {
	background:url(images/index/content/stopic_sp/solution_repeat.jpg) repeat-y;
}
.sp_topics .boxName_B {
	background: url(images/index/content/stopic_sp/contents_repeat.jpg) repeat-y;
	}
.sp_topics .bgTOP,
.sp_topics .bgBTM {
	width: 580px;
	height: 4px;
	}
.sp_topics .boxName_A .bgTOP {
	background: url(images/index/content/stopic_sp/solution_top.jpg) no-repeat;
	}
.sp_topics .boxName_A .bgBTM {
	background: url(images/index/content/stopic_sp/solution_bottom.jpg) no-repeat;
	}
.sp_topics .boxName_B .bgTOP {
	background: url(images/index/content/stopic_sp/contents_top.jpg) no-repeat;
	}
.sp_topics .boxName_B .bgBTM {
	background: url(images/index/content/stopic_sp/contents_bottom.jpg) no-repeat;
	}
#content .sp_topics .mBOX h3 {
	width: 540px;
	margin-left: 20px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 18px;
	border-bottom: 1px dotted #333333;
	text-indent: 28px;
	padding-top: 5px;
}
.sp_topics .boxName_A h3 {
	background: url(images/index/content/stopic_sp/solution.jpg) no-repeat 0 20px;
}
.sp_topics .boxName_B h3 {
	background: url(images/index/content/stopic_sp/contents.jpg) no-repeat 0 20px;
}
#content .sp_topics .sBOX {
	width: 540px;
	margin-left: 20px;
	padding-bottom: 16px;
	}
.sp_topics .boxName_A .sBOX p.left {
	width: 260px;
	line-height: 1.8em;
	}
.sp_topics .boxName_A .sBOX p.right {
	width: 265px;
	height: 133px;
	}
.sp_topics .boxName_A .sBOX p.right a {
	width: 265px;
	height: 133px;
	display: block;
	background: url(images/index/content/stopic_sp/dotan.png) no-repeat;
	text-indent: -9999px;
	}
.sp_topics .boxName_A .sBOX p.right a:hover {
	background-position: bottom;
	}
.sp_topics .boxName_B .sBOX .wle01,
.sp_topics .boxName_B .sBOX .wri01 {
	width: 260px;
	}
	
.sp_topics .boxName_B .sBOX .wle02 {
	width: 71px;
	height: 71px;
	}
.sp_topics .boxName_B .sBOX .wle02 a {
	width: 71px;
	height: 71px;
	display: block;
	text-indent: -9999px;
	}
.sp_topics .boxName_B .sBOX .wle02 a:hover {
	background-position: bottom;
	}
.imgNAME_A a {
	background: url(images/index/content/stopic_sp/kaitori.png) no-repeat;
}	
.imgNAME_B a {
	background: url(images/index/content/stopic_sp/hojyokin.png) no-repeat;}
.sp_topics .boxName_B .sBOX .wri02 {
	width: 179px;
	}
#content .sp_topics .boxName_B .sBOX .wri02 h4 {
	border-bottom: 3px #FF9900 solid;
	margin-bottom: 4px;
}	
#content .sp_topics .boxName_B .sBOX .wri02 h4 a {
	padding-left: 12px;
	background: url(images/index/content/stopic_sp/icom_a.png) no-repeat left center;
	text-decoration: none;
	color:#333333;
	}
/*****Information*****/
.bannerH120 {
	width: 604px;
	height: 120px;
	}
.bannerH120 a {
	width: 604px;
	height: 120px;
	text-indent: -9999px;
	display: block;
	background: url(images/index/content/info_acr.jpg) no-repeat;
	}
.bannerH120 a:hover {
	background-position: bottom;
	}
#conBAN_LR .left,
#conBAN_LR .right,
#conBAN_LR .left a,
#conBAN_LR .right a {
	width: 298px;
	height: 120px;
}
#conBAN_LR .left a,
#conBAN_LR .right a {
	display: block;
	text-indent: -9999px;
}
#conBAN_LR .left a {
	background: url(images/index/content/info_r.jpg) no-repeat;
	}
#conBAN_LR .right a {
	background: url(images/index/content/info_w.jpg) no-repeat;
	}
#conBAN_LR .left a:hover { background-position: bottom;}
#conBAN_LR .right a:hover { background-position: bottom;}

/*********  inqBANNER *********/
.inqBBG_big {
	width: 604px;
	height: 226px;
	background: url(images/inq_banner/inq_bg_big.jpg) no-repeat;
	}
.inqBBG_big .nakaCON {
	width: 530px;
	height:154px;
	margin-left: 16px;
	padding-top: 16px;
}
.inqBBG_big .nakaCON div {
	width: 170px;
	height: 140px;
	float: left;
	margin-right: 10px;
	}
.inqBBG_big .nakaCON a {
	width: 170px;
	height: 140px;
	display: block;
	text-indent: -9999px;
	}
.inqBBG_big .nakaCON div.last {
	margin-right: 0px;
	float: right;
	}
 .inqBBG_big .fCALL	{
	width: 500px;
	height: 50px;
	padding-top: 8px;
	padding-left: 100px;
	background: url(images/inq_banner/free_c.png) no-repeat 68px 16px;
	color: #222;
 }
 .inqBBG_big .fCALL	b {
	font-size: 200%;
	font-family: Georgia,"Times New Roman",Times,serif;
 }
 .inqBBG_big #inqIMG {
 	width: 64px;
	height: 96px;
	margin-left: 536px;
	margin-top: -96px;
	background: url(images/inq_banner/inq_img_s.png) no-repeat;
	}
 .nakaCON .inqBAR_D {
	background: url(images/inq_banner/inq_banner_d.jpg) no-repeat;}
 .nakaCON .inqBAR_E {
	background: url(images/inq_banner/inq_banner_e.jpg) no-repeat;}
 .nakaCON .inqBAR_F {
	background: url(images/inq_banner/inq_banner_f.jpg) no-repeat;}
 .nakaCON .inqBAR_G {
	background: url(images/inq_banner/inq_banner_g.jpg) no-repeat;}
 .nakaCON .inqBAR_H {
	background: url(images/inq_banner/inq_banner_h.jpg) no-repeat;}
 .nakaCON .inqBAR_I {
	background: url(images/inq_banner/inq_banner_i.jpg) no-repeat;}
 .nakaCON .inqBAR_J {
	background: url(images/inq_banner/inq_banner_j.jpg) no-repeat;}
 .nakaCON .inqBAR_K {
	background: url(images/inq_banner/inq_banner_k.jpg) no-repeat;}
	
	
	
	
#midSIZ {
	width: 564px;
	height: 226px;
	background: url(images/inq_banner/inq_bg_a.jpg) no-repeat top center;
	}
#midSIZ .inqBBG_big .nakaCON {
	width: 530px;
	height:154px;
	margin-left: 17px;
	padding-top: 16px;
}
#midSIZ #inqIMG {
	background-image: none;
	}
	
/********* class *********/
.mt20 {
	margin-top: 20px;
	}
.mt30 {
	margin-top: 30px;
	}






/********* sidebar *********/

/*ウィジェットタイトル隠し*/
#content ul.xoxo h3,
#primary ul.xoxo h3,
#secondary ul.xoxo h3,
#primary2 ul.xoxo h3,
#secondary2 ul.xoxo h3{
	display:none;
}
#primary2 .xoxo {
	margin-bottom:0px
	}
/*イーエムシー加盟団体*/
.side-img{
	width:160px;
	text-align:center;
}
#side_right ul {
	margin-bottom:10px;
}
#side_right ul li{
	font-size:90%;
}
.side-img a{
	display:block;
	text-indent:-9999px;
	width:96%;
	height:100%;
}
.link-maintitle{
	text-align:center;
	font-size:130%;
	line-height:2.5em;
	background-color:#626262;
	color:#FFFFFF;
	margin-bottom:8px;

}
.link-title a {
	padding-left: 23px;
	background:url(images/sidebar/sicom_gray.png) no-repeat;
	color:#222;
	line-height:1.5em;
}


*:first-child+html #side_right ul {
	width: 160px;
}
* html #side_right #myAwesomeElement ul,
* html #side_right #myAwesomeElement ul li,
* html #side_right #myAwesomeElement ul li a{
	width: 158px;
}



/********* sidebar2 *********/
.side2-img{
	width:160px;
	height:82px;
}
#side_left ul {
	margin-bottom:12px;
}
#side_left ul li{
	font-size:90%;
}
.side2-img a{
	display:block;
	text-indent:-9999px;
	width:100%;
	height:100%;
}
#side_left #secondary2 .side2-img a:hover {
	background-position: bottom;
}
.industry-title {
	background:url(images/sidebar2/sicom_green.png) no-repeat  left center;
	text-indent:20px;
	color:#222;
	line-height:1.5em;
}

#side_left #industry_sm a {background:url(images/sidebar2/industry_sm.jpg) no-repeat;}
#side_left #industry_ds a {background:url(images/sidebar2/industry_ds.jpg) no-repeat;}
#side_left #industry_cd a {background:url(images/sidebar2/industry_cd.jpg) no-repeat;}
#side_left #industry_r a {background:url(images/sidebar2/industry_r.jpg) no-repeat;}
#side_left #industry_dtl a {background:url(images/sidebar2/industry_dtl.jpg) no-repeat;}
#side_left #industry_ss a {background:url(images/sidebar2/industry_ss.jpg) no-repeat;}
#side_left #industry_h a {background:url(images/sidebar2/industry_h.jpg) no-repeat;}
/********* footer *********/
#foooter_bottom {
	width:940px;
	margin-bottom:10px;
	}
#foooter_bottom #ptBTM {
	width:940px;
}
#foooter_bottom #ptBTM .work {
	width: 110px;
	height: 24px;
	padding-left: 830px;
	border-bottom:  3px #004e1d solid;	
	}
#foooter_bottom #ptBTM .work a {
	width: 110px;
	height: 24px;
	background: url(images/index/footer/pt_btm.jpg) no-repeat;
	display: block;
	text-indent: -9999px;
	}
#foooter_bottom #ptBTM .work a:hover {
	background-position: bottom;
	}
#foooter_bottom .fBox {
	width:938px;
	border-left: #9ca0a4 1px solid;
	border-right: #9ca0a4 1px solid;
	background: url(images/index/footer/footer_endlink.jpg) repeat-x bottom;
	border-top: 1px #9ca0a4 solid;
	}
#foooter_bottom .fBox li {
	padding:3px 6px 3px 0px;
	float:right;
	}
#foooter_bottom .fBox li a {
	color:#004e1d;
	font-weight:bold;
	padding-left:24px;
	}
#foooter_bottom #a_l_icom a {
background:url(images/index/footer/icom_abo_l.png) no-repeat left center;
}
#foooter_bottom #p_p_icom a {
background:url(images/index/footer/icom_p_pol.png) no-repeat left center;
}

#foooter_bottom .cright {
	width:930px;
	height:30px;
	padding-right:10px;
	background:url(images/index/footer/footer_cright.jpg) no-repeat center;
	font-weight:bold;
	text-align: right;
	line-height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-shadow: #FFFFFF 1px 1px 1px;
}
/********* GSL*********/
#secondary div.GSL{
	width:160px;
	height:100px;
	background:url(images/sidebar/gsl.jpg) no-repeat;
	text-align: left;
	text-indent:85px;
	padding-top:12px ;
}

/********* 角丸テスト *********/
.maru {
border: 1px solid #696;padding: 60px 0;text-align: center; width: 200px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;background: #9dce88;behavior: url(/PIE.htc);
}
/********* 各ページindex以外のコンテンツ共通 *********/
#content h1 {
	width:602px;
	height:105px;
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
	border:#9ca0a4 solid 1px;
	text-indent:-9999px;
	padding-top:4px;
}
.textCon {
	width:564px;
	margin-left:19px;
}
.workBoxS,
.workBoxS_two {
	width:564px;
	margin-bottom:30px;
}
#content .unityBox h2,
#content .sol h2 {
	width:602px;
	height:38px;
	background:url(images/pages/solution/tit_sol.jpg) no-repeat;
	text-indent:20px;
	line-height:3.0em;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:10px;
	font-size:130%;
}
#content .workBoxS_two h3,
#content .workBoxS h3 {
	width:556px;
	margin-bottom:20px;
	background:url(images/h3bar_green_line.gif) no-repeat;
	/*font-weight:bold;*/
	line-height:2.2em;
}
.con_topimgBline {
	width:602px;
	height:5px;
	background:url(images/con_topimg_bline.png) repeat-x;
	margin-bottom:20px;
}
/*class*/
.workBoxS .type_LimgBox {
	width:526px;
	margin-left:20px;
}
.workBoxS .type_LimgBox p {
	padding:0 0;
}
.workBoxS .type_LimgBox .right {
	margin-left:20px;
	padding:10px 8px;
	border:#DED solid 3px;
}
.con_topimg,
.unitySol .con_topimg {
	width:602px;
}
.relatedL {
	border-top:#CCCCCC 3px double;
}
.relatedL ul {
	padding-top:10px;
	text-align:right;
}
.relatedL ul.taLeft {
	width:536px;
	padding-top:10px;/*text-align:inherit;*//*margin-left:20px;*/
}
.icom_ore {
	padding-left:14px;
	background:url(images/pages/icom_ore.png) no-repeat left center;
}
#content .relatedL h4 {
	margin-top:20px;
	background-image:none;
	background:url(images/pages/tenline_uline.png) repeat-x bottom;
	border:none;
	border-bottom: #CC0000 1px solid;
	font-weight:bold;
	color:#444;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:6px;
}

body #wrapper .mt10 {
margin-top:10px;
}
#wrapper .mb10 {
margin-bottom:10px;
}
#content_left #content .mb10 {
	margin-bottom:10px;
}
#content_left #content .mb20 {
	margin-bottom:20px;
}
#content_left #content .mb30 {
	margin-bottom:30px;
}
.textCon p {
	letter-spacing:0.1em;
}


/*tableリセット*/
#content_left #content table, #content_left #content table tr, #content_left #content table tr td {
	margin: 0 0;
	padding: 0 0;
}
/*#topFla {
	width:940px;
	height:220px;
	border: #9ca0a4 solid 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/wp/wp-content/themes/emc/pie/PIE.htc);
}*/

/*ＩＥ７ＣＳＳハック*/
*:first-child+html #wrapper #second .xoxo #text-4 {
	margin-top:-18px;
}
*:first-child+html #wrapper #side_left #text-9 {
	margin-top:-14px;
}
*:first-child+html #wrapper #text-15 {
	letter-spacing:-0.2em;
	}
*:first-child+html #header #top-menu {
	width:440px;
	float:right;
	padding-bottom:10px;
display:block;
}	
*:first-child+html #header-top ul {
	float: none;
	padding-right:8px;
}
*:first-child+html #header-top .fontsize {
	float: none;
	margin-left:240px;
	margin-top: -12px;
	padding-left:3px;
}
*:first-child+html #header-top .fontsize li {
	border:#eee solid 1px;
}
*:first-child+html #header-top ul ul.fontsize li a {
	padding:1px 3px 0px;
	color:#ddd;
}
*:first-child+html #header-top ul ul.fontsize li.fs-big {
	background:#2E9635;
	margin-right:6px;}
*:first-child+html #header-top ul ul.fontsize li.fs-midium {
	background:#3ABC44;
	margin-right:6px;}
*:first-child+html #header-top ul ul.fontsize li.fs-small{
	background:#6BD173;} 
*:first-child+html #content_left #content h3,
*:first-child+html #content_left #content h4 {
	font-size: 120%;
}
/*ＩＥ6CSSハック*/
* html #side_left {
	margin-right:6px;
}
* html #wrapper #second .xoxo #text-4 {
	margin-top:-18px;
}
* html #wrapper #side_left #text-9 {
	margin-top:-14px;
}
* html #wrapper #text-15 {
	letter-spacing:-0.2em;
	}
* html #header #top-menu {
	width:440px;
	float:right;
	padding-bottom:10px;
}	
* html #header-top ul {
	float: none;
	padding-right:8px;
}
* html #header-top .fontsize {
	float: none;
	margin-left:240px;
	margin-top: -12px;
	padding-left:3px;
}
* html #header-top .fontsize li {
	border:#eee solid 1px;
}
* html #header-top ul ul.fontsize li a {
	padding:1px 3px 0px;
	color:#ddd;
}
* html #header-top ul ul.fontsize li.fs-big {
	background:#2E9635;
	margin-right:6px;}
* html #header-top ul ul.fontsize li.fs-midium {
	background:#3ABC44;
	margin-right:6px;}
* html #header-top ul ul.fontsize li.fs-small{
	background:#6BD173;}
* html #footer-widget-area #fourth {
	width: 200px;
}
* html #footer #colophon {
	margin-top: 20px;
	padding-top: 2px;
	width: 100%;
	border-top: 4px solid #000000;
}

/* Captions　kawabata */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

h4.kijiHeading01{
	color:#009;
	font-size:110%;
	font-weight:bold;
	line-height:2em;
	}

h5.kijiHeading02{
	color:#390;
	font-size:95%;
	font-weight:bold;
	line-height:1.5em;
	}

.navigation {
	width:150px;
	display: block;
	font-size:80%;
	margin:0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
	}
.navigation a{
	color:#06C;
}
/********* IE6 *********/
* html #header span p {
	background:url(images/headers/emc_logo-trans.jpg) no-repeat;
}
* html #content .news h2 {
	background:url(images/index/content/bar_news.jpg) no-repeat 10px center;
	line-height: 28px;
	font-size: 140%;
}
* html #content .sp_topics h2 {
	background:url(images/index/content/bar_st.jpg) no-repeat 10px center;
	line-height: 28px;
	font-size: 140%;
}
* html .inqBBG_big .fCALL	{
	background: url(images/inq_banner/free_c.gif) no-repeat 68px 16px;
 }
* html #content .workBoxS_two h3,
* html #content .workBoxS h3 {
	line-height: 28px;
	font-size: 140%;
}




* html #content .inainaiBAG {
	zoom: 1;
	}/*IE6スクロールで画像が消えるバグに対応*/


div#myAwesomeElement {
	margin-bottom:5px;}
div#myAwesomeElement li#text-24 {
	background:url(images/sidebar2/side_point_logo.png) no-repeat 0px 0px;
	width:158px;
	height:181px;
}
div#myAwesomeElement li#text-24 .textwidget p {
	padding:80px 0 0 15px;
	text-align: left;
	width: 138px;
	margin: 0 -25px 0 0;
	font-size:100%;
	line-height:1.5;
}
div#myAwesomeElement li#text-25 {
	width:158px;
}
div#myAwesomeElement li#text-25 div.text_top {
	background:url(images/sidebar2/side_point_head.png) no-repeat 0px 0px;
	height:48px;
	font-size: 110%;
	color: #FFFFFF;
	text-align: center;
	padding-top: 9px;
	margin-bottom: -11px;
}
div#myAwesomeElement li#text-25 .text_midlle div {
	background:url(images/sidebar2/side_point_this_no.png) no-repeat 0 0;
	width:160px;
	height:50px;
	font-size:14px;
	text-indent:30px;
}
div#myAwesomeElement li#text-25 .text_midlle h5 {
	background:url(images/sidebar2/side_point_this_no.png) no-repeat 0 0;
	text-indent:20px;
}
div#myAwesomeElement li#text-25 .text_midlle a {
	display:block;
	width:160px;
	height:50px;
	font-size:14px;
	text-indent:30px;
	margin-bottom:-20px;
}
div#myAwesomeElement li#text-25 .text_midlle  a:hover {
	display:block;
	background:url(images/sidebar2/side_point_this_yes.png) no-repeat 0 0;
	width:160px;
	height:50px;
	font-size:14px;
	text-indent:30px;
	padding-top:20px;
	margin-top:-20px;
}

div#myAwesomeElement li#text-25 div.text_bottom {
	background:url(images/sidebar2/side_point_bottom.png) no-repeat 0px 0px;
	height:27px;
}
#msgBx{
	font-size :12px;
}
.white a{
	color:#666666;
	background :#FFFFFF;
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
	border:#003300 solid 1px;
	behavior: url(/pie/PIE.htc);
	text-decoration:none;
	padding:3px 5px;
	float:right;
	margin:10px 15px 0 0;
}
.white a:hover{
	color:#FF9900;
	text-decoration: underline;
}
/* 404 */
#content .error404 {
	background: url(images/pages/other/404_not_found.jpg) no-repeat;
}
#content .error404 h1 {
	display: none;
}
#content .error404 h2 {
	font-weight: bold;
	line-height: 30px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-right: 20px;
}
#content .error404 .entry-content {
	padding-top: 460px;
	margin-left: 26px;
}
#content .error404 .kakupage {
	margin: 20px 20px 20px 0;
	padding-bottom: 50px;
	border-bottom: #999999 2px solid;
	}

span.wpcf7-list-item { display: block; }

/********* チャレンジ25バナー *********/
#text-7 .textwidget {
	width: 160px;
	height:79px;
	margin-bottom: 6px;
	}
#text-7 .textwidget a {
	width: 160px;
	height:79px;
	display: block;
	background: url(images/sidebar/right_02.jpg) no-repeat;
	text-indent: -9999px;
	}
#text-7 .textwidget a:hover {
	background-position: bottom;
	}
/********* 左側バナー top *********/
#secondary2 div.textwidget .side2-img {
	width: 160px;
	height: 82px;
}
#secondary2 div.textwidget .side2-img a {
	width: 160px;
	height: 82px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background-position: 0px 0px;
}
#secondary2 div.textwidget .side2-img a:hover {
	overflow: hidden;
	background-position: 0px -82px;
	}
/********* 左側バナー *********/
#text-57 .textwidget,
#text-55 .textwidget,
#text-54 .textwidget,
#text-56 .textwidget,
#text-51 .textwidget,
#text-50 .textwidget,
#text-49 .textwidget,
#text-27 .textwidget,
#text-28 .textwidget,
#text-29 .textwidget,
#text-30 .textwidget,
#text-31 .textwidget,
#text-32 .textwidget,
#text-33 .textwidget,
#text-34 .textwidget,
#text-35 .textwidget,
#text-36 .textwidget,
#text-37 .textwidget,
#text-38 .textwidget,
#text-39 .textwidget,
#text-40 .textwidget,
#text-41 .textwidget,
#text-42 .textwidget,
#text-43 .textwidget,
#text-44 .textwidget,
#text-45 .textwidget,
#text-46 .textwidget,
#text-47 .textwidget {
	width: 160px;
	height: 90px;
	margin-bottom: 6px;
}
#text-57 .textwidget a,
#text-55 .textwidget a,
#text-54 .textwidget a,
#text-56 .textwidget a,
#text-51 .textwidget a,
#text-50 .textwidget a,
#text-49 .textwidget a,
#text-27 .textwidget a,
#text-28 .textwidget a,
#text-29 .textwidget a,
#text-30 .textwidget a,
#text-31 .textwidget a,
#text-32 .textwidget a,
#text-33 .textwidget a,
#text-34 .textwidget a,
#text-35 .textwidget a,
#text-36 .textwidget a,
#text-37 .textwidget a,
#text-38 .textwidget a,
#text-39 .textwidget a,
#text-40 .textwidget a,
#text-41 .textwidget a,
#text-42 .textwidget a,
#text-43 .textwidget a,
#text-44 .textwidget a,
#text-45 .textwidget a,
#text-46 .textwidget a,
#text-47 .textwidget a {
	width: 160px;
	height: 90px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background-position: 0px 0px;
}
#secondary2 .widget-container div.textwidget a:hover {
	overflow: hidden;
	background-position: 0px -90px;
	}









/********* プロダクト系 *********/
#text-27 .textwidget a {
	background: url(images/sidebar/ecogl_banner.jpg) no-repeat;
	}
#text-28 .textwidget a {
	background: url(images/sidebar/ecogc_banner.jpg) no-repeat;
	}
#text-29 .textwidget a {
	background: url(images/sidebar/ecogs_banner.jpg) no-repeat;
	}
#text-30 .textwidget a {
	background: url(images/sidebar/ecoms_banner.jpg) no-repeat;
	}
#text-54 .textwidget a {
	background: url(images/sidebar/eco_r_banner.jpg) no-repeat;
	}
#text-56 .textwidget a {
	background: url(images/sidebar/eco_w_banner.jpg) no-repeat;
	}
#text-57 .textwidget a {
	background: url(images/sidebar/rental_banner.jpg) no-repeat;
	}
/********* エコ・コンサル系 *********/
#text-31 .textwidget a {
	background: url(images/sidebar/econ_banner.jpg) no-repeat;
	}
#text-32 .textwidget a {
	background: url(images/sidebar/ind_banner.jpg) no-repeat;
	}
#text-33 .textwidget a {
	background: url(images/sidebar/spp_banner.jpg) no-repeat;
	}
#text-34 .textwidget a {
	background: url(images/sidebar/eri_banner.jpg) no-repeat;
	}
#text-35 .textwidget a {
	background: url(images/sidebar/hozyo_banner.jpg) no-repeat;
	}
#text-36 .textwidget a {
	background: url(images/sidebar/bra_banner.jpg) no-repeat;
	}

/********* 企業情報系 *********/
#text-39 .textwidget a {
	background: url(images/sidebar/kigyourinen.jpg) no-repeat;
	}
#text-38 .textwidget a {
	background: url(images/sidebar/kaisyagaiyou.jpg) no-repeat;
	}
#text-40 .textwidget a {
	background: url(images/sidebar/kaisyaenkaku.jpg) no-repeat;
	}
#text-41 .textwidget a {
	background: url(images/sidebar/jigyouryouiki.jpg) no-repeat;
	}
#text-42 .textwidget a {
	background: url(images/sidebar/sosikizu.jpg) no-repeat;
	}
#text-43 .textwidget a {
	background: url(images/sidebar/dounyujisseki.jpg) no-repeat;
	}
#text-44 .textwidget a {
	background: url(images/sidebar/zenkokukyoten.jpg) no-repeat;
	}

/********* 導入実績系 *********/
#text-47 .textwidget a {
	background: url(images/sidebar/jasoo.jpg) no-repeat;
	}
#text-46 .textwidget a {
	background: url(images/sidebar/jaawajihinode.jpg) no-repeat;
	}
#text-45 .textwidget a {
	background: url(images/sidebar/jakitahibiki.jpg) no-repeat;
	}
/********* 太陽系バナー *********/
#text-50 .textwidget a {
	background: url(images/sidebar/sp_sub.png) no-repeat;
}
#text-51 .textwidget a {
	background: url(images/sidebar/sp_pur.png) no-repeat;
}
#text-49 .textwidget a {
	background: url(images/sidebar/sp_sol.gif) no-repeat;
}
/********* 空調バナー *********/
#text-55 .textwidget a {
	background: url(images/sidebar/banner_arc.jpg) no-repeat;
}

/********* 右側バナー *********/
 #primary .sideR_bannerHIGH {
	width: 160px;
	height: 200px;
	margin-bottom: 6px;
}
 #primary .sideR_bannerHIGH a {
 	width: 160px;
	height: 200px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background-position: 0px 0px;
	}
 #primary .sideR_bannerHIGH a:hover {
	overflow: hidden;
	background-position: 0px -200px;
	}
  #text-11 .sideR_bannerHIGH {
	height: 160px;
	}
 #text-11 .sideR_bannerHIGH a {
	height: 160px;
	}	
 #text-11 .sideR_bannerHIGH a:hover {
	overflow: hidden;
	background-position: 0px -160px;
	}
 #text-11 a {
	background: url(images/sidebar/can_banner.gif) no-repeat;
	}
 #text-12 a {
	background: url(images/sidebar/bre_banner.gif) no-repeat;
	}
 #text-13 a {
	background: url(images/sidebar/egl_banner.gif) no-repeat;
	}
 #text-14 a {
	background: url(images/sidebar/egc_banner.gif) no-repeat;
	}
 #text-15 a {
	background: url(images/sidebar/ps_banner.gif) no-repeat;
	}
 #text-16 a {
	background: url(images/sidebar/egcx_banner.gif) no-repeat;
	}
 #text-17 a {
	background: url(images/sidebar/egc_banner.gif) no-repeat;
	}

/* sp_lnavi */
#secondary2 #text-48 {
	width: 160px;
	height: 240px;
	background: url(images/sidebar/sp_lnavi/lnavi_sp.jpg) no-repeat;
margin-bottom: 10px;
}
#secondary2 #text-48 .work {
	padding: 60px 10px 10px 10px;
}
#secondary2 #text-48 .spLna {

}
#secondary2 #text-48 .spLna a {
	line-height: 26px;
	display: block;
	text-indent: 30px;
	background-position: left top;
	color: #719b11;
	font-size: 1.2em;
}
#secondary2 #text-48 div.kids a {
	text-indent: 50px;
}
#text-48 .namaeA a {
	background: url(images/sidebar/sp_lnavi/spl_icom_a.png) no-repeat;
}
#text-48 .namaeB a {
	background: url(images/sidebar/sp_lnavi/spl_icom_b.png) no-repeat;
}
#text-48 .namaeC a {
	background: url(images/sidebar/sp_lnavi/spl_icom_c.png) no-repeat;
}
#text-48 .namaeD a {
	background: url(images/sidebar/sp_lnavi/spl_icom_d.png) no-repeat;
}
#text-48 .namaeE a {
	background: url(images/sidebar/sp_lnavi/spl_icom_e.png) no-repeat;
}
#text-48 .namaeF a {
	background: url(images/sidebar/sp_lnavi/spl_icom_f.png) no-repeat;
}

/*********導入事例適用後、以下のcssを消去して下さい。ローカルナビが表示されます。*********/
#secondary2 #text-48 {
	height: 140px;
	background: url(images/sidebar/sp_lnavi/lnavi_sp_s.jpg) no-repeat;
}
#text-48 .namaeC a,
#text-48 .namaeD a,
#text-48 .namaeE a,
#text-48 .namaeF a {
	background-image: none;
}
#secondary2 #text-48 div.namaeC,
#secondary2 #text-48 div.namaeD,
#secondary2 #text-48 div.namaeE,
#secondary2 #text-48 div.namaeF {
	display: none;
}



/********* 製品情報バナー *********/
#text-5 .textwidget {
	width: 160px;
	height: 160px;
}
#text-5 .textwidget a {
	width: 160px;
	height: 160px;
	display: block;
	text-indent: -9999px;
	background: url(images/sidebar/right_01.jpg) no-repeat;
	overflow: hidden;
	background-position: 0px 0px;
}
#text-5 .textwidget a:hover {
	overflow: hidden;
	background-position: 0px -160px;
	}
/********* イベントサイト *********/
#text-53 .textwidget {
	width: 160px;
	height: 160px;
}
#primary #text-53 a {
	width: 160px;
	height: 160px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 4px;
	background: url(../emc/images/sidebar/banner_eve.jpg) no-repeat;
background-position: 0px 0px;
}
#primary #text-53 a:hover {
	overflow: hidden;
	background-position: 0px -160px;
	}
/********* 採用サイト *********/
#primary #text-59 a {
	width: 160px;
	height: 160px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 4px;
	background: url(../emc/images/sidebar/banner_rec.jpg) no-repeat;
background-position: 0px 0px;
}
#primary #text-59 a:hover {
	overflow: hidden;
	background-position: 0px -160px;
	}
/********* 楽天サイト *********/
#primary #text-64 a {
	width: 160px;
	height: 160px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 4px;
	background: url(../emc/images/sidebar/banner_rac.jpg) no-repeat;
background-position: 0px 0px;
}
#primary #text-64 a:hover {
	overflow: hidden;
	background-position: 0px -160px;
	}



/********* 検索結果 *********/
/**該当0件**/
.kZERO_hone {
	background: url(images/pages/other/search/nothing.jpg) no-repeat;
	}
.kensaku {
	width: 100%;
	background: url(images/pages/other/search/search_zero.jpg) no-repeat 0px 10px;
}
#content .kensaku h2.tit {
	font-weight: bold;
	line-height: 2.2em;
	border-bottom: 1px #333333 dotted;
	background: url(images/pages/other/search/h2tit.png) no-repeat left center;
	text-indent: 22px;
	margin-bottom: 10px;
	}
.kensaku .LH2EM {
	line-height: 2em;
	}

.kensaku .bLINE {
	border-bottom: #999 2px solid;
	padding-bottom: 50px;
	}
#content .kensaku .kakupage {
	margin: 20px 20px 20px 0;
	padding-bottom: 50px;
	}
#content .kensaku .kakupage li {
	margin-left: 30px;
	list-style: disc;
}
/**該当有**/
body.search-results #content {
	padding-bottom: 60px;
}
body.search-results #content .entry-summary p:last-child {
	margin-bottom: 0px;
}
body.search-results #content h1 {
	text-indent: 10px;
	background: url(images/pages/other/results/h2_img.jpg) no-repeat;
	font-size: 160%;
	}
body.search-results #content h1 span {
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
}
body.search-results #content h2 {
	border-bottom: 1px solid #666666;
	padding: 9px 6px 7px;
	background: #fafcfe;
	line-height: 22px;
	background: url(images/pages/other/search/h2tit.png) no-repeat 10px 17px;
	text-indent: 27px;
}
body.search-results #content h2 a {
	font-size: 80%;
	color: #333;
	font-weight: bold;
	font-family: Georgia,"Times New Roman",Times,serif;
	text-shadow: #ffffff;
}
body.search-results #content h2 a:hover {
	text-decoration: underline;
}
body.search-results #content .hentry {
	border: 3px solid #DDD;
	margin-bottom: 0px;
	margin-top: 10px;
}

body.search-results #content .entry-meta a,
body.search-results #content .entry-meta .meta-prep,
body.search-results #content .entry-meta .meta-sep,
body.search-results #content .entry-meta .author,
body.search-results #content .entry-meta .meta-sep,
body.search-results #content .entry-utility {
	display: none;
	}
body.search-results #content .entry-meta {
	background-image: url("images/pages/tenline_uline_kon_mini.png");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center bottom;
	padding: 3px 0;
}
body.search-results #content .entry-meta .entry-date {
	font-weight: bold;
	font-family: Georgia,"Times New Roman",Times,serif;
}
body.search-results #content .entry-summary p {
	line-height: 1.7em;
	padding: 5px 16px 10px;
}
/*代理店左側バナー*/
#secondary2 #text-17,
#secondary2 #text-18,
#secondary2 #text-19,
#secondary2 #text-20 {
	width: 160px;
	height: 200px;
	margin-bottom: 6px;
	}
#secondary2 #text-17 a {
	background: url(images/sidebar/egl_banner.gif) no-repeat;
	}
#secondary2 #text-18 a {
	background: url(images/sidebar/egc_banner.gif) no-repeat;
	}
#secondary2 #text-19 a {
	background: url(images/sidebar/bre_banner.gif) no-repeat;
	}
#secondary2 #text-20 a {
	background: url(images/sidebar/ps_banner.gif) no-repeat;
	}	
#secondary2 #text-17 a,
#secondary2 #text-18 a,
#secondary2 #text-19 a,
#secondary2 #text-20 a{
	width: 160px;
	height: 200px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background-position: 0px 0px;
	}
#secondary2 #text-17 a:hover {
	overflow: hidden;
	background-position: 0px -200px;
	}
#secondary2 #text-18 a:hover {
	overflow: hidden;
	background-position: 0px -200px;
	}
#secondary2 #text-19 a:hover {
	overflow: hidden;
	background-position: 0px -200px;
	}
#secondary2 #text-20 a:hover {
	overflow: hidden;
	background-position: 0px -200px;
	}
/*widget-area first*/
.con_box #first #text-52 .textwidget {
	width: 604px;
	height: 135px;
	}
.con_box #first #text-52 .textwidget a {
	width: 604px;
	height: 130px;
	display: block;
	background: url(images/con_every.jpg) no-repeat;
	text-align: center;
	color: #222;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
.con_box #first #text-52 .textwidget a:hover {
	text-decoration: none;
	}
.con_box #first #text-52 .textwidget a b.titl {
	font-size: 160%;
	line-height: 2.4em;
	}
.con_box #first #text-52 .textwidget a b.titBTM {
	padding-right: 16px;
	background: url(images/yzai.jpg) no-repeat right center;
	line-height: 2em;
	color: #003366;
}
.con_box #first #text-52 .textwidget a b.titBTM:hover {
	text-decoration: underline;
}

/**IE6**/
* html #search,
* html .breadcrumb {
	margin-top: 0px;
}
* html #main {
	margin-top: 0px;
}



/**IE7**/
*:first-child+html #content .news h2 a {
	font-size: 60%;
	line-height: 30px;
	}
*:first-child+html #content .sp_topics h2 {
	font-size: 110%;
	line-height: 30px;
	}
*:first-child+html #search,
*:first-child+html .breadcrumb {
	margin-bottom: 5px;
}
*:first-child+html #access {
	height: 37px;
	}

#access .menu-header {
	width: 940px;
	height: 37px;
	background: url(images/headers/images/gnavi_07.jpg) no-repeat right top;
	}
#header #access .menu-header #menu-item-4864 {
	background: url(images/headers/images/gnavi_01.jpg) no-repeat;
}
#header #access .menu-header #menu-item-4890 {
	background: url(images/headers/images/gnavi_02.jpg) no-repeat;
}
#header #access .menu-header #menu-item-4897 {
	background: url(images/headers/images/gnavi_03.jpg) no-repeat;
}
#header #access .menu-header #menu-item-4895 {
	background: url(images/headers/images/gnavi_04.jpg) no-repeat;
}
#header #access .menu-header #menu-item-4899 {
	background: url(images/headers/images/gnavi_05.jpg) no-repeat;
}
#header #access .menu-header #menu-item-4893 {
	background: url(images/headers/images/gnavi_06.jpg) no-repeat;
}
#wrapper #header #access .menu-header .current-menu-item {
	background-position: bottom;
	}
#header #access .menu-header #menu-item-4864:hover {
	background-position: bottom;
}
#header #access .menu-header #menu-item-4890:hover {
	background-position: bottom;
}
#header #access .menu-header #menu-item-4897:hover {
	background-position: bottom;
}
#header #access .menu-header #menu-item-4895:hover {
	background-position: bottom;
}
#header #access .menu-header #menu-item-4899:hover {
	background-position: bottom;
}
#header #access .menu-header #menu-item-4893:hover {
	background-position: bottom;
}
#side_left {
			position: relative;
			width: 160px;
}


#footer {
	padding-top: 40px;
}


/*topimg*/
#indetopimg {
	width: 940px;
	height: 220px;
	}
#indetopimg a {
	width: 940px;
	height: 220px;
	display: block;
	background: url(images/headers/indetop.jpg) no-repeat;
	text-align: center;
	color: #222;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
text-decoration: none;
padding-top:20px;
	}
#indetopimg a:hover {
	text-decoration: none;
	}
#indetopimg a b.titl {
	font-size: 160%;
	line-height: 2.6em;
	}
#indetopimg a b.titBTM {
	padding-right: 16px;
	background: url(images/yzai.jpg) no-repeat right center;
	line-height: 2em;
	color: #003366;
}
#indetopimg a b.titBTM:hover {
	text-decoration: underline;
}

/*newLnavi*/
#secondary2 #text-60 {
width: 160px;
}
#secondary2 #text-60 h3.widget-title {
width: 160px;
height: 37px;
display: block;
background: url(images/lnavi/images/slnav_top.jpg) no-repeat;
text-indent: -9999px;
}
.SIZL {
width: 160px;
height: 29px;
}
.SIZL a {
width: 160px;
height: 29px;
display: block;
text-indent: -9999px;
}
#secondary2 #text-60 .SIZL a:hover {
background-position: right;
}
.SIZS {
width: 160px;
height: 19px;
}
.SIZS a {
width: 160px;
height: 19px;
display: block;
text-indent: -9999px;
}
#secondary2 #text-60 .SIZS a:hover {
background-position: right;
}

#Lnav_A a {
background: url(images/lnavi/images/slnav_03.jpg) no-repeat;
}
#Lnav_B a {
background: url(images/lnavi/images/slnav_04.jpg) no-repeat;
}
#Lnav_C a {
background: url(images/lnavi/images/slnav_05.jpg) no-repeat;
}
#Lnav_D a {
background: url(images/lnavi/images/slnav_06.jpg) no-repeat;
}
#Lnav_E a {
background: url(images/lnavi/images/slnav_07.jpg) no-repeat;
}
#Lnav_F a {
background: url(images/lnavi/images/slnavi_08.jpg) no-repeat;
}
#Lnav_G a {
background: url(images/lnavi/images/slnavi_09.jpg) no-repeat;
}
#Lnav_H a {
background: url(images/lnavi/images/slnavi_10.jpg) no-repeat;
}
#Lnav_I a {
background: url(images/lnavi/images/slnavi_11.jpg) no-repeat;
}
#Lnav_J a {
background: url(images/lnavi/images/slnavi_12.jpg) no-repeat;
}
#Lnav_K a {
background: url(images/lnavi/images/slnavi_13.jpg) no-repeat;
}
#Lnav_L a {
background: url(images/lnavi/images/slnavi_14.jpg) no-repeat;
}
#Lnav_M a {
background: url(images/lnavi/images/slnavi_15.jpg) no-repeat;
}
#Lnav_N a {
background: url(images/lnavi/images/slnavi_16.jpg) no-repeat;
}
#Lnav_O a {
background: url(images/lnavi/images/slnavi_17.jpg) no-repeat;
}
#Lnav_P a {
background: url(images/lnavi/images/slnavi_18.jpg) no-repeat;
}
#Lnav_Q a {
background: url(images/lnavi/images/slnavi_19.jpg) no-repeat;
}
#Lnav_R a {
background: url(images/lnavi/images/slnavi_20.jpg) no-repeat;
}
#Lnav_S a {
background: url(images/lnavi/images/slnavi_21.jpg) no-repeat;
}
#Lnav_T a {
background: url(images/lnavi/images/slnavi_22.jpg) no-repeat;
}
#Lnav_U a {
background: url(images/lnavi/images/slnavi_23.jpg) no-repeat;
}
#Lnav_V a {
background: url(images/lnavi/images/slnavi_24.jpg) no-repeat;
}
#Lnav_W a {
background: url(images/lnavi/images/slnavi_25.jpg) no-repeat;
}
#Lnav_X a {
background: url(images/lnavi/images/slnavi_26.jpg) no-repeat;
}
#Lnav_Y a {
background: url(images/lnavi/images/slnavi_27.jpg) no-repeat;
}
#Lnav_EE a {
background: url(images/lnavi/images/slnav_28.jpg) no-repeat;
}
#Lnav_Es01 a {
background: url(images/lnavi/images/slnav_29.jpg) no-repeat;
}
#Lnav_Es02 a {
background: url(images/lnavi/images/slnav_30.jpg) no-repeat;
}
#Lnav_Es03 a {
background: url(images/lnavi/images/slnav_31.jpg) no-repeat;
}
#Lnav_Es04 a {
background: url(images/lnavi/images/slnav_32.jpg) no-repeat;
}
#Lnav_Es05 a {
background: url(images/lnavi/images/slnav_33.jpg) no-repeat;
}
#Lnav_TH a {
background: url(images/lnavi/images/slnav_34.jpg) no-repeat;
}
#Lnav_THs a {
background: url(images/lnavi/images/slnav_35.jpg) no-repeat;
}
#Lnav_END {
width: 160px;
height: 13px;
background: url(images/lnavi/images/slnavi_end.jpg) no-repeat;
}


/*楽天バナー*/
#side_left #secondary2 #text-63 .bIMG {
width: 160px;
height: 90px;
margin-top: 5px;
}
#side_left #secondary2 #text-63 .bIMG a {
width: 160px;
height: 90px;
background: url(images/sidebar2/rak_banner.jpg) no-repeat;
display: block;
text-indent: -9999px;
}
#side_left #secondary2 #text-63 .bIMG a:hover {
background-position: left bottom;
}
#side_left #secondary2 #text-63 a.tet {
padding-left: 20px;
color: #222222;
line-height: 1.5em;
background: url(images/sidebar2/sicom_green.png) no-repeat;
}

/* flash */
body.home {
background: url(images/index/tbg.jpg) no-repeat center top;
}
body.home #wrapper {
background: url(images/index/wbgimg.jpg) no-repeat center top;
}
#tfSWF {
margin-top: 21px;
margin-bottom: 20px;
}
#topflash {
margin-top: 25px;
margin-bottom: 20px;
}
/* Chrome Hack */
@media screen and (-webkit-min-device-pixel-ratio:0){
#tfSWF { margin-top: 22px; }
#topflash { margin-top: 26px; }
}
/* IE6 */
* html #tfSWF {
margin-top: 2px;
margin-bottom: 25px;
}
* html #topflash {
margin-top: 7px;
margin-bottom: 25px;
}

 
