body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Arial", "Helvetica", "sans-serif";
	margin: 0px;
	padding: 0px;
	background-color: #ECE8DC;
}

a:link    {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* head
-------------------------------------------------- */
#head {
	background-image: url(images/bg/head.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#head .logo {
	height: 80px;
	padding-top: 15px;
	padding-left: 50px;
}
#head .navi {
	margin-right: 20px;
	margin-bottom: 5px;
}

/* page
-------------------------------------------------- */
#pagebody {
	background-image:  url(images/bg/pagebody.gif);
	width: 785px;
}
#page {
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom: 10px;
}


/* contents
-------------------------------------------------- */
#contents{
	padding-left: 10px;
}
#NewsPane{
	margin-right: 10px;
}

/* navi
-------------------------------------------------- */
#navi td{
	width: 170px;
}

/*-- SOLPARTMENU --*/
.RootMenuItem, .RootMenuItemBreadcrumb {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #999999;
	background: url(images/menu_bar.gif) repeat-x bottom;
	padding: 10px;
}
.RootMenuItemSelected {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #666666;
	background: url(images/menu_bar.gif) repeat-x bottom;
	padding: 10px;
}

/* foot
-------------------------------------------------- */
#foot {
	background-image: url(images/bg/foot.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#foot .add {
	font-size: x-small;
	color:#666666;
	padding-left: 20px;
}
#foot .add img{
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom: 1px solid #999999;
}
#foot .add p{
	margin: 5px 0;
}
#foot .info{
	padding: 15px 10px;
	color:#666666;
}
#foot .info p{
	margin: 5px 0;
}


/* Login
-------------------------------------------------- */
.LoginCss:link    {
	color:#666666;
	font-size: x-small;
	text-decoration: underline;
}
.LoginCss:visited {
	color:#666666;
	font-size: x-small;
	text-decoration: underline;
}
.LoginCss:hover {
	color: #C333;
	font-size: x-small;
	text-decoration: none;
}
.LoginCss:active {
	color: #C333;
	font-size: x-small;
	text-decoration: none;
}

/* User 
-------------------------------------------------- */
.UserCss:link    {
	color:#666666;
	font-size: x-small;
	text-decoration: underline;
}
.UserCss:visited {
	color:#666666;
	font-size: x-small;
	text-decoration: underline;
}
.UserCss:hover {
	color: #C333;
	font-size: x-small;
	text-decoration: none;
}
.UserCss:active {
	color: #C333;
	font-size: x-small;
	text-decoration: none;
}

/* Copyright 
-------------------------------------------------- */
.CopyrightCss {
	color:#666666;
	font-size: x-small;
}

