@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: #5A1805; text-decoration: none; font-weight: normal;}
a:hover{color: #CC6633; font-weight: normal;}

/* === Footer style === */

div#footerBox {
	background: #2D0400;
	}
div#footer {
	color: #666666;
}
div#footer a:link, div#footer a:visited, div#footer a:active 
	{color: #333333; text-decoration: none; font-weight: normal;}
div#footer a:hover { color: #B1C53A;}

div#footer ul li.mainpages a:link, div#footer ul li.mainpages a:visited, div#footer ul li.mainpages a:active 
	{color: #C5B781; text-decoration: none; font-weight: normal; padding: 5px;}
div#footer ul li.mainpages a:hover { color: #333333; background: #C5B781; padding: 5px;}
	
div#footer .copyright {
	color:#333333;
	}


/* -------------------------------------------Header Style */

/* logo */

div#header {
	background:url(images/mainimage.jpg) no-repeat;
}

#logo{
	float:right;
	margin-top:12px;
	margin-right:11px;
}

#header h2 {
	color:#C5B781;
	height:30px;
	float: left;
	margin-left: 20px;
	margin-top: 15px;
	}


/********************/
/* 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: #CC9900; font-weight: normal;}

div#homeLeft .aboutBox {
	background: url(images/homeLeft.jpg) no-repeat;
	}
div#homeLeft p.innerTextT {
	padding: 56px 18px 0px 18px;
	}
div#homeRight .infoBox {
	background: url(images/foodBox.gif) top no-repeat;
	margin-bottom: 15px;
	}
div.infoBox .images {
	margin-top: 16px;
	}

/* -------------------------------------------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: #330000;
	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 #CCCC00; padding: 3px 8px 3px 8px;}
div#mainContents .pagetop a:hover{color:#000000; font-weight: normal;border:solid 1px #CCCC00; padding: 3px 8px 3px 8px; background:#CCCC00;}


dl#linkList {
line-height: 1.8em;
}
dl#linkList dt {
	width: 160px;
	float: left;
	font-weight: bold;
	letter-spacing: 2px;
	padding-left:15px;
}
dl#linkList dd {
	width: 390px;
	float: left;
}
dl#linkList,
dl#linkList dd {
	margin: 0;
}
dl#linkList dd {
	margin-bottom: 40px;
	}

.subHead {
font-size:14px;
font-weight:bold;
}