* {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font: normal 13px 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
}
body {
	text-align: center;
	background: #666666 url(images/body_bg.gif) repeat-x 0px 0px;
}
p {
	color: #FFF;
	line-height: 1.4em;
}
#container {
	width: 640px;
	margin: auto;
	padding-top: 20px;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 50px;
}
#header h1 img {
	margin: 0px;
	padding: 0px;
}

#contents {
	background: url(images/contents_bg.gif) repeat-y 0px 0px;
	padding: 0px 40px;
}
table#information {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-collapse:collapse;
}
table#information caption{
	color: #FFF;
	margin-bottom: 10px;
}
table#information th {
	background: url(images/list.gif) no-repeat left center;
	color: #FFF;
	width: 120px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 7px 5px 7px 25px;
}
table#information td {
	margin-bottom: 15px;
	color: #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 7px 15px;
}
table#information td input.name {
	margin-bottom: 5px;
	height: 1.5em;
}
table#information td input.mail {
	margin-bottom: 5px;
	height: 1.5em;	
}
table#information td input.subject {
	margin-bottom: 5px;
	height: 1.5em;
}

table#information td textarea {
	width: 370px;

}
.button {
	padding: 20px;
}
.button input , ul.back li input{
	color: #000;
	text-align: center;
}
#footer {
	background: url(images/footer_bg.gif) no-repeat 0px 0px;
	height: 50px;
	text-align: center;
	padding: 10px;
}
p.copyright {
	text-align: center;
}
/*共通設定*/
.order h3 , .order h4 , .preview h2 , .error h2 , .complete h2{
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 0px 3px;
	border-bottom: 1px solid #09F;
	margin-bottom: 5px;
}

ul.back {
	padding: 10px 0px;

}
ul.back li{
	list-style: none;
	padding: 5px 0px;
}
ul.back li a {
	color: #FFF;
}
.red{
	color: #F00;
}
/*プレビュー画面*/
.preview {
	margin: 0px;
	padding: 0px;
}
.preview table {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-collapse:collapse;	
	color: #FFF;
	margin: 10px 0px;
}
.preview table th{
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px 10px;
	text-align: left;
	background: repeat-x bottom;
	font-weight: bold;
}
.preview table td{
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px;
	text-align: left;
}

/*エラー画面*/

.error ul {
	color: #F00;
	margin: 0px 0px 0px 30px;
	padding: 10px 0px;
}
.error ul li , .complete ul li{
	font-size: medium;
	font-weight: bold;
	margin-top: 10px;
}

