.graph_area {
	margin : 1em 0;
	position : relative;
	overflow: hidden;
}

.graph {
	float : left;
	width : 480px;
	height : 640px;
}

/* 条件選択ボックス */
.condition_select {
	position : relative;
	overflow : hidden;
}

.condition_select .left_column {
	float : left;
	width : 200px;
}

.condition_select .right_column {
	margin-left : 200px;
}

.condition_select UL {
	margin : 0.5em 0 0.5em 3em;
	padding : 0;
	list-style-type : none;
}

.condition_select LI {
	margin : 0;
	padding : 0;
}

/* 組織選択ボックス */
.affiliation_select {
	position : relative;
	margin-left : 500px;
	padding : 5px;
	width: 175px;
	min-height : 500px;
	background-color: #eee;
	border-radius: 10px;
}

.affiliation_select H3 {
	margin-bottom: 0;
	padding: 1px 1em;
	background-color: #036;
	color: #fff;
	font-size : 10pt;
}

.affiliation_select UL.choices {
	margin : 1em 0;
	padding : 0;
	list-style-type : none;
}

.affiliation_select UL.choices LI {
	position : relative;
	margin : 2px 0;
	padding : 3px 0;
	overflow : hidden;
}

.affiliation_select UL.choices LI:hover,
.affiliation_select UL.choices LI.hover {
	border-radius : 5px;
	background-color : #fee;
}

.affiliation_select .paging {
	position : absolute;
	left : 5px;
	bottom : 15px;
	width : 175px;
	text-align : center;
}

.affiliation_select SPAN.prev,
.affiliation_select SPAN.next {
	cursor : pointer;
}


.no_data {
	display : table-cell;
	border : 3px solid #ccc;
	height : 634px;
	width : 474px;
	text-align : center;
	vertical-align : middle;
}