@charset "utf-8";

html, body {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, address {
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, br, ins, del, a, img, object {
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

body {
	background: #ffffff;
	color: #333333;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	line-height: 1.25;
	margin: 0;
	padding: 0;
}

a:link {
	background: transparent;
	color: #cc0000;
	text-decoration: none;
}

a:visited {
	background: transparent;
	color: #cc0000;
	text-decoration: none;
}

a:hover,
a:visited:hover {
	background: transparent;
	color: #cc6600;
	text-decoration: none;
}

a:active {
	background: transparent;
	color: #660b0b;
	text-decoration: none;
}

a img {
  padding : 5px;
}

a:hover img{
  padding : 5px;
  background: url(images/slash_pink.png)
}

h1, h2, h3, h4 {
	color: #cc0000;
	font-weight: bold;
}

#header {
  background: url(images/slash_pink.png);
  padding: 10px;
}

#header h1 {
  font-size: 1.5em;
  color: #333;
}
#contents {
  margin: 0;
  padding: 0;
}

#link-list {
  margin: 10px 0;
  padding: 0;
}

#link-list li {
  clear: both;
  list-style: none;
  display: block;
  background: url(images/grad_green.png);
  margin: 5px 0;
  padding: 5px;
  height: 72px;
}

p.description {
  margin: 5px;
}

#link-list table {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

#link-list table tr.header {
  background: url(images/grad_green.png);
  width: 12px;
}

#link-list table tr.linkitem {
  background: url(images/grad_green.png);
  height: 72px;
}

.thumnail{
  float: left;
  margin: 0 10px 0 0;
}

#detail {
  background: url(images/slash_green.png);
}

#detail h2 {
  font-size: 1.5em;
  color: #333;
}
#detail ul {
  margin: 0;
  padding: 5px 0;
}

#detail li {
  background: #fff;
  clear: both;
  list-style: none;
  display: block;
  margin: 5px 0;
  padding: 5px;
  height: 72px;
}

#footer{
  clear: both;
}
