* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	color: #333;
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 6px;
	margin-bottom: 0px;
}
#topMenu ul li {
	list-style-type: none;
}

fieldset,img{border:0;}


#wrap {
	text-align: center;
	padding: 44px;
	width: 842px;
	background-color: #EEE;
	border: 1px solid #CCC;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}
#wrap dl h2 {
	font-size: large;
	font-weight: bold;
	color: #333;
	background-color: #FC3;
	text-align: left;
	padding: 5px;
	margin: 0px;
	line-height: 1em;
	border-radius: 6px 6px 0px 0px;
}
#wrap dl h3 {
	font-size: 60px;
	color: #FC3;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: -15px;
	margin-top: 0px;
}

#wrap dl {
	margin-top: 10px;
	margin-bottom: 30px;
	min-height: 300px;
}
#wrap dl dt {
	background-color: #FFF;
	border-radius: 0px 0px 6px 6px;
}


#wrap dl dd {
	padding: 5px;
	border-bottom: 1px solid #CCC;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: medium;
}
#manualGuide {
	padding-right: 100px;
	padding-left: 100px;
	font-size: medium;
	line-height: 1.5em;
}
#button {
	margin-top: 5px;
	margin-bottom: 5px;
}


#button a {
	background-image: url(img/button02.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 32px;
	width: 168px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#button a:hover {
	background-position: bottom;
}


.boldTxt {
	font-size: medium;
	font-weight: bold;
	color: #000;
	background-color: #B0D6FF;
}
