body {
	margin: 0px;
	padding: 0px;
	font-family: "�l�r �o�S�V�b�N", Osaka, "�q���M�m�p�S Pro W3", "sans-serif";
}
a:link {
	color: #C4242B;
	text-decoration: none;
}
a:visited {
	color: #C4242B;
	text-decoration: none;
}
a:hover {
	color: #C4242B;
	text-decoration: underline;
}
a:active {
	color: #C4242B;
	text-decoration: underline;
}

/* =================================================== */
/* header */
/* =================================================== */
#header {
	background-image: url(images/bg/head.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#header .logo {
	margin: 0px;
	padding: 17px 0 0 15px;
}

#header h1{
	color:#666666;
	font-size:11px;
	font-weight:normal;
	margin-top:10px;
	}

/* menu */
/* --------------------------------------------------- */
#menu {
	margin: 0px;
	padding: 0 0 7px 15px;
}

/*-------------------
 * SOLPARTMENU
 *------------------- */
.MainMenu_MenuBar {
	font-weight:bold;
	font-size: 12px;
}
.RootMenuItem {
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/icon_arrow.gif) no-repeat left center;
}

.RootMenuItemBreadcrumb {
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/icon_arrow.gif) no-repeat left center;
}

.RootMenuItemSelected {
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/icon_arrow.gif) no-repeat left center;
}

.RootMenuItem td, .RootMenuItemBreadcrumb td, .RootMenuItemSelected td{
	padding-left:10px;}
/* =================================================== */
/* page */
/* =================================================== */
#page {
	background-color: #FAFAFB;
	background-image: url(images/bg/side/top_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* contents */
/* --------------------------------------------------- */
#contents {
	background-color: #FFFFFF;
	background-image: url(images/bg/contents/btm.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#contents .contents_top {
	background-image: url(images/contents/top.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 15px;
}

/* side */
/* --------------------------------------------------- */
#side {
	padding: 15px 5px;
}


/* =================================================== */
/* footer */
/* =================================================== */
#footer {
	background-image: url(images/bg/foot.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 20px 0 20px 15px;
}

/* LoginCss */
/* ------------------- */
.LoginCss    {
	font-size: 12px;
}
.LoginCss:link    {
	color: #C4242B;
	text-decoration: none;
}
.LoginCss:visited {
	color: #C4242B;
	text-decoration: none;

}
.LoginCss:hover   {
	color: #C4242B;
	text-decoration: none;
}
.LoginCss:active  {
	color: #C4242B;
	text-decoration: none;
}

/* CopyrightCss */
/* ------------------- */
.CopyrightCss {
	color:#333333;
	font-size: 12px;
}



