@charset "utf-8";

/* phpconference.css
**************************************************/

/* report.php */
#report h3 {
	float:left;
	width:490px;
}
#report .hatebu {
	float:right;
}
.report-navigator p{
	text-align: right;
	padding: 0.5em;
	clear: both;
}
.report-navigator{
	background-color: #F1F1F1;
	clear: both;
}

.summary-images{
	float: left;
	border: 1px solid #999999;
	margin-right: 20px;
	margin-bottom: 20px
}
.report-images-l{
	float: left;
	border: 1px solid #999999;
	margin-right: 20px;
	margin-bottom: 20px
}
.report-images-r{
	float: right;
	border: 1px solid #999999;
	margin-left: 20px;
	margin-bottom: 20px
}
p.annotation{
	clear: both;
	font-size: 10px;
}
.update {
	font-size: 12px;
	font-weight: normal;
	margin-left: 15px;
	color: #cc0000;
}

span {
	font-weight: bold;
}

/* report-table */
table.report-table {
	margin-top: 16px; 
	margin-bottom: 16px; 
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: center;
	empty-cells: show;
	width: 70%;
}

table.report-table td{
	color: #444444;
	background-color: transparent;
  border: 1px solid #aaaaaa;
	padding: 5px 10px;
	vertical-align: top;
}

table.report-table th{
	color: #222222;
	background: #EEEEEE;
	border: 1px solid #aaaaaa; 
	padding: 5px 10px;
	white-space: nowrap;
	font-weight: normal;
	font-size: 0.8em;
}
table.report-table p{
	text-align: center;
}
/* report-table2 */
table.report-table2 {
	margin-top: 16px; 
	margin-bottom: 16px; 
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: center;
	empty-cells: show;
	width: 70%;
}

table.report-table2 td{
	color: #444444;
	background-color: transparent;
  border: 1px solid #aaaaaa;
	padding: 5px 10px;
	vertical-align: top;
}

table.report-table2 th{
	color: #222222;
	background: #EEEEEE;
	border: 1px solid #aaaaaa; 
	padding: 5px 10px;
	white-space: nowrap;
	font-weight: bold;
	font-size: 1em;
}
table.report-table2 p{
	text-align: center;
}

/* time-table */
table.time-table {
	margin-top: 16px; 
	margin-bottom: 16px; 
	border-spacing: 0px;
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
}

table.time-table td{
	color: #444444;
	background-color: transparent;
  border: 1px solid #aaaaaa;
	padding: 5px 10px;
	vertical-align: top;
}

table.time-table th{
	color: #222222;
	background: #EEEEEE;
	border: 1px solid #aaaaaa; 
	padding: 5px 10px;
	white-space: nowrap;
	font-weight: normal;
	font-size: 0.8em;
}

table.time-table p{
	margin: 5px 0px 5px 0px;
	line-height: 1.1em;
}
table.time-table .non-session{
	font-size: 0.8em;
	margin: 0px;
}
table.time-table .seminar-title{
	color: #1D6197;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}
table.time-table .seminar-speaker{
	font-size: 10px;
	margin-left:1em;
}
table.time-table .speaker-title{
	font-size: 0.8em;
	color: #666666;
}

/* question.php */
.question-num {
	font-weight: bold;
	color: #00008B;
}

.answer-num {
	font-weight: bold;
	color: #990000;
}
.question-list {
	list-style: none !important;
}

.question-list li{
	margin-bottom: 10px !important;
}

.answer-graph {
	margin-left: 30px;
}

.answer-image {
	float: right;
	margin-top: 10px;
	margin-right: 100px;
}
.answer-box {
	border: 2px solid #A9A9A9;
}

.answer-box ul{
	margin: 10px 10px 10px 30px;
}

.answer-box li{
	margin-bottom: 10px;
}

.previouse-question {
	margin-top: 20px;
}

.next-question {
	float: right;
	margin-top: 20px;
}
.graph-discription-box {
	clear: both;
	border: 1px solid #9999cc;
	display: block;
	margin-top: 10px;
	padding:1em;
	color: #333366;
	font-size: 0.9em;
	line-height: 1.4em;
}

/*#graph-2008 {
	margin-bottom: 10px;
	margin-right: 30px;
}

#graph-2007 {
	clear: both;
	border-top: 1px dotted #A9A9A9;
	padding-top: 10px;
	margin-top: 10px;
}

#graph-2008 dt{
	width: 150px;
	margin-top: 15px !important;
	margin-right: 10px;
	margin-left: 10px;
}
#graph-2007 dt{
	width: 150px;
	margin-top: 15px !important;
	margin-right: 10px;
	margin-left: 10px;
}

#graph-2008 dd{
	margin-top: -20px !important;
	margin-left: 120px;
}
#graph-2007 dd{
	margin-top: -20px !important;
	margin-left: 120px;
}*/

.graph-num {
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 140px;
}

.jschart-provide {
	text-align: right;
}

.qa-image{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.qa-image-s{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.go-to-report-list {
	border-top: 1px solid #cccccc;
	margin-top: 40px;
	padding-top: 10px;
}
.go-to-report-list p{
	text-align: right;
	line-height: 2em;
}

