*{
	margin:0;
	padding: 0;
}

html{
    height:100%;
}
body {
	font-family: Verdana, sans-serif;
	font-size: 83%;
	line-height:150%;
	color:#333;
	text-align: left;
	height:100%;
	color: #333;
	background: #ccc url('/images/bg.gif') repeat-y;
}

a:link {text-decoration: none; }
a:active {text-decoration: none }
a:visited { text-decoration: none }
a:hover {text-decoration: underline; }

img {
	border:0;
}
/* 全体囲み */
#site_frame {
	width: 760px;
	text-align: left;
	position: absolute;
	height: 100%;
	min-height: 100%;
}
body > #site_frame {
	height: auto;
}
/* 画面上部イメージ表示部分 */
#header
{
	width: 760px; /* necessary for ie win */
	background:#fff;
}
#header li {
	display:inline;
	list-style:none;
	height:26px;
}
/* 右側バナー類表示部分 */
#banner {
	display:block;
	width: 180px;
	float: right;
	overflow: hidden;
	background: url('/images/bg_beta.jpg') repeat-x;
}
#button {
	padding:13px 0 0 10px;
}

#button img{
	margin-bottom:10px;
}
#sponsor {
	padding:10px 0 50px 10px;
}
#sponsor img{
	margin-bottom:10px;
}

/* メイン表示部分 */
#contents {
	display:block;
	width: 580px;
	float: left;
	background: #fff url('/images/bg_alpha.jpg') repeat-x;
}
#contents-p {
	display:block;
	width: 760px;
	float: left;
	background: #fff url('/images/bg_alpha.jpg') repeat-x;
}
#contents-inner {
	padding:13px 28px 60px 28px;
}
#contents-inner ul{
	margin-left:20px;
}
#contents-inner img{
	text-align:center;
}
#message{
	padding:15px 25px;
	background: url('/images/message_bg.gif') repeat-y;
}
#message p.chair{
	margin-top:5px;
	text-align:right;
}
#purpose{
	margin-bottom:25px;
}
#whatsnew{
	margin-bottom:25px;
}
#whatsnew dl{
	margin-top:15px;
}
#whatsnew dt{
	background: url('/images/whatsnew_dt.gif') no-repeat;
	padding-left:25px;
	font-weight:bold;
}
#whatsnew dd{
	padding-left:25px;
	margin-bottom:15px;
}
h2 {
	font-size: 100%;
	text-align: left;
	padding: 4px 10px 0 10px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 24px;
	border-left:solid 5px #000;
	border-bottom:solid 1px #000;
}
h3 {
	font-size: 100%;
	text-align: left;
	margin: 20px 10px 0 15px;
	padding-left:10px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 24px;
	border-left:solid 5px #7d909f;
	display:block;
}

/* Copyright */
#footer {
	position: absolute;
	bottom: 0;
	width: 760px;
	font-size: 85%;
	clear: both;
	background:#fff;
}
#footer-line {
	width: 760px;
	height:12px;
	background:#000;
}
#footer-link {
	width: 380px;
	height:38px;
	float:left;
}
#footer-link p{
	display:inline;
	margin-left:20px;
}

#footer-link p a:link {color:#333; }
a:active {color:#333; }
a:visited {color:#333; }
a:hover {color:#333; }

#copyright {
	width: 380px;
	height:38px;
	float:right;
	text-align:right;
}

#copyright p{
	margin-right:20px;
}

table.sponsor{
	background-color:#fff;
	width:470px;
	margin:15px 0 15px 25px;
	clear: both;
}
img.dotline {
	width:470px;
	margin-left: 25px; 
}
td.logo{
	width:150px;
	height:40px;
	text-align: center;
}

td.name{
	height:40px;
	width:320px;
}

td.desc {
	padding-top: 10px;
}

td.conference {
 background-color:#ffc1ad;
  cursor: pointer; 
 padding:1px;
}

td.conference h3{
	border-left-style:none;
	padding-left:0;
	font-size:12px;
	margin:0;
}
td.conference p{
	margin-top:5px;
	font-size:11px;
}

td.exhib{
  background-color:#f6e294;
  cursor: pointer; 
}
td.exhib h3{
	border-left-style:none;
	padding-left:0;
	font-size:12px;
	margin:0;
}

td.openseminar {
 background-color:#acdb97;
  cursor: pointer; 
 padding:1px;
}
td.openseminar h3{
	border-left-style:none;
	padding-left:0;
	font-size:12px;
	margin:0;
}
td.openseminar p{
	margin-top:20px;
	font-size:11px;
}

td.workshop {
 background-color:#73d9ce;
  cursor: pointer; 
 padding:1px;
}
td.workshop h3{
	border-left-style:none;
	padding-left:0;
	font-size:12px;
	margin:0;
}
td.workshop p{
	margin-top:5px;
	font-size:11px;
}
td.datacenter {
	background-color:#7ae3e4;
	cursor: pointer; 
	padding:1px;
}
td.datacenter h3{
	border-left-style:none;
	padding-left:0;
	font-size:12px;
	margin:0;
}
td.datacenter p{
	margin-top:5px;
	font-size:10px;
}


span.time{
 line-height:100%;
 text-align:center;
 font-size:10px;
 color:#666666;
}

div#program{
	margin: 20px 10px 0 25px;
}
div#program h3 {
	margin: 0;
	border-left-style:none;
	padding-left:0;
}

div#program h4 {
	margin-top:25px;
	clear:both;
}

div#program div#subtitle {
	font-size: 100%;
	clear:both;
	margin-left:2em;
	font-weight:bold;
}
div#program div#time {
	font-size: 90%;
	margin-top:0.5em;
	color:#336699;
}

div#program img {
	float:right;
}

div#program div.name {
	clear:both;
}
div#program #profile {
	margin:0.5em;
}

div#program #description {
	margin-top:1em;
}

div#program p.right11 {
        text-align:right;
        font-size:11px;
        line-height:120%;
        margin:0;
}
div#sponsorlink {
	display:block;
	width:500px;
	margin:20px;
}

div#sponsorlink ul{
}

div#sponsorlink ul li{
	list-style-type: circle;
	display:inline;
	margin-right:20px;
}

div#exhibitionlink {
	display:block;
	width:500px;
	margin:20px 0 20px 20px;
}

div#exhibitionlink ul li{
	list-style-type: circle;
	margin-right:20px;
}


table.exhibitlink td{
	font-size:11px;
}


