/*
css/a_globalwrapper-print.css
*/


/* 全ページ共通表示領域が768px以上の場合に適用するスタイル
-----------------------------------------------------------------*/


/* ページ全体
-----------------------------------------------------------------*/
/*トップページのみ背景あり*/
#a_globalwrapper-bg{
  background-image: url(../img/top-my-bg.png);
  background-position: right -20% top 50%;
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
}

#a_globalwrapper{
  height: auto;
  width: 100%;
}

.a_clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* ヘッダーエリア
-----------------------------------------------------------------*/
#a_main-header{
  background-color: #ffffff;
  border-bottom: 3px solid #359739;
  margin: 0 auto;
  width: 100%;
}


/* コンテンツ格納
-----------------------------------------------------------------*/
#a_main-container{
  height: auto;
  margin: 0 auto;
  width: 1018px;
}


/* フッダーエリア
-----------------------------------------------------------------*/
#a_main-footer{
  float: left;
  height: auto;
  width: 100%;
}


/* トップに戻るボタン
-----------------------------------------------------------------*/
#a_pagetop {
  bottom: 30px;
  position: fixed;
  right: 30px;
  z-index: 100;
}