@charset "UTF-8";

/* ----------------------------------------------------------
サイト幅
---------------------------------------------------------- */
header #headerInner,
#nav #navInner,
#main .mainInner,
footer #footerInner {

  max-width: 1020px;

}
/* ----------------------------------------------------------
リンクの色
---------------------------------------------------------- */
a {

  color: #000000;

}
/* ----------------------------------------------------------
サイトの背景色
---------------------------------------------------------- */
body {
	
  background: #FFEEEE;

}
/* ----------------------------------------------------------
ナビゲーションの背景色
---------------------------------------------------------- */
#nav {
	
  background: #00014f;

}
/* ----------------------------------------------------------
ロゴテキストの色
---------------------------------------------------------- */
header #headerInner h1 a {

  color: #E74C3C;

}
/* ----------------------------------------------------------
見出しテキスト<h2>の色	
---------------------------------------------------------- */
#main .mainInner h2 {

  color: #92918C;

}
/* ----------------------------------------------------------
本文テキストの色	
---------------------------------------------------------- */
body {

  color: #000;

}
/* ----------------------------------------------------------
フッターの背景色
---------------------------------------------------------- */
footer .footerInner2 {

  background: #E74C3C;

}
/* ----------------------------------------------------------
フッターテキストの色
---------------------------------------------------------- */
footer .footerInner2 {

  color: #fff;

}
/* ----------------------------------------------------------
サイトの背景画像指定	
---------------------------------------------------------- */
.bg-Box {

  background: url(images/bg01.png);

}

.srcollBox {
	overflow:auto;
	border:#000000 2px solid;
	padding:10px;
	line-height:1.3;
	height:100px;
}
