h1 {
   text-align: center;
   border: 3px;
}

h2 {
	background-color: #0099CC;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h3 {
	border-bottom: 3px solid gray;
	padding-left: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h4 {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 10px solid gray;
}

p {
	padding: 0 1em 0 1em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

body {
   background-color: #DDFFFF;
}

pre {
	margin-left: 15px;
}

table {
	margin-left: 15px;
}

.notify {
   font-weight: bold;
}

.title1 {
	 font-weight: bold;
	 font-size: 250%;
}

.title2 {
	 font-size: 150%;
	 color: #F0F0F0;
}

.title {
	font-size: 110%;
	font-weight: bold;
	margin: 1em 0em 0em 1em;
}

.author {
	margin: 0em 0em 0em 1em;
}

.abst {
	font-size: 98%;
	color: brown;
	margin: 0em 2em 0em 2em;
}

.abst2 {
	font-size: 97%;
	color: black;
}


.program {
   width: 800px;
}

.time {
   width: 100px;
   font-size: 90%;
   background-color: #e0e0e0;
   text-align: center;
}

.time2 {
   text-align: center;   
}

.room {
   font-size: 90%;
   background-color: #ffffe0;
   text-align: center;
   width: 200px;
}

.session {
   text-align: center;
}


#header {
	width: 780px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0px;
}

#title {
	background-image: url(back.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	width: 780px;
	height: 171px;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 43px;
	left: 0px;
}


#container {
	width: 780px;
	position: absolute;
	top: 270px;
	left: 0px;
	padding: 0;
	margin: 0;
}

#contents {
}

#footer {
   border-top: 1px solid gray;
   padding: 5px 0 0 0;
   width: 780px;
   font-size: 80%;
   text-align: right;
}

#navi {
	width: 780px;
	height: 3em;
	background-color: #618AC7;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 214px;
	left: 0px;
}

#navi ul {
   list-style-type: none;
}

#navi ul li {
	float: left;
	display: inline;  /* 2009.10.8 */
	margin: 0em 1em 0em 0em;
}

#navi ul li a {
   text-align: center;
   padding: 0.4em 0;
   display: block;
   color: white;
}

#navi ul li a:hover {
   color: white;
   font-weight: bold;
}

#keyword {
   font-size: 90%;
   padding: 1em;
}

#keyword2 {
   padding: 2px 2px 2px 2px;
   width: 180px;
}

#strong {
   color: brown;
}

