@charset "utf-8";

/*
#Contents {
	text-align: center;
	padding-top: 50px;
}
#ML {
	margin: 0px auto;
	width: 550px;
	padding-bottom: 50px;
	text-align: left;
	font-size: 12px;
	line-height: 125%;
	color: #333333;
}
#ML h2.Title {
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: 2px solid #333333;
}
#ML th {
	text-align: left;
	padding: 0px 0px 15px;
}
#ML td {
	text-align: left;
	padding: 0px 0px 15px 10px;
}
.MLForm {
	margin-bottom: 60px;
}
*/

/* PNG */
* html .TopPersonal,
* html .TopBusiness,
* html #Personal {
	behavior: expression(IEPNGFIX.fix(this));
}

/* Layout */
#Wrap {
	background: url(../common/images/bottom_background.jpg) no-repeat left 55px;
}
.PersonalWrap,
.TopWrap {
	height: 530px;
	width: 780px;
	margin-top: 35px;
}
.BusinessWrap {
	padding-bottom: 30px;
	width: 780px;
	margin-top: 35px;
}
#Contents h2 {
	margin: 0px 0px 22px 28px;
}

/* TopPage */
.TopBlock {
	width: 467px;
	margin: 0px auto;
	padding-bottom: 17px;
}
.TopBlock .TopPanel {
	width: 225px;
}
.TopPersonal,
.TopBusiness {
	background: url(../mailmagazine/images/top_panel_bg.png) no-repeat left top;
	height: 194px;
	width: 225px;
}
.TopBlock .TextWrap {
	padding: 20px 20px 10px;
}
.TopBlock .TopPersonal,
.Business .TopPanel {
	float: left;
}
.TopBlock .TopBusiness,
.Personal .TopPanel {
	float: right;
}


.TopBlock h3 {
	font-size: 14px;
	color: #434D88;
	font-weight: normal;
	padding-bottom: 12px;
}
.TopPersonal h3 {
	color: #434D88;
}
.TopBusiness h3 {
	color: #AD3317;
}
.TopBlock .Text {
	font-size: 10px;
	line-height: 200%;
	padding-bottom: 10px;
}
.TopBlock .Link a,
.LinkCancel a {
	color: #AF4D33
}
.TopBlock .Link a:link,
.TopBlock .Link a:visited,
.LinkCancel a:link,
.LinkCancel a:visited {
	text-decoration: none;
}
.TopBlock .Link a:hover,
.TopBlock .Link a:active,
.LinkCancel a:hover,
.LinkCancel a:active {
	text-decoration: underline;
}
.LinkCancel {
	text-align: right;
	clear: both;
	padding-top: 5px;
	padding-right: 7px;
}
.LinkCancel a {
	color: #776438;
}

/* Personal */
#Personal {
	margin: 0px auto;
	height: 426px;
	width: 466px;
	background: url(../mailmagazine/images/personal_bg.png) no-repeat left top;
}
#Personal h3,
#Business h3 {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 20px;
}
#Personal .FormWrap,
#Business .FormWrap {
	padding: 20px 17px;
}
#Personal h3 {
	color: #434D88;
}
#MLForm table {
	margin-bottom: 15px;
}
#MLForm .input {
	vertical-align: middle;
}
#MLForm th {
	font-weight: normal;
	white-space: nowrap;
}
#MLForm th,
#MLForm td {
	text-align: left;
	vertical-align: middle;
	font-size: 10px;
	padding-bottom: 12px;
}

/* Business */
#Business {
	margin: 0px auto;
	height: 609px;
	width: 467px;
	background: url(../mailmagazine/images/business_bg.png) no-repeat left top;
}
#Business h3 {
	color: #AB3317;
}
.Caution {
	margin-top: 15px;
}
.FormBlock {
	margin-bottom: 50px;
}
#FormMail,
#FormName,
#FormShopName,
#FormTel {
	display: block;
	margin-bottom: 5px;
}
.LV_validation_message{
    margin:0px;
}

.LV_valid {
    color:#CC0000;
}
	
.LV_invalid {
    color:#CC0000;
}

