@charset "EUC-JP";

div.content {
	margin: 0 0 20px 10px;
	}

/******************************
 * HISTORY
 *
 ******************************/
div.history {
	}
div.history div.description {
	position: absolute;
	width: 250px;
	}
div.history div.description p {
	margin-bottom: 20px;
	}
div.history p.history {
	width: auto;
	margin: 0;
	text-align: right;
	line-height: 0;
	z-index: 1;
	}

div.history table.reports {
	display: none;
	}

div.report-detail {
	display: none;
	width: 250px;
	border: 1px solid #06c;
	background: #fafafa;
	}
div.report-detail dl {
	margin: 0;
	padding: 9px;
	}
div.report-detail dt {
	margin-bottom: 5px;
	text-align: center;
	}
div.report-detail dd {
	margin: 0;
	line-height: 140%;
	}
div.report-detail  p.close {
	text-align: right;
	line-height: 0;
	}

div#REPORT01 {
	position: absolute;
	margin: -58px 0 0 158px;
	}
div#REPORT02 {
	position: absolute;
	margin: 0 0 0 109px;
	}
	
/******************************
 * INFORMATION
 *
 ******************************/
div.information {
	width: 510px;
	margin-bottom: 20px;
	}

div.information h3 {
	margin-bottom: 10px;
	padding: 0;
	background: none;
	color: #333;
	}

img.photo {
	float: right;
	margin: 1em 0 10px 10px;
	}

div.information p {
	margin-bottom: 1em;
	line-height: 140%;
	}
div.information p.corp {
	text-align: right;
	}

div.information div.content ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
	line-height: 140%;
	}

div.information ul.info_list{
	margin: 10px;
	padding-left: 10px;
	}
div.information ul.info_list li{
	margin: 0 0 1em;
	padding: 0;
	line-height: 140%;
	}

div.information div.divider {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	}

div.detail {
	margin-bottom: 10px;
	padding-top: 10px;
	border: 1px solid #d9f2ff;
	background: #effaff;
	}

p.detail-start {
	margin-bottom: 10px;
	text-align: center;
	}

div.summary {
	padding: 10px;
	}

div.summary dl.summary {
	margin: 0 0 10px 0;
	}
div.summary dl.summary dt {
	margin-bottom: 10px;
	font-weight: bold;
	}
div.summary dl.summary dd {
	margin: 0;
	}

div.summary table {
	margin-bottom: 10px;
	border-collaspe: collapse;
	}
div.summary table th {
	padding: 0 12px 5px 12px;
	background: url(../images/marker_arrow.gif) left 2px no-repeat;
	_background: url(../images/marker_arrow.gif) left top no-repeat;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	line-height: 140%;
	}
div.summary table td {
	padding-bottom: 5px;
	vertical-align: top;
	line-height: 140%;
	}
div.summary table td table {
	margin: 0;
	}
div.summary table td table caption {
	margin: 0 0 5px 0;
	text-align: left;
	}
div.summary table td table th {
	padding: 0 1em 0 0;
	background: none;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	}
div.summary table td table td {
	padding: 0;
	}
	
div.summary table.timetable {
	margin: 0;
	}
div.summary table.timetable caption {
	margin: 0 0 5px 0;
	text-align: left;
	}
div.summary table.timetable th {
	padding: 0 1em 0 0;
	background: none;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	}
div.summary table.timetable td {
	padding: 0;
	}
	
div.summary table td ul {
	margin: 0;
	padding-left: 1.5em;
	}
	
div.summary table td ol {
	margin: 0;
	padding: 0;
	list-style: none;
	}

/* 20101202 */
div.summary dl {
	margin: 0 0 10px;
	height: 100%;
}
div.summary dl dt {
	margin: 0;
	width: 90px;
	float: left;
	clear: both;
}
div.summary dl dd {
	margin: 0;
	padding-left: 90px;
}
* html div.summary dl dd {
	display: block;
	text-indent: -3px;
}
div.summary dl.division dt {
	width: 120px;
}
div.summary dl.division dd {
	padding-left: 120px;
}
/* 20111021 */
div.summary ul.pdf {
	list-style: none;
	margin: 0px 0px 1em;
	padding: 0px;
}


div.summary table dl dd dl.session {
	margin: -1.5em 0 0 0.2em;
	}

div.summary table dl.noindent {
	margin: 0;
	}
div.summary table dl.noindent dd {
	margin: 0;
	padding-left: 0;
	}

div.summary table ul.program {
	margin: 0;
	}
div.summary table ul.program li {
	margin-bottom: 5px;
	}

div.summary table ul.program ul {
	padding: 0;
	list-style: none;
	}
div.summary table ul.program ul li {
	margin: 0;
	}
div.summary table dl.access {
	margin: 1em 0px 1em;
}
div.summary table dl.access dt {
	float: none;
}
div.summary table dl.access dd {
	padding-left: 12px;
}
div.summary table ul.access {
	padding: 0;
	list-style: none;
	}

div.summary p.to-entry {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}
div.summary p.to-entry a:link,
div.summary p.to-entry a:visited {
	color: #c00;
	}
div.summary p.to-entry a:hover {
	color: #f60;
	}

div.notice {
	padding: 10px 15px;
	background: #fcfcfc;
	/*font-size: 10px;
	hack for Win IE
	_font-size: 9px;*/
	}
div.notice ul {
	margin: 0;
	padding: 0 0 0 2em;
	text-indent: -2em;
	list-style-type: none;
	}
div.notice ul.nonum {
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
	list-style-type: none;
	}

div.summary div.notice {
	background: none;
	}

div.announcement {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #d9f2ff;
	background: #effaff;
	}

div.announcement dl {
	margin: 0 0 1em 0;
	}
div.announcement dl dt {
	margin: 0;
	}
div.announcement dl dd {
	margin: 0;
	}

div.information div.content div.announcement ul {
	margin: 0;
	padding-left: 1.5em;
	list-style-type: disc;
	}

div.announcement h4 {
	text-align: center;
	}

div.announcement h5 {
	margin-bottom: 0.5em;
	}

/******************************
 * REPORTS
 *
 ******************************/
table.reports {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	}
table.reports th {
	padding: 5px 10px 5px 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f2f2f2;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	}
table.reports td {	
	padding: 5px 10px 5px 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	}
table.reports td.date {	
	white-space: nowrap;
	}
table.reports td.place {	
	white-space: nowrap;
	}
table.reports td.contents dl {	
	margin: 0;
	}
table.reports td.contents dl dt {	
	margin-bottom: 3px;
	font-size: 11px;
	/* hack for Win IE */
	_font-size: 10px;
	font-weight: bold;
	color: #6cf;
	white-space: nowrap;
	}
table.reports td.contents dl dt ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
table.reports td.contents dl dd {
	margin: 0 0 5px 0;
	}
table.reports td.contents dl dd ul {
	margin: 0;
	padding-left: 1.5em;
	line-height: 140%;
	}
table.reports td.contents img {
	margin: 10px 0px 5px;
}
table.reports td.contents table.summary img {
	margin: 10px 0px 0px;
}
table.reports td.contents p.link {
	margin-top: 10px;
	padding: 0;
	background: none;
	font-family: normal;
	text-align: right;
	}

span.document {
	font-weight: normal;
	color: #333;
	}

table.summary {
	width: auto;
	margin: 0 0 10px 0;
	border-collapse: collapse;
	}
table.summary th {
	width: 63px;
	padding: 0 6px 3px 0;
	border: none;
	background: url(../images/activity/colon.gif) right top no-repeat #fff;
	font-weight: normal;
	vertical-align: top;
	}
table.summary td {
	padding: 0 0 3px 3px;
	border: none;
	background: none;
	vertical-align: top;
	white-space: nowrap;
	}


/******************************
 * SPECIAL
 *
 ******************************/
p.heading {
	margin-bottom: 10px;
	}
	
table.reports td.contents div.special {
	margin-top: 10px;
	padding: 8px 8px 0 8px;
	border: 1px solid #ddd;
	background: #fafafa;
	}

table.reports td.contents div.special dl {
	color: #000
	}
table.reports td.contents div.special dl dt {
	margin-bottom: 3px;
	padding-left: 12px;
	background: url(../images/marker_arrow.gif) left 2px no-repeat;
	font-size: 12px;
	font-weight: normal;
	font-family: normal;
	color: #000;
	white-space: normal;
	}
table.reports td.contents div.special dl dd {
	margin: 0 0 15px 12px;
	font-size: 10px;
	/* hack for Win IE */
	_font-size: 9px;
	white-space: normal;
	}
table.reports td.contents div.special dl dd ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

table.reports td.contents div.special dl dd dl dt {
	margin-bottom: 3px;
	padding: 0;
	background: none;
	font-size: 10px;
	/* hack for Win IE */
	_font-size: 9px;
	}
/******************************
 * session
 *
 ******************************/
p.ses_header {
	margin: 0 0 10px 0;
	font-weight: bold;
	}
/* table */
table.session {
	width: 100%;
	margin: 0 0 10px 0;
	border-collapse: collapse;
	}
table.session th {
	width: 11em;
	padding: 4px 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f2f2f2;
	font-weight: bold;
	text-align: left;
	}
table.session td {
	padding: 5px 7px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 140%;
	}
table.session td p.td_header {
	font-weight: bold;
	color: #66CCFF;
	}
/* table-sub */
table.sub {
	border-collapse: collapse;
	}
table.sub th,
table.sub td {
	width: 50%;
	padding: 2px 5px;
	border: none;
	background: #fff;
	font-weight: normal;
	vertical-align: top;
	}

/* dl */
dl.session_note {
	margin: 0 0 20px 0;
	border: 1px solid #0066CA;
	}
dl.session_note dt {
	padding: 5px 10px;
	font-weight: bold;
	background: #0066CA;
	color: #FFF;
	}
dl.session_note dd {
	margin: 0;
	padding: 5px 10px;
	}

/* ul */
ul.ses_point {
	margin: 5px 0 10px 5px;
	padding: 0 0 0 10px;
	}
ul.ses_point li {
	margin: 5px 0;
	}
/*  */
div.au_note {
	border: dotted 1px #666666;
	}
div.au_note dl {
	margin: 5px;
	}
div.au_note dl dt {
	margin: 0 2px 0 0;
	float: left;
	}
div.au_note dl dd {
	font-size: 11px;
	}


/******************************
 * TMP
 *
 ******************************/
dl.program {
	margin: 0;
	}
dl.program dt {
	clea: left;
	float: left;
	width: 4em;
	margin: 0;
	}
dl.program dd {
	margin: 0 0 0 4em;
	padding-bottom: 1em;
	}
dl.program dd ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

/******************************
 * infomation
 *
 ******************************/
div.surround{
	margin: 20px 0;
	padding: 9px;
	border: 1px solid #ccc;
	background: #fafafa;
}

div.surround table {
	margin: 10px 0;
	border-collaspe: collapse;
	}
div.surround table th {
	padding: 0 12px 5px 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	}
div.surround table td {
	padding-bottom: 5px;
	vertical-align: top;
	}
/******************************
 * off line meeting
 *
 ******************************/
table.offmtg_contents {
	/*width: 99%;*/
	margin: 0;
	padding: 0;
	}
table.offmtg_contents th,
table.offmtg_contents td {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	line-height: 140%;
	}
table.offmtg_contents td.time {
	text-align: right;
	}
table.offmtg_contents td.title {
	font-weight: bold;
	color: #0066CC;
	}
table.offmtg_contents td.detail {
	font-size: 10px;
	/* hack for Win IE */
	_font-size: 9px;
	text-indent: 0em;
	}
table.offmtg_contents td.detail span.name {
	display: block;
	font-size: 12px;
	font-weight: bold;
	}
table.offmtg_contents dl {
	margin: 0;
	padding: 0;
	}
table.offmtg_contents dl dd {
	margin-left: 2em;
	font-size: 10px;
	/* hack for Win IE */
	_font-size: 9px;
	text-indent: 0em;
	color: #666666;
	}

/******************************
 * CONTACT
 *
 ******************************/
dl.contact {
	margin: 0;
}
dl.contact dt {
	margin: 0;
}
dl.contact dd {
	margin: 0 0 0 1em;
}

/* archive_link */
ul.archive_link {
	list-style: none;
	margin: 10px 0px 0px;
	padding: 0px;
	line-height: 160%;
}
ul.archive_link li {
	background-image: url(../images/marker_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 12px;
}

