@charset "UTF-8";

/*==================================
　browser-reset
==================================*/

* {
  margin: 0;
  padding: 0;
  zoom: 100%; /* IEでafterを有効にさせる */
}

html {
  overflow-y: scroll; /* Firefox scroll-on */
}

body {
  text-align: center; /* IEでセンタリング */
  color: #333333;
/*--background-----------------------------
  background-images:url(images/xxxx.jpg);
  background-position:left top;
  background-repeat:repeat-x;
-----------------------------------------*/
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div,td,th,address {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  font-family: "Osaka","ＭＳ ゴシック",Arial,sans-serif;
  color: #333333;
}

ul li,ol li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

img {
  border: 0px;
}

.clear:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/* -----------Link Style----------- */

a,a:link {
  color: #404040;
  text-decoration: none;
}

a:visited {
  color: #404040;
  text-decoration: none;
}

a:hover {
  color: #e36868;
  text-decoration: underline;
}

a:active {
  color: #e36868;
  text-decoration: underline;
}

/*==================================
　layout
==================================*/

#wrapper {
  width: 670px;
  margin: 0 auto; /* コンテンツセンター寄せ */
  text-align: left;
  line-height: 1.3em; /* ---保留部分--- */
  background-color: #ffffff;
  border: 1px solid #818181;
}

#header {
  width: 650px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
}

#contents {
}

#contents_inner {
  margin: 0px 10px 0px 10px;
  width: 650px;
}

#contents_inner:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#main {
  float: left;
  width: 315px;
}

#sub {
  float: right;
  width: 315px;
}

#contents_footer {
  width: 650px;
  margin: 0px auto;
}

#contents_footer p {
  width: 634px;
  margin: 10px auto 0px auto;
}

#footer {
}

#copyright {
  font-family: Verdana;
  font-size: 10px;
  margin: 4px;
}

h1 {
  color: #404040;
  font-family: "OSAKA","ＭＳ ゴシック";
  margin-top: 2px;
  margin-bottom: 0px;
  font-weight: normal;
}

/* schedule */

#schedule {
  margin: 4px 0 14px 0;
}

#schedule:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#schedule li {
  float: left;
  margin-right: 2px;
}

/* news */

.news {
  margin-bottom: 10px;
}

.news dl {
  width: 315px;
  border-bottom: 1px dotted #d5d5d5;
  margin-bottom: 4px;
  padding: 0 0 4px 0;
}

.news dt {
  float: left;
  clear: both;
  width: 10ex;
  padding: 0 0 0 1ex;
  font-family: "ＭＳ ゴシック", monospace;
}

.news dd {
  padding: 0 0 0 12px;
  margin-left: 12ex;
  background-image: url(images/top20.gif);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  color: #888888;
}

.news dd a {
  zoom: normal;
}

.news_title {
  width: 305px;
  background-color: #e4e4e4;
  border: 1px solid #d5d5d5;
  margin-bottom: 4px;
  padding: 3px 3px 3px 5px;
}

.news_title h3 {
  float: left;
  font-weight: bold;
  color: #666666;
}

.news_title p {
  float: right;
  text-align: right;
}

/* footerlink */

#footerlink {
  text-align: center;
  margin: 6px 10px 4px 10px;
}

#footerlink a {
  border-left: 1px solid #666666;
  padding: 0px 8px;
}

#footerlink a.left {
  border-left: 0px solid #ffffff;
}

