@charset "utf-8";

/*
Theme Name: Laboratory of Nuclear and Environmental Materials 
Theme URI: http://www.ist.hokudai.ac.jp/eng/
Description: Laboratory of Nuclear and Environmental Materials 
Version: 1.1
Author: HISC CO.,LTD.
Author URI: http://www.hisc.co.jp/
*/



@charset "utf-8";
/* general settings */
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

* html body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

*:first-child+html body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',Meiryo,sans-serif;
}

/*
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'ＭＳ Ｐゴシック','MS PGothic','メイリオ',Meiryo,sans-serif;
}

* html body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'ＭＳ Ｐゴシック','MS PGothic','メイリオ',Meiryo,sans-serif;
}

*:first-child+html body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'ＭＳ Ｐゴシック','MS PGothic','メイリオ',Meiryo,sans-serif;
}
*/

input,select,textarea {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',Meiryo,sans-serif;
}

body {
	margin:0px;
	padding:0px;
	text-align:center;
	background:#ffffff;
	font-size:16px;
}

/* cfx */  
.cfx:after {  
    content: " ";   
    display: block;   
    height: 0;   
    clear: both;   
    visibility: hidden;  
}  
.cfx {  
    display: inline-block;  
    min-height: 1%;  
}  
/* Hides from IE-mac \*/  
* html .cfx {  
    height: 1%;  
}  
.cfx {  
    display: block;  
}  
/* End hide from IE-Mac */

.clr {
	clear:both;
}

form,p,h1,h2,h3,h4,h5,h6,p {
	margin:0px;
}

a:link	{
	text-decoration:none;
	color:#0f4b8b;
}
a:active {
	text-decoration:none;
	color:#0f4b8b;
}
a:visited {
	text-decoration:none;
	color:#0f4b8b;
}
a:hover	{
	text-decoration:underline;
	color:#ff6600;
	opacity:0.8;
}

#sitemap_list ul,
#sitemap_list,
.postlist ul,
.widget-container ul,
#submenu,
#ftmenu,
#menu ul,
ul.cfx {
	margin: 0 0 0 0em; 
	padding: 0; 
	list-style-type:none;
}

p.tex {
	margin-top:15px;
	margin-bottom:15px;
	line-height:1.7em;
	font-size:0.75em;
}

.floatl {
	float:left;
}
.floatr {
	float:right;
}
.centerp {
	text-align:center;
	margin:0 auto;
}
.rlt {
	position:relative;
}
.bwwrapper {
	position:relative;
}

#wrapper {
	margin:0 auto;
	text-align:left;
	width:960px;
}

/* header */

#header {
	height:160px;
}

#logo {
	position:absolute;
	top:60px;
	left:0px;
}
#logo a {
	display:block;
	background:url(./img/logo.png) no-repeat left top;
	width:241px;
	height:60px;
	text-indent:-10000px;
	overflow:hidden;
}
#tel {
	position:absolute;
	top:10px;
	left:0px;
}

#tel span {
	display:block;
	background:url(./img/tel.gif) no-repeat left top;
	width:429px;
	height:32px;
	text-indent:-10000px;
	overflow:hidden;
}


/* globalmenu */

#menu {
	position:absolute;
	top:70px;
	right:183px;
	width:482px;
}

#menu ul {
}
#menu ul li {
	float:left;
}

#menu li span,
#menu li a {
	padding:0px;
	display:block;
	height:44px;
	overflow:hidden;
	background:url(./img/menu.gif) no-repeat;
	text-indent:-10000px;
}

#menu li.mn001 a {
	width:120px;
	background-position:0px 0px;
}
#menu li.mn001o a {
	width:120px;
	background-position:0px bottom;
}
#menu li.mn001 a:hover {
	background-position:0px bottom;
}

#menu li.mn002 a {
	width:124px;
	background-position:-120px 0px;
}
#menu li.mn002o a {
	width:124px;
	background-position:-120px bottom;
}
#menu li.mn002 a:hover {
	background-position:-120px bottom;
}

#menu li.mn003 a {
	width:126px;
	background-position:-244px 0px;
}
#menu li.mn003o a {
	width:126px;
	background-position:-244px bottom;
}
#menu li.mn003 a:hover {
	background-position:-244px bottom;
}

#menu li.mn004 a {
	width:112px;
	background-position:-370px 0px;
}
#menu li.mn004o a {
	width:112px;
	background-position:-370px bottom;
}
#menu li.mn004 a:hover {
	background-position:-370px bottom;
}


#search {
	position:absolute;
	top:78px;
	right:0px;
}
#search input[type="text"] {
	width:119px;
	height:20px;
	line-height:20px;
	border:1px solid #cccccc;
}
#searchsub {
	background:url(./img/btn_search.gif) no-repeat left top;
	width:41px;
	height:24px;
	text-indent:-10000px;
	overflow:hidden;
	border:0;
}

#lang {
	position:absolute;
	right:0;
	top:13px;
}
#lang a {
	font-size:11px;
	background:url(./img/arrow.gif) no-repeat left center;
	padding-left:7px;
	margin-right:8px;
}

#maincontent {
	padding-top:30px;
	padding-bottom:50px;
}

.midcontenttop {
	margin-top:30px;
	position:relative;
	height:300px;
}

.lcol {
	width:246px;
	float:left;
}

.rcol {
	width:680px;
	float:right;
}

#keyv {
	display:block;
	background:url(./img/keyv_base.gif) no-repeat left top;
	height:300px;
	overflow:hidden;
	position:relative;
}
#keyv img {
	position:absolute;
	top:0;
	left:0;
	display:block;
}
#keyv a {
	position:absolute;
	top:260px;
	right:0;

	display:block;
	background:url(./img/btn_keyv.gif) no-repeat left top;
	width:300px;
	height:40px;
	overflow:hidden;
	text-indent:-10000px;
}

.infobox {
	width:300px;
	height:300px;
	background:#d4deeb;
}
.infobox h3 {
	background:#18185e url(./img/news_ti.gif) no-repeat 15px center;
	height:40px;
	text-indent:-10000px;
	overflow:hidden;
}
.infobox dl {
	margin:0;
	padding:10px;
	font-size:0.75em;
	line-height:1.6em;
	height:240px;
	overflow-y:auto;
}

.infobox dt {
	margin:0 0 4px 0;
}
.infobox dt span {
	font-weight:bold;
}
.infobox dd {
	padding:0 0 4px 0;
	border-bottom:1px dashed #e9eff6;
	margin:0 0 8px 0;
}
#btn_mem {
	position:absolute;
	top:0;
	left:330px;
	width:300px;
}

#btn_mem a {
	display:block;
	background:url(./img/btn_mem.gif) no-repeat left top;
	width:300px;
	height:300px;
	overflow:hidden;
	text-indent:-10000px;
}
#btn_ach {
	position:absolute;
	top:0;
	right:0;
	width:300px;
}

#btn_ach a{
	display:block;
	background:url(./img/btn_ach.gif) no-repeat left top;
	width:300px;
	height:300px;
	overflow:hidden;
	text-indent:-10000px;
}

#footer {
	position:relative;
	border-top:5px solid #000099;
	padding-top:24px;
	padding-bottom:40px;
}

#foot_cp {
	display:block;
	background:url(./img/foot_cp.png) no-repeat left top;
	width:585px;
	height:97px;
	overflow:hidden;
	text-indent:-10000px;
}

#ftmenu {
	position:absolute;
	top:24px;
	right:0;
	font-size:0.75em;
}
#ftmenu li {
	float:left;
	padding:0px 8px;
	border-right:1px solid #ccc;
}
#ftmenu li:last-child {
	border-right:0;
}


#access {
	font-size:0.7em;
	margin-top:20px;
}

#access span {
	background:#68689b;
	color:#ffffff;
	padding:4px 15px;
}


#copyright {
	margin-top:25px;
	border-top:1px solid #d5d5d5;
	display:block;
	background:url(./img/copyright.gif) no-repeat left bottom;
	height:34px;
	overflow:hidden;
	text-indent:-10000px;
}





/* low */
#midcontent {
	margin-top:30px;
}

.lcol h2 {
	height:246px;
	width:246px;
	overflow:hidden;
	text-indent:-10000px;
	margin:0;
}

#ti_ach {
	background:url(./img/ti_ach.gif) no-repeat left bottom;
}
#ti_ove {
	background:url(./img/ti_ove.gif) no-repeat left bottom;
}
#ti_mem {
	background:url(./img/ti_mem.gif) no-repeat left bottom;
}
#ti_con {
	background:url(./img/ti_con.gif) no-repeat left bottom;
}
#ti_news {
	background:url(./img/ti_news.gif) no-repeat left bottom;
}
#ti_map {
	background:url(./img/ti_map.gif) no-repeat left bottom;
}

#submenu {
	margin-bottom:10px;
	font-size:0.85em;
}

#submenu li a span {
	margin-left:8px;
	font-family:Verdana;
	font-size:0.7em;
	color:#999;
}

#submenu li.current_page_item {
	background:#f2f2f2;
}

#submenu li a {
	padding:10px;
	border-top:1px solid #d5d5d5;
	display:block;
	background:url(./img/arrow002.gif) no-repeat right center;
}

#submenu li:last-child a {
	border-bottom:1px solid #d5d5d5;
}

.submenuti a {
	display:block;
/*	color:#fff;*/
/*	background:#000099;*/
	font-size:0.75em;
	padding:8px 0;
/*	background:url(./img/arrow.gif) no-repeat left center;*/
}

.submenuti {
	font-weight:normal;
	margin:10px 0 0 0;
}

.submenuti + .submenupad > #submenu {
	margin-top:0;
}

h2 + .rsubmenu {
	margin-top:20px;
}


/* irobetsu */

.s1 #submenu li a {
	border-top:1px solid #1b9bca;
}
.s1 #submenu li:last-child a {
	border-bottom:1px solid #1b9bca;
}


.s2 #submenu li a {
	border-top:1px solid #4040b8;
}
.s2 #submenu li:last-child a {
	border-bottom:1px solid #4040b8;
}


.s3 #submenu li a {
	border-top:1px solid #c64765;
}
.s3 #submenu li:last-child a {
	border-bottom:1px solid #c64765;
}


.s4 #submenu li a {
	border-top:1px solid #18185e;
}
.s4 #submenu li:last-child a {
	border-bottom:1px solid #18185e;
}


.s5 #submenu li a {
	border-top:1px solid #000099;
}
.s5 #submenu li:last-child a {
	border-bottom:1px solid #000099;
}

/*
con 000099 s5
news 18185e s4
mem c64765 s3
achi 1b9bca s1
ove 4040b8 s2
*/




/* eng */

.e #menu {
	position:absolute;
	top:70px;
	right:183px;
	width:431px;
}

.e #menu ul {
}
.e #menu ul li {
	float:left;
}

.e #menu li span,
.e #menu li a {
	padding:0px;
	display:block;
	height:44px;
	overflow:hidden;
	background:url(./img/e/menu.gif) no-repeat;
	text-indent:-10000px;
}

.e #menu li.mn001 a {
	width:110px;
	background-position:0px 0px;
}
.e #menu li.mn001o a {
	width:110px;
	background-position:0px bottom;
}
.e #menu li.mn001 a:hover {
	background-position:0px bottom;
}

.e #menu li.mn002 a {
	width:103px;
	background-position:-110px 0px;
}
.e #menu li.mn002o a {
	width:103px;
	background-position:-110px bottom;
}
.e #menu li.mn002 a:hover {
	background-position:-110px bottom;
}

.e #menu li.mn003 a {
	width:125px;
	background-position:-213px 0px;
}
.e #menu li.mn003o a {
	width:125px;
	background-position:-213px bottom;
}
.e #menu li.mn003 a:hover {
	background-position:-213px bottom;
}

.e #menu li.mn004 a {
	width:93px;
	background-position:-338px 0px;
}
.e #menu li.mn004o a {
	width:93px;
	background-position:-338px bottom;
}
.e #menu li.mn004 a:hover {
	background-position:-338px bottom;
}


.e #ti_ach {
	background:url(./img/e/ti_ach.gif) no-repeat left bottom;
}
.e #ti_ove {
	background:url(./img/e/ti_ove.gif) no-repeat left bottom;
}
.e #ti_mem {
	background:url(./img/e/ti_mem.gif) no-repeat left bottom;
}
.e #ti_con {
	background:url(./img/e/ti_con.gif) no-repeat left bottom;
}
.e #ti_map {
	background:url(./img/e/ti_map.gif) no-repeat left bottom;
}
.e #logo a {
	display:block;
	background:url(./img/e/logo.png) no-repeat left top;
	width:241px;
	height:102px;
	text-indent:-10000px;
	overflow:hidden;
}

.e #foot_cp {
	display:block;
	background:url(./img/e/foot_cp_e.png) no-repeat left top;
	width:526px;
	height:46px;
	overflow:hidden;
	text-indent:-10000px;
}



.e #btn_mem a {
	background:url(./img/e/btn_mem.gif) no-repeat left top;
}

.e #btn_ach a{
	background:url(./img/e/btn_ach.gif) no-repeat left top;
}

.e #keyv {
	background:url(./img/e/keyv_base.gif) no-repeat left top;
}

.e #keyv a {
	background:url(./img/e/btn_keyv.gif) no-repeat left top;
}



/* wp */

#breadcrumbs {
	margin-top:8px;
	margin-bottom:-15px;
	font-size:0.7em;
}
#breadcrumbs li {
	float:left;
}

#main {
	font-size:0.9em;
	padding:20px 0;
}

#main p {
	line-height:1.8em;
	margin:15px 0;
}

#main h3 {
	color:#1b9bca;
	font-size:1.8em;
	font-weight:normal;
}

p.img {
	width:220px;
	display:inline-block;
	vertical-align:top;
	font-size:0.8em;
}

p.img a {
	display:block;
	height:140px;
	overflow:hidden;
	margin-bottom:8px;
}

p.img a img {
	width:100%;
	height:auto !important;
}

p.img + h3 {
	clear:both;
	margin-top:20px;
}

.midcontent .rcol {
	border-top:1px solid #1b9bca;
}

h1,
.tit_page {
	font-size:1.2em;
	font-weight:normal;
	padding:8px 0;
}


.widget-container {
	margin-bottom:20px;
}

.widget-container h4 {
	border-bottom:1px solid #d5d5d5;
	font-size:0.75em;
	padding:4px 0;
	/*margin:8px 0;*/
}

.widget-container ul li {
	border-bottom:1px solid #e5e5e5;
	padding:8px 0;
	font-size:0.7em;
}

.postlist ul li {
	padding:10px 0;
	border-bottom:1px solid #e5e5e5;
}

.nav-below {
	margin-top:40px;
	text-align:center;
}

.nav-next {
	display:inline-block;
}
.nav-previous {
	display:inline-block;
}

.nav-previous a {
	display:block;
	background:#1b9bca;
	color:#ffffff;
	padding:8px 20px;
	width:100px;
	text-align:center;
}
.nav-next a {
	display:block;
	background:#1b9bca;
	color:#ffffff;
	padding:8px 20px;
	width:100px;
	text-align:center;
}

.kiji {
	padding:20px 0;
}

.sendbt{
	text-align:center;
}

.sendbt input {
	background:#ff9900;
	color:#fff;
	padding:8px 20px;
	border:0px;
	font-size:1.2em;
}
.sendbt input:hover {
	background:#ffbb00;
}

.wpcf7{
	margin-bottom:30px;
}


.hissu {
	background:#ff0000;
	color:#fff;
	font-weight:normal;
	padding:2px 2px;
	font-size:0.8em;
	display:block;
	float:right;
}



.const {
	margin:100px 0;
	text-align:center;
}



table.baselist.b2 {
	margin:15px 0;
	border-top:1px solid #e0e0e0;
}

table.baselist {
	width:100%;
	border-collapse:collapse;
	font-size:0.85em;
}
table.baselist td,
table.baselist th {
	border-bottom:1px solid #e0e0e0;
	padding:8px 6px;
	vertical-align:middle;
}
table.baselist th {
	white-space:nowrap;
	padding:10px 6px;
}

table.baselist td.titd {
	background:#fafafa;
	vertical-align:top;
}

.wpcf7-form table.baselist th {
	width:180px;
}

/*
#main p.img2 {
	text-align:center;
	margin:30px 0;
}
*/

#main p.img2 {
	width:330px;
	margin-right:10px;
	float:left;
	height:270px;
	overflow:hidden;
}
p.img2 a img {
	vertical-align:bottom;
	width:100%;
	height:auto !important;
}



.blog_info {
	font-size:0.85em;
}

.tidesc {
	font-size:0.85em;
	vertical-align:middle;
}

#pager {
	margin-top:30px;
}

.wpcf7-text,
.wpcf7-textarea {
	width:98%;
}


#sitemap_list li {
	margin:8px 0;
}

#sitemap_list li a {
	background:url(./img/arrow.gif) no-repeat left center;
	padding-left:15px;
}
#sitemap_list ul.children {
	margin-left:30px;
	font-size:0.9em;
}

.ar {
	text-align:right;
}


div.list {
	font-size:0.85em;
	border-top:1px dashed #e8e8e8;
	border-bottom:1px dashed #e8e8e8;
	padding:8px 0;
}
div.list + div.list {
	border-top:0px;
}
