/* body
----------------------------------------------- */
body {
  font-family:"\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30D2\30E9\30AE\30CE\89D2\30B4\0020\0050\0072\006F\0020\0057\0033", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, "\FF2D\FF33\0020\FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
}

/* .breadCrumb
----------------------------------------------- */
.breadCrumb {
padding: 8px 0;
}
.breadCrumb p {
float: left;
}
.breadCrumb p strong {
display: block;
font-weight: normal;
min-width: 150px;
white-space: nowrap;
}
.breadCrumb:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
:first-child + html .breadCrumb {
display: inline-block;
}
* html .breadCrumb {
height: 1%;
}

.topicPath{
  float:none;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:0;
  padding-top:0;
  padding-bottom:10px;
  width:950px;
  font-size:12px;
}

/* .titleArea
----------------------------------------------- */
.titleArea{
overflow: hidden;
}
.titleArea .hdg02{
  float: left;
  position: relative;
}
.titleArea .hdg02 .txt{
  color: #fff;
  display: block;
  width: 450px;
  background: rgba(0,0,0,.6);
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#66000000,EndColorStr=#66000000);
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 25px 20px;
}
.titleArea .hdg02 .txt .title {
  display: block;
  font-size: 40px;
  line-height: 1.2;
}
.titleArea .hdg02 .txt .lead {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 30px;
}
.titleArea .searchArea{
  float: right;
}

/* .contentArea
----------------------------------------------- */
.contentArea{
  overflow: hidden;
  margin-top: 20px;
}
.contentArea .txtArea{
  float: left;
  width: 740px;
}
.contentArea .txtArea .hdg03{
  font-size: 22px;
  color: #eb4403;
  line-height: 1;
  background-color: #fff3ad;
  margin-bottom: 10px;
  padding: 12px;
}
.contentArea .picArea{
  float: right;
  width: 200px;
}
.contentArea .logo{
  width: 128px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.contentArea .logo img{
  width: 100%;
}
.contentArea .txt{
  font-size: 12px;
  line-height: 1.8;
}