/* text.css */

/* 見出しの設定 */

h1{
	clear:both;
	font-size: medium;
	background: url("../img/bg-h1.jpg") no-repeat center right;
	border-width:1px 0px 0px 0px;
	border-style: solid;
	border-color: #006699;
	margin: 10px 0px 5px 0px;
	padding: 0px 100px 5px 10px;
	line-height: 25px;
	text-align: left;
}

h1.staff{
	clear:both;
	font-size: inherit;
	font-weight:bold;
	background: url("../img/bg-h1.jpg") no-repeat center right;
	border-width:1px 0px 0px 0px;
	border-style: solid;
	border-color: #006699;
	margin: 10px 0px 5px 0px;
	padding: 0px 100px 5px 10px;
	line-height: 25px;
	text-align: left;
}

.k{
	line-height: 0.8em;
	font-weight:normal;
	margin-left:75px;
}

h2{ 
	clear:both;
	font-size: medium;
	font-weight:bold;
	background: url("../img/bg-h2.gif") no-repeat 5px 4px;
	border-width:1px 1px 1px 1px;
	border-style: solid;
	border-color: #006699;
	margin: 10px 0px 5px 0px;
	padding: 6px 10px 4px 24px;
	text-align: left;
}

h2.labo{ 
	clear:both;
	font-size: 1.2em;
	font-weight:bold;
	letter-spacing:0.1em;
	background: none;
	background-color:#ECFBFF;
	border-width:1px 1px 1px 1px;
	border-style: solid;
	border-color: #009CC0;
	margin: 10px 0px 5px 24px;
	padding: 10px 10px 10px 10px;
	text-align: left;
}

h2.staff{ 
	clear:both;
	font-size: inherit;
	font-weight:bold;
	background: none;
	border-width:0px 0px 1px 0px;
	border-style: solid;
	border-color: #009CC0;
	margin: 10px 0px 5px 24px;
	padding: 2px 10px 2px 2px;
	text-align: left;
}

h2.theme{ 
	clear:both;
	font-size: inherit;
	font-weight:bold;
	background: none;
	background-color:#EDF9C8;
	border-width:0px 0px 1px 0px;
	border-style: solid;
	border-color: #77CD00;
	margin: 50px 0px 5px 24px;
	padding: 5px 10px 2px 2px;
	text-align: left;
}

h2.tsudoi{ 
	clear:both;
	font-size: 1.2em;
	font-weight:bold;
	letter-spacing:1.0em;
	background: none;
	border-width:0px 0px 0px 5px;
	border-style: double;
	border-color: #77CD00;
	margin: 50px 0px 5px 0px;
	padding: 5px 10px 2px 8px;
	text-align: left;
}

h2.top80m{ 
	margin: 80px 0px 20px 0px;
}

h3{ 
	font-size:medium;
	font-weight:bold;
	background:#FFFFFF;
	border-width:1px 0px 0px 0px;
	border-style: solid;
	border-color: #cccccc;
	margin: 10px 0px 5px 0px;
	padding: 8px 10px 2px 10px;
	text-align: left;
}

h3.info{ 
	border-width:1px 0px 1px 0px;
	border-color:#CCD3FC;

}

h3.info2{ 
	border-width:1px 0px 1px 0px;
	border-color:#AC2023;
	text-align: center;
}
div#info2{
	margin:30px 20px 80px 20px;
}


#cont-c h3{
	font-size:small;
	background:none;
	background:#eeeeee;
	border-width:1px 0px 1px 0px;
	border-style: solid;
	border-color: #cccccc;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

h3.staff{ 
	clear:both;
	font-size: inherit;
	font-weight:normal;
	background: none;
	border-width:0px 0px 1px 0px;
	border-style: solid;
	border-color: #009CC0;
	margin: 10px 0px 5px 24px;
	padding: 2px 10px 2px 2px;
	text-align: left;
}

h3.year{ 
	clear:both;
	font-size: inherit;
	font-weight:normal;
	background: none;
	border-width:0px 0px 0px 4px;
	border-style:groove;
	border-color: #77CD00;
	margin: 15px 0px 5px 44px;
	padding: 0px 10px 0px 5px;
	line-height:1.2em;
	text-align: left;
}


h4{
	font-size:small;
	font-weight:bold;
	color: #000099;
/* 	background: url("../img/bg-h4.gif") no-repeat 0px 4px; */
	margin: 5px 0px 5px 18px;
	padding: 2px 10px 2px 0px;
	text-align: left;
}

h4.work{
	font-size:small;
	font-weight:normal;
	border-width:0px 0px 1px 0px;
	border-style: dotted;
	border-color: #666666;
	margin: 5px 0px 5px 25px;
	padding: 2px 10px 2px 5px;
	text-align: left;
}

h5{
	font-size:small;
	font-weight:normal;
	background: url("../img/bg-h5.gif") no-repeat 0px 4px;
	font-weight:bold;
	margin: 5px 0px 5px 15px;
	padding: 2px 10px 2px 15px;
	text-align: left;
}

/* 段落の書式 */

p{
	font-size: small;
	line-height: 150%;
	margin: 5px 30px 10px 30px;	
	text-align: left;
}

#cont-b p{
	margin:5px 10px;
	padding:0px;
	}
	
#cont-c p{
	font-size:small;
	color:#333333;
	margin:5px;
	padding:0px;
	line-height: 110%;
}

#headline p{	
	line-height: 100%;
	margin: 2px 20px 2px 20px;
	}
	

table p{
	margin:2px;
	padding:0px;
}

p.link{
	margin: 0px 20px 5px 15px;
	padding:0px 0px 0px 22px;
	background-image:url(../img/icn-arw.gif) ;
	background-position:8px 3px;
	background-repeat:no-repeat;
	text-align: left;
	}

p.center{
	line-height: 125%;
	margin: 5px 10px 5px 10px;	
	text-align: center;
}

p.cap{
	font-size:small;
	font-weight:bold;
	line-height: 125%;
	margin: 5px 40px 5px 40px;	
	text-align: center;
}


p.textright{
	line-height: 125%;
	padding: 5px;
	text-align: right;
}

p.footer{
	color: #ffffff;
	line-height: 100%;
	margin: 0px 10px 2px 10px;
	padding: 5px;
	text-align: center;
}

p.pas{
	margin: 0px 20px 5px 0px;
	padding:0px 0px 0px 30px;
	background-image:url(../img/ic-pas.gif) ;
	background-position:8px 3px;
	background-repeat:no-repeat;
	text-align: left;
	}
	
p.imp{
	margin: 0px 20px 5px 0px;
	padding:0px 0px 0px 30px;
	background-image:url(../img/ic-imp.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
	text-align: left;
	}
	
p.comment{
	font-size: small;
	line-height: 150%;
	margin: 10px 20px 10px 20px;
	padding: 10px 10px;
		
}

p.hi{
	font-size: small;
	text-align: right;
	color: #818181;	
	font-size: .9em;
}

span.red{
	color: #C52A1F;	
}

span.red_s{
	color: #C52A1F;
	font-size: 0.8em;
	font-weight:normal;
}

#ronbun p{
	border-bottom:dotted 1px #cccccc;
	padding:5px 10px;
	}

strong{
	font-weight:bold;
	color:#cc0000;
}

strong.bk{
	font-weight:bold;
	color:#004691;
}

strong.list{
	font-weight:bold;
	color:#2B9699;
}

.center{
	text-align:center;
}


/* imageに関する書式 */

img.margin2px{
	position: center bottom;
	margin: 0px 2px;
}

img.margin010px{
	margin: 0px 10px 0px 10px;
}

img.margin10px{
	margin: 10px;
}

img.margin5px{
	margin: 5px 0px 0px 0px;
}

img.f-r-m10px{
	margin: 10px 10px 10px 10px;
	float:right;
}

img.f-l-m10px{
	margin: 10px 10px 10px 50px;
	float:left;
}


div.imgcenter{
	text-align: center;
	margin:2px;
}

/* 表に関する書式 */

div#schdl table{
	background-color:#FFFFFF;
	border:0px solid #CCCCCC;	
	margin:10px 10px 20px 50px;
	}

div#schdl th{
	background-color:#EEEEEE;
	border-right:0px solid #CCCCCC;
	border-bottom:0px solid #CCCCCC;
	padding:3px;
	}

div#schdl td{
	margin:0px;
	font-size: small;
    font-family:"ＭＳ Ｐゴシック","Osaka",sans-self;
	text-align:left;
	padding:10px;
	border-right:0px solid #CCCCCC;
	border-bottom:0px solid #CCCCCC;
	}



table{
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;	
	margin:10px 10px 20px 10px;
}


th{
	background-color:#EEEEEE;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:3px;

}

td{
	margin:0px;
	font-size: small;
    font-family:"ＭＳ Ｐゴシック","Osaka",sans-self;
	text-align:left;
	padding:5px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}


div#transision5 caption{
	font-weight:bold;
	font-size:1.2em;}

div#transision5 thead th{
	background-color:#23D1EC;}

div#transision5 thead th.bg01{
	background-color:#E8AA00;}
div#transision5 thead th.bg02{
	background-color:#75DA9A;}
div#transision5 thead th.bg03{
	background-color:#FF908C;}
div#transision5 thead th.bg04{
	background-color:#90BC0F;}


/* セルに関するクラス設定 */

#contboxB th{
	text-align:left;
}

#contboxB td{
	text-align:right;
}

#contboxB td.left{
	text-align:left;
}

#contboxB td.center{
	text-align:center;
}

.border-left{
	padding:5px;
	border-left:1px solid #CCCCCC;
}

td.no-border{
	border:0px;
	}
	
td.bg-aqua{
	background-color: #ccffff;
}

td.bg-pink{
	background-color: #ffeeff;
}

td.bg-purple{
	background-color: #EFECFF;
}




/* 囲み記事用 */
div#acrobat{ 
	margin: 30px 10px 20px 40px;
	border-style:solid;
	border-color:#003399;
	border-width:1px;
	line-height:1.25;
	width:80%;
	padding:5px;
	text-align: center;
 } 
 
div.w500{
	width:500px;
	text-align:center;
	background-color:#ffffff;
	border:solid 2px #999999;
	margin-bottom:15px;
 }

div.w650{
	width:650px;
	/* margin-left: 60px;
	margin-right: 60px; */
	margin-bottom: 10px;
	margin-top: 20px;
}

div.tp_btm{
	margin-top:20px;
	margin-bottom:50px;}

div#name{
	padding:5px;
	margin:10px 5px 10px 10px;
	background-color: #FFFFFF;
	border-style:solid;
	border-color: #666666;
	border-width: 1px 1px 1px 1px;
	text-align:left;
	}
	
div#google{
	padding:5px;
	margin:0px;
	text-align:center;
	}

div#insert{
	margin:20px 60px 20px 60px;
	background-color:#eeeeee;
	padding:5px;
}

div#insert p{
	font-size:small;
	margin:10px;
	padding:0;
	text-align:left;
}

div#insert p.textright{
	line-height: 125%;
	padding: 5px;
	text-align: right;
}

div.bgcolor{
	background-color: #CCFFFF;
	margin: 10px 20px;
	padding: 10px;
}

div.margin600{
	width:600px;
	/* margin-left: 60px;
	margin-right: 60px; */
	margin-bottom: 10px;
	margin-top: 20px;
}

div.report_name{
	text-align:right;
	margin:10px 35px;
	line-height:125%;	
}

div.ba{
	margin:20px 60px 20px 60px;
	background-color:#ffffff;
	padding:5px;
	text-align:left;
	border:#006699 2px dotted;
	display:block;
}

div.ba2{
	width: 400px;
	display: block;
	margin: 60px auto 20px;
	background-color: #ffffff;
	padding: 30px;
	text-align: center;
	border: 2px groove #BAECF7;
	vertical-align: middle;
}

div.ba3{
	width: 480px;
	display: block;
	margin: 60px auto 60px;
	background-color: #ffffff;
	padding: 30px;
	text-align: center;
	border: 2px groove #BAECF7;
	vertical-align: middle;
}

div.ba3 p{
	line-height: 3.0em;
}

.scrollbox{
 margin-left:10px;
 width:320px;
 height:100px;
 text-align:left;
 padding:10,5,5,15;
 overflow-x:hidden;
 overflow-y:scroll;
 scrollbar-base-color:#eeeeee;
 border:1px #eeeeee solid;
 }

/* 小さい添え字・赤 */

.s_red{
	font-size:0.76em;
	color:#C30;
	}

/* tsudoi　image下マージン設定 */

.m_bttm{
	margin-bottom:1px;
	}


 
 /* スタッフのlistに関する設定 */
 
ol.staff{
	margin:15px 20px 20px 50px ;
	text-align: left;
}

li.staff{
	list-style-type:decimal;
	margin:10px 0px 3px 25px ;
	padding:0px 10px 2px 10px ;
	text-align:left;
	line-height:1.2em;
	}

li.staff_b{
	list-style-type:none;
	background:url(../img/list-sq.gif) no-repeat  0px 0px;
	margin:10px 0px 3px 5px ;
	padding:0px 10px 2px 15px ;
	text-align:left;
	line-height:1.2em;
	}

 
 /* 回り込みに関する設定 */
 
 .left{
	float:left;
 }
 
 .right{
	float:right;
 }
 
 .right20{
	float:right;
	margin-right: 20px;
 }
 
 .clear{
	clear:both;
 }
 
 
 /* 項目と解説 */
 
dl{
	margin:10px 20px　20px　30px;
	background-color: #FFFFFF;
}

dt{
	margin:10px 0px 0px 0px ;
	padding:2px 10px 2px 10px ;
	border-width:3px 0px 1px 0px;
	border-color:#006699;
	border-style: solid;
	color:#000000;
	font-weight:bold;
	text-align:left;
	line-height: 115%;
	}

dd{
	margin:5px 10px 5px 20px ;
	padding:0px ;
	background:none;
	text-align:left;
	line-height: 115%;
	color:#000000;
	}

#sub dl{
	margin:10px 10px　20px　10px;
	background-color: #FFFFFF;
}
	
	
#sub dt{
	margin:10px 0px 0px 0px ;
	padding:2px 10px 2px 10px ;
	border:0px;
	background-color: #cceeFF;
	border-width: 1px;
	border-style: solid;
	border-color: #00CCFF;	
	}

	
#sub dd{
	margin:0px 0px 5px 30px ;
	padding:5px 10px 5px 12px ;
	border-width: 0px;
	background:url(../img/list-tri.gif) no-repeat 0px 7px;
	}
	
dd.sub {
	margin:0px 0px 5px 50px ;
	padding:5px 10px 5px 12px ;
	border-width: 0px;
	background:url(../img/list-tri.gif) no-repeat 0px 7px;
	}

.here{
	color:#E78796;
}


form.timer{
	background-color:#ffffff ;
/* 	border: 0px #cccccc solid ; */
}

.timerbox{
	font-size : large; 
	color :#CC0000; 
	background-color : #ffffcc; 
	text-align : center;
	border-color: #cccccc;
	border-width : 1px ;
	border-style : solid;
	font-weight :bold ;
	padding:  3px 5px ;
	}
	
	
.timerboxL{
	font-size : 20pt; 
/* 	font-size : 42pt;  */

	color :#CC0000; 
	background-color : #ffffcc; 
	text-align : center;
	border-color: #cccccc;
	border-width : 1px ;
	border-style : solid;
	font-weight :bold ;
	padding:  3px 5px ;
	}
