@charset "utf-8";
/* ===================================================================
CSS information

 file name  :module.css
 author     :Drecom Generated Media (admin)
 style info :共通（ヘッダー、フッター、サイドナビ）
=================================================================== */

/* -----------------------------------------------------------
  #header - ヘッダー
----------------------------------------------------------- */
#header {
  width: 920px;
	border-top: #A92812 solid 5px;
	margin-left: 5px;
	background: url(../images/bg2_top.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	margin-bottom: 12px;
}

#header h1 {
  width: 920px;
	margin-left: 5px;
  padding-top: 25px;
	text-align: center;
}

/* -----------------------------------------------------------
  #footer - フッター
----------------------------------------------------------- */
#footer {
  width: 920px;
	height: 109px;
	margin-left: 5px;
	background: url(../images/bg2_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	padding-bottom: 20px;
}

#footer p.copy {
	text-align: center;
	vertical-align: baseline;
	margin-top: 75px;
	font-size: 12px;
}