@import "https://";

@charset "SHIFT_JIS";

* {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	background-color:#F5FFFA;
	color:#333333;
	font-size: x-small;
	line-height: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
img {
	margin:0;
	padding:0;
	vertical-align:middle;
	border:none;
}
p {
	margin:0;
	padding:5px 0;
	line-height:1.6;
	font-size: x-small;
	line-height: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:center;
	vertical-align:bottom;
}
a:link { color: #f476a0; text-decoration: underline; }
a:visited { color: #f476a0; text-decoration: underline; }
a:active { color: #ff7171; text-decoration: none; }
a:hover { color: #ff7171; text-decoration: none; }
h1,h2,h3,h4,h5 {
	color:#008000;
	margin:0;
	padding:2px;
	font-size: small;
	line-height: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;
}
.green {
	color:#008000;
}
.red {
	color:#CC3300;
}
.pink {
	color:#FF00FF;
}
.brown {
	color:#663300;
}
a:link { color: #ff7171; text-decoration: underline; }
a:visited { color: #ff7171; text-decoration: underline; }
a:active { color: #008000; text-decoration: none; }
a:hover { color: #FF00FF; text-decoration: underline; }

strong {
}
table {
	width:100%;
}
hr { color:#ff3399; }
#container {
	width:240px;
	margin:0 auto;
	padding:0;
	height: auto;
}
/* メイン
***********************************************************/
#center {
	text-align:center;
}
