
@charset 'UTF-8';

html {
  background: #f6f6f6 url(../images/bg.png) repeat-x scroll top left;
}

body {
  background: #f6f6f6 url(../images/bg.png) repeat-x scroll top left;
	font-family: "Helvetica Neue", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",  "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#container {
	margin: 0 auto;
	width: 980px;
}

#header {
    height: 88px;
    margin-bottom: 20px;
    position: relative;
}

#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	text-indent: -9000px;
	width: 240px;
	height: 88px;
	background: transparent url(../images/nakuraLabLogo.png) no-repeat scroll left top;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

#header h2 {
    display: none;
}

#header h3 {
    
}

.utilbar {
	position: absolute;
	right: 20px;
	margin-top: 12px;
	line-height: 16px;
}

.utilbar h3 {
	display: inline;
}

#header h3 a {
	color: black;
}

#header h3 img {
    margin: 0 2px;
}

#navbar {
	position: absolute;
	right: 0px;
	margin-top: 48px;
}

#navbar li {
	float: left;
	margin: 0 6px;
	font-size: 1.6em;
	font-weight: bold;
}

#navbar li a {
	display: block;
	padding: 4px 5px;
	color: #333;
w	text-decoration: none;
}

#navbar li.selected a {
    border-bottom: 3px solid #ddd;
}

.box,
.plainbox {
	margin-bottom: 20px;
	background-color: white;
	border: 1px solid #cacaca;
}

.borderradius.boxshadow .box,
.borderradius.boxshadow .plainbox {
  box-shadow: 0 0 10px #777;
  -webkit-box-shadow: 0 1px 2px #888;
  -moz-box-shadow: 0 0 10px #777;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-style: none;
}

.box {
	padding: 20px;
}

.box h3 {
    margin-bottom: 0.3em;
    line-height: 1.4;
    font-weight: bold;
	font-size: 1.3em;
}

.box h4 {
    margin-bottom: 0.3em;
    line-height: 1.4;
    font-weight: bold;
	font-size: 1.2em;
}

.box ol,
.box ul {
    padding-left: 20px;
}

.box ul li {
    list-style-type: disc;
}

.box ul ul li {
    list-style-type: circle;
}

.box ol li {
    list-style-type: decimal;
}

.box p {
    margin-bottom: 20px;
    line-height: 1.5;
    font-family: Lucida Grande, sans-serif;
}

.box table {
	margin-bottom: 10px;
}

.box td,
.box th {
	padding: 6px;
}

.box th {
	font-weight: bold;
}

#navbar a {
	text-decoration: none;
	color: #404040;
}

a {
	color: rgb(0, 136, 204);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.more {
	background: url(../images/more.gif) no-repeat 100% 50%;
	padding-right: 10px;
}

.clear {
    clear: both;
}

.column {
    float: left;
}

.grid2col .column {
    width: 49%;
}

.grid2col .grid2col .column {
    width: 47.8%;
}

.grid3col,
.grid2col {
    width: 100%;
}

.grid3col .column { width: 32%; margin-left: 2%; }


img { border: 0; }

img.left {
    float: left;
    margin: 2px 20px 16px 0;
}

img.right {
    float: right;
    margin: 2px 0 16px 20px;
}

img.flushleft { margin-left: -20px; }
img.flushright { margin-right: -20px; }

.column.first, .column.last {
    margin-left: 0 !important;
}

.column.last {
    float: right !important;
}

#navbar a:hover {
	color: #787878;
}



div#footer {
	padding-bottom: 20px;
	color: #9b9b9b;
}

.sitemap-box a {
	color: inherit;
}

.sitemap-box {
    border: 1px solid #c2c2c2;
    padding: 10px;
    margin-bottom: 20px;
}

.sitemap-box div.column:not(.last) {
	border-right: 1px solid #c2c2c2;
}

.sitemap-box ul {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.sitemap-box ul ul {
	margin-left: 10px;
	font-weight: normal;
}

.sitemap-box ul li {
	padding: 2px;
}

.borderradius .sitemap-box {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.filter-scopebar {
	display: none;
    height: 25px;
    background: #ededed url(../images/scopebar_bg.png) repeat-x scroll top left;
    width: 802px;
    float: left;
    padding-left: 16px;
}

#filter-total {
	float: right;
	line-height: 25px;
	margin-right: 10px;
}

.filter-scope li {
    float: left;
    color: #2e2e2e;
    font-weight: bold;
    text-shadow: 0px 1px 0px #ebebeb;
    padding: 2px 8px;
    margin: 4px 1px;
    font-size: 12px;
    line-height: 13px;
	border-right-width: 8px;
	border-left-width: 8px;
	cursor: pointer;
}

.filter-scope li:hover {
    color: #FFF;
    text-shadow: #424242 0 1px 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #b4b4b4;
}

.filter-scope li.selected {
    margin: 1px 1px;
	background-color: transparent;
    -webkit-border-image: url(../images/scope_button_selected.png) 0 8 0 8 stretch stretch;
    -moz-border-image: url(../images/scope_button_selected.png) 0 8 0 8 stretch stretch;
    border-image: url(../images/scope_button_selected.png) 0 8 0 8 stretch stretch;
    color: #FFF;
    text-shadow: #424242 0 1px 0;
    padding: 2px 0 3px;
}

.filter-container {
	height: 400px;
	position: relative;
	overflow: hidden;
}

.filter-scroller {
    overflow: auto;
    width: 100%;
    height: 100%;
    float: left;
}

.filter-content {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    width: 818px;
    height: 100%;
}

.filter-sidebar {
	position: absolute;
    left: 0;
	z-index: 10;
	webkit-text-size-adjust: none;
    -webkit-user-select: none;
    color: rgb(91, 91, 91);
    cursor: default;
    letter-spacing: 0.08em;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    width: 141px;
    border-right: 1px #C3C3C3 solid;
    background-color: #F2F2F2;
    height: 100%;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 12px;
}

.filter-group:first-of-type {
	margin-top: 10px;
}

.filter-group {
    margin-bottom: 10px;
}

.filter-group input[type="search"] {
    width: 140px;
}

.filter-group-title {
    font-weight: bold;
    margin-bottom: 2px;
    color: black;
}

.publication-list li {
    padding: 10px;
	border-bottom: 1px solid #ccc;
}

.publication-list li.filtered {
	display: none;
}

.publication-list li:nth-child(even) {
	background-color: #ecf3fe;
}

.publication-list li .journal {
    font-style: italic;
}

.noresults {
    background: transparent url(../images/noresults.png) no-repeat scroll center center;
    text-align: center;
    height: 80px;
}

.clear.spacer {
	margin-bottom: 30px;
}

h3.bullet {
    background: white url(../images/bullet.png) no-repeat scroll center left;
    padding-left: 20px;
}

.members {
    margin-top: 20px;
    margin-bottom: 30px;
	margin-left: 30px;
	padding: 0 !important;
}

.members li {
	margin-bottom: 10px;
	padding-left: 0;
	list-style: none !important;
}

.members li .description {
	padding-top: 6px;
}

.members li .description .name {
	font-weight: bold;
	font-size: 1.4em;
	padding-right: 8px;
	width: 200px;
	display: inline-block;
}

.members li .description .message {
	min-height: 1.3em;
}

.members li .description .name a {
	color: black;
}

.members li .description .email {
	width: 200px;
	display: inline-block;
}

.members li .description .twitter,
.members li .description .facebook,
.members li .description .youtube,
.members li .description .linkedin {
	width: 16px;
	height: 16px;
	margin-right: 6px;
	display: inline-block;
	background: transparent url(../images/twitter.png) no-repeat scroll left top;
}

.members li .description .twitter {
	background-image: url(../images/twitter.png);
}

.members li .description .linkedin {
	background-image: url(../images/linkedin.png);
}

.members li .description .facebook {
	background-image: url(../images/facebook.png);
}

.members li .description .youtube {
	background-image: url(../images/youtube.png);
}

.sitemap-box {
	position: relative;
}

#cse {
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px;
}

input.placeholder {
	color: #acacac;
}

#top {
	background-color: transparent;
	width: 980px;
	height: 480px;
	overflow: hidden;
}

#top .rightside {
	float: right;
	width: 260px;
	height: 420px;
	background-color: white;
	border-left: 1px solid #fff;
	padding: 60px 20px 0 20px;
}

.rgba #top .rightside {
  background-color: rgba(255,255,255, 0.7);
 	border-left-color: rgba(255,255,255, 0.8);
}

#top h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

#top table {
	font-size: 1.2em;
	line-height: 1.6;
	margin-bottom: 10px;
}

#top td:first-child {
	color: #444;
	white-space: nowrap;
}

#top td {
	padding-right: 10px;
	vertical-align: text-top;
	line-height: 1.3;
}

#top td a {
	color: inherit;
}

#filter-sortby li.selected {
	color: #0051d2;
	font-weight: bold;
}

#filter-sortby li:hover {
	text-decoration: underline;
	cursor: pointer;
}

#chipgallery {
    display: none;
}

.entries {
	float: left;
	width: 739px;
	border-right: 1px solid #ddd;
	padding-right: 20px;
	padding-left: 0 !important;
}

.entries>ul {
	padding-left: 0 !important;
}

.entries>ul>li {
	list-style: none !important;
	margin-bottom: 20px;
}

h2.title a {
	color: inherit;
}

p.date {
    margin-bottom: 4px;
	color: #989898;
}

.newsbar {
	float: left;
	width: 160px;
	padding-left: 20px;
}

.imagegrid img {
	 float: left;
	 margin: 1px;
}

.box h3.banner {
    margin-bottom: 0.6em;
}

#main h2 {
	margin-bottom: 0.3em;
    line-height: 1.4;
    font-weight: bold;
	font-size: 1.6em;
}