@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	color: #666666;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 12px;
	line-height: 24px;
	margin: 0;
}

#header {
  margin: 0 auto;
  width: 550px;
}

h1 {
  margin: 0;
}

h2 {
  margin: 8px 0 16px;
  font-size: 2em;
  text-align: left;
}

.descTitle {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FF6699;
	padding-bottom: 3px;
	font-weight: bold;
	color: #FF6699;
}
.descBody {
	padding-top: 5px;
	padding-bottom: 5px;
}
.style3 {
	color: #FF0000;
	font-size: 12px;
}
.style4 {
	color: #FF0000;
	font-size: 10px;
}
.error_message {
	color: #F00;
	font-weight: bold;
}