table.test1 {
	border-collapse : collapse ;
	border-width : 1px 0 0 1px ;
	border-style : solid ;
	border-color : black ;	/* IE 6(Win)向け */
}

table.test1 td {
	border-width : 0 1px 1px 0 ;
	border-style : solid ;
	padding : 1em ;
}
table.sample{
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 12px;
	line-height: 2em;
}
#container #content #center #text_in .sample img {
	padding: 2px;
}
.sample th{
	color:#FF9900;
	background-color:#FFFFFF;
	background-image:url(../img/table-back.gif);
	background-position:left top;
	padding:0.3em 1em;
	text-align:center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.sample td{
	text-align:center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	color: #660000;
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
}
#container #contents #main .ace_maintable .sample img {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.sample a{
color: #660000;
text-decoration:none;
}
.sample a:link {
	color: #660000;
}
.sample a:visited {
color: #660000;
}
.sample a:hover,.text_link a:active {
	color: #FF0000;
	text-decoration:underline;
	}
