@charset "utf-8";

header {
	padding-top: 16px;
	margin-top: 0;
	background-color: #204984;
}
.title {
	color: #FFF;
}
#headTitle {
	width: 656px;
	padding-bottom: 30px;
	background: none;
	background-image: url(../../images/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #FFFFFF;
}
#headerAddress {
	float: right;
	text-align: right;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.8;
}
#headerAddress img {
	margin-top: 5px;
}
#gNavi {
	padding-top: 6px;
	border-top: 5px solid #c6b01c;
	margin-top: 0;
}
.mailTable {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
}
#mailform th {
	color: #FFF;
	background-color: #3988E3;
	font-weight: normal;
	padding: 10px 20px;
	text-align: left;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	white-space: nowrap;
}
.cell1 {
	background-color: #E5E5E5;
	padding: 10px 20px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
#privacy {
    background-image: url(../../common/images/link.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}
form#mailform label {
	cursor: pointer;
	text-decoration: underline;
	display: block;
	padding: 5px 5px;
	margin-bottom: 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
table.mailTable tr td ul li {
	float: left;
	padding: 0px 10px 0px 0px;
}
