/********************( RESET )********************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, big, code, em, font, img, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: ";
}
blockquote, q {
	quotes: "" ";
}

/********************( LAYOUT )********************/
body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #333;
  line-height: 1.3em;
}


table#dispmain td.c1, table#dispmain td.c1n {
  color: #fff;
  background-color: #111;
  border-bottom: 1px solid #666;
  padding: 40px;
  vertical-align: middle;
  text-align: right;
  font-size: 2em;
}

table#dispmain td.c1 a{
  color: #eee;
  text-decoration: none;
}

table#dispmain td.c2 {
  border-bottom: 1px solid #666;
  padding: 18px;
  vertical-align: top;
  text-align: justify;
}

table#dispmain tr:hover td.c2 {
  background-color: #ebfaff;
  cursor: pointer;
}

table#dispmain tr:hover td.c1 {
  cursor: pointer;
}

table#dispmain tr:hover td.c1 a{
  color: #40c1ff;
}
