/* main */
#mainContents p {
	margin: 5px 5px 10px 1em;
}
#mainContents #greeting {
	margin-top: 20px;
	border: 1px solid #FF9900;
	padding: 9px;
}
#mainContents #greeting img {
	margin-bottom: 10px;
}
#mainContents table {
	width: 580px;
    background-color: #FF9900;
}
#contents td {
	padding: 5px;
	background-color: white;
	font-size: 1.3em;
}
#mainContents td.cap {
	width: 13em;
	color: white;
    background-color: #669900;
    border: solid 1px white;
	font-weight: bolder;
	font-size: 1.4em;
}
/* sub */
#subMenu a#subMenu2 {
	background-image: url('img/sub_h02.gif');
}

td.name{
margin-bottom: 10px;
padding-bottom: 10px;

}