@charset "utf-8";

/****************************************

Main

*****************************************/

#main {
  width:100%;
  height:650px;
  border-bottom:2px solid #CCC;
  background:no-repeat center;
}
#main_area{
  width:100%;
  height:650px;
  border-bottom:1px solid #FFF;
}
#main_box{
  width:980px;
  height:650px;
  margin:0px auto;
}
#main_box h1 {
  width:320px;
  height:50px;
  padding-top:50px;
  float:left;
}
#main_box .btn_form {
  width:300px;
  height:80px;
  padding-top:50px;
  float:right;
}
#main_box h2 {
  width:350px;
  height:350px;
  /*margin:0 auto;*/
  padding-top:55px;
  padding-left:315px;
  float:left;
}
#main_box .form_btn {
  width:300px;
  height:150px;
  padding-top:255px;
  float:right;
}

/****************************************

Content

*****************************************/

/*-----------------------------------
news
-----------------------------------*/
#news {
  width:980px;
  margin-top:10px;
}
.news_box {
  width:215px;
  height:140px;
  padding:10px;
  border:1px solid #CCC;
  background:#FAFAFA;
  float:left;
}
.news_box .data {
  font-size:90%;
}
.news_box .ttl {
  width:215px;
  height:20px;
  margin-top:5px;
  display:block;
  overflow:hidden;
}
.news_box .txt {
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid #CCC;
}

/*-----------------------------------
content_box_left
-----------------------------------*/
#content_box_left {
  width:650px;
  float:left;
}
#content_box_left #event {
  margin-top:0px;
}
#content_box_left ul {
}
#content_box_left li {
  width:310px;
  height:218px;
  margin-top:20px;
  float:left;
}

/*-----------------------------------
content_box_right
-----------------------------------*/
#content_box_right {
  width:300px;
  float:right;
}
#content_box_right ul {
  margin-top:0px;
}
#content_box_right li {
  width:300px;
  height:80px;
  margin-bottom:10px;
}