@charset "UTF-8";

/* formatting style
-----------------------------*/


* {
  font-style: normal;
  margin: 0px;
  padding: 0px;
}

body {
  color: #333333;
  background-color: #CCCCCC;
  font-size: small;
  line-height: 1.6;
  font-family: sans-serif;
  background-image: url(../image_wall/pink.gif);
  background-repeat: repeat-y;
}

hr { display: none; }

/* link styles
-----------------------------*/


a img { border-style: none; }

a:link {
  color: #333333;
  text-decoration: underline;
}

a:visited {
  color: #999999;
  text-decoration: underline;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

a:active {
  text-decoration: none;
  position: relative;
  left: +1px;
  top: +1px;
}

/* basic layout
-----------------------------*/

#wrapper {
  background-color: #FFFFFF;
  width: 820px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 100px;
}

#main {
  float: right;
  width: 580px;
  margin-bottom: 20px;
  margin-top: 15px;
}

#sub {
  float: left;
  width: 210px;
  margin-bottom: 20px;
}

#footer {
  clear: both;
  color: #FFFFFF;
  background-color: #333333;
  padding: 15px;
}

/* header styles
-----------------------------*/

#header {
  background-image: url(../image_top/top_image_red.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  height: 215px;
  position: relative;
  border-top: 3px solid #009900;
  border-bottom: 3px solid #FF9933;
}

#logo {
  position: absolute;
  left: 15px;
  top: 15px;
}

#header ul { margin-top: 0px; }

#header li {
  list-style: none;
  float: right;
  display: inline;
  margin-right: 20px;
  margin-top: 0px;
}

#menu { height: 50px; }

/* footer styles
-----------------------------*/


#footer ul li a { color: #CCCCCC; }

#footer ul li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

#footer p a { color: #CCCCCC; }

#footer p a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

#footer ul li {
  list-style: none;
  display: inline;
  margin-right: 15px;
}

#footer p {
  float: right;
  margin-top: 0px;
}

/* main styles
-----------------------------*/

#main h2 {
  margin-bottom: 15px;
  margin-top: 20px;
}

#main h3 {
  color: #FF3300;
  margin-bottom: 1em;
}

#main h4 {
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}

#main #intro {
  background-color: #FFFFCC;
  padding: 0.7em;
}

#main p { margin-bottom: 1em; }

#main .pagetop {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 400px;
}

#main .comment { color: #003300; }

#main #cast {
  background-color: #FFFFCC;
  padding: 1em;
  font-size: x-small;
}

#main #mic-list .style1 {
  font-size: x-small;
  font-weight: bold;
}

#main #mic-list .style2 { font-size: x-small; }

/* sub styles
-----------------------------*/

#sub h2 {
  margin-bottom: 15px;
  margin-top: 20px;
}

#sub ul { margin-top: 10px; }

#sub ul li {
  margin-bottom: 6px;
  list-style: none;
}

#sub ul li a {
  display: block;
  background-image: url(../image_assistant/arrow_r.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  width: 195px;
  padding-left: 15px;
}

#sub ul li a:hover { background-image: url(../image_assistant/arrow_hover_r.jpg); }
