/*

 [common.css]

*/


/*---------------------------

header - common

---------------------------*/

/* ヘッダ領域に関する設定 */

#header {
	margin:0px;
	}

#header a img {
	margin:0px;
	border-width:0px;
	border-style:none;
	}

div.header-img {
	border-width:0 0 0 0;
	width:740px;
	}


/*---------------------------
anchor - common
---------------------------*/
/* ページ内リンクに関する設定 */
#anchor-navigationtop {
	display:none;
	}

#anchor-contenttop {
	display:none;
	}

#anchor-pagetop {
	margin:20px 0 10px 403px;
	font-size:80%;
	}
/*---------------------------

footer - common

---------------------------*/

/* フッタ領域に関する設定 */

#footer {
	margin:10px 0 0 0;
	}

#footer a img {
	margin:0px;
	border-width:0px;
	border-style:none;
	}

div.footer-img {
	border-width:0 0 0 0;
	width:740px;
	}

#w3c-banner {
	display:none;
	}



/*---------------------------

background - common

---------------------------*/

/* 背景領域に関する設定 */

body.Body_bg {
	background-image: url(../images/body_bg.gif)
}



/*---------------------------

table - common

---------------------------*/

/* lnaviに関する設定 */

td.lnavi {
	vertical-align: top;
	background-image: url(/images/space.gif)
}
