/* ------------------------------
全ページ共通CSS
------------------------------ */
div.basicStyle{/* 共通背景 */
	margin:0px auto;
	text-align: center;
	width:920px;
	background:#FFFFFF;
}
div.mainStyle{margin: 0px 30px 0px 30px;}/* contents margin */

div.headImgStyle{}/* ヘッダ画像 */
div.footImgStyle{}/* フッタ画像 */
td.footLinkStyle{}/* フッタ リンク*/

td.leftMenuStyle{/* 左メニュー共通背景 */
	background:#F4F2F2;
}

/* ------------------------------
ネクストページ共通CSS
------------------------------ */

div.footSubMenuStyle{margin-right:19px;padding:8px 0;}

div.footCopyStyle{margin:19px 0 17px;}/* フッタコピーライト */

