/* @override http://localhost:8888/css/contact.css */

@import "reset.css";
@import "basic.css";
@import "module.css";
@import "layout.css";

#entry01 h2 {
	background: url(../images/contact/h2_contact.png) no-repeat;
	height: 28px;
}

#entry01 p.mailAddress,
#entry01 p.telNo {
	margin-left: 56px;
}

#entry01 p.mailAddress a {
	background: url(../images/contact/contact.png) no-repeat;
	height: 34px;
	border-style: none;
	width: 250px;
}

#entry01 p.mailAddress a:hover {
	background-position: -250px 0;
}

#entry01 p.telNo {
	background: url(../images/contact/contact.png) no-repeat 0 -48px;
	height: 34px;
	border-style: none;
	width: 250px;
	margin-bottom: 21px;
}