@charset "utf-8";
/* CSS Document */

/*clear:bothからはじめる*/
body{
	clear:both;
	background:url(../other/contact_side.gif) repeat-x #FFF;
	}
/*両端の色を追加したところ↑*/


#wrapper{
	background-image:url(../other/contact_back2.gif);
	height:870px;
	}

h4{
	font-size:13pt;
	}
#toiawase{
	line-height:1.8;
	width:370px;
	height:250px;
	position:absolute;
	margin-left:250px;
	top:370px;
	}




/*↓ほぼ共通。footer*/	
#footer{
	/*clear: both;*/
	
	position: absolute;
	/*margin-top:210px;*/
	top: 800px;/*←背景-70px*/
	margin-left: 10px;
	width: 930px;
	height: 70px;
	}

#adress{
	margin-top:40px;
	float:right;
	}
