body {
	color: #333333;
	background: #F4EDE6;
	font: 14px/150% "ＭＳ ゴシック", "Osaka−等幅";

}
td {
	font: 12px/150% "ＭＳ ゴシック", "Osaka−等幅";
	color: #333333;

}
a {
	color: #FF6600;
}
a:hover {
	color: #000000
}
.table-color1 {
	background: #eeeeee;
}
.table-color2 {
	background: #FFFFFF;
}
.table-color3 {
	background-color: #eeeeee;
}
.table-color4 {
	background: #FFFFFF;
}
.table-color5 {
	background: #CCCCCC;
}
.table-color6 {
	background-color: #f2f0ef;
}
.table-color7 {
	background-color: #eeeeee;
}
.table-color7 input{
	display: inline;
}
.step {
	background-color: #FFD9D9;
}
p.mt05{
	margin:5px 0 0 0;
}
p.mt02{
	margin:2px 0 0 0;
}
p.mtb02{
	margin:2px 0 2px 0;
}

h1 {
	font-size:18px;
	text-align:center;
	color:#333;
}
p#note {
	text-align:center;
}

#acMenu {
	width:700px;
	margin:40px auto 0 auto;
}
#acMenu dt{
	display:block;
	text-align:center;
	cursor:pointer;
	width: 620px;
	line-height: 50px;
	margin: auto;
	border: 1px solid #990000;
	border-radius: 6px;
	background:#fff;
	color: #990000;
	font-size: 16px;
	letter-spacing:4px;
	box-shadow: 1px 1px 5px -3px #333 inset;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	position:relative;
}
#acMenu dt img {
	position:absolute;
	bottom:5px;
	left:303px;
}
#acMenu dd{
	margin:0;
	padding:20px 0 0 0;
	text-align:center;
	display:block;
}