@charset "utf-8";

/*============================================================================



	style info : ヘッダ フッタ etc サイト内共通レイアウト用



==============================================================================*/

/*============================================================================

	#wrapper（ページ全体 横幅）

==============================================================================*/
#wrapper {
	width: 1000px;
	margin: 0px auto;
	background: #000;
	border-left: 1px solid #999;
	border-right:  1px solid #999;
	box-shadow: 0px 0px 10px rgba(000,000,000,0.6);
	-moz-box-shadow: 0px 0px 10px rgba(000,000,000,0.6);
	-webkit-box-shadow: 0px 0px 10px rgba(000,000,000,0.6);
}

/*============================================================================

	header（ヘッダ）

==============================================================================*/
header {
	height: 44px;
	background: url(https://www-f.umasq.jp/img/land/header_bg.gif) repeat;
}

header h1 {
	width: 134px;
	height: 44px;
	background: url(https://www-f.umasq.jp/img/lp/logo.gif) no-repeat;
	margin: 0 0 0 10px;
	text-indent: -7777px;
	overflow: hidden;
	float: left;
}

header h2 {
	margin: 0px;
	position: relative;
	left: 20px;
	color: #777;
	font-size: 13px;
	text-shadow: 0px 1px 0px #FFF;
	letter-spacing: -0.8px;
	font-weight: normal;
	line-height: 44px;
}

/*============================================================================

	footer（フッタ）

==============================================================================*/

footer {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
}

footer p.copyright {
	font-size: 11px;
	color: #999;
}

