@charset "shift_jis";

/* Body */
body {
	color: #FF0000;
	margin:0px;
}

img {
	border:0px;
	margin: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

/* 文章 */
h1 {
	margin:0px;
}
h2 {
	margin: 5px 0 25px 0;
}
h2.text {
	background:url(h2_base.gif) repeat-y #ffffff;
	padding:2px 10px 1px 20px;
	margin:15px 0 10px 0;
	color:#EB6100;
	}
#labomain h2 {margin:25px 0 10px 0;}
h3 {
	background:url(h3_base.gif) no-repeat;
	margin:25px 0 10px 0;
	padding:1px 10px 1px 20px;
	border-bottom: #EB6100 1px solid;
}
h4 {
	border-left:4px solid #EB6100;
	margin:18px 0 8px 3px;
	padding:0px 10px 0px 8px;
	}


p {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	margin-left:0.6em;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

.red {color:#CC0000;}
.red strong {font-weight:bold;color:#CC0000;}


#cap{
width:335px;
}

/* ライン */
hr {
	color: #333333; /* IE */
	background-color: #333333; /* NN */
	height: 1px;
	border: 0px;
	margin: 12px 0px 12px 0px;
}

/* リンク */
a:link{color:#432DB2;text-decoration:underline;}
a:visited{color:#802080;text-decoration:underline;}
a:hover{color:#432DB2;text-decoration:underline;}
a:active{color:#B31B1B;text-decoration:underline;}

/* リスト */
dl {
	padding: 0;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
dt {
	font-weight: bold;
	margin-bottom: 0.4em;
	margin-top: 0.4em;
}
dd {
	padding: 0;
	margin-left: 1.6em;
}

dl.pdf {margin:35px 10px 20px 5px;}
.pdf dt {width:100px;}
.pdf dd {margin:-45px 0 0 100px;}

ul {
	padding: 0;
	margin-top: 0.2em;
	margin-bottom: 1em;
	margin-left: 1.8em;
}

ol {
	padding: 0;
	margin-top: 0em;
	margin-bottom: 0.4em;
	margin-left: 2.4em;
}
ol li {margin-bottom:0.5em;}

ul.attend,ul.attend2 {
	margin: 0px 4px 0px 4px;
	padding: 0px;
	}

ul.attend li {
	padding: 0px 0px 0px 18px;
	list-style: none;
	background-repeat: no-repeat;
	background-image: url(attend.gif);
	}
ul.attend2 li {
	padding: 0px 0px 0px 18px;
	list-style: none;
	background-repeat: no-repeat;
	background-image: url(attend2.gif);
	}

ul.link {
	margin:5px 0 8px 11px;
	list-style:none;
	}
ul.link li {
	background:url(list_index_01.gif) no-repeat;
	padding-left:13px;
	padding-top:0px;
	margin-bottom:4px;
	}

ul.link {
	margin:5px 0 8px 9px;
	list-style:none;
	}
ul.link li {
	background:url(list_link_01.gif) no-repeat;
	padding-left:15px;
	padding-top:0px;
	margin-bottom:4px;
	}
ul.pdflink {
	margin:5px 0 8px 5px;
	list-style:none;
	}
ul.pdflink li {
	background:url(pdficon.gif) no-repeat;
	padding-left:19px;
	padding-top:0px;
	margin-bottom:4px;
	}


/* 表組み */
caption{
	text-align: left;
	font-weight:bold;
	color:#61A945;
	padding:10px 0 6px 0;
}
caption.right{
	color:#333333;
	text-align: right;
	font-weight:normal;
	padding:10px 0 6px 0;
}

table.style_a{
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-collapse: collapse;
	margin-top:10px;
	margin-bottom: 15px; 
}

.style_a th{
	padding: 7px;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	background-color: #E8F4D0;
	font-weight:normal;
}

.style_a td{
	padding: 7px;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	text-align:left;
}
table.style_b{
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-collapse: collapse;
	margin-top:8px;
	margin-bottom: 7px; 
}

.style_b th{
	padding: 3px;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	background-color: #F3F9E0;
	font-weight:normal;
}

.style_b td{
	padding: 3px;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	text-align:left;
}
td.w210 {width:210px;}
td.textright {text-align:right;}
td.textcenter {text-align:center;}
th.textleft {text-align:left;}

td.yellow {background-color:#FFFDE5;}
td.blue {background-color:#F2FEFF;}
td.w5e {width:5em;}
td.w110 {width:110px;}
td.w140 {width:140px;}
td.w300 {width:300px;}

/* 表組み入れ子 */
table.in{
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-collapse: collapse;
	font-size: 100%;
}

.in th{
	padding: 6px;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	background-color: #EEEEEE;
}

.in td{
	padding: 6px;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

/* キャプションつき画像 */
table.image{
	border-collapse: collapse;
}

table.image td{
	padding: 0px;
}

table.image img{
	margin-bottom: 0.6em;
}

table.image caption{
	caption-side: bottom;
}
