@charset "Shift_JIS";
body {
background: #1A100E url(images/bg.gif);
}
#container {
background: url(images/containerBg.gif) repeat-y;
}
#platform {
background: url(images/common/contentsBg.gif) repeat-y;
}
a:link, a:visited, a:active {color: #CC9900; text-decoration: none; font-weight: normal;}
a:hover{color: #336699; font-weight: normal;}


/* === Footer style === */

div#footerBox {
	background: #142852;
	}
div#footer {
	color: #92A679;
}
div#footer a:link, div#footer a:visited, div#footer a:active 
	{color: #666666; text-decoration: none; font-weight: normal;}
div#footer a:hover { color: #D7C188;}

div#footer ul li.mainpages a:link, div#footer ul li.mainpages a:visited, div#footer ul li.mainpages a:active 
	{color: #D7C188; text-decoration: none; font-weight: normal; padding: 5px;}
div#footer ul li.mainpages a:hover { color: #333333; background: #EEEBCA; padding: 5px;}
	
div#footer .copyright {
	color:#666666;
	}

/* -------------------------------------------Header Style */

/* logo */

div#header {
	background:url(images/mainimage.jpg) no-repeat;
}

#logo{
	float:right;
	margin-top:188px;
	margin-right:18px;
}

#header h2 {
	color:#000000;
	height:30px;
	float: right;
	margin-right: 20px;
	margin-top:10px;
	font-weight:bold;
	}


/********************/
/* menu */
/******************/

.globalNavi ul li a{
	background-image: url(images/menu.gif);
}


/* -------------------------------------------Index Style */
div#platformHome{
	background: url(images/containerBg.gif) repeat-y;
	}
div#platformHome a:link, div#platformHome a:visited, div#platformHome a:active {color: #CC6633; text-decoration: none; font-weight: normal;}
div#platformHome a:hover{color: #698547; font-weight: normal;}

div#homeLeft .aboutBox {
	background: url(images/homeLeft.jpg) no-repeat;
	}
div#homeRight .foodBox {
	background: url(images/foodBox.gif) top no-repeat;
	}
div#homeLeft p.innerText {
	padding: 40px 22px 8px 22px;
	}

/* -------------------------------------------Side Style */
div#side {
	background: url(images/sideBg.gif) top no-repeat;
	}
ul.navilist li a {
	background: url(images/navlistBg.gif) no-repeat;
	color:#333300;
}
ul.navilist li a:hover {
	background: url(images/navlistBgOn.gif) no-repeat;
	color: #CC9900;
}
	
/* -------------------------------------------Main Contents Style */
div.topicPath {
	color: #AC987B;
	}
div.topicPath a:link, div.topicPath a:visited, div.topicPath a:active { color: #6A5A49;}
div.topicPath a:hover { color: #CC6633;}

div#mainContents h3 {
	color: #FFFFFF;
	background-image: url(images/pagetitleBg.gif);
	}
div#mainContents h4 {
	color: #333300;
	}
div#mainContents .pagetop a:link, div#mainContents .pagetop a:visited, div#mainContents .pagetop a:active {color: #333333; text-decoration: none; font-weight: normal; border:solid 1px #CC9900; padding: 3px 8px 3px 8px;}
div#mainContents .pagetop a:hover{color:#FFFFFF; font-weight: normal;border:solid 1px #CC9900; padding: 3px 8px 3px 8px; background:#CC9900;}

div#mainContents p.subHead {
font-size: 18px;
color:#4C7094;
font-family:Georgia, "Times New Roman", Times, serif;
}