
body{

	background-color : #FFFFFF ; 
	margin: 0px;
	padding: 0px;

		


	}

.txt12bk{			/* 汎用フォント黒 */
	font-size : 12px ;
	color : #000000 ;
	}

.txt12red{			/* 汎用フォント赤*/
	font-size : 12px ;
	color : #FF0000 ;
	}

.txt12et{			/* コーポレートカラー*/
	font-size : 12px ;
	color : #0F218B ;
	}


	
.txtpath{			/* パンくず用*/
	font-size : 10px ;
	color : #0000000 ;
	text-align:right;
	width : 568px ;
	margin-bottom : 8px ;
	
	}

.txtpath a{			/* パンくず用*/
	text-decoration: none;
	color : #0F218B ;
	}
.txtpath a:hover{			/* パンくず用*/
	color : #FF0000 ;
	}
	



.pagetop{		/* pagetopへのアンカー */
	clear : left;
	width:558px;
	color : #666666 ;
	height:30px ;
	margin-top: 8px;
	border-top-style: solid;
	border-top-color: #666666;
	border-top-width: 1px;
	padding-top : 20px ;
	font-size : 12px ;
	text-align:right; 
	}

.pagetop a{		/* pagetopへのアンカー色 */
	text-decoration: none;
	color : #006633 ;
	}
	
.pagetop a:hover{
	color : #FF0000 ;
	}



/* ========▼フッタ要素▼======== */

#footmenu{
	clear : left;
}

.footpos{
	width: 578px; height: 20px ;
	background-color : #FFFFFF ;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding-top : 3px ;
	text-align: right;
	}

.footbtnmgn{
	margin : 0px;
	vertical-align:middle ;
	}

p.foottext{
	width: 578px
	height:20px ;
	font-size : x-small;
	color:#333333;
	margin-top: 8px;
	margin-left: 15px;
	}
	

