﻿@charset "utf-8";
/*
Theme Name: LAS
Theme URI: http://las.jp/
Description: 株式会社エルエイシステムズのサイトデザイン
Author: L.A.Systems, Inc.
Version: 1.0
*/


html, body {
	color: #333;
	background: transparent;
	line-height: 1.3em;
	font-size: 13px;
}

a {
	color: #2255ff;
	text-decoration: underline;
	outline: none;
}

table, table td {
	border: solid 1px #ddd;
}
table th, table td {
	padding: 5px 8px;
}
table th {
	border: solid 1px #ddd;
	color: #5E8DCB;
	background: #f0f0f0;
}


/*
 * Layout *
 */


#wrapper {
	width: 100%;
}

#header {
	width: 100%;
	height: 62px;
	background: url('../images/bg_header.png') top left repeat-x;
}

#header .inner {
	margin: 0 auto;
	position: relative;
	width: 950px;
}

#nav {
	width: 100%;
	height: 33px;
	background: url('../images/bg_nav.png') top left repeat-x;
}

#nav .inner {
	margin: 0 auto;
	width: 950px;
	height: 33px;
}

#container {
	margin: 20px auto 40px;
	width: 950px;
	overflow: hidden;
}

ul#breadpath{
	background: url('../images/bg_breadpath.png') no-repeat;
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0 10px 10px;
	color: #999;
}

ul#breadpath li{
	float: left;
	padding-right: 10px;
}

ul#breadpath li a{
	margin-right: 10px;
}

#sidebar {
	margin: 0 30px 0 0;
	float: left;
	width: 260px;
}

#content {
	float: left;
	width: 660px;
}

#footer {
	padding: 30px 0 0;
	width: 100%;
	height: 80px;
	background: url('../images/bg_footer.png') top left repeat-x;
}

#footer_eg {
	width: 100%;
	height: auto;
	background-image: url(../images/en/bg_footer.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#footer .inner {
	margin: 0 auto;
	width: 950px;
}


/*
 * Navigation *
 */

#nav ul {
	float: right;
	width: 682px;
	height: 34px;
}

#nav ul li a {
	display: block;
	float: left;
	width: 113px;
	height: 34px;
	text-indent: -9999em;
}

#nav a.home {
	background: url('../images/nav_home.png') top left no-repeat;
	width: 117px;
}
#nav a.product {
	background: url('../images/nav_product.png') top left no-repeat;
	width: 112px;
}
#nav a.support {
	background: url('../images/nav_support.png') top left no-repeat;
}
#nav a.download {
	background: url('../images/nav_download.png') top left no-repeat;
}
#nav a.event {
	background: url('../images/nav_event.png') top left no-repeat;
}
#nav a.company {
	background: url('../images/nav_company.png') top left no-repeat;
	width: 114px;
}
#nav a.pcompany {
	background: url('../images/nav_parent_company.png') top left no-repeat;
	width: 150px;
}

/*English*/
.english #nav a.home {
	background: url('../images/en/nav_home.png') top left no-repeat;
	width: 117px;
}
.english #nav a.product {
	background: url('../images/en/nav_product.png') top left no-repeat;
	width: 112px;
}
.english #nav a.company {
	background: url('../images/en/nav_company.png') top left no-repeat;
	width: 114px;
}

.headerlink {
	padding: 17px 0 16px;
	float: right;
	width: 272px;
	height: 29px;
}

.headerlink li a {
	display: block;
	float: left;
	height: 29px;
	text-indent: -9999em;
}

.headerlink a.sitemap {
	background: url('../images/headerlink_sitemap.png');
	width: 95px;
}

.headerlink a.contact {
	background: url('../images/headerlink_contact.png');
	width: 109px;
}

.headerlink a.english {
	background: url('../images/headerlink_english.png');
	width: 68px;
}

.headerlink a.test {
	background: url('../images/headerlink_english.png');
	width: 68px;
}
/*English*/
.english .headerlink a.sitemap {
	background: url('../images/en/headerlink_sitemap.png');
	width: 95px;
}

.english .headerlink a.japanese {
	background: url('../images/en/headerlink_japanese.png');
	width: 68px;
}

.english .headerlink a.contact {
	background: url('../images/en/headerlink_contact.png');
	width: 109px;
}


#sidebar h2 {
	width: 260px;
	height: 38px;
	background: url('../images/sidebar_title.png') top left no-repeat;
	text-indent: -9999em;
}

/*English*/
.english #sidebar h2 {
	background: url('../images/en/sidebar_title.png') top left no-repeat;
}

#sidebar ul li h3 a {
	display: block;
	width: 260px;
	height: 35px;
	text-indent: -9999em;
	background-image: url(../images/en/sidebar_contact.png);
}

#sidebar a.product {
	background: url('../images/sidebar_product.png') top left no-repeat;
}

#sidebar a.support {
	background: url('../images/sidebar_support.png') top left no-repeat;
}

#sidebar a.download {
	background: url('../images/sidebar_download.png') top left no-repeat;
}

#sidebar a.event {
	background: url('../images/sidebar_event.png') top left no-repeat;
}

#sidebar a.company {
	background: url('../images/sidebar_company.png') top left no-repeat;
}

#sidebar a.pcompany {
	background: url('../images/sidebar_parent_company.png') top left no-repeat;
}
#sidebar a.rcompany {
	background: url('../images/sidebar_title3.png') top left no-repeat;
	height: 38px;
}

#sidebar a.associate {
	background: url('../images/sidebar_associate.png') top left no-repeat;
}

/*製品カテゴリー*/
#sidebar a.nmr {
	background: url('../images/sidebar_nmr.png') top left no-repeat;
}

#sidebar a.mri {
	background: url('../images/sidebar_mri.png') top left no-repeat;
}

#sidebar a.hardware {
	background: url('../images/sidebar_hardware.png') top left no-repeat;
}


#sidebar a.quantum {
	background: url('../images/sidebar_quantum.png') top left no-repeat;
}

#sidebar a.server {
	background: url('../images/sidebar_server.png') top left no-repeat;
}

#sidebar a.analytics {
	background: url('../images/sidebar_analytics.png') top left no-repeat;
}

/*English*/
.english #sidebar a.product {
	background: url('../images/en/sidebar_product.png') top left no-repeat;
}

.english #sidebar a.company {
	background: url('../images/en/sidebar_company.png') top left no-repeat;
}

.english #sidebar a.download {
	background: url('../images/en/sidebar_download.png') top left no-repeat;
}

.english #sidebar a.contact {
	background: url('../images/en/sidebar_contact.png') top left no-repeat;
}

.english #sidebar a.support {
	background: url('../images/en/sidebar_support.png') top left no-repeat;
}

#sidebar ul li ul {
	border-bottom: solid 1px #ddd;
}

#sidebar ul li ul li {
	padding: 0 0 0 20px;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
}

#sidebar ul li ul li a {
	padding: 0 0 0 20px;
	display: block;
	width: 220px;
	line-height: 2em;
	background: url('../images/icon_sidebar_li.png') 0% 50% no-repeat;
	font-size: 13px;
}


/*
 * Top *
 */

#topimage {
	width: 100%;
	height: 160px;
	background: url('../images/bg_topimage.png') top left repeat-x;
}


#topimage_eg {
	width: 100%;
	height: 120px;
	background: url('../images/en/bg_topimage.png') top left repeat-x;
}

#topimage2 {
	width: 100%;
	height: 60px;
	background: url('../images/en/bg_topimage2.png') top left repeat-x;
}

#topimage .inner {
	margin: 0 auto;
	width: 950px;
	height: 160px;
}

#topimage2 .inner2 {
	margin: 0 auto;
	width: 950px;
	height: 60px;
}


#topimage_eg .inner_eg {
	width: 950px;
	height: 120px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#subimage {
	width: 100%;
	height: 40px;
	background: url('../images/bg_topimage_page.png') top left repeat-x;
}

#subimage .inner {
	margin: 0 auto;
	width: 950px;
	height: 160px;
}


#pickup {
	padding: 20px 0 20px;
	width: 950px;
	height: 161px;
	margin: auto;
}

#pickup_new {
	padding: 20px 0 20px;
	width: 768px;
	height: 161px;
	margin: auto;
}

#pickup ul li {
	padding: 0 10px 0 0;
	width: 182px;
	height: 161px;
	float: left;
}

#pickup_new ul li {
	padding: 0 10px 0 0;
	width: 182px;
	height: 161px;
	float: left;
}

#pickup ul li.last {
	padding: 0;
}

#pickup_new ul li.last {
	padding: 0;
}



/*
 * Main *
 */
.whatsnew h2#title {
	width: 660px;
	height: 40px;
	background: url('../images/h2_whatsnew.png') top left no-repeat;
	text-indent: -9999em;
	border: none;
}

.whatsnew ul {
	margin: 10px;
}

.whatsnew ul li {
	padding: 5px 0;
	border-bottom: solid 1px #ddd;
	overflow: hidden;
}

.whatsnew span.date {
	display: block;
	float: left;
	width: 90px;
}

.whatsnew p {
	float: right;
	padding: 0 0 0 20px;
	width: 510px;
}

.whatsnew p a {
	display: block;
	margin: 0 0 0 -20px;
	color: #5e8dcb;
	padding: 0 0 0 20px;
	background: url('../images/icon_news_li.png') 0% 50% no-repeat;
}

/*
 * Single *
 */
 
#article h2{
	font-size: 160%;
	font-weight: bold;
	color: #5e8dcb;
	background: #f0f0f0;
	border: 1px solid #ddd;
	border-left: 8px solid #ddd;
	padding: 10px 0 10px 15px;
	margin-bottom: 20px;
 }
 
#article h3{
 	font-size: 160%;
	font-weight: bold;
	color: #5e8dcb;
	border-bottom: 2px solid #5e8dcb;
	padding: 8px 0 8px 5px;
	margin: 10px 0 20px;
 }
 
#article h4{
  	font-size: 100%;
	font-weight: bold;
	color: #666;
	border-bottom: 1px solid #ddd;
	padding: 3px 0 3px 5px;
	margin: 30px 0 10px;
 }
 #article ul {
	margin: 10px 0 20px 40px;
}

#article ul li{
	list-style: disc;
}
 
 #article p{
	margin: 0 0 15px 20px;
 }

 table#outline{
	border: 1px solid #ddd;
	margin: 20px 0;
 }
 
 table#outline td.title{
	background: #f0f0f0;
	font-weight: bold;	
	padding: 5px 0 5px 10px;
 }
 
 table#outline td{
	padding: 5px 0 5px 10px;
	
 }

/*
 * Header *
 */
h1#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	height: 105px;
	z-index: 300;
}


/*
 * Footer *
 */
.info {
	float: left;
	width: 280px;
}

.copyright {
	float: right;
	width: 480px;
}

.copyright_eg {
	float: right;
	width: 480px;
}

/* Appendix */
span.bold1 {font-weight: bold; }
span.bold2 {font-weight: bold; color: #FF0000 }
a.bold1 {text-decoration: none; }

div#exhibition1,div#exhibition2,div#exhibition3{
	width:95%;
	border:#041D55 solid 1px;
	padding:8px 5px 5px 5px;
	background-color:#CCFFCC;
}

div#seminar1,div#seminar2{
	width:95%;
	border:#041D55 solid 1px;
	padding:8px 5px 5px 5px;
	background-color:#FFFFCC;
}

span.title1{
	padding:5px 5px 5px 5px;
	color:#041D55;
	margin:15px 0px 10px 0px;
	border-bottom:#041D55 dashed 1px;
}

.righttxt{
	text-align: right;
}

.centertxt{
	text-align: center;
}



/* 下付き文字を表示 */
sub {
    vertical-align: sub;
    font-size: smaller;
}

/* 上付き文字を表示 */
sup {
    vertical-align: super;
    font-size: smaller;
}