/*========================================================
目次
--------------------------------------------------------
1.基本レイアウト設定

2.ヘッダー設定					#header
	A.ヘッダー内メニュー				#header_menu
	B.ヘッダー内ユーザーメニュー		#header_user_menu
	C.ヘッダー内ユーザーメニュー		#search_area

3.フッター						#footer

4.広告設定

＊.全体共通設定
	BOX内のマージン付け用(div.box_body)
	全体で使うh2
	サムネイル画像センタリング用クラス
	β版のリストサークル
	ヘルプリスト
	リンクに付く矢印
	各所で使う斜線見出し付きのBOX
	DB一覧用
	フォーム部分のtable
	要素のセンタリング
	規約
	注意文

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

/*========================================================
1.基本レイアウト設定
========================================================*/
#container{
	position				:	relative;
	width					:	800px;
	margin					:	0 auto;
	text-align				:	left;
}

/* =======================================================
2.ヘッダー設定					#header
======================================================= */
#header{
	height: 70px;
}

/* =======================================================
3.フッター						#footer
======================================================= */
#footer{
	clear					:	both;
	text-align				:	center;
	background				:	url(../img/footer_bg.gif) repeat-x left top;
	color					:	#FFF;
	height					:	175px;
	padding-top				:	25px;
}

#footer .link a{
	font-size				:	xx-small;
	color					:	#FFF;
}

#footer ul{
	border-top				:	1px solid #ccc;
}

#footer ul li{
	display					:	inline;
	padding					:	0 5px;
	line-height				:	2.2;
}

#footer .copyright{
	font-size				:	80%;
	font-style				:	normal;
	line-height				:	2.2;
}
#footer .produce{
	display:	none;
}
/* =======================================================
4.メニュー
======================================================= */

/*----------------------------------------------------
	A.TOPアド1					div.ad_1
----------------------------------------------------*/

div#navigator{
	clear					:	both;
	width					:	800px;
	height					:	25px;
	margin-top				:	10px;
	background				:	url(../img/menu_bg.gif) repeat-x left top;
	margin-bottom			:	10px;
}

div#navigator ul li{
	float					:	left;
	display					:	inline;
}


/* =======================================================
＊.全体共通設定
======================================================= */

div.line{
	height					:	5px;
	width					:	100%;
	background				:	url(../img/line.gif) repeat-x left top;
}

