body {
	margin: 0;
	padding; 0;
	font-family : "MS UI Gothic";
	background-color: #CCFFFF;
 	text-align: center;
}

A:link {
	color: blue;
}

A:visited {
	color: brown;
}

A:active {
	color: red;
}

A:hover {
	color: orange;
        text-decoration: underline;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	color: #CCCCCC;
	width: 150px;
	text-align: left;
}

li {

	margin: 0;
	display: block;
	border-bottom: 1px solid #FFFFFF;

}


li a {
	text-decoration: none;
	padding: 2px 0px 2px 4px;
	display: block;
	color: #FFFFFF;
	background: #FFCC66;
	line-height: 25px;
}

li a:hover {
	color: #FFFFFF;
	background: #FFCC00;
}

#wrap {
	width: 750px;
	text-align: left;
	background-color: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #99CCCC;
}

#top {
	color: #FFFFFF;
	background-color: #6699FF;
	border: 1px solid #99CCCC;
}


#menu {
	width: 200px;
	background-color: #FFFFFF;
	color: #000000;
	float: left;
}

#main {
	margin-left: 200px;
	background-color: #FFFFFF;
}

#bottom {
	clear: both;
	line-height: 20px;
}

.b {
	color: #FFFFFF;
	background-color: #99CCFF;
	border-left: 1px solid #99CCCC;
	border-top: 1px solid #99CCCC;
	border-right: 1px solid #99CCCC;
	font-size: 12px;
	padding-left: 3px;
	padding-top: 2px;
}

#bottom a {
	text-decoration: none;
	
}

#bottom a:hover {
	text-decoration: none;
	
}

.mark {
	color: #FFFFFF;
	background-color: #99CCFF;
	border-left: 1px solid #99CCCC;
	border-right: 1px solid #99CCCC;
	border-bottom: 1px solid #99CCCC;
	font-size: 12px;
	padding-right: 3px;
}


.p10 {
	font-size: 10px;
	line-height: 10px;
}

.p12 {
	font-size: 12px;
	line-height: 12px;
}

.p12t {
	font-family : "Arial, Helvetica, sans-serif";
	font-size: 12px;
	line-height: 25px;
	background-color: #FFCC00;
	color: #666666;
	text-align: center;
}



.p14 {
	font-size: 90%;
	line-height: 16px;
	padding: 2px 1px;
}

.p16 {
	font-size: 16px;
	line-height: 16px;
}

.sub {
	font-size: 90%;
}	


.tr {  
	font-size: 11px;
}

h1 {
	font-size: 18px;
}

h2 {  
	font-size: 16px;
	border-bottom: 1px solid #CC9900;
	border-left: 1px solid #CC9900;
	padding-left: 2px;
}

h3 {  
	font-size: 16px;
	border-bottom: 1px solid #CC9900;
	border-left: 1px solid #CC9900;
	padding-left: 2px;
}

h4 {  
	font-size: 16px;
	border-bottom: 1px solid #CC9900;
	border-left: 1px solid #CC9900;
	padding-left: 2px;
}

h5 {  
	font-size: 16px;
	border-bottom: 1px solid #CC9900;
	border-left: 1px solid #CC9900;
	padding-left: 2px;
}

.cre1 {  
	text-align: center;
	width: 100px;
	background-color: #FFFFFF;
}

.cre2 {  
	width: 60px;
	background-color: #FFFFFF;
	text-align: left;
}

.cre3 {  
	width: 385px;
	background-color: #FFFFFF;
	text-align: left;
}