html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #F7F7F7;
	font-family: "Meiryo","ＭＳ Ｐゴシック","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","MS 	UI Gothic","Osaka",sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 140%;
	font-style: normal;
	font-weight: normal;
}  

#container {
	position: relative;
	text-align: center;
}  
#screen {
	width: 700px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}  

#header {
	height: 62px;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DA0000;
}  
#menu {
	height: 62px;

}  

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DA0000;
	text-align: center;
}  



hr {
	color: #666666;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding: 0px;
	border-bottom-width: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-color: #CCCCCC;
}

#redline{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #DA0000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


dt {
	color: #DA0000;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	font-size: 11px;
	text-indent: 5px;
}

dd {
	color: #666666;
	font-size: 11px;
	text-indent: -30px;
	font-style: normal;
	line-height: normal;
	text-align: left;
}

.manual {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 530px;
} 
