@charset "Shift_JIS";
/* 基本レイアウト */
body {
	margin:0;
	padding:0;
	text-align:left;
	background:url(../images/cmn_bg.gif) #454545 left top repeat-x;
	color:#8E8E8E;
	}

/* フレーム ================================= */	
#frame{
	width:804px;
	height:100%;
	margin:0 0 0 78px;
	background:url(../images/cmn_frm_bg.gif) #000000 left top repeat-y;
}

#frame td{
	vertical-align:top;
}

/* メニュー ================================= */	
h1{
	display:inline;
}

#menu{
	position:absolute;
	z-index:2;
}


/* フッター ================================= */	
#copyright{
	clear:both;
	text-align:center;
	margin-bottom:30px;
}

.pagetop{
	clear:both;
	text-align:right;
	margin:50px 0;
}

/* 第二階層レイアウト用 ================================= */	
#contents{
	width:694px;
	margin-left:40px;
	margin-right:50px;
}

h2#title{
	margin-bottom:20px;
}