

/* Secondery Navigation */

.secNav
	{
	background: #d684d5;
	border: solid 5px #ecc;
	margin-right: 10px;
	padding: 5px;
	border-color: #ecbfec #7b4a7b #5a365a #de9bde;
	}

.secNav h2
	{
	color: #339;
	font-family: serif;
	background: url("../img/rose_l.gif") no-repeat;
	text-indent: 33px;
	}

.secNav ul
	{
	margin-left: 0;
	}

.secNav li
	{
	font-family: serif;
	line-height: 30px;
	}

.secNav li a
	{
	background: url("../img/rose_s.gif") no-repeat;
	padding-left: 20px;
	}

.secNav li a:hover
	{
	background: url("../img/rose_sh.gif") no-repeat;
	}

.longText
	{
	font-size: 80%;
	}



/* Main Contents */

.mainContents h2
	{
	font-size: 250%;
	text-align: center;
	color:green;
	margin: 30px 10px 20px;
	}



.mainContents table {
       margin: 1em auto 20px;
       border-width: 1px;
       border-style: solid;
       border-color: #aaa;
       background: #fffafa;
	width: 96%;
       }

.mainContents caption
	{
	color: #c09;
	font-size: 200%;

	}

.mainContents th,
.mainContents td {
       padding: 5px;
       border-width: 1px 0 0 1px;
       border-style: solid;
       border-color: #888;
       }

.mainContents th {
    font-family: Osaka,"Arial Narrow",Arial,helvetica,sans-serif;
    font-weight:normal;
    color: #2e8b57;
    background: #dcefff;
    font-size:0.99em;
    }

.mainContents td {
	background: #ffebcd;
	font-weight:normal;
	color: #333;
	font-size:0.99em;
}

