/* ---- 全体 ---- */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:#00b0ec;
}

/* ======= footer ======= */
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	color: #191919;
	margin-bottom: 0px;
	padding: 7px 0px 5px 0px;
}

a {
	text-decoration:none;
}
a:hover {color:#ff0000}
/* parts setting */
h1, div, p,{
	margin: 0px 0px 15px 0px;
	display: block;
	}

table {
	font-size: 9pt;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #333333;
}

/* 下マージンをとる場合 */
.no-margin {
	margin-bottom: 0px;
	}
/* センター揃えにする場合 */
.center {
	text-align: center;
	}
h1 {
	text-align: center;
		}
h2 {
	clear: both;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #FFF;
	background-color: #990099;
/*	text-indent: -1.8em;*/
	text-align: left;
	margin: 0px 0px 15px 0px;
	padding: 5px 10px 5px 35px;
	display: block;
	}
.pt {
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
.violet {
	color: #990099;
}

