/* ----------------------------------------------------------------------------
#contact
---------------------------------------------------------------------------- */

#contact #pankuzu {
	margin-bottom: 20px;
}

#contact h2 {
	background: url(../images/contact/contact_ttl.gif) left top no-repeat;
}

#contact .lead {
	margin-bottom: 10px;
}


#contact #mail h3 {
	background: url(../images/contact/contact_mail_ttl.gif) left top no-repeat;
}

#contact #magazine {
	background: url(../images/common/dotline.gif) left top repeat-x;
	padding-top: 20px;
}

#contact #magazine h3 {
	background: url(../images/contact/contact_magazine_ttl.gif) left top no-repeat;
}

#contact .contactBlock {
	padding-bottom: 10px;
	position: relative;
}

#contact .contactBlock h4 {
	background: #2d2d2d url(../images/common/ttl_bg_shasen.gif) left top repeat-y;
	color: #fff;
	padding: 3px 5px 3px 10px;
	font-size: 1.3em;
	margin-bottom: 10px;
}

#contact .contactBlock .contactContent {
	margin-bottom: 10px;
	position: relative;
}

#contact #mail a,
#contact #magazine a {
	border-bottom: 1px dotted #7ab7f4;
}

#contact #mail a:hover,
#contact #magazine a:hover {
	border-bottom: none;
}


