@charset "UTF-8";

@import "company.css";
@import "contact.css";
@import "ir.css";
@import "margin.css";
@import "privacy.css";
@import "products.css";
@import "sitemap.css";
@import "sitepolicy.css";
@import "top.css";

/*------------------------------------------------------------------------------------
  Global Setting
--------------------------------------------------------------------------------------*/

html { 
    overflow-y: -moz-scrollbars-vertical;
} 
body {
	background: url(../img/header_bg.gif) repeat-x top center;
	background-color: #ffffff;
	font-size: small;
}
img {
	border: none;
}
p,li,dt,dd,th,td,div {
	line-height: 1.6;
}
li li,li dd,dd li,td p,td li,td dt,td dd,td td,
div p,div dt,div dd,div li,div td {
	line-height: 1.6;
}
input,textarea {
    overflow: auto;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, sans-serif; /* for MacIE5 */
	/*\*/
	font-family: inherit;
	/**/
}
a {
	color: #0066bb;
	text-decoration: none;
}
a:link {
	color: #0066bb;
}
a:visited {
	color: #0066bb;
}
a:hover {
	text-decoration: underline;
}


/*------------------------------------------------------------------------------------
  Site Setting
--------------------------------------------------------------------------------------*/

/* wrapper
--------------------------------------------------------------------------------------*/
#wrapper {
	width: 780px;
	margin: 0 auto; 
	text-align: left;
}

/* header 
--------------------------------------------------------------------------------------*/
#header,
#pagetitleB_ems,
#pageleft,
#menu,
#navi{
    display:none;
}
#header_menu {
	float: right;
	width: 250px;
	padding: 12px 0 0 5px;
}
#header_menu table {
    float: right;
}
#header_menu td {
	padding: 0 0 0 5px;
}
#header h1 {
	float: left;
	width: 280px;
}

/* ems_box
--------------------------------------------------------------------------------------*/
.emsb {
	clear: both;
	width: 560px;
	margin: 0 0 20px 0;
}

#growth_3e_box{
	background:url(../images/bg_emstxt.gif);
	margin-top:10px;
	overflow:hidden;
}
	#growth_3e_box_in{
		background:url(../images/bg_emstxt_bottom.gif) bottom no-repeat;
		padding:13px 13px 20px 13px;
		line-height:1.5em;
	}

.growth_3e_txt{
	width:305px;
	color:#17928b;
	text-align:justify;
	text-justify: distribute;
	}

.ems_growth_3eimg{
	_background:url(../images/growth_3e.png) no-repeat;
}

.ems_subttl{
	clear:both;
	background:#5db7e8;
	text-align:left;
	margin-top:30px;
	padding-top:3px;
}
	.ems_subttl p{
		margin:0;
		margin-left:10px;
		color:#ffffff;
		line-height:1.5em;
	}

.growth_3e_copy{
	margin:0 0 20px 0;
	padding:0
	width:534px;
	font-size:120%;
	text-align:justify;
	text-justify: distribute;
}

.ems_lineup_box{
	background:url(../images/bg_lineup.gif) bottom;
	width:533px;
	overflow:auto;
	margin:20px auto;
}
	.ems_lineup_box .ems_lineup_boxL{
		width:255px;
		float:left;
	}
	.ems_lineup_box .ems_lineup_boxR{
		width:255px;
		float:right;
	}
	.ems_lineup_box .ems_lineup_boxL table,
	.ems_lineup_box .ems_lineup_boxR table{
		width:240px;
		margin:5px auto;
	}

	.ems_lineup_box .ems_lineup_boxL table td p,
	.ems_lineup_box .ems_lineup_boxR table td p{
		margin:0;
		padding:0
		width:240px;
		text-align:justify;
		text-justify: distribute;
	}
	.ems_lineup_box .ems_lineup_name{
		font-weight:bold;
	}
	.ems_lineup_box .ems_lineup_contents{
	font-weight:bold;
	}

.ems_abouttech_box{
	background:#eff6fc;
	text-align:left;
	margin-top:20px;
	padding:10px;
	overflow:auto;
}

/* pagetop 
--------------------------------------------------------------------------------------*/
#pagetop {
 display:none;
}

/* footer
--------------------------------------------------------------------------------------*/
#footer_bg {
	display:none;
}

