@charset "UTF-8";
@import url("base.css");
@import url("common.css");

#mainContents {
	margin-top: 0px;
}
.mainLead {
	background-image: url(../img/mainlead_bg.gif);
	background-repeat: repeat-y;
	/*height: 374px;*/
}
.mainLead-text {
	width: 520px;
	font-size: 80%;
	line-height: 155%;
	margin-left: 35px;
	padding-top: 0px;
}
h1 {
	font-size: 120%;
	font-weight: bold;
	color: #E4007F;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E4007F;
}
.h2Box h2 {
	margin-bottom: 5px;
}
.address li {
	font-size: 70%;
	list-style-type: none;
	line-height: 135%;
	margin-bottom: 3px;
}
.brand {
	color: #E4007F;
	padding: 2px;
	border: 1px solid #E4007F;
}
