@charset "Shift_JIS";

/*========================================================
css使用


・ポジション
・マージン
=======================================================*/

img {
	border: 0px;
}


/*========================================================
ポジション
=======================================================*/

.center {
	text-align: center;
}

/*========================================================
マージン
=======================================================*/

.m_bottom_5 {
	margin-bottom: 5px;
}

/*========================================================
SEO対策
=======================================================*/
h1#headerText {
	margin: 0;
	color: #8f8f8f;
	font-weight: normal;
	font-size: 10px;
}

td#footerText {
	padding-bottom: 4px;
	color: #8f8f8f;
	font-size: 10px;
	text-align: left;
}

h2#pageTitle {
	margin: 0;
}

td#breadcrust {
	width: 680px;
	color: #8f8f8f;
	font-size: 10px;
}

