@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 table
{
  border: solid #A5A4A4 1px;
  color: #666;
}

#Content #Main table tr th,
#Content #Main table tr td
{
  border: solid #A5A4A4 1px;
  color: #666;
}

#Content #Main table th
{
  width: 183px;
  height: 30px;
  text-align: left;
  font-weight: normal;
  padding: 5px 5px 5px 10px;
  background: #FBFAFA;
}

#Content #Main table td
{
  width: 505px;
  font-weight: normal;
  padding: 10px;
}

#Content #Main h3
{
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background: #2C80D5;
  color: #fff;
  padding-left: 10px;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: normal;
}
#Content #Main .member h4
{
  font-size: 15px;
}

#Content #Main .member .text
{
  width: 511px;
  margin-left: 10px;
  text-align: justify;
}

#Content #Main .vision, #Content #Main .mission
{
  clear: both;
  font-size: 15px;
}



/*--------------------------------------------------------------------------
   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
{
}
