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

/*----------------------------------*/ 
/* contact */
/*----------------------------------*/

div#container div#content div#main div#contact h3{
	margin-bottom: 12px;
}

#main #contact p.infoTxt{
	margin-bottom: 1em;
}

dl.contactAddress dt{
	width: 65px;
	float: left;
}

dl.contactAddress dd{
	width: 550px;
	float: right;
	margin-bottom: 48px;
}

#main dl.contactAddress dd p{
	margin-bottom: 0;
}

dl.contactAddress dd p.name{
	font-weight: bold;
}

dl.contactAddress dd div.fotmBtn{
	margin-bottom: 1em;
}

dl.contactAddress dd ul{
	margin-bottom: 1em;
}

dl.contactAddress dd ul li img{
	vertical-align: middle;
	margin-right: 10px;
}

div#container div#content div#main div#contact div.borderBox h2{
	margin-bottom: 6px;
}

