/* DAS Style File */

/* General Settings */
*{
	font-family: "Verdana", "Arial", sans-selif;
	}
	
img{
	border-style: none;
	}

td, p, dt, dd, li, address{
	font-size: .9em;
	}

strong, em{
	color: red;
	font-style: normal;
	}

a:visited{
	color: #aa0077;
	}

a:hover{
	text-decoration: underline;
	background-color: yellow;
	}

/* left margin */
.leftmargin10 {
	margin-left: 10px;
	}
	
.leftmargin20 {
	margin-left: 20px;
	}

.leftmargin30 {
	margin-left: 30px;
	}

/* flush right */
.right{
	text-align: right;
	}


/* left side */
div#left{
	float: left;
	position: relative;
	top: 30px;
	left: 10px;
	}
	
div#menu h2, div#sponsor h2{
	background: url(./image/left_h2_back2.jpg);
	padding-left: 40px;
	font-size: 1.1em;
	border-bottom: 1px #330033 solid;
	color: #003300;
	}
	
h2.leftbig{
	margin-top: 30px;
	background: url(./image/left_h2_big.jpg) !important;
	}
	
/* h3 */
div#contents h3{
	border-left: orange 8px solid;
	border-bottom: orange 1px solid;
	padding-left: 5px;
	color: #500000;
	background: #ffffec;
}


/* dl.title */
div#contents dl.title{
	margin-left: 2em;
}
div#contents dl.title dt{
	margin-top: 1em;
	font-weight: bold;
	color: #000000;
	border-left: 3px #ff6600 solid;
	padding-left: 5px;
	}
div#contents dl.title dd{
	margin-top: .2em;
	}

/* dl.tutorial */
dl.tutorial dt{
	font-size: 1.1em;
	font-weight: bold;
	}
	
dl.tutorial dd{
	margin-left: 20px;
	margin-bottom: 1.3em;
	font-size: 1em;
	font-weight: bold;
	}

/* indent */
.indent1{
	margin-left: 5em;
	}
ul.indent1 li{
	padding-bottom: .3em;
	padding-top: .3em;
}

ul li.title{
	font-weight: bold;
}

ol li.title{
	font-weight: bold;
	margin-bottom: .5em;
	}

ul li ul li{
	font-weight: normal;
	}
span.title{
	font-weight: bold;
}


/* h4 */
div#contents h4{
	color: #500000;
	background: #ffe4e1;
	/*margin-left: 1em;*/
	padding: 2px 2px;
	}

/* h5 */
div#contents h5{
	font-size: .93em;
	margin-left: 1.5em;
	}

/*ul#sponsors{
	list-style: none;
	margin-left: -5px;
	border: 1px #c0c0c0 solid;
}

li#sponsors{
	list-style: none;
	margin-left: -10px;
	margin-top: 10px;
	border: 1px #c0c0c0 solid;
}*/


div#sponsor p, div#cooperation p{
	text-align: center;
	}

ul#menulist{
	list-style: none;
/*	margin-left: -5px;*/
	}
ul#menulist li{
	margin-left: -40px;
	line-height: 1.5em;
	padding: 6px 1px 6px 10px;
	border-bottom: 1px dotted #726d6b;
	font-weight: bold;
	background: #f0ffd4;
	}

ul#menulist a{
	border-left: 5px solid #aaff25;
	color: #006600;
	padding-left: 8px;
	text-decoration: none;
}
ul#menulist a:hover{
	border-left: 5px solid #30b000;
	color: #003300;
	text-decoration: underline;
	background-color:#FFCC99;
	}

	

/* contents side */

div#title dt{
	display: none;
}

div#title dd{
	font-size: medium;
	}

div#title, div#contents{
	margin-left: 220px;
	}

div#contents{
	margin-top: 10px;
	}
	

div#contents a,div#title a{
	text-decoration: none;
	}

div#contents a:hover,div#title a:hover{
	color: red;
	text-decoration: underline;
}

/* thanks */
div#thanks {
	margin-right: 10pt;
	margin-left: 10pt;
	padding-top: 10pt;
	padding-bottom: 10pt;
	padding-left: 0pt;
	padding-right: 15pt;
	border: solid 2px #FFCC66;
	background: #ffffd0;
	text-align: center;
	font-size: 20pt;
	color: red;
	width: 520pt
	}

/* big news */
div#bignews {
	margin-right: 2em;
	margin-left: 2em;
	padding-left: 1em;
	border: solid 2px #FFCC66;
	background: #ffffd0;
	width: auto
	}

div#bignews p#title {
	font-size: medium;
	font-weight: bold;
	text-align: center;
	color: red;
	}

div#bignews p#em {
	text-align: center;
	color: red;
	}

div#bignews ol {
	margin-top: -1em;
	}

/* old big news */
div#oldbignews {
	margin-top: 1em;
	margin-right: 2em;
	margin-left: 2em;
	padding-left: 1em;
	border: solid 2px #FFddbb;
/*	color: #555555;*/
	background: #ffffee;
	width: auto
	}

div#oldbignews p#title {
	font-size: medium;
	font-weight: bold;
	text-align: center;
	color: purple;
	}

div#oldbignews p#em {
	text-align: center;
	color: purple;
	}

div#oldbignews p#em2 {
	font-size: medium;
	font-weight: bold;
	text-align: center;
	color: red;
	}

div#oldbignews ol {
	margin-top: -1em;
	}



/* contents */
div#contents dl#latest_news dt{
	width: 170px;
	line-height: 1.4em;
	font-size: .9em;
	font-weight: bold;
	}
	
div#contents dl#latest_news dd{
	margin-left: 170px;
	margin-top: -1.25em;
	font-size: .9em;
	}


/* keynote */

div#keynote {
	margin-left: 10px;
	    }

div#keynote img{
   	float: left;
	}

div#keynote dl{
	padding-top: 5px;
	margin-left: 120px;
	position:relative;
	}

div#keynote dt{
	font-size: 1.0em;
	font-weight: bold;
	}

div#keynote dd{
	margin-top: 10px;
	padding-left: 20px;
	background:url(./image/isu4.png) no-repeat top left;
	}

div#keynote dt#title{
	margin-top: 15px;
	padding-left: 20px;
	font-size: 1em;
	font-weight: bold;
	}

div#keynoteEnd {
/*	margin-top: -10px;*/
	padding-top: -10px;
   	clear: both;
	padding-bottom: 3px;
	}


/* table */

div#contents table th{
	background: #ffb6c1;
	padding: 2px 5px;
	}

div#contents table td{
	text-align: center;
	background: #ffe4e1;
	}

/* accepted papers */
div#contents table#accepted td{
	text-align: left;
	background: #ffe4e1;
	}


/* program */
div#contents table#program td#date{
	font-size: 1em;
	font-weight: bold;
	text-align: center;
/*	width: 600px;*/
	background: #ffb6c1;
	padding: 2px 5px;
	}

div#contents table#program div.chairs{
	margin-top: 10px;
	text-align: right;
	font-size: .9em;
	}

div#contents table#program td#time{
	text-align: center;
	width: 110px;
	background: #ffb6c1;
	}

div#contents table#program td#head{
	font-size: 1em;
	font-weight: bold;
	text-align: left;
/*	width: 600px;*/
	background: #ffb6c1;
	padding: 2px 5px;
	}

/* obsolete */
div#contents table#program td#id{
	text-align: center;
	background: #ffb6c1;
	}

div#contents table#program td#wed{
	color: blue;
	text-align: center;
	background: #ffb6c1;
	}

div#contents table#program td#fri{
	color: red;
	text-align: center;
	background: #ffb6c1;
	}

div#contents table#program td#time{
	text-align: center;
	width: 110px;
	background: #ffb6c1;
	}

div#contents table#program td#id{
	text-align: center;
	background: #ffb6c1;
	}

div#contents table#program td#event{
	text-align: left;
	width: 360px;
	background: #ffe4e1;
	}

div#contents table#program td#room{
	text-align: left;
	width: 180px;
	background: #ffe4e1;
	}

/* registration desk */
div#contents table#registration_desk td#date{
	text-align: center;
	width: 220px;
	background: #ffb6c1;
	}

div#contents table#registration_desk td#time{
	text-align: center;
	width: 150px;
	background: #ffe4e1;
	}


/* advanced program */
div#contents table#program td#paper{
	text-align: left;
	width: 550px;
	background: #ffe4e1;
	}

div#auth {
	margin-left: 50px;
	font-style: italic;
	}

/* h2 */

div#contents h2{
	background: url('./image/h2_back.jpg') no-repeat;
	padding-left: 50px;
	color:#500000;
	border-bottom: #500000 1px solid;
}

/* address */

address{
	font-style: normal;
	}

/* blink */
.blink{
	text-decoration: blink;
}
