
#data_main_contents_space{
  width                 : 968px;
  height                : 1250px;
  background-color      : White;
  margin                : 10px 0px 0px 0px;
/*  font-family		: arial, sans-serif;*/
  font-family		: '¥Ò¥é¥®¥Î³Ñ¥´ ProN W3', Meiryo, ¥á¥¤¥ê¥ª, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

#data_source_space{
  width                 : 900px;
  height                : 1250px;
}

#data_source_space li{
  list-style-type	: none;
  margin-bottom		: 20px;
}

#data_source_space a{
  margin-left		: 0px;
}

/* *********************************************** */
div#data_source_space h3{
	/*margin:10px;*/
	padding:0px;
	color: white;
	font-size: 15px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: rgb(22,104,172);
	/*text-shadow: 1px 0px 1px rgba(0,0,0,0.5),
				0px 1px 1px rgba(0,0,0,0.5),
				-1px 0px 1px rgba(0,0,0,0.5),
				0px -1px 1px rgba(0,0,0,0.5);*/
}

div#references {	
	width:calc(100% - 60px);
	padding-left:30px;
}


table#d_source {
	width:100%;
	border: 1px solid black;
	border-collapse:collapse;
	font-size: 15px;
}

table#d_source th{
    border: 1px solid black;
    background-color: rgb(156,150,160);
    color:white;	
}

table#d_source td{
    text-align: center;
    border: 1px solid dimgray;
    vertical-align: middle;	
}

table#d_source td.prod{
	font-weight:bold;
	color:red;
}

cite {
	font-size: 12px;
}
