body {
	font-size: 12px;
	color: #525252;
	margin: 0px;
	padding: 0px;
	font-family: "Geneva", "ＭＳ Ｐゴシック", "Osaka";
	
	margin-right: 1px;
	background-color: #ffffff;
	background-image: url(images/back.gif);
	background-repeat: repeat;
	background-position: center top;
}

TABLE.frame {
	table-layout: fixed; width: 780px;
	margin: 0px;
	padding: 0px;
}

td.frame {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	vertical-align:text-top;
}

td.news {
	background-image: url(images/backnews.gif);
	background-repeat: no-repeat;
	background-position: center 50%;
	width: 440px;
	max-width: 440px;
}


td.body {
	padding:30px;
	line-height:1.3em;
	font-size: 12px;
	color: #525252;
	font-family: "Geneva", "ＭＳ Ｐゴシック", "Osaka";
	background-color: #ffffff;
	width: 775px;
	max-width: 775px;
}

table.text td {
	line-height:1.3em;
	font-size: 12px;
	color: #525252;
	font-family: "Geneva", "ＭＳ Ｐゴシック", "Osaka";
}

table td {
	line-height:1.3em;
	font-size: 12px;
	color: #525252;
	font-family: "Geneva", "ＭＳ Ｐゴシック", "Osaka";
}

h1 {font-size: 20px;line-height:1.3em;}
h2 {font-size: 16px;line-height:1.3em;}
h3 {font-size: 14px;line-height:1.3em;}
h4 {font-size: 12px;line-height:1.3em;}

big {font-size: 14px;line-height:1.3em;}
small {font-size: 10px;line-height:1.3em;}

a { text-decoration: none; }
a:link { color: #204Ac7;}
a:visited { color: #204Ac7;}
a:hover	{ color: #0033CC;  text-decoration: underline; }


hr	{
	border-top: none ;
	border-right: none ;
	border-left: none ;
	border-bottom: 1px solid #888888;
	}

img.icon {
		vertical-align:middle;
		margin: 2px;
		}


/* TOP 表組み */
table.s1 {
		width:650px;
		}
table.s1 th	{
		font-size: 12px;
		color: #ffffff;
		text-align: center;
		padding: 4px;
		width: 80px;
		background-color: #908AC6;
		empty-cells: show;
		border-bottom: 1px solid #4f3979;
		border-right: 1px solid #4f3979;
		border-collapse: separate;
		white-space:nowrap;
		}
table.s1 td	{
		font-size: 12px;
		padding: 4px;
		background-color: #ffffff;
		empty-cells: show;
		border-bottom: 1px dashed #dddddd;
		border-collapse: separate;
		}

table.s2 {
		width:660px;
		margin-left: 30px;
		}
table.s2 th	{
		font-size: 14px;
		color: #ffffff;
		text-align: center;
		padding: 4px;
		background-color: #908AC6;
		empty-cells: show;
		border-bottom: 1px solid #4f3979;
		border-right: 1px solid #4f3979;
		border-collapse: separate;
		white-space:nowrap;
		}
table.s2 td	{
		font-size: 12px;
		padding: 4px;
		background-color: #ffffff;
		}




/* 発表者 表組み */
table.tt {
		width:700px;
		position:center;
		}
table.tt td	{
		font-size: 10px;
		padding: 2px 2px;
		background-color: #ffffff;
		empty-cells: show;
		white-space:nowrap;
		}
table.t1 {
		border-collapse: collapse;
		border: 1px solid #555555;
		width:700px;
		position:center;
		}
table.t1 th	{
		font-size: 11px;
		color: #ffffff;
		text-align: center;
		padding: 4px 3px;
		background-color: #8ca6b3;
		empty-cells: show;
		border-collapse: collapse;
		border: 1px solid #555555;
		white-space:nowrap;
		}
table.t1 td	{
		font-size: 10px;
		padding: 2px 2px;
		background-color: #ffffff;
		empty-cells: show;
		border-collapse: collapse;
		border: 1px solid #555555;
		height: 30px;
		}
table.t1 td.c1	{
		background-color: #eeeeee;
		white-space:nowrap;
		}

table.t1 td.hh	{
		font-size: 12px;
		padding: 4px 3px;
		}


/* 化学式用　上付文字 */
sup	{
		font-size: smaller;
		vertical-align: super;
		}


/* 化学式用　下付文字 */
sub	{
		font-size: smaller;
		vertical-align: sub;
		}

