body {
	font-family: "ＭＳ Ｐゴシック", "Arial", "Helvetica", "sans-serif";
	margin: 0px;
	padding: 0px;
	background-color: #EEE9DF;
}

td {
	font-family: "ＭＳ Ｐゴシック", "Arial", "Helvetica", "sans-serif";
	color:#666;
	}

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 {
	margin-top: 30px;
	margin-left: 60px;
	margin-bottom:10px;
}

#head .txt{
	font-size:11px;
	padding:5px 0px;
	color:#666666;
}

#head .navi {
	margin-right: 20px;
	margin-bottom:10px;
}

/* page
-------------------------------------------------- */
#pagebody {
	background-image:  url(images/bg/pagebody.gif);
	width: 785px;
}
#page {
	margin-top: 20px;
	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;
	background:url(images/navi_line.jpg) no-repeat bottom;
	padding: 10px;
}
.RootMenuItemSelected {
	color: #333333;
	text-decoration: none;
	background:url(images/navi_line.jpg) no-repeat 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;
}
#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;
}

