@charset 'utf-8';

/**
 *
 *  トップページ
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/
html,body
{
}

/*--------------------------------------------------------------------------
   Page
---------------------------------------------------------------------------*/
#Wrapper
{
}


/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#title
{
  width: 100%;
  height: 95px;
  background: #2C80D5;
}



/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
#Content
{
  width: 980px;
  margin: 0 auto;
}

#Content #Main h2
{
  font-size: 18px;
  border-bottom: 3px solid #2C80D5;
}


#Content #Main h3
{
  font-size: 13px;
  padding-left: 10px;
  width: 636px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#Content #Main article
{
  margin-top: 5px;
}

/*--------------------------------------------------------------------------
   Side
---------------------------------------------------------------------------*/
#Side
{
}

#Side h3
{
  width: 234px;
  height: 40px;
  background: #2C80D5;
  border-radius: 5px 5px 0px 0px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  padding-left: 10px;
  font-family: "meyrio";
}

#Side ul
{
  border: 1px solid #dfdfdf;
}

#Side ul li
{
  background: url("../images/company_arrow.png") no-repeat left;
  height: 40px;
  line-height: 41px;
  padding-left: 22px;
  background-position: 5px 13px;
  border-bottom: 1px solid #dfdfdf;
}

#Side ul li:last-child
{
  border: none;
}


/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer
{
}
#Footer .footer_inner
{
    width: 980px;
    margin: 0 auto;
}
#Footer .footer_inner .copy
{
}
