@charset "UTF-8";

body
{
  background: #ffffff;
  color: #606060;
  font-size: 75%;
  line-height: 1.5em;
  margin: 0 auto;
  padding: 0;
  width: 960px;
}

body *
{
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

h3, h4, p
{
  margin-top: 1.5em;
}

ul, ol
{
  margin-left: 2em;
}

img
{
  vertical-align: middle;
}

hr
{
  display: none;
}

a
{
  color: #2020c0;
  text-decoration: none;
}

/*
a:link
{
  color: #2020c0;
}
*/

/*
a:visited
{
  color: #402080;
}
*/

a:hover
{
  text-decoration: underline;
}

/*
a:active
{
  color: #c02020;
}
*/

#header
{
  background: #a0a0a0 url(header.png) no-repeat left top;
  font-size: 14px;
  height: 203px;
  line-height: 17px;
  margin-top: 30px;
}

#header h1
{
  padding: 64px 0 0 100px;
}

#menu
{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  padding: 59px 66px 3px 0;
  text-align: right;
}

#menu a
{
  color: #f0f0f0;
}

#menu ul
{
  list-style: none;
}

#menu li
{
  border-left: 1px solid #808080;
  display: inline;
  padding: 3px 1em;
}

#menu a img
{
  background: #ffffff;
  border: 1px solid #a0a0a0;
  opacity: 0.7;
  vertical-align: top;
}

#menu a:hover img
{
  opacity: 1.0;
}

#menu .contact
{
  color: #ffa000;
}

#main
{
  background: transparent url(box3-m.png) repeat-y left top;
}

#pickup
{
  padding-top: 40px;
}

#pickup ul
{
  list-style: none;
  margin: 0;
}

#pickup li
{
  float: left;
  padding: 15px;
  width: 350px;
}

#pickup a
{
  color: #606060;
  font-weight: bold;
}

#pickup img
{
  border: 1px solid #c0c0c0;
  height: 50px;
  width: 50px;
}

#footer
{
  background: transparent url(box3-b.png) no-repeat left top;
  color: #a0a0a0;
  padding: 40px 80px 30px 0;
  text-align: right;
}

#footer a
{
  color: #8080c0;
}

.item
{
  padding-top: 40px;
}

.item h2
{
  border-bottom: 1px solid #a0a0a0;
  font-size: 110%;
  padding: 0 0 0.5em 0.5em;
}

.item h2 a
{
  color: #606060;
  font-weight: bold;
}

.item .body
{
  margin-top: 2em;
}

.item .more
{
  margin-top: 2em;
}

.item .info
{
  color: #a0a0a0;
  margin-top: 2em;
  text-align: right;
}

.item .info a
{
  color: #8080c0;
}

.pager
{
  color: #a0a0a0;
  margin: 30px 0 0 80px;
}

.pager a
{
  color: #8080c0;
}

.thumbnail img
{
  border: 1px dashed #c0c0c0;
}

.box1-t
{
  background: transparent url(box1-t.png) no-repeat left top;
  width: 100%;
}

.box1-m
{
  background: transparent url(box1-m.png) repeat-y left top;
  margin: 0 75px;
}

.box1-b
{
  background: transparent url(box1-b.png) no-repeat left bottom;
  padding: 40px 35px 35px 40px;
}

.box2-t
{
  background: transparent url(box2-t.png) no-repeat left top;
  width: 100%;
}

.box2-m
{
  background: transparent url(box2-m.png) repeat-y left top;
  margin: 0 75px;
}

.box2-b
{
  background: transparent url(box2-b.png) no-repeat left bottom;
  padding: 25px 20px 20px 25px;
}

.box3-t
{
  background: transparent url(box3-t.png) no-repeat left top;
  padding-top: 20px;
  width: 100%;
}

.end
{
  clear: both;
}

.notb
{
  color: #a0a0a0;
  margin-top: 1.5em;
}


/* Patch for IE6. */

* html body
{
  text-align: center;
}

* html #page
{
  text-align: left;
  width: 960px;
}

* html #pickup li
{
  width: 380px;
}


/* Patch for IE (Non-valid). */

#menu a img
{
  filter: alpha(opacity=70);
}

#menu a:hover img
{
  filter: alpha(opacity=100);
}

