/*
Theme Name: 東京都健康安全研究センター
Theme URI: http://www.tokyo-eiken.go.jp
Description: --
Author: JR Souken Information Systems Co., Ltd.
Author URI: http://www.jrsi.co.jp/
Version: 1.0
*/

/*-----------------------------------------------------------------------*/
/* default fonts */
/*-----------------------------------------------------------------------*/

body, input, select {
	font-size:0.92em;
	font-weight:normal;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "Osaka", sans-serif;
	color:#333;
}

/*-----------------------------------------------------------------------*/
/* layout styles */
/*-----------------------------------------------------------------------*/

html {

}

body {
	text-align:justify;
	text-justify:inter-ideograph;
	-ms-text-justify: inter-ideograph; /* IE8以上では必要 */
	background-color:#e5e5e5;
	background-image:url("images/backgroundGradation.png");
	background-repeat:repeat-x;
}

#pageWrapper {
	width:960px;
	background-color:#fff;
	margin: 0px auto 0px auto;
}

#headerWrapper {
	margin-bottom:20px;
}

#upperNavi {
	height:80px;
}

#mainImage {
	width:920px;
#kawa
#	height:200px;
	height:70px;
#kawa
	margin-bottom:10px;
}

#mainNavi {
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}

#breadCrumbList {
	font-size:0.86em;
	margin:0px 0px 20px 0px;
}

#contentsWrapper {
	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin-bottom:40px;
}
#mainBlock {
	float:left;
	width:640px;
}
#mainFullBlock {
	width:100%;
}
#main404 {
	width:640px;
	margin:0 auto 0 auto;
}
#sideBlock {
	float:right;
	width:260px;
	border-left:1px solid #ccc;
}
#footerWrapper {
	font-size:0.76em;
	border-top:1px dotted #333;
}

/*-----------------------------------------------------------------------*/
/* clearfix */
/*-----------------------------------------------------------------------*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac // */

/*-----------------------------------------------------------------------*/
/* wordpress styles */
/*-----------------------------------------------------------------------*/

.wp-caption {
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption-text {
	margin-top:5px;
	text-align:center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.aligncenter, dl.aligncenter {
	display:block;
	text-align:center;
	align:center;
	margin-left:auto;
	margin-right:auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.mceIEcenter {
	text-align: center;
}


/*-----------------------------------------------------------------------*/
/* content styles */
/*-----------------------------------------------------------------------*/

/* general styles */
/*-----------------------------------------------------------------------*/

h1 {
    font-size:1.0em;
	font-weight:bold;
	line-height:1.8em;
    border-bottom:1px solid #333;
    border-left:6px solid #333;
    color:#333;
    padding-left:5px;
    margin-bottom:20px;
}

h2 {
    color:#333;
    border-left:6px solid #333;
    font-size:1.0em;
    font-weight:bold;
    padding-left:5px;
    margin-bottom:10px;
}

h3 {
    color:#333;
    font-size:1.0em;
    font-weight:bold;
    margin-bottom:10px;
}

h4,h5,h6 {
    font-size:0.92em;
    margin-bottom:10px;
}

p {
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
    margin-bottom: 5px;
}

strong {
	color:#000;
	font-weight:bold;
}

em {
	font-style: italic;
}

/* table styles */
/*-----------------------------------------------------------------------*/

.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid,
table, table th, table td
{
	border-collapse: collapse;
	cursor:text;
	font-size:0.98em;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "Osaka", sans-serif;
}
table caption
{
	text-align:center;
}
.mceItemTable th, table th, table thead
{
	color:#333;
	background:#eee;
	border: 1px solid #999;
	padding:10px;
}
.mceItemTable td, table td
{
	color:#333;
	border: 1px solid #999;
	padding:10px;
}

/*
.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid,
table, table th, table td
{
	border-collapse: collapse;
	cursor:text;
	font-size:0.98em;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "Osaka", sans-serif;
}
table caption
{
	text-align:center;
}
.mceItemTable th, table th, table thead,
{
	color:#333;
	background:#eee;
	border: 1px solid #999;
	padding:0.5em;
}
.mceItemTable td, table td
{
	color:#333;
	border: 1px solid #999;
	padding:0.5em;
}
*/

/* list styles */
/*-----------------------------------------------------------------------*/

ul, ol {
	margin-top:1.0em;
	margin-left:0.0em;
	margin-bottom:1.0em;
}
ul {
	list-style:none;
	list-style-position:inside;
}
ol {
	list-style: decimal;
	list-style-position:inside;
}
ol ol {
}
ol ol ol {
}
ol ol ol ol {

}
ul ul, ol ol, ul ol, ol ul {

}
li {
	line-height:1.6em;
}

/* link styles */
/*-----------------------------------------------------------------------*/

a:link {
        color: #52739f;
}
a:visited {
        color: #743399;
}
a:active, a:hover {
        color: #ff4b33;
}

/* 未使用 styles */
/*-----------------------------------------------------------------------*/

dl {
        margin:0px 0px 24px 0px;
}
dt {
        font-weight: bold;
}
dd {
        margin-bottom: 18px;
}

ins {
        border-bottom:1px solid green;
        text-decoration:none;
        color:green;
}

del {
        text-decoration:line-through
        color:red;
}

cite {
        border-bottom:1px dashed blue;
}

acronym {
        border-bottom:1px dotted #ccc;
        cursor:help;
}

abbr {
        border-bottom:1px dashed #CCC;
        cursor:help;
}

img:-moz-broken {
        -moz-force-broken-image-icon:1;
        width:24px;
        height:24px;
}

pre {
        font: 12px/18px Consolas, Monaco, monospace;
}

/*-----------------------------------------------------------------------*/
/* common styles */
/*-----------------------------------------------------------------------*/

/* パディングボックス */
/*-----------------------------------------------------------------------*/

.paddingBox {
	padding:10px;
}

/* 強調領域 */
/*-----------------------------------------------------------------------*/

.emphasisRegion {
	background-color:#f0f0f0;
	padding:5px;
}

/* 水平メニュー */
/*-----------------------------------------------------------------------*/

#mainNavi ul.horizontalMenu {
	zoom:1;
	overflow:hidden;
	list-style: none;
	padding:0px 10px 0px 10px;
    margin:0;
}

#mainNavi ul.horizontalMenu li {
	float:left;
	padding:0px 10px 0px 10px;
	margin:0;
	border-right:1px dotted #333;
}

#mainNavi ul.horizontalMenu li a {
	color:#333;
	text-decoration:none;
}

#mainNavi ul.horizontalMenu li a:hover {
	color:#fff;
	background-color:#52739f;
}

#mainNavi ul.horizontalMenu li.no-border {
	border:none;
    margin-left:0px;
}

/* サイドメニュー */
/*-----------------------------------------------------------------------*/

div.sideMenu ul.menu li, div.sideMenu ol.menu li {
	font-size:0.98em;
    background-image:none;
    list-style:none;
    padding:0;
	margin:0;
}

div.sideMenu ul.menu {
	list-style-position: inside;
	border-top: 3px solid #333;
	padding:0;
	margin:0;
}

div.sideMenu ul.menu li:first-child {
	padding: 0 0 0 1em;
	margin: 0 0 0  0em;
}

div.sideMenu ul.menu > li {
    background-image: url("images/menuArrow01.png");
    background-repeat: no-repeat;
    background-position: 4px 10px;
/*
    background-color:#f0f0f0;
*/
	border-bottom: 1px solid #333;
	line-height:2.0em;
	padding:0 0 0 1em;
	margin:0 0 0 0em;
}

div.sideMenu ul.menu > li > ul.sub-menu {
	list-style-position: inside;
    background-image:none;
	padding:0 0 0 0em;
	margin: 0 0 0 2em;
}

div.sideMenu ul.menu > li > ul.sub-menu > li {
    background-image: url("images/menuArrow02.png");
    background-color:#fff;
    background-repeat: no-repeat;
    background-position: 1em 8px;
	border-top: 1px dashed #333;
	border-bottom: none;
	line-height:2.0em;
	padding: 0 0 0 2em;
  	margin:  0 0 0 -3em;
}

div.sideMenu ul.menu > li >  ul.sub-menu > li > ul.sub-menu {
	padding: 0 0 0 1em;
	margin: 0 0 0 0em;
}

div.sideMenu ul.menu > li >  ul.sub-menu > li > ul.sub-menu > li {
	border-top: 1px dashed #333;
	border-bottom: none;
	line-height:2.0em;
	padding: 0 0 0 2em;
	margin: 0 0 0 -3em;
}

div.sideMenu ul.menu > li >  ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
	padding: 0 0 0 3em;
	margin: 0 0 0 -3em;
}

div.sideMenu ul.menu > li >  ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li {
	line-height:2.0em;
	padding: 0 0 0 3em;
	margin: 0 0 0 -3em;
}

/* ページタイトル */
/*-----------------------------------------------------------------------*/

.pageTitle {
	font-size:1.2em;
	font-weight:bold;
	color:#333;
	border-bottom:3px solid #333;
	margin-bottom:30px;
}

/* カテゴリ・タイトル */
/*-----------------------------------------------------------------------*/

.categoryTitle {
	font-size:1.2em;
	font-weight:bold;
}

/* 緊急情報 */
/*-----------------------------------------------------------------------*/

.noticeBox {
	margin-bottom:30px;
	border:2px #f00 solid;
}

.noticeTitle {
	color:#f00;
	font-weight:bold;
	background-image:url('images/iconNotice.png');
	background-repeat:no-repeat;
	background-position:0px -2px;
	padding:0px 0px 0px 30px;
	margin:0px 0px 10px 0px;
}

/* レイアウトテーブル */
/*-----------------------------------------------------------------------*/

.layout {
	border:none;
	padding:10px;
}

/*
table.layout {
}
table.layout tr {
	padding:0;
	margin:0;
}
table.layout td, table.layout th {
	border:none;
	background:none;
	padding:0 10px 0 0;
	margin:0;
}
table.layout td *, table.layout th * {
	padding-bottom:0px;
	margin-bottom:0px;
}
*/
td.layout li {
	background: url('/assets/images/smbotb.gif') no-repeat left center;
	padding-left: 20px;
	margin-bottom: 15px;
}

.table-list td {
	border:none;
	vertical-align: top;
	padding:0px 30px 10px 10px; 
}

.table-list li {
    list-style-image:url('/assets/images/smbotr.gif');
    margin-bottom: 20px;
}

.table-list li.blue {
    list-style-image:url('/assets/images/smbotb.gif');
}

/*-----------------------------------------------------------------------*/
/* Google検索ボックス */
/*-----------------------------------------------------------------------*/

#searchBox {
	background-color:none;
	width:370px;
	padding:0;
	margin: 0 0 0 auto;
/*
	background-color:none;
	position:absolute;
	position:relative;
	left:670px;
	top:-50px;
*/
}

#searchBox table td {
    border:none;
	background-color:none;
    padding: 0 !important;
    margin: 0 !important;
}

#cse, #cse-search-form {
    border:none;
	background-color:none;
    padding: 0 !important;
    margin: 0 !important;
}

#cse td
{
    border:none;
	background-color:none;
    padding: 0 !important;
    margin: 0 !important;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border:none;
	border-color: #D9D9D9;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
	border-color: #2F5BB7;
	background-color: #357AE8;
	background-image: none;
}

/*-----------------------------------------------------------------------*/
/* Site Map
/*-----------------------------------------------------------------------*/

.ddsg-wrapper {

}

.ddsg-wrapper ul {
        list-style:disc;
        margin:0px 0px 0px 20px;
}

.ddsg-wrapper ul li {
        margin:0px 0px 5px 0px;
}

.ddsg-wrapper span.date {
        font-size:0.7em;
        padding:0px 0px 0px 20px;
}


.twoLineList,.oneLineList {
	clear:both;
	font-size: 95%;
	margin-left: 1em;
	margin-top: 1em;
}
.twoLineList li,.oneLineList li {
	float: left;
	list-style-position: outside;
	margin-left: 2em;
}
.twoLineList li {
	width: 280px;
}
.oneLineList li {
	width: 580px;
}


.cly li {
	list-style-image:url("/assets/images/button/10dot3a.gif");
}

.clo li {
	list-style-image:url("/assets/images/button/10dot2a.gif");
}

.clg li {
	list-style-image:url("/assets/images/button/10dot4a.gif");
}

.clb li {
	list-style-image:url("/assets/images/button/10dot5a.gif");
}

/*-----------------------------------------------------------------------*/
/* Q and A
/*-----------------------------------------------------------------------*/

.QandA dt {
	float: left;
}

.QandA dd {
	margin: 0 0 5px 50px;
}

.QandA dd.Q {
	font-weight: bold;
}

.QandA dd.A {
	margin-bottom: 24px;
}

/*-----------------------------------------------------------------------*/
/* Topic
/*-----------------------------------------------------------------------*/

.box-grey {
        border: solid 2px gray;
        margin: 0 1em 1em;
        padding: 0.5em;
}

/*-----------------------------------------------------------------------*/
/* WCAG 2.0 達成方法集 G1: メインコンテンツエリアへ直接移動するリンクを各ページの先頭に追加する
/*-----------------------------------------------------------------------*/
.blockskip{
	padding: 0;
	margin: 0;
}
.blockjump {
    margin: 0;
    padding: 0;
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
}

.skip {
	width:1px;
	color:#000000;
	font-size:0.1%;
	line-height:0.1;
	background-color:#FFFFFF;
	position:absolute;
	left:-3000px;
	z-index:9999;
}
a.skip {
	color:#003377;
	background-color:#FFFFFF;
	text-align:center;
	padding:2px 0;
	top:auto;
}
a.skip:active {
	display:block;
	width:99.99%;
	font-size:100%;
	line-height:1.6;
	top:0;
	left:0;
}
a.skip:focus {
	display:block;
	width:99.99%;
	font-size:100%;
	line-height:1.6;
	top:0;
	left:0;
}
.img-guidance {
	margin: 0 !important;
    padding: 0 !important;
    height: 1px !important;
    width: 1px !important;
    position: absolute;
    overflow: hidden;
}

/* 目隠し見出し用指定 */

.txtno-display {
    margin: 0;
    padding: 0;
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
}
