@charset "utf-8";


/* ===================================================================

	CSS information
	author     :  (株)ジョイメイト
	browser    :  IE6.0,NN7.1,Firefox2.0
	since      :  2009.03.13
	
	file name  :  module.css
	style info :  共通（ヘッダー、フッター）
	
	共通
	ヘッダー
	写真部分
	メインメニュー
	ページ上部へ戻る
	フッター

=================================================================== */

/*--------------------------------------------------------------------------------
	共通
-------------------------------------------------------------------------------- */
body {
	background: #ffe1e1 url(../img/bg.gif) left top repeat-x;
}
#page {
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 0 15px;
	background: url(../img/container_bg.png) left top repeat-y;
}


/*--------------------------------------------------------------------------------
	ヘッダー
-------------------------------------------------------------------------------- */
#header {
	width: 800px;
	height: 105px;
	position: relative;
}
h1 {
	width: 205px;
	height: 88px;
	position: absolute;
	top: 18px;
	left: 25px;
}
/*--------------- メニュー ---------------*/
#menu {
	width: 336px;
	height: 70px;
	position: absolute;
	top: 25px;
	right: 25px;
}
#menu li {
	margin-right: 40px;
	float: left;
	list-style: none;
}
#menu li:last-child {
	margin-right: 0;
}


/*--------------------------------------------------------------------------------
	フッター
-------------------------------------------------------------------------------- */
#footer {
	width: auto;
	height: 45px;
	position: relative;
}
address {
	width: 248px;
	height: 17px;
	position: absolute;
	top: 15px;
	right: 25px;
}
#photo {
	margin-bottom: 20px;
}