/*　　各ページ用　レイアウト設定スタイルシート（システムからの変更なし）		*/
/*　　(c) P&S Communications Inc.							*/
/*　　Last Modified 2006.08.21								*/

/*　ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/
/*	ページ　共通		*/
	.clear{
		clear:both;
	}

/*　ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー　*/
/*	ページ　基本デザイン		*/

	body.page {
		margin:0px;
		padding:0px;
		background-position: top right;						/*　背景画像位置設定　*/
	}

	div#container{
		margin:0px;
	}

	div#pages{									/*　ページ表示部　設定　　*/
		margin-right:10px;							/*　ページ表示部　右側マージン　*/
		background-position: top left;						/*　ページ表示部　背景画像位置設定　*/
		padding:12px 11px 12px 12px;						/*　ページ表示部　パディング設定　*/
		overflow: hidden;
	}

	div#pages img{
		 overflow: scroll;
	}

	div#contents_rack{								/*　コンテンツラック表示部　設定　*/
		float:right;								/*　位置設定　*/
		margin:4px 14px 4px 8px ;						/*　ページとのマージン　*/
		width:200px;								/*　ラックスペースの幅　*/
		background-image:url();							/*　背景画像設定　　*/
		background-position: top left;						/*　背景画像位置設定　　*/
		background-repeat:repeat-y;						/*　背景画像繰り返し設定　　*/
	}

/*　ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー	*/
/*	サイトトップバナーＨＴＭＬ　基本デザイン					*/

	body.banner {
		margin:0px;
		padding:0px;
		font-size:12px;								/*　トップバナー　基本文字サイズ設定（未使用）　*/
		background-repeat:repeat;						/*　トップバナー　背景画像繰り返し設定　*/
	}

	#topbanner {
		text-align:left;							/*　トップバナー　画像位置設定　*/
		padding:0px 0px 0px 0px ;
	}

	#topbanner img{									/*　トップバナー　画像設定　*/
		border:0px #000000 solid;
	}
