#container #content #left {
	float: left;
	height: 500px;
	width: 200px;
	background-image: url(../images/index/info_bg.gif);
	position: relative;
	background-repeat: no-repeat;
}
#container #content #flame {
	background-image: url(../images/index/test_bg01.gif);
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 443px;
	width: 500px;
	float: right;
}



/* Some list and link styling */
ul li
{
  width: 108px;
}
ul ul li
{
	padding: 0;
	width: 110px;
	margin-bottom: 0;
	border-left-width: 8px;
	border-left-style: groove;
	border-left-color: #CCCCCC;
	margin-left: 10px;
}
ul ul li a
{
	display: block;
	color: #000;
	padding: 3px 6px;
	font-size: 10px;
	text-decoration: none;
}
ul ul li a:hover
{
  display: block;
  color: #369;
  background-color: #eee;
  font-size: 10px;
}
li
{
  list-style-type: none;
}
h2
{
  margin-top: 1.5em;
}
h3 .top a {
	background-image: url(../images/index/top1.gif);
}


/* トップ */
h3.top a {
	color: #333;
	display: block;
	background-position: 98% 50%;
	text-decoration: none;
	height: 48px;
	width: 120px;
	background-image: url(../images/index/top1.gif);
}
h3.top a:hover
{
	color: #000;
	background-image: url(../images/index/top2.gif);
	background-repeat: no-repeat;
}
/* 商品案内 */
h3.products a {
	color: #333;
	display: block;
	background-position: 98% 50%;
	text-decoration: none;
	height: 48px;
	width: 120px;
	background-image: url(../images/index/products1.gif);
	float: left;
}
h3.products a:hover
{
	color: #000;
	background-image: url(../images/index/products2.gif);
	background-repeat: no-repeat;
}
/* 採用情報 */
h3.recruit a {
	color: #333;
	display: block;
	background-position: 98% 50%;
	text-decoration: none;
	height: 48px;
	width: 120px;
	background-image: url(../images/index/recruit1.gif);
	float: left;
}
h3.recruit a:hover
{
	color: #000;
	background-image: url(../images/index/recruit2.gif);
	background-repeat: no-repeat;
}

/* 会社概要 */
h3.company a
{
	color: #333;
	display: block;
	background-position: 98% 50%;
	text-decoration: none;
	height: 48px;
	width: 120px;
	background-image: url(../images/index/company1.gif);
	float: left;
}
h3.company a:hover
{
	color: #000;
	background-image: url(../images/index/company2.gif);
	background-repeat: no-repeat;
}
/* デザイン */
h3.designs a
{
	color: #333;
	display: block;
	background-position: 98% 50%;
	text-decoration: none;
	height: 48px;
	width: 120px;
	background-image: url(../images/index/design1.gif);
	float: left;
}
h3.designs a:hover
{
	color: #000;
	background-image: url(../images/index/design2.gif);
	background-repeat: no-repeat;
}

h3.selected a
{
	text-decoration: none;
	color: #fff;
	background-image: url(../images/menu_company2.gif);
	background-repeat: no-repeat;
}
