@charset "utf-8";
/* CSS Document */
#main{
	width:880px;
	margin:0 auto;
	padding:10px;
}

#cont1{
	width:880px;
	margin:0 auto;
	padding-bottom:0;
}

#info_main1{
	width:880px;
	height:239px;
	background-image:url(../img/contact_back1.png);
	margin-top:10px;
	margin-bottom:10px;
	position:relative;
	}

#info_main_txt1{
	position:absolute;
	top:30px;
	left:30px;
	width:820px;
	height:179px;
	font-size:1.3em;
	line-height:1.2;
}

#foot_tel{
	margin-bottom:15px;}

#info_main2{
    width: 880px;
    height: 1177px;
    background-image: url(../img/contact_back2.png);
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
	}

#info_main_txt2{
    position: absolute;
    top: 30px;
    left: 30px;
    width: 820px;
    height: 1120px;
    font-size: 1.3em;
    line-height: 1.3;
}

#info_main_txt2 a{
	color:#000;}

#info_main_txt2 a:hover{
	color:#333;}
	
.maru-m{
	vertical-align: middle;
	font-size: 50%;}
