/* ----------- Base CSS ----------- */
body {
	text-align: center;
	vertical-align: top;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	margin-top: 30px;
	font-family: "ＭＳ ゴシック",sans-serif;
}

.main {
	width: 770px;
	text-align: center;
	margin: 0px auto;
}


/* -------- TopSide Menu ------- */
.topsidemenu {
	width: 760px;
	text-align: center;
	margin: 0px auto;
	font-size: 10px;
	line-height: 16px;
}


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #00a8ec;
	text-decoration: none;
}

.pink{
	color:#e3006b;
}

.waterblue{
	color: #00a8ec;
}

.Red{
	color: #FF0000;
}

.darkblue{
	color:#0000FF;
}

/*  ------ Under Menu ---------- */
.undermenu {
	width: 700px;
	text-align: center;
	margin: 0px auto;
	font-size: 10px;
	line-height: 16px;
}


/* ----------- Page CSS ---------- */

.getpdf{
	text-align:center;
	width: 400px;
	margin: 20px auto;
	font-size: 10px;
	line-height: 16px;
	color:#f5b671;
}
.mainmess{
	text-align:left;
	width: 350px;
	margin: 10px 0px 0px 50px;
	font-size: 10px;
	line-height: 16px;
	color:#000000;
}
