body{
	background-color: #F0F0F0;
	margin: 0;
	padding: 0;
}
td{
	font-family: "lr oSVbN", "Osaka", "sans-serif";
	color: #666;
	font-size: 14px;
	line-height:1.3em;
}
a{
	color: #c00;
}
a:link    {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.small{
	font-size: 11px;
}

/* page
----------------------------------------------------- */
#pagebody{
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

#page{
	background-image: url(images/bg/page.gif);
	background-repeat: repeat-y;
	padding: 0 10px;
}

/* head
----------------------------------------------------- */
#head{
	background-image: url(images/bg/head.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 45px;
	padding-right: 20px;
	height: 81px;
}
.headnavi{
	font-size: 11px;
}
.headnavi a{
	color: #666;
}

/* navi
----------------------------------------------------- */
#navi{
	background-image: url(images/bg/navi.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-left: 25px;
	height: 44px;
	font-weight: bold;
}

/*-- SOLPARTMENU --*/
.MainMenu_MenuBar {
	width: 730px;
/*
	height: 35px;
*/
}
.RootMenuItem , .RootMenuItemBreadcrumb {
	font-size: 12px;
	color:#666;
	font-weight: bold;
	text-decoration: none;
	padding: 0 15px;
}
.RootMenuItemSelected {
	font-size: 12px;
	color:#3399CC;
	font-weight: bold;
	background: transparent;
	padding: 0 15px;
}

/* top contents
----------------------------------------------------- */
#pagetitle{
	background-image: url(images/bg/contents.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
}
#nextpagetitle{
	background-image: url(images/bg/nextcontents.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
}
#contents{
	margin: 20px;
	border-bottom: 1px solid #999999;
}
#right{
	padding-left: 10px;
}
/* next contents
----------------------------------------------------- */
#next{
	background-image: url(images/bg/next.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#nextcontents{
	margin: 0 20px 20px;
	border-bottom: 1px solid #999999;
}
#nextleft{
	background-image: url(images/bg/nextleft.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 30px 20px 10px 20px;
}
#nextright{
	padding: 30px 0 10px 20px;
}

/* foot
----------------------------------------------------- */
#foot{
	background-image: url(images/bg/foot.gif);
	background-repeat: no-repeat;
	height: 65px;
	padding-left: 20px;
}
#foot a{
	color: #666;
}
#dnn_dnnCOPYRIGHT_lblCopyright{
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}
#dnn_dnnLOGIN_hypLogin{
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}
#dnn_dnnUSER_hypRegister{
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}


