/* 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{
	color: red;
	}

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



/* left side */
div#left{
	float: left;
	position: fixed;
	top: 30px;
	left: 10px;
	}
	
div#menu h2, div#sponsor h2{
	background: url(../image/left_h2_back2.jpg);
	padding-left: 40px;
	font-size: 1.2em;
	border-bottom: 1px #330033 solid;
	color: #003300;
	}
	
ul#sponsors{
	list-style: none;
	margin-left: -5px;
	border: 1px #c0c0c0 solid;
}

/* menulist1 */
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;
	}

/* menulist 2*/

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

ul#menulist2 a{
	border-left: 5px solid #ffaa00;
	color: #800000;
	padding-left: 8px;
	text-decoration: none;
}
ul#menulist2 a:hover{
	border-left: 5px solid #dc9200;
	color: #500000;
	text-decoration: underline;
	background-color: #d0d0ff;
	}


	

/* contents side */


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

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


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

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

/* table */

div#contents table{
	margin-left: 20px;
	}

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

div#contents table td{
	background: #ffe4e1;
	padding: 2px 10px;
	}

/* h2 */

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

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

/* h3 */
div#contents h3{
	border-left: orange 8px solid;
	border-bottom: orange 1px solid;
	padding-left: 5px;
	color: #500000;
	background: #ffffec;
}

/* 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;
	}


/* p */
div#contents p{
	margin-left: 3em;
	padding-right: 1em;
	}


/* selectedpaper */
div#contents div.selectedpaper{
	margin-top: 1em;
	margin-left: 2em;
	border: lightgrey 1px dotted;
	padding-right: 10px;
	}
	
div#contents div.selectedpaper h5{
	font-size: .93em;
	}


/* address */

address{
	font-style: normal;
	}
