

/* for table */
table.form {
	border: 1px solid #7777bb;
	border-collapse: collapse;
	margin-top: 1em;
}
table.form th, table.form td {
	text-align: center;
	border: 1px solid #7777bb;
	padding: 8px;
	font-weight: normal;
}
table.form th {
	white-space: nowrap;
	background: #cccce6;
	text-align:left;
}
table.form td {
	background: #f0f0f0;
	text-align:left;
}
li {
	text-align:left;
}


/* for title */
strong.ttl {
	text-align: left;
	border-left: solid 4px #669900;
	display: block;
	padding: 2px 5px;
	margin-top: 2em;
}

/* for message */
p.msg {
	color: #dd0000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}

/* for back-button */
form.back {
	margin-top: 2em;
}


/* 以下追記
---------------------------------------------------- */
body {
	margin: 0 auto;
	padding: 0;
	color: #330000;
	background-color: #339900;
	text-align: center;
	line-height: 1.5;
}
#wrapper {
 	width: 750px;
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
	text-align: center;
}
h1,h2,h3,h4,p,dl,dt {
	margin:0;
}
h1,h2,h3,h4 {
	font-family: "ＭＳ Ｐゴシック","ＭＳ ゴシック","Osaka",sans-serif;
}
img {
	border: none;
}

/* リンク
---------------------------------------------------- */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #ff3300;
	text-decoration: underline;
}
a:hover {
	color: #FF3300;
	text-decoration: underline overline;
}

/* ヘッダ
---------------------------------------------------- */
#header {
	width: 750px;
	height: 100px;
	font-weight: bold;
	background: url(images/hd.gif) no-repeat;
}
.title {
	font-size: small;
	text-align:left;
	padding: 25px 0 0 15px;
}



/* フッタ
---------------------------------------------------- */
#footer {
	clear: both;
	width: 750px;
	background-color: #339900;
	font-weight: bold;
	margin:auto;
}
.stxtCopyright {
	font-size: 80%;
	padding: 0px;
	margin:0;
	text-align: left;
}
