/* CSS Document */


#document_contact{
	background:#000;
}




/*　必須マーク　*/

img.must {
	width: 30px;
	height: 30px;
	float: left;
	margin: 0px 0px 0px 5px;
}
	
	
/*  footer  */	

#footer{

	width:760px;
	height:5px;
	margin:40px auto;
	text-align:center;
	color:#333;
}


/*  topに戻るボタン  */

#pagetop{
	position:fixed;
	right:20px;
	bottom:20px;
	cursor:pointer;
}

