body{
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
h1{
	color: #505050;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
td{
	color: #505050;
	font-size: 12px;
}
a:link    {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* page
----------------------------------------------------- */
#page{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* navi
----------------------------------------------------- */
#navi{
	background-image: url(images/navi_bc.gif);
	background-repeat: repeat-x;
	height: 44px;
	font-weight: bold;
}
/*-- SOLPARTMENU --*/
.MainMenu_MenuBar {
	width: 780px;
}
.RootMenuItem , .RootMenuItemBreadcrumb {
	font-size: 13px;
	color:#666;
	font-weight: bold;
	text-decoration: none;
	padding: 0 15px;
}
.RootMenuItemSelected {
	font-size: 13px;
	color:#3399CC;
	font-weight: bold;
	background: transparent;
	padding: 0 15px;
}

/* top contents
----------------------------------------------------- */
#center{
	padding: 0px 5px;
}

/* next contents
----------------------------------------------------- */
#next_content{
	padding: 0px 10px;
}

/* footer
----------------------------------------------------- */
#footer{
	padding-top: 10px;
	padding-left: 5px;
}
#footer a{
	color: #505050;
}
#dnn_dnnCOPYRIGHT_lblCopyright{
	color: #505050;
	font-size: 11px;
	font-weight: normal;
}
#dnn_dnnLOGIN_hypLogin{
	font-size: 11px;
	color: #505050;
	font-weight: normal;
}

