@charset "UTF-8";


/* base
----------------------------------------------- */
body {
	background: #f5f5eb url(../home/background.gif) repeat-x left top;
}


/* contents
----------------------------------------------- */
#contents {
	margin: auto;
	padding: 0 0 15px 0;
	width: 760px;
	text-align: left;
	background: url(../home/contents_bg.gif) repeat-y;
}
#contents_left {
	float: left;
	width: 355px;
}
#contents_right {
	float: right;
	width: 372px;
}
#contents_right:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
#contents:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
h2 {
	margin: 0 auto;
	padding: 0;
	height: 304px;
}


/* news
----------------------------------------------- */
#news {
	width: 355px;
}
#news h3 {
	margin: 15px 0 0;
	text-indent: -9999px;
}
#news h3 a {
	display: block;
	width: 50px;
	height: 7px;
	text-decoration: none;
	background: url(../home/t_news.gif) no-repeat left top;
}
#news ul {
	margin: 15px 0 0;
	font-size: 9pt;
	line-height: 1.3em;
}


/* spot
----------------------------------------------- */
#spot {
	margin: 10px 0 0;
	padding: 10px 0 0;
	width: 355px;
	background: url(../common/line01.gif) repeat-x left top;
}
#spot a {
	text-decoration: none;
}


/* index
----------------------------------------------- */
#businessindex {
	float: left;
	width: 190px;
}
#businessindex h3 {
	margin: 15px 0 0;
	text-indent: -9999px;
}
#businessindex h3 a {
	display: block;
	width: 83px;
	height: 7px;
	text-decoration: none;
	background: url(../home/t_business.gif) no-repeat left top;
}
#businessindex ul {
	margin: 15px 0 0;
}
#businessindex li a {
	display: block;
	margin: 10px 0 0;
	width: 190px;
	height: 35px;
	text-indent: -9999px;
	text-decoration: none;
}
#businessindex01 {
	background: url(../home/b_ecommerce.gif) no-repeat left top;
}
#businessindex02 {
	background: url(../home/b_contents.gif) no-repeat left top;
}
#businessindex03 {
	background: url(../home/b_office.gif) no-repeat left top;
}
#contentsindex {
	float: right;
	width: 150px;
}


/* seal
----------------------------------------------- */
#seal {
	margin: 20px 0 0;
}


