@charset "UTF-8";

/* ----------------------------------------------------------
サイト幅
---------------------------------------------------------- */
header #headerInner,
#nav #navInner,
#main .mainInner,
footer #footerInner {

  max-width: 1020px;

}
/* ----------------------------------------------------------
リンクの色
---------------------------------------------------------- */
a {

  color: #000000;

}
/* ----------------------------------------------------------
サイトの背景色
---------------------------------------------------------- */
body {
	
  background: #ffffff;

}
/* ----------------------------------------------------------
ナビゲーションの背景色
---------------------------------------------------------- */
#nav {
	
  background: #fff;

}
/* ----------------------------------------------------------
ロゴテキストの色
---------------------------------------------------------- */
header #headerInner h1 a {

  color: #E74C3C;

}
/* ----------------------------------------------------------
見出しテキスト<h2>の色	
---------------------------------------------------------- */
#main .mainInner h2 {

  color: #92918C;

}
/* ----------------------------------------------------------
本文テキストの色	
---------------------------------------------------------- */
body {

  color: #000;

}
/* ----------------------------------------------------------
フッターの背景色
---------------------------------------------------------- */
footer .footerInner2 {

  background: #000352;

}
/* ----------------------------------------------------------
フッターテキストの色
---------------------------------------------------------- */
footer .footerInner2 {

  color: #fff;

}
/* ----------------------------------------------------------
サイトの背景画像指定	
---------------------------------------------------------- */
.bg-Box {

  background: url(../images/bg01.png);

}