/*
    この CSS は 1 研究会のみでの利用という条件で価格を抑えて外注したものです．
    他の研究会等での利用は，インタラクション出版担当までお問い合わせください．
 */

/* リンクの色一括設定 */
A:link         { color:#3366cc; }
/*
A:visited      { color:#AD2E0F; }
*/
A:visited      { color:#3366cc; }
A:active       { color:#3366cc; }
A:hover        { color:#cc6666; }
A              { text-decoration:none; }

/* 文章用 */
/* TEXT-XXX-形状―色 */
/* 形状・・・N=normal／B=ボールド。色・・・N=normal／R=red／G=green／B=blue */
.TEXT-LL-B-N    { font-size:130%; font-weight:bold; color:#000000; line-height:140%; }
.TEXT-LL-N-N    { font-size:130%; color:#000000; line-height:140%; }
.TEXT-L-B-N    { font-size:110%; font-weight:bold; color:#000000; line-height:140%; }
.TEXT-L-N-N    { font-size:110%; color:#000000; line-height:140%; }
.TEXT-M-N-N    { font-size:90%; color:#000000; line-height:140%; }
.TEXT-M-B-N    { font-size:90%; font-weight:bold; color:#000000; line-height:140%; }
.TEXT-M-B-R    { font-size:90%; font-weight:bold; color:#990000; line-height:140%; }
.TEXT-M-B-B    { font-size:90%; font-weight:bold; color:#0000FF; line-height:140%; }
.TEXT-M-S-N    { font-size:80%; color:#000000; line-height:140%; }

.TEXT-VN-B    {
	font-size:110%;
	color:#000000;
	line-height:140%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.TEXT-VN-S    {
	font-size:100%;
	color:#000000;
	line-height:140%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}



/* ベース */
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
p, a, li, dt, dd, th, td, span, strong {
	font-size: 0.95em;
	line-height: 140%;
	color: #000000;
}

div#container {
	width: 710px;
	margin: 0px auto;
	
	border: 1px solid #999999;
	
	background-image: url(images/bg-content.png);
	background-position: left top;
	background-repeat: repeat-y;
	
	text-align: left;
}

img {
	border: 0px;
}

pre {
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/* ヘッダ部 */
header {
}
h1 {
	padding: 0px;
	margin: 0px;
}
h1 .header-image {
	display: block;
	height: 92px;
	
	background-repeat: no-repeat;
	background-position: left top;
	
	text-indent: -9999px;
}
h1 a.header-image {
	background-image: url(images/bg-h1.png);
}
h1 span.header-image {
	background-image: url(images/bg-h1-top.png);
}

div.header-link {
	text-align: right;
	padding: 5px 10px;
}



/* コンテンツ部 */
div#content {
	padding: 0px 20px 10px 97px;
}

h2 {
	background-image: url(images/bg-h2.png);
	background-repeat: no-repeat;
	background-position: left top;
	
	height: 32px;
	line-height: 32px;
	
	font-size: 1.1em;
	font-weight: bold;
	
	padding: 0px 0px 0px 20px;
	margin: 15px 0px 15px 0px;
}
h3 {
	background-image: url(images/bg-h3.png);
	background-repeat: no-repeat;
	background-position: left top;

	height: 25px;
	line-height: 25px;

	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	
	margin: 15px 0px 10px 5px;
	padding: 0px 0px 0px 15px;
}

p {
	margin: 0px 0px 10px 20px;
	padding: 0px;
	text-indent: 1em;
}
p.noindent {
	text-indent: 0em;
}
p.keynote-title {
	font-size: 1.3em;
	font-weight: bold;
	text-indent: 0em;
}
p.keynote-profile {
	text-align: right;
	padding-right: 5px;
}
p.signature {
	font-weight: bold;
	text-align: right;
}


/* リストベース */
ul {
	margin: 5px 0px 10px 20px;
	padding: 0px 0px 0px 20px;
}

dl {
	margin: 0px 0px 20px 0px;
}
dt {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	line-height: 120%;
	
	background-image: url(images/dt-list-style.png);
	background-position: left center;
	background-repeat: no-repeat;
	
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 5px 20px;
}
dd {
	padding: 0px 0px 0px 45px;
	margin: 0px 0px 10px 0px;
}
dd ul {
	margin-left: 0px;
}


/* menu */
ul.menu {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
ul.menu li {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	
	list-style-type: none;
	
	background-image: url(images/dt-list-style.png);
	background-position: left center;
	background-repeat: no-repeat;
	
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 0px 20px;
}


/* logos */
ul.logos {
	margin: 0px 0px 20px 0px;
	padding: 0;
}
ul.logos li {
	list-style-type: none;
	margin-bottom: 10px;
	padding: 0;
}
ul.logos li img {
	width: 100px;
	vertical-align: middle;
	margin-right: 10px;
}
ul.logos li span {
	display: inline-block;
	*display: inline;  
    *zoom: 1; 
	
	vertical-align: middle;
}

/* images */
ul.images {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	
	text-align: center;
}
ul.images li {
	display: inline-block;
	*display: inline;  
    *zoom: 1; 
	
	margin: 0px 5px;
	vertical-align: middle;
	
	list-style-type: none;
	
	padding: 0;
	margin: 0;
}


/* members */
div.members {
	margin: -15px -20px 20px 0px;
}
div.members dl {
	display: inline-block;
	*display: inline;  
    *zoom: 1; 
	
	width: 270px;
	margin: 0px 25px 0px 5px;
	
	vertical-align: top;
}
div.members dl dt {
	background-image: url(images/bg-h3.png);
	background-position: left center;
	background-repeat: no-repeat;
	
	height: 25px;
	
	padding: 0px 0px 0px 18px;
	margin: 15px 0px 0px 0px;
	
	line-height: 25px;
	font-size: 0.9em;
}
div.members dl dt.blank {
	background: none;
}
div.members dl dd {
	position: relative;

	padding: 0px 0px 0px 18px;
	margin: 0px;
	line-height: 160%;
}
div.members dl dd span.affiliation {
	position: absolute;
	right: 0px;
	top: 3px;
}


/* session */
div.session {
	margin: 0px 0px 20px 0px;
	background-image: url(images/hr-black.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	
	padding: 0px 0px 10px 0px;
}
div.session h3 {
	background-image: url(images/bg-session-h3.png);
	background-position: top center;

	font-weight: bold;
	color: #990000;
	
	padding: 10px 0px 0px 25px;
	margin: 0px;
	
	clear: both;
}
div.session p {
	padding: 0px 0px 3px 25px;
	margin: 0px;
	font-weight: bold;
	text-indent: 0em;
}
div.session p span.chair {
	float: right;
}
div.session ul {
	margin: 0px;
	padding: 0px;
	
	clear: both;
}
div.session ul li {
	position: relative;

	background-image: url(images/hr-gray.png);
	background-position: center top;
	background-repeat: no-repeat;
	
	padding: 10px 0px 0px 0px;
	margin: 0px;
	
	font-size: 1em;
	
	list-style-type: none;
}
div.session ul li span.id {
	display: inline-block;
	*display: inline;  
    *zoom: 1; 
	
	width: 80px;
	padding-left: 5px;
	vertical-align: top;
	white-space: nowrap;
}
div.session ul li span.paper {
	display: inline-block;
	*display: inline;  
    *zoom: 1; 
	
	width: 500px;
}
div.session ul li span.paper a {
	font-weight: bold;
}
div.session ul li span.paper a.file {
	font-weight: normal;
	color: #FF4040;
	text-decoration: underline;
	
	vertical-align: top;
}
div.session ul li span.paper a.file span {
	cursor: pointer;
}


/* Icons */
table.bib tr td span.icons {
	float: right;
}
div.session ul li span.id span.icons {
	position: absolute;
	left: 0px;
	bottom: 0px;
	
	width: 80px;
	height: 16px;
	padding-left: 5px;
	margin-bottom: 3px;
	
	text-align: center;
}
span.icon-pdf, span.icon-movie, span.icon-bib, span.icon-blank {
	display: inline-block;
	*display: inline;  
    *zoom: 1; 
	
	width: 16px;
	height: 16px;
	
	background-position: center center;
	background-repeat: no-repeat;
	
	margin: 0px 3px;
	
	text-indent: -9999px;
}
span.icon-pdf {
	background-image: url(images/icon-pdf.png);
}
span.icon-movie {
	background-image: url(images/icon-movie.png);
}
span.icon-bib {
	background-image: url(images/icon-bib.png);
}


/* テーブル */
table {
	margin: 0px auto 10px auto;
}
th, td {
	border: 1px solid #808080;
	
	padding: 5px;
}
th {
	background-color: #DDDDDD;
	white-space: nowrap;
}
td p {
	margin-left: 0px;
}
td dl {
	margin-bottom: 0px;
}
td dl dt, td dl dd {
	margin-left: 0px;
	padding-left: 0px;
	background: none;
}

table.timetable,
table.bib {
	border: 1px #999999 solid;
	border-collapse: collapse;
	margin-left: 5px;
}
table.timetable {
	margin: auto 0px;
}
table.timetable th, table.timetable td {
	
}
table.timetable td.time {
	text-align: right;
	background: #EEEEEE;
	padding: 5px 10px;
	white-space: nowrap;
}
table.timetable td.blank {
	background: #DDDDDD;
}
table.bib th, table.bib td {
	border: 0px;
}
table.timetable th,
table.bib th {
	/*border-top: 1px solid #999999;*/
}
table.timetable th.day {
	background: #C8E2FB
}
table.timetable th.place {
	text-align: center;
	background: #EEEEEE;
	color: black;
	padding: 5px 10px;
}
table.bib th.tag {
	background: transparent;
	text-align: right;
	padding-left: 10px;
}
table.bib td.book,
table.bib td.id,
table.bib td.page,
table.bib td.date {
	text-align: center;
}
table.bib td.abstract p {
	line-height: 1.5em;
}
table.bib td.abstract img {
	margin-left: 5px;
	margin-bottom: 5px;
}
table.bib td.email, table.bib td.account {
	font-family: Courier;
}

table.timetable td div.place {
	background: #EEEEEE;
	text-align: center;
	margin: 5px -5px -5px -5px;
}


/* 罫線 */
*html hr {
   display: list-item;
   width: 0;
   height: 0;
   margin-left: 10px;
   list-style :url(images/hr-gray.png) inside;
   
   clear: both;
}
hr {
	border: 0;
	height: 8px;
	background-image: url(images/hr-gray.png);
	background-position: center center;
	background-repeat: no-repeat;
   
   clear: both;
}


/* フッタ部 */
div#footer {
	background-image: url(images/bg-footer.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 23px;
	
	text-indent: -9999px;
}