@charset "shift_jis";
/*__________________ 基本設定 __________________ */
body {
  text-align: center;
  margin : 0;
  padding : 0;
  background-color:#000000;
}
p {
  font-family : "ＭＳ Ｐゴシック";
}
/*___________ コンテナーブロック設定 ___________ */
#container {
  width : 830px;
  overflow: hidden;
  margin-top:0px;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
  background-color:#cc0033;
}
/*_____________ バナーブロック設定 _____________ */
#banner {
  width:830px;
  height:110px;
  text-align:left;
  background-color:#dc143c;
  padding:0;
  overflow:hidden;
}
h1 {
  font-size:20px;
  padding-top:5px;
  margin-left:35px;
  font-family:"MS UI Gothic";
  color: #ffffff;
}
h2 {
  font-family:"Verdana";
  color:#cccccc;
  font-size:16px;
  font-weight:600;
  margin-left:35px;
  line-height:140%;
}
/*___________ コンテンツブロック設定 ___________ */
#contents {
  width : 625px;
  height: 600px;
  float : right;
  overflow: hidden;
  position:relative;
  text-align:left; 
 padding-left:5px;
  font-family:"ＭＳ Ｐゴシック", "Verdana";
  background-color : #ffffff;
}
h3 {
  font-size:10px;
  font-family:"ＭＳ 明朝";
  text-align:center;
  margin-top:15px;
  margin-bottom:5px;
  color:#000000;
}
.c1 {
  background-color:#ffffcc;
  color:#000000;
  padding-top:7px;
  padding-left:7px;
  margin-top:0px;
  margin-left:20px;
  margin-right:20px;
  font-size:14px;
  line-height:150%;
  border-top: #b22222 6px solid;
  border-left: #b22222 6px solid;
  border-right: #b22222 6px solid;
  border-bottom: #b22222 6px solid;
}

.cont a:link {
  color:#000000;
  text-decoration:none;
}
.cont a:visited {
  color:#000000;
  text-decoration: underline;
}
.cont a:hover {
  color:#000000;
}
.cont a:active {
  text-decoration: underline;
}
/*________左ナビゲーションブロック設定 _________ */
#left {
  width : 200px;
  float : left;
  text-align:left;
  font-family : "Verdana";
  font-size :8px;
  font-weight: bold; 
  color: #ffffff;
  padding:0;
  overflow: hidden;
  background-color : #cc0033;
}
ul {
  margin-left : 0px;
  padding-left : 0px;
  padding-top:20px;
  padding-bottom:20px;
}
li {
  padding-left : 5px;
  line-height:120%;
  margin-bottom:15px;
  list-style-type : none;
  font-family : "Verdana";
  font-size:20px;
}
a:link {
  color:#000000;
  text-decoration: none;
}

a:visited {
  color:#000000;
  text-decoration: none;
}
a:hover {
  color:#ffffff;
  background-color:#cc0033;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
address {
  font-family : "Verdana";
  font-size:13px;
  font-style:normal;
  padding-top:10px;
  padding-bottom:5px;
  color:#000000;
  line-height:120%;
}

.midasi0
{width:180px; margin:15px 0px 0px 15px; padding:2px 20px;
 border-style:solid; border-color:#000088; border-width:1px;
 background-color:#333366; color:#ffffff; font-weight:bold;text-align:center;}

.boxwide
{width:750px; margin: 0px 20px; padding:6px; font-weight:normal;
 border-style:solid; border-width:1px; border-color:#000088;
 color:#000000; line-break:strict; line-height:170%;}