body{   
    margin: 0;   
    padding: 120px 0 0 0; 
    font-size: small;
	font-family: "Arial","Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	list-style-type: none;
	line-height: 180%;
}    

img,abbr,acronym,fieldset {
	border: 0;
}


/*ヘッダーフッター固定*/
  
* html body{   
    overflow: hidden;   
}    
div#headerArea { position: fixed !important; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 74px; 
	padding-top: 10px; 
	padding-left: 50px; 
	background-color: #ffffff; 
	background-image: url(img/top/bg.gif); 
	background-repeat: repeat; 
}   
  
div#footerArea {   
    position: fixed !important;   
    position: absolute;   
    bottom: 0;   
    left: 0;   
    width: 100%;   
    height: 15px;   
    padding-left: 70px; 
    background-color: #ffffff; 
    color: #800000; 
    font-size: smaller;
    
}

/*ここまで*/

#contentsArea{
	width: 800px;
	padding-top: 10px;
	padding-left: 70px;
	padding-bottom: 50px;
	background: #ffffff;  
}   
* html div#contentsArea{   
    height: 100%;   
    overflow: hidden;   
}  



/*リンク*/

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

/*ここまで*/


p { }

td { }