@charset "shift_jis";
/*__________________ 基本設定 __________________ */
body {
  text-align: center;
  margin : 0;
  padding : 15px 0 0 0;
  FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#696969, endColorstr=#dcdcdc, gradienttype=0);
  background-color:#dcdcdc;
  color:#ffffff;
}

* a img {
  border:0;
}
p {
  font-family : "MS UI Gothic";
  font-size:14px;
}
pre {
  margin-top:5px;
  margin-bottom:5px;
}

ul {
  margin-left : 0px;
  padding-left : 0px;
  padding-top:5px;
  padding-bottom:5px;
}
li { font-size:14px; font-family:"MS UI Gothic"; list-style-type:none; padding-left:5px; line-height:110%; font-weight:600; padding-top:20px; padding-bottom:5px;}
.ctr {
  text-align:center;
}
.lft {
  text-align:left;
}
.rgt {
  text-align:right;
}
.rgtt {
  float:right;
}
.lftt {
  float:left;
}
.cl {
clear: both;
}
.top {
  vertical-align:top;
}
.btm {
  vertical-align:bottom;
}

/*___________ コンテナーブロック設定 ___________ */
#container {
  width : 826px;
  overflow: hidden;
  margin-top:0;
  margin-left: auto;
  margin-right: auto;
  text-align:left;
  background-color:#ff6347;
}
/*_____________ バナーブロック設定 _____________ */
#banner {
  height:119px;
  width : 826px;
  text-align:left;
  background-image: url(banner.gif);
  background-position: center;
  background-repeat: no-repeat;
  padding:0;
  overflow:hidden;
  margin-left:auto;
  margin-right: auto;
  margin-bottom:0px;
}
.ban {
  padding-left:100px;
  position:relative;
  height:120px;
}
h1 {
  color:#ffffff;
  font-size:16px;
  font-weight:600;
  margin:93px 15px 0 0;
  text-align:left;
  }
/*___________ コンテンツブロック設定 ___________ */
#contents {
  width : 674px;
  float : left;
  padding : 0;
  overflow: hidden;
  position:relative;
  background-color : #ffffff;
}
#content {
  width : 674px;
  float : right;
  padding : 0;
  overflow: hidden;
  position:relative;
  background-color : #ffffff;
}
h2 {
  font-size:17px;
  margin:20px 40px 0 40px;
  padding-left:30px;
  font-family:"MS UI Gothic";
  color: #ffffff;
  background-color:#fa8072;
}
h3 {
  font-size:17px;
  font-family:"MS UI Gothic";
  margin-left:40px;
  color:#006600;
padding-top:15px;
}


.indtp {
  background-color:#ffffff;
  margin-top:20px;
  margin-left:40px;
  margin-right:40px;
  border:#fa8072 6px solid;
}


a:link {
  color:#ffffff;
  text-decoration: none;
}
a:visited {
  color:#ffffff;
  text-decoration: none;
}
a:hover {
  color:#696969;
  background-color:#ffffff;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
strong {
  font-weight:300;
  text-decoration:underline;
}
address{
  font-size:12px;
  font-style:normal;
  padding-top:10px;
  padding-bottom:0px;
  color:#696969;
  line-height:140%;
}
.c1 {
  font-weight:700;
  color:#191970;
  font-size:20px;
  font-family :"MS UI Gothic";
  }

.c2  {
  font-weight:600;
  color:#2f4f4f;
  font-size:15px;
  font-family :"MS UI Gothic";
  margin-left:40px;
  padding-left:35px;
  background-image: url("ch.gif");
  background-position: 0 0px;
  background-repeat: no-repeat;
  clear: both;
  line-height: 140%;
}
.c3 {
  font-weight:400;
  color:#2f4f4f;
  font-size:15px;
  font-family :"MS UI Gothic";
  line-height:180%;
  margin-left:7px;
  margin-right:7px;
}
.c4 {
  font-family : "MS UI Gothic";
  color:#000000;
  font-size:15px;
  margin-top:20px;
  margin-left:10px;
  margin-right:10px;
  line-height:140%;
}
.bl {
  color:#0000ff;
}
.rd {
  color:#ff0000
}
.bll {
  background:#b0e0e6;
}
.btmlnk a:link {
  color:#696969;
  text-decoration: underline;
}
.btmlnk a:visited {
  color:#696969;
  text-decoration: underline;
}
.btmlnk a:hover {
  color:#ffffff;
  background-color:#696969; 
}
.btmlnk a:active {
  text-decoration: underline;
}
/*________ナビゲーションブロック設定 _________ */
#sidebar {
  width : 152px;
  float : right;
  text-align:left;
  padding:0;
  overflow: hidden;
  background-color : #ff6347;
  font-family:"MS UI Gothic";
}
#lsidebar {
  width : 152px;
  float : left;
  text-align:left;
  padding:0;
  overflow: hidden;
  background-color : #ff6347;
  font-family:"MS UI Gothic";
}

