/* スタイルシート (style.css) */

body {
  background-color: #FFFFFF;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  text-align: center;
  background: url(bg_01.gif);
}

h1 {
  font-weight: normal;
  font-size: 30px;
  margin: 5px 5px;
  padding: 30px 20px;
  background: url(meeting_01.jpg) right no-repeat;
  color: #ffffff;
  font-family: "HGP創英角ｺﾞｼｯｸUB";
  text-align: left;
}

#meeting {
	width: 500px;
	padding: 5px 5px 5px 5px;
	border: 1px #333399 solid;
	margin: 30px auto;
	text-align: left;
	background-color: #ffffff;
}

#title {
	background: #333399 url(bg_02.gif) no-repeat center;
	height: 96px;
}

#form_main {
	margin: 1em;
}

p {
	line-height: 1.5;
}

.point {
	color: #C00000;
}

.r {
	text-align: right;
}

.c {
	text-align: center;
}