/* ハコ */
body{
	background-image: url(bg4.gif);
	background-repeat: repeat-y;
}
.mainbox{
	text-align: left;
	width: 800px;	
	padding: 10px;
	border-width: 1px;
	border-color: lightgrey;
	border-style: solid;	

	color: black;
}
/* テキスト */
.headertext{
	padding: 20px;
	background-color: white;
}
.questiontext{
	padding: 2px;
	background-color: white;
}
.asterisk{
	font-size: 90%;
	line-height: 1.3em;
	color: red;
}
.disclaimer{
	font-size: 80%;
	color: grey;
}
.category_header_text{
	padding: 2px;
	border-color: #87CEEB;
	border-width: 0px 10px 0px 10px;
	padding: 0px 0px 0px 4px;
	margin: 20px 0px 10px 0px;
	border-style: solid;
	font-size: 100%;
	background-color: #F5F5F5;
	color: #555555;
	font-weight: bold; 
}
.bottombox{
	width:800px;
	height: 20px;
	text-align: right;
	padding: 0px 0px 0px 0px;
	background-color: #DDDDDD;
	margin-left:auto;
	margin-right:auto;
}
/* お客さんテーブル */
td, th { 
	border: 5px white solid;
}
.toplinkbar{
	text-align: center;
	background-color: #FFFFFF;
	color: #999999;
	font-weight: normal;
	line-height:1.8;
	font-size:0.9em;
}
a:link{
	color: #999999;
}
a:hover{
	color: orange;
}
a:visited{
	color: navy;
}