* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFF url(img/body.gif) repeat-x;
	text-align: center;
}
#all {
	width: 640px;
	background-color: #FFFFFF;
	margin: 0px auto;
	text-align: left;
	line-height: 18px;
}
#head {
	padding-bottom: 15px;
}
#contents {
	background: #FFFFFF;
}
#main {
	padding-right: 15px;
	padding-left: 15px;
}
#secure-logo {
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 {
	font-size: 12px;
	line-height: 25px;
	color: #333;
	background: url(img/h1.gif) no-repeat;
	padding-left: 15px;
	font-weight: normal;
	margin-bottom: 10px;
}
h2 {
	font-size: 12px;
	line-height: 23px;
	color: #333;
	background: url(img/h2.gif) no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
}
h3 {
	font-size: 12px;
	margin: 5px 0px;
	padding: 0px;
}
#main p {
	line-height: 1.4em;
	margin: 10px 0px;
	font-size: 12px;
	padding: 0px;
}
.small {
	font-size: 11px !important;
}
img {
	border: 0px;
}
td {
	line-height: 1.4em;
	font-size: 12px;
}
.none {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	border: 0px;
}
.vm {
	vertical-align: middle;
}
.align-c {
	text-align: center;
}
.pagetop {
	text-align: right;
}


/*-- リンク指定 --*/

a:link {
}
a:visited {
}
a:hover {
}


/*-- フォーム --*/
.mail-form {
	margin: 20px 0px;
	padding: 0px;
}
.mail-form dt {
	font-size: 12px;
	line-height: 23px;
	color: #333;
	background: url(img/h2.gif) no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
}
.mail-form dd {
	line-height: 1.4em;
	margin: 10px 0px;
	font-size: 12px;
	padding: 0px;
}
.mail-input {
	text-align: center;
}
.caution {
	font-size: 12px;
	color: #666666;
	list-style: none;
}
.caution strong {
	color: #FF0000; 
}
table.ssl-tbl {
	width: 600px;
	line-height: 1.4em;
	font-size: 12px;
	margin-bottom: 11px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
table.ssl-tbl th {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
	text-align: left;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
table.ssl-tbl th .red {
	font-weight: normal;
}

table.ssl-tbl td {
	border-left: 1px solid #CCCCCC;
	padding: 5px 11px;
	border-bottom: 1px solid #CCCCCC;
}
.red {
	color: #FF0000;
}
