@charset 'utf-8';

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

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

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


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



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

#Content #Main h2
{
  font-size: 18px;
  border-bottom: 3px solid #FFAB00;
  margin-bottom: 10px;
}

#Content #Main .newslist .news_inner
{
  margin: 0 auto;
}

#Content #Main .newslist .news_inner article
{
  margin-bottom: 7px;
  clear: both;
}

#Content #Main .newslist .news_inner article p
{
  line-height: 22px;
}


#Content #Main .newslist .news_inner article p.date
{
  background: url("../images/icon_01.png") no-repeat left;
  padding-left: 20px;
  display: inline;
  padding-top: 4px;
}

#Content #Main .newslist p.list
{
  text-align: center;
}

#Content #Main .newslist .text
{
  width: auto;
}

#Content #Main .newslist img
{
  margin-right: 11px;
}

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

#Side h3
{
  width: 234px;
  height: 40px;
  background: #FFAB00;
  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/news_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
{
}
