body {
	background-color: #FFFFFF;
}


a:link {
	color: #6666CC;
	text-decoration: none;
}



a:visited {
	text-decoration: none;
	color: #6666CC;
}
a:hover {
	text-decoration: underline;
	color: #FF66CC;
}

a:active {
	text-decoration: none;
	color: #FF0099;
}

/*box*/

#container {
	width: 650px;
	margin-right: auto;
	background-color: #FFFFFF;
	height: auto;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #99CCFF;
	border-left-color: #99CCFF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #99CCFF;
	border-bottom-color: #99CCFF;
	padding: 0px;
	margin-left: auto;
}

#header {
	height: 100px;
	width: 640px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #FF0000;
}


#navigator {
	height: auto;
	width: auto;
	font-size: small;
	padding: 0.5em 0px 0.5em 10px;
}

#contents {
	margin: 0px;
	padding: 0px;
	width: 650px;
}

#main {
	width: 550px;
	float: right;
	height: auto;
	border-left-style: none;
}

#maindesign {
	margin: 0px;
	height: auto;
	padding-right: 10px;
	width: auto;
	padding-left: 10px;
}

#menu {
	float: left;
	width: 90px;
	height: auto;
	padding-left: 10px;
	margin-bottom: 15px;
}
#menudesign {
	height: auto;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: small;
	float: none;
	padding-top: 10px;
}

#menudesign li {
	list-style-type: none;
	line-height: 1.5em;
	background-color: #CFE9FE;
	font-size: 13px;
	list-style-image: url(../images/jumpicon.gif);
	list-style-position: inside;
}
#menutop {
	background-color: #FFFFFF;
	background-image: url(../images/menutopmaru.gif);
	height: 20px;
	width: 90px;
}
#menubuttom {
	background-image: url(../images/menubuttommaru.gif);
	height: 20px;
	width: 90px;
}


#footer {
	padding: 0px;
	height: 30%;
	width: 650px;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.table {
	border: thin solid #0033FF;
}
.clear {
	clear: both;
}

.aplications {

	padding: 10px 10px 10px 110px;
}
