/* css of "regist02_regist.html" */
h3 {
	font-size: 14px;
	width: 250px;
	border-left: 8px solid #666666;
	border-bottom: 1px solid #666666;
	margin-bottom: 5px;
	padding-left: 3px;
	font-weight: bold;
	color: #6495ED;
}
table {
    border: 2px #666666 solid;
    border-collapse: collapse;
}
th, td {
    border: #666666 solid;
    border-width: 0 0 1px 1px;
    padding: 5px 3px;
    vertical-align: center;
}
th {
	text-align: center;
}
th.type, td.price {
	width: 75px;
}
td.price {
	text-align: right;
}
tr.member {
	color: blue;
}
td.type2 {
	width: 80px;
	color: #666666;
}
td.cat {
	width: 90px;
}
ul.sympo {
	margin-left: 18px;
}
ul.sympo li {
	margin-bottom: 10px;
}
div.banquet {
	width: 440px;
	padding: 5px;
	border: 3px double #666666;
	text-align: center;
	background-color: #FFF0F5;
	color: black
}
ul.list {
	margin: 0 10px 0 18px;
}
ul.list li {
	list-style: square;
	margin-bottom: 15px;
}
a.green {
	color: #008080;
}
a.green:hover {
	color: #B0E0E6;
}
ul.list2 {
	margin-left: 30px;
}
ul.list2 li {
	list-style: disc;
	margin-bottom: 0px;
}
