/*コンテンツエリア*/
#contents {
  width: 950px;
  height:730px;
  margin: 0;
  padding:0;
  background:url(../images/container_toppage.png) no-repeat;
}

.contents-inner {
  width:880px;
  height:500px;
  margin:20px 0 0 0;
  padding:0;
  margin-left:30px;
  margin-right:25px;
}


/*全国地図*/
.contents-inner-box2 {
  float:right;
  width:512px;
  height:480px;
  margin:0 5px 0 0;
}

/*概況コメントレイアウト枠*/
.contents-inner-box1 {
  background:url(../images/lucent.gif) repeat;
  background-position: bottom;
  float:left;
  width:322px;
  height:480px;
  margin:0 0 0 10px;
  padding:0;
}

/*概況コメントヘッダー */
.contents-inner-box1header {
 width:322px;
 height:100px;
 margin:0;
 padding:0;
}

/*概況コメントタイトル */
.comment_title1 {
 width:322px;
 height:13px;
 margin: 0;
 padding:0;
 background:url(../images/comment_title1.gif) no-repeat;
 background-position:bottom;
 background-color:#ffffff;
}

.comment_title2 {
 width:322px;
 height:20px;
 margin:0;
 padding:0;
 background:url(../images/comment_title2.gif) repeat-y;
 background-color:#ffffff;
 overflow:auto;

 display:table-cell;
 vertical-align:middle;
}

.comment_title3 {
  width:322px;
  height:10px;
  margin:0;
  padding:0;
  background:url(../images/comment_title3.gif) no-repeat;
  background-color:#ffffff;
}
/*概況コメントタイトルここまで */


/*概況コメント本文エリア枠 */
.contents-inner-box1comment-area {
  background:url(../images/comment_bg.png) no-repeat;
  background-position: bottom;
  width: 322px;
  height: 337px;
  margin:0;
  padding:0;
}

/*概況コメント本文 */
.contents-inner-box1comment {
  width: 303px;
  height: 317px;
  margin:0 0 0 5px;
  padding:0 4px 0 10px;
  overflow-y:auto;
}


/*バナーエリア*/
#footer {
  width: 750px;
  height:100px;
  margin:30px auto;
  padding: auto;
  text-align: center;
}


img.banner{
  margin:30px 10px 10px 10px;
  border:0;
}