/* 共有項目 */
.wrap {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}

.contents {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}

.readS {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}

.readM {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 13px;
	line-height: 15px;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}

.readM2 {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}

.readL {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}

/* ヘッダ */
.header {
	height: 44px;
	width: 640px;
}

h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 1px;
	line-height: 1px;
	font-weight: normal;
	color: #FFFFFF;
	float: left;
	height: 44px;
	width: 490px;
	background-image: url(parts/header/headerTitle.jpg);
	background-repeat: no-repeat;
	margin: 0;
}

/* ナビゲーション */
.navi {
	clear: both;
	height: 26px;
	width: 640px;
}

.naviBtn {
	float: left;
}

.mailBtn {
	float: right;
	height: 36px;
	width: 150px;
}

/* フッタ */
.footer {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	line-height: 13px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0066CC;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	background-image: url(parts/common/footerBG.jpg);
}.footLink {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	color: #666666;
	text-align: right;
	margin-bottom: 2px;
	width: 640px;
	padding-top: 3px;
	border-top: dotted 1px #999999;
}
.footLink a:link {
	color: #666666;
	text-decoration: none;
}
.footLink a:visited {
	color: #666666;
	text-decoration: none;
}
.footLink a:hover {
	color: #FF6600;
	text-decoration: none;
}
